Test results for aarch64, pi3bplus, crypto_aead/ascon128abi32v12

[Page version: 20241006 02:07:03]

Measurements for aarch64, pi3bplus, crypto_aead Test results for aarch64, pi3bplus, crypto_aead Test results for crypto_aead/ascon128abi32v12
Computer: pi3bplus
Microarchitecture: aarch64; Cortex-A53 (410fd034)
Architecture: aarch64
CPU ID: 410fd034
SUPERCOP version: 20240909
Operation: crypto_aead
Primitive: ascon128abi32v12
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
10894720624 0 033204 768 864refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092020240909
1478024496 0 016228 776 864bi32_lowreggcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092020240909
1478574496 0 017140 776 864bi32_lowreggcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092020240909
1519559264 0 021804 768 864bi32gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092020240909
1519699264 0 020892 768 864bi32gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092020240909
1603812036 0 014596 776 864bi32_lowsizegcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092020240909
1720171744 0 013412 776 864bi32_lowsizegcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092020240909
1934759280 0 019876 752 840bi32gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092020240909
1960784876 0 016540 768 864refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092020240909
2495795224 0 016947 760 848refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092020240909
2670052576 0 013244 752 840refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092020240909
28240112052 0 023731 760 848bi32gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092020240909
3042701748 0 012380 760 840bi32_lowsizegcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092020240909
3084334388 0 015116 760 840bi32_lowreggcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092020240909
3226826604 0 018395 768 848bi32_lowreggcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092020240909
3445612612 0 014331 768 848bi32_lowsizegcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092020240909

Compiler output


aead.c: In file included from round.h:8,
aead.c:                  from permutations.h:11,
aead.c:                  from aead.c:4:
aead.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
aead.c:    55 |   return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
aead.c:       |           ^~~~~~~~~~~~~~~~~~~~~~
permutations.c: In file included from round.h:8,
permutations.c:                  from permutations.h:11,
permutations.c:                  from permutations.c:1:
permutations.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
permutations.c:    55 |   return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
permutations.c:       |           ^~~~~~~~~~~~~~~~~~~~~~

Number of similar (implementation,compiler) pairs: 8, namely:
ImplementationCompiler
bi32gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
bi32gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
bi32gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
bi32gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
bi32_lowreggcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
bi32_lowreggcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
bi32_lowreggcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
bi32_lowreggcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

Compiler output


aead.c: In file included from round.h:8,
aead.c:                  from permutations.h:11,
aead.c:                  from aead.c:4:
aead.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
aead.c:    55 |   return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
aead.c:       |           ^~~~~~~~~~~~~~~~~~~~~~
permutations.c: In file included from round.h:8,
permutations.c:                  from permutations.h:11,
permutations.c:                  from permutations.c:1:
permutations.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
permutations.c:    55 |   return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
permutations.c:       |           ^~~~~~~~~~~~~~~~~~~~~~
permutations.c: /tmp/ccxVrFk6.s: Assembler messages:
permutations.c: /tmp/ccxVrFk6.s:162: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccxVrFk6.s:266: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccxVrFk6.s:336: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccxVrFk6.s:353: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccxVrFk6.s:614: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccxVrFk6.s:701: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccxVrFk6.s:858: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccxVrFk6.s:1032: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccxVrFk6.s:1379: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccxVrFk6.s:1466: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccxVrFk6.s:1623: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccxVrFk6.s:1797: Error: immediate out of range at operand 3 -- `eor x13,x13,9'

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
bi32_armv6gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

Compiler output


aead.c: In file included from round.h:8,
aead.c:                  from permutations.h:11,
aead.c:                  from aead.c:4:
aead.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
aead.c:    55 |   return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
aead.c:       |           ^~~~~~~~~~~~~~~~~~~~~~
permutations.c: In file included from round.h:8,
permutations.c:                  from permutations.h:11,
permutations.c:                  from permutations.c:1:
permutations.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
permutations.c:    55 |   return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
permutations.c:       |           ^~~~~~~~~~~~~~~~~~~~~~
permutations.c: /tmp/cczGOv9W.s: Assembler messages:
permutations.c: /tmp/cczGOv9W.s:162: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cczGOv9W.s:266: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cczGOv9W.s:336: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cczGOv9W.s:353: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cczGOv9W.s:614: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cczGOv9W.s:701: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cczGOv9W.s:858: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cczGOv9W.s:1032: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cczGOv9W.s:1379: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cczGOv9W.s:1466: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cczGOv9W.s:1623: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cczGOv9W.s:1797: Error: immediate out of range at operand 3 -- `eor x13,x13,9'

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
bi32_armv6gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

Compiler output


aead.c: In file included from round.h:8,
aead.c:                  from permutations.h:11,
aead.c:                  from aead.c:4:
aead.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
aead.c:    55 |   return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
aead.c:       |           ^~~~~~~~~~~~~~~~~~~~~~
permutations.c: In file included from round.h:8,
permutations.c:                  from permutations.h:11,
permutations.c:                  from permutations.c:1:
permutations.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
permutations.c:    55 |   return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
permutations.c:       |           ^~~~~~~~~~~~~~~~~~~~~~
permutations.c: /tmp/cckLpYXb.s: Assembler messages:
permutations.c: /tmp/cckLpYXb.s:151: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cckLpYXb.s:255: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cckLpYXb.s:325: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cckLpYXb.s:342: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cckLpYXb.s:603: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cckLpYXb.s:690: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cckLpYXb.s:847: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cckLpYXb.s:1021: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cckLpYXb.s:1361: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cckLpYXb.s:1448: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cckLpYXb.s:1605: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cckLpYXb.s:1779: Error: immediate out of range at operand 3 -- `eor x13,x13,9'

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
bi32_armv6gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

Compiler output


aead.c: In file included from round.h:8,
aead.c:                  from permutations.h:11,
aead.c:                  from aead.c:4:
aead.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
aead.c:    55 |   return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
aead.c:       |           ^~~~~~~~~~~~~~~~~~~~~~
permutations.c: In file included from round.h:8,
permutations.c:                  from permutations.h:11,
permutations.c:                  from permutations.c:1:
permutations.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
permutations.c:    55 |   return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
permutations.c:       |           ^~~~~~~~~~~~~~~~~~~~~~
permutations.c: /tmp/ccQUVUJy.s: Assembler messages:
permutations.c: /tmp/ccQUVUJy.s:142: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccQUVUJy.s:246: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccQUVUJy.s:316: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccQUVUJy.s:333: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccQUVUJy.s:594: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccQUVUJy.s:681: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccQUVUJy.s:838: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccQUVUJy.s:1012: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccQUVUJy.s:1339: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccQUVUJy.s:1426: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccQUVUJy.s:1583: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccQUVUJy.s:1757: Error: immediate out of range at operand 3 -- `eor x13,x13,9'

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
bi32_armv6gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

Compiler output


aead.c: In file included from permutations.h:11,
aead.c:                  from aead.c:4:
aead.c: round.h: In function 'ROUND_LOOP':
aead.c: round.h:12:12: warning: unused variable 'tmp0' [-Wunused-variable]
aead.c:    12 |   uint32_t tmp0, tmp1;
aead.c:       |            ^~~~
aead.c: In file included from round.h:8:
aead.c: word.h: At top level:
aead.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
aead.c:    55 |   return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
aead.c:       |           ^~~~~~~~~~~~~~~~~~~~~~
aead.c: In function 'ROUND_LOOP',
aead.c:     inlined from 'PROUNDS' at round.h:325:3,
aead.c:     inlined from 'P' at permutations.h:70:48,
aead.c:     inlined from 'ascon_initaead' at aead.c:40:3,
aead.c:     inlined from 'crypto_aead_ascon128abi32v12_bi32_armv6m_constbranchindex_encrypt' at aead.c:199:3:
aead.c: round.h:13:3: error: impossible constraint in 'asm'
aead.c:    13 |   __asm__ __volatile__(
aead.c:       |   ^~~~~~~
aead.c: In function 'ROUND_LOOP',
aead.c:     inlined from 'PROUNDS' at round.h:325:3,
aead.c:     inlined from 'P' at permutations.h:70:48,
aead.c:     inlined from 'ascon_adata' at aead.c:61:7,
aead.c:     inlined from 'crypto_aead_ascon128abi32v12_bi32_armv6m_constbranchindex_encrypt' at aead.c:200:3:
aead.c: round.h:13:3: error: impossible constraint in 'asm'
aead.c: ...

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
bi32_armv6mgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
bi32_armv6mgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
bi32_armv6mgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
bi32_armv6mgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

Compiler output


aead.c: In file included from round.h:8,
aead.c:                  from permutations.h:11,
aead.c:                  from aead.c:4:
aead.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
aead.c:    55 |   return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
aead.c:       |           ^~~~~~~~~~~~~~~~~~~~~~
aead.c: /tmp/ccL5P9p7.s: Assembler messages:
aead.c: /tmp/ccL5P9p7.s:267: Error: immediate out of range at operand 3 -- `eor x20,x20,9'
aead.c: /tmp/ccL5P9p7.s:368: Error: immediate out of range at operand 3 -- `eor x11,x11,9'
aead.c: /tmp/ccL5P9p7.s:437: Error: immediate out of range at operand 3 -- `eor x20,x20,9'
aead.c: /tmp/ccL5P9p7.s:453: Error: immediate out of range at operand 3 -- `eor x11,x11,9'
aead.c: /tmp/ccL5P9p7.s:708: Error: immediate out of range at operand 3 -- `eor x11,x11,9'
aead.c: /tmp/ccL5P9p7.s:793: Error: immediate out of range at operand 3 -- `eor x11,x11,9'
aead.c: /tmp/ccL5P9p7.s:947: Error: immediate out of range at operand 3 -- `eor x20,x20,9'
aead.c: /tmp/ccL5P9p7.s:1112: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
aead.c: /tmp/ccL5P9p7.s:1541: Error: immediate out of range at operand 3 -- `eor x23,x23,9'
aead.c: /tmp/ccL5P9p7.s:1626: Error: immediate out of range at operand 3 -- `eor x23,x23,9'
aead.c: /tmp/ccL5P9p7.s:1797: Error: immediate out of range at operand 3 -- `eor x10,x10,9'
aead.c: /tmp/ccL5P9p7.s:1937: Error: immediate out of range at operand 3 -- `eor x10,x10,9'
aead.c: /tmp/ccL5P9p7.s:2347: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
aead.c: /tmp/ccL5P9p7.s:2432: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
aead.c: /tmp/ccL5P9p7.s:2595: Error: immediate out of range at operand 3 -- `eor x5,x5,9'
aead.c: /tmp/ccL5P9p7.s:2735: Error: immediate out of range at operand 3 -- `eor x5,x5,9'
aead.c: /tmp/ccL5P9p7.s:3195: Error: immediate out of range at operand 3 -- `eor x22,x22,9'
aead.c: /tmp/ccL5P9p7.s:3280: Error: immediate out of range at operand 3 -- `eor x22,x22,9'
aead.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
bi32_armv7mgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

Compiler output


aead.c: In file included from round.h:8,
aead.c:                  from permutations.h:11,
aead.c:                  from aead.c:4:
aead.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
aead.c:    55 |   return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
aead.c:       |           ^~~~~~~~~~~~~~~~~~~~~~
aead.c: /tmp/ccPD7xTc.s: Assembler messages:
aead.c: /tmp/ccPD7xTc.s:267: Error: immediate out of range at operand 3 -- `eor x20,x20,9'
aead.c: /tmp/ccPD7xTc.s:368: Error: immediate out of range at operand 3 -- `eor x11,x11,9'
aead.c: /tmp/ccPD7xTc.s:437: Error: immediate out of range at operand 3 -- `eor x20,x20,9'
aead.c: /tmp/ccPD7xTc.s:453: Error: immediate out of range at operand 3 -- `eor x11,x11,9'
aead.c: /tmp/ccPD7xTc.s:708: Error: immediate out of range at operand 3 -- `eor x11,x11,9'
aead.c: /tmp/ccPD7xTc.s:793: Error: immediate out of range at operand 3 -- `eor x11,x11,9'
aead.c: /tmp/ccPD7xTc.s:947: Error: immediate out of range at operand 3 -- `eor x20,x20,9'
aead.c: /tmp/ccPD7xTc.s:1112: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
aead.c: /tmp/ccPD7xTc.s:1541: Error: immediate out of range at operand 3 -- `eor x23,x23,9'
aead.c: /tmp/ccPD7xTc.s:1626: Error: immediate out of range at operand 3 -- `eor x23,x23,9'
aead.c: /tmp/ccPD7xTc.s:1797: Error: immediate out of range at operand 3 -- `eor x10,x10,9'
aead.c: /tmp/ccPD7xTc.s:1937: Error: immediate out of range at operand 3 -- `eor x10,x10,9'
aead.c: /tmp/ccPD7xTc.s:2347: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
aead.c: /tmp/ccPD7xTc.s:2432: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
aead.c: /tmp/ccPD7xTc.s:2595: Error: immediate out of range at operand 3 -- `eor x5,x5,9'
aead.c: /tmp/ccPD7xTc.s:2735: Error: immediate out of range at operand 3 -- `eor x5,x5,9'
aead.c: /tmp/ccPD7xTc.s:3195: Error: immediate out of range at operand 3 -- `eor x22,x22,9'
aead.c: /tmp/ccPD7xTc.s:3280: Error: immediate out of range at operand 3 -- `eor x22,x22,9'
aead.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
bi32_armv7mgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

Compiler output


aead.c: In file included from round.h:8,
aead.c:                  from permutations.h:11,
aead.c:                  from aead.c:4:
aead.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
aead.c:    55 |   return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
aead.c:       |           ^~~~~~~~~~~~~~~~~~~~~~
aead.c: /tmp/cc2fo2vx.s: Assembler messages:
aead.c: /tmp/cc2fo2vx.s:348: Error: immediate out of range at operand 3 -- `eor x19,x19,9'
aead.c: /tmp/cc2fo2vx.s:449: Error: immediate out of range at operand 3 -- `eor x14,x14,9'
aead.c: /tmp/cc2fo2vx.s:518: Error: immediate out of range at operand 3 -- `eor x19,x19,9'
aead.c: /tmp/cc2fo2vx.s:534: Error: immediate out of range at operand 3 -- `eor x14,x14,9'
aead.c: /tmp/cc2fo2vx.s:789: Error: immediate out of range at operand 3 -- `eor x14,x14,9'
aead.c: /tmp/cc2fo2vx.s:874: Error: immediate out of range at operand 3 -- `eor x14,x14,9'
aead.c: /tmp/cc2fo2vx.s:1028: Error: immediate out of range at operand 3 -- `eor x19,x19,9'
aead.c: /tmp/cc2fo2vx.s:1193: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
aead.c: /tmp/cc2fo2vx.s:1619: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: /tmp/cc2fo2vx.s:1704: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: /tmp/cc2fo2vx.s:1867: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
aead.c: /tmp/cc2fo2vx.s:2007: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
aead.c: /tmp/cc2fo2vx.s:2485: Error: immediate out of range at operand 3 -- `eor x10,x10,9'
aead.c: /tmp/cc2fo2vx.s:2570: Error: immediate out of range at operand 3 -- `eor x10,x10,9'
aead.c: /tmp/cc2fo2vx.s:2733: Error: immediate out of range at operand 3 -- `eor x5,x5,9'
aead.c: /tmp/cc2fo2vx.s:2873: Error: immediate out of range at operand 3 -- `eor x5,x5,9'
aead.c: /tmp/cc2fo2vx.s:3352: Error: immediate out of range at operand 3 -- `eor x15,x15,9'
aead.c: /tmp/cc2fo2vx.s:3437: Error: immediate out of range at operand 3 -- `eor x15,x15,9'
aead.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
bi32_armv7mgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

Compiler output


aead.c: In file included from round.h:8,
aead.c:                  from permutations.h:11,
aead.c:                  from aead.c:4:
aead.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
aead.c:    55 |   return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
aead.c:       |           ^~~~~~~~~~~~~~~~~~~~~~
aead.c: /tmp/ccYdzTbA.s: Assembler messages:
aead.c: /tmp/ccYdzTbA.s:257: Error: immediate out of range at operand 3 -- `eor x30,x30,9'
aead.c: /tmp/ccYdzTbA.s:358: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: /tmp/ccYdzTbA.s:427: Error: immediate out of range at operand 3 -- `eor x30,x30,9'
aead.c: /tmp/ccYdzTbA.s:443: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: /tmp/ccYdzTbA.s:698: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: /tmp/ccYdzTbA.s:783: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: /tmp/ccYdzTbA.s:937: Error: immediate out of range at operand 3 -- `eor x30,x30,9'
aead.c: /tmp/ccYdzTbA.s:1102: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
aead.c: /tmp/ccYdzTbA.s:1565: Error: immediate out of range at operand 3 -- `eor x14,x14,9'
aead.c: /tmp/ccYdzTbA.s:1650: Error: immediate out of range at operand 3 -- `eor x14,x14,9'
aead.c: /tmp/ccYdzTbA.s:1813: Error: immediate out of range at operand 3 -- `eor x6,x6,9'
aead.c: /tmp/ccYdzTbA.s:1953: Error: immediate out of range at operand 3 -- `eor x6,x6,9'
aead.c: /tmp/ccYdzTbA.s:2409: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: /tmp/ccYdzTbA.s:2510: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
aead.c: /tmp/ccYdzTbA.s:2579: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: /tmp/ccYdzTbA.s:2595: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
aead.c: /tmp/ccYdzTbA.s:2850: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
aead.c: /tmp/ccYdzTbA.s:2935: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
aead.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
bi32_armv7mgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

Compiler output


aead.c: In file included from round.h:8,
aead.c:                  from permutations.h:11,
aead.c:                  from aead.c:4:
aead.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
aead.c:    55 |   return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
aead.c:       |           ^~~~~~~~~~~~~~~~~~~~~~
permutations.c: In file included from round.h:8,
permutations.c:                  from permutations.h:11,
permutations.c:                  from permutations.c:1:
permutations.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
permutations.c:    55 |   return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
permutations.c:       |           ^~~~~~~~~~~~~~~~~~~~~~
permutations.c: /tmp/ccijTNON.s: Assembler messages:
permutations.c: /tmp/ccijTNON.s:58: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccijTNON.s:58: Info:    did you mean this?
permutations.c: /tmp/ccijTNON.s:58: Info:    	ldrb w14, [x1], #1
permutations.c: /tmp/ccijTNON.s:73: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccijTNON.s:73: Info:    did you mean this?
permutations.c: /tmp/ccijTNON.s:73: Info:    	ldrb w14, [x1], #1

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
bi32_armv7m_smallgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

Compiler output


aead.c: In file included from round.h:8,
aead.c:                  from permutations.h:11,
aead.c:                  from aead.c:4:
aead.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
aead.c:    55 |   return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
aead.c:       |           ^~~~~~~~~~~~~~~~~~~~~~
permutations.c: In file included from round.h:8,
permutations.c:                  from permutations.h:11,
permutations.c:                  from permutations.c:1:
permutations.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
permutations.c:    55 |   return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
permutations.c:       |           ^~~~~~~~~~~~~~~~~~~~~~
permutations.c: /tmp/ccgJRBgV.s: Assembler messages:
permutations.c: /tmp/ccgJRBgV.s:58: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccgJRBgV.s:58: Info:    did you mean this?
permutations.c: /tmp/ccgJRBgV.s:58: Info:    	ldrb w14, [x1], #1
permutations.c: /tmp/ccgJRBgV.s:73: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccgJRBgV.s:73: Info:    did you mean this?
permutations.c: /tmp/ccgJRBgV.s:73: Info:    	ldrb w14, [x1], #1

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
bi32_armv7m_smallgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

Compiler output


aead.c: In file included from round.h:8,
aead.c:                  from permutations.h:11,
aead.c:                  from aead.c:4:
aead.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
aead.c:    55 |   return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
aead.c:       |           ^~~~~~~~~~~~~~~~~~~~~~
permutations.c: In file included from round.h:8,
permutations.c:                  from permutations.h:11,
permutations.c:                  from permutations.c:1:
permutations.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
permutations.c:    55 |   return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
permutations.c:       |           ^~~~~~~~~~~~~~~~~~~~~~
permutations.c: /tmp/ccWDC4Ey.s: Assembler messages:
permutations.c: /tmp/ccWDC4Ey.s:56: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccWDC4Ey.s:56: Info:    did you mean this?
permutations.c: /tmp/ccWDC4Ey.s:56: Info:    	ldrb w14, [x1], #1
permutations.c: /tmp/ccWDC4Ey.s:71: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccWDC4Ey.s:71: Info:    did you mean this?
permutations.c: /tmp/ccWDC4Ey.s:71: Info:    	ldrb w14, [x1], #1

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
bi32_armv7m_smallgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

Compiler output


aead.c: In file included from round.h:8,
aead.c:                  from permutations.h:11,
aead.c:                  from aead.c:4:
aead.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
aead.c:    55 |   return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
aead.c:       |           ^~~~~~~~~~~~~~~~~~~~~~
permutations.c: In file included from round.h:8,
permutations.c:                  from permutations.h:11,
permutations.c:                  from permutations.c:1:
permutations.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
permutations.c:    55 |   return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
permutations.c:       |           ^~~~~~~~~~~~~~~~~~~~~~
permutations.c: /tmp/ccaj9OVb.s: Assembler messages:
permutations.c: /tmp/ccaj9OVb.s:58: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccaj9OVb.s:58: Info:    did you mean this?
permutations.c: /tmp/ccaj9OVb.s:58: Info:    	ldrb w14, [x1], #1
permutations.c: /tmp/ccaj9OVb.s:73: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccaj9OVb.s:73: Info:    did you mean this?
permutations.c: /tmp/ccaj9OVb.s:73: Info:    	ldrb w14, [x1], #1

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
bi32_armv7m_smallgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

Compiler output


aead.c: In file included from round.h:8,
aead.c:                  from permutations.h:11,
aead.c:                  from aead.c:3:
aead.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
aead.c:    55 |   return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
aead.c:       |           ^~~~~~~~~~~~~~~~~~~~~~
crypto_aead.c: In file included from round.h:8,
crypto_aead.c:                  from permutations.h:11,
crypto_aead.c:                  from crypto_aead.c:8:
crypto_aead.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
crypto_aead.c:    55 |   return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
crypto_aead.c:       |           ^~~~~~~~~~~~~~~~~~~~~~
permutations.c: In file included from round.h:8,
permutations.c:                  from permutations.h:11,
permutations.c:                  from permutations.c:1:
permutations.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
permutations.c:    55 |   return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
permutations.c:       |           ^~~~~~~~~~~~~~~~~~~~~~
update.c: In file included from round.h:8,
update.c:                  from permutations.h:11,
update.c:                  from update.c:3:
update.c: word.h:55:11: warning: 'crypto_int64_bitmod_01' is static but used in inline function 'NOTZERO' which is not static
update.c:    55 |   return (crypto_int64_bitmod_01(((int)(result & 0xff) - 1),8)) - 1;
update.c:       |           ^~~~~~~~~~~~~~~~~~~~~~

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
bi32_lowsizegcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
bi32_lowsizegcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
bi32_lowsizegcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
bi32_lowsizegcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

Namespace violations


constants.o constants R
permutations.o P12 T
permutations.o P8 T

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
bi32gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
bi32gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
bi32gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
bi32gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

Namespace violations


aead.o ascon_adata T
aead.o ascon_decrypt T
aead.o ascon_encrypt T
aead.o ascon_final T
aead.o ascon_initaead T
aead.o ascon_loadkey T
constants.o constants R

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
bi32_lowreggcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
bi32_lowreggcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
bi32_lowreggcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
bi32_lowreggcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

Namespace violations


aead.o ascon_aead T
constants.o constants R
permutations.o P T
update.o ascon_update T

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
bi32_lowsizegcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
bi32_lowsizegcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
bi32_lowsizegcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
bi32_lowsizegcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

Passed TIMECOP


TIMECOP iterations: 10

Number of similar (implementation,compiler) pairs: 16, namely:
ImplementationCompiler
bi32gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
bi32gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
bi32gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
bi32gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
bi32_lowreggcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
bi32_lowreggcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
bi32_lowreggcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
bi32_lowreggcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
bi32_lowsizegcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
bi32_lowsizegcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
bi32_lowsizegcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
bi32_lowsizegcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)