Test results for aarch64, pi3aplus, crypto_aead/ascon128abi32v12

[Page version: 20250510 09:23:11]

Measurements for aarch64, pi3aplus, crypto_aead Test results for aarch64, pi3aplus, crypto_aead Test results for crypto_aead/ascon128abi32v12
Computer: pi3aplus
Microarchitecture: aarch64; Cortex-A53 (410fd034)
Architecture: aarch64
CPU ID: 410fd034
SUPERCOP version: 20250415
Operation: crypto_aead
Primitive: ascon128abi32v12
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
10901820624 0 033204 768 864refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025050120250415
1484954496 0 016228 776 864bi32_lowreggcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025050120250415
1494644496 0 017140 776 864bi32_lowreggcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025050120250415
1519749264 0 020892 768 864bi32gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025050120250415
1519769264 0 021804 768 864bi32gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025050120250415
1602722036 0 014596 776 864bi32_lowsizegcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025050120250415
1646761744 0 013412 776 864bi32_lowsizegcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025050120250415
1934979280 0 019876 752 840bi32gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025050120250415
1961084876 0 016540 768 864refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025050120250415
2394345224 0 016947 760 848refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025050120250415
2533872576 0 013244 752 840refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025050120250415
28274012052 0 023731 760 848bi32gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025050120250415
3045491748 0 012380 760 840bi32_lowsizegcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025050120250415
3113094388 0 015116 760 840bi32_lowreggcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025050120250415
3250376604 0 018395 768 848bi32_lowreggcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025050120250415
3499012612 0 014331 768 848bi32_lowsizegcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025050120250415

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/ccCgeliO.s: Assembler messages:
permutations.c: /tmp/ccCgeliO.s:162: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccCgeliO.s:266: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccCgeliO.s:336: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccCgeliO.s:353: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccCgeliO.s:614: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccCgeliO.s:701: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccCgeliO.s:858: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccCgeliO.s:1032: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccCgeliO.s:1379: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccCgeliO.s:1466: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccCgeliO.s:1623: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccCgeliO.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/ccwxCOzv.s: Assembler messages:
permutations.c: /tmp/ccwxCOzv.s:162: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccwxCOzv.s:266: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccwxCOzv.s:336: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccwxCOzv.s:353: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccwxCOzv.s:614: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccwxCOzv.s:701: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccwxCOzv.s:858: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccwxCOzv.s:1032: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccwxCOzv.s:1379: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccwxCOzv.s:1466: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccwxCOzv.s:1623: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccwxCOzv.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/cc9YWQMC.s: Assembler messages:
permutations.c: /tmp/cc9YWQMC.s:151: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cc9YWQMC.s:255: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cc9YWQMC.s:325: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cc9YWQMC.s:342: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cc9YWQMC.s:603: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cc9YWQMC.s:690: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cc9YWQMC.s:847: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cc9YWQMC.s:1021: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cc9YWQMC.s:1361: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cc9YWQMC.s:1448: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cc9YWQMC.s:1605: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cc9YWQMC.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/cc4N6AV9.s: Assembler messages:
permutations.c: /tmp/cc4N6AV9.s:142: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cc4N6AV9.s:246: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cc4N6AV9.s:316: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cc4N6AV9.s:333: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cc4N6AV9.s:594: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cc4N6AV9.s:681: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cc4N6AV9.s:838: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cc4N6AV9.s:1012: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cc4N6AV9.s:1339: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cc4N6AV9.s:1426: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cc4N6AV9.s:1583: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cc4N6AV9.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/cc0tVYE5.s: Assembler messages:
aead.c: /tmp/cc0tVYE5.s:267: Error: immediate out of range at operand 3 -- `eor x20,x20,9'
aead.c: /tmp/cc0tVYE5.s:368: Error: immediate out of range at operand 3 -- `eor x11,x11,9'
aead.c: /tmp/cc0tVYE5.s:437: Error: immediate out of range at operand 3 -- `eor x20,x20,9'
aead.c: /tmp/cc0tVYE5.s:453: Error: immediate out of range at operand 3 -- `eor x11,x11,9'
aead.c: /tmp/cc0tVYE5.s:708: Error: immediate out of range at operand 3 -- `eor x11,x11,9'
aead.c: /tmp/cc0tVYE5.s:793: Error: immediate out of range at operand 3 -- `eor x11,x11,9'
aead.c: /tmp/cc0tVYE5.s:947: Error: immediate out of range at operand 3 -- `eor x20,x20,9'
aead.c: /tmp/cc0tVYE5.s:1112: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
aead.c: /tmp/cc0tVYE5.s:1541: Error: immediate out of range at operand 3 -- `eor x23,x23,9'
aead.c: /tmp/cc0tVYE5.s:1626: Error: immediate out of range at operand 3 -- `eor x23,x23,9'
aead.c: /tmp/cc0tVYE5.s:1797: Error: immediate out of range at operand 3 -- `eor x10,x10,9'
aead.c: /tmp/cc0tVYE5.s:1937: Error: immediate out of range at operand 3 -- `eor x10,x10,9'
aead.c: /tmp/cc0tVYE5.s:2347: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
aead.c: /tmp/cc0tVYE5.s:2432: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
aead.c: /tmp/cc0tVYE5.s:2595: Error: immediate out of range at operand 3 -- `eor x5,x5,9'
aead.c: /tmp/cc0tVYE5.s:2735: Error: immediate out of range at operand 3 -- `eor x5,x5,9'
aead.c: /tmp/cc0tVYE5.s:3195: Error: immediate out of range at operand 3 -- `eor x22,x22,9'
aead.c: /tmp/cc0tVYE5.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/ccUhqfq4.s: Assembler messages:
aead.c: /tmp/ccUhqfq4.s:267: Error: immediate out of range at operand 3 -- `eor x20,x20,9'
aead.c: /tmp/ccUhqfq4.s:368: Error: immediate out of range at operand 3 -- `eor x11,x11,9'
aead.c: /tmp/ccUhqfq4.s:437: Error: immediate out of range at operand 3 -- `eor x20,x20,9'
aead.c: /tmp/ccUhqfq4.s:453: Error: immediate out of range at operand 3 -- `eor x11,x11,9'
aead.c: /tmp/ccUhqfq4.s:708: Error: immediate out of range at operand 3 -- `eor x11,x11,9'
aead.c: /tmp/ccUhqfq4.s:793: Error: immediate out of range at operand 3 -- `eor x11,x11,9'
aead.c: /tmp/ccUhqfq4.s:947: Error: immediate out of range at operand 3 -- `eor x20,x20,9'
aead.c: /tmp/ccUhqfq4.s:1112: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
aead.c: /tmp/ccUhqfq4.s:1541: Error: immediate out of range at operand 3 -- `eor x23,x23,9'
aead.c: /tmp/ccUhqfq4.s:1626: Error: immediate out of range at operand 3 -- `eor x23,x23,9'
aead.c: /tmp/ccUhqfq4.s:1797: Error: immediate out of range at operand 3 -- `eor x10,x10,9'
aead.c: /tmp/ccUhqfq4.s:1937: Error: immediate out of range at operand 3 -- `eor x10,x10,9'
aead.c: /tmp/ccUhqfq4.s:2347: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
aead.c: /tmp/ccUhqfq4.s:2432: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
aead.c: /tmp/ccUhqfq4.s:2595: Error: immediate out of range at operand 3 -- `eor x5,x5,9'
aead.c: /tmp/ccUhqfq4.s:2735: Error: immediate out of range at operand 3 -- `eor x5,x5,9'
aead.c: /tmp/ccUhqfq4.s:3195: Error: immediate out of range at operand 3 -- `eor x22,x22,9'
aead.c: /tmp/ccUhqfq4.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/ccBi6Lgv.s: Assembler messages:
aead.c: /tmp/ccBi6Lgv.s:348: Error: immediate out of range at operand 3 -- `eor x19,x19,9'
aead.c: /tmp/ccBi6Lgv.s:449: Error: immediate out of range at operand 3 -- `eor x14,x14,9'
aead.c: /tmp/ccBi6Lgv.s:518: Error: immediate out of range at operand 3 -- `eor x19,x19,9'
aead.c: /tmp/ccBi6Lgv.s:534: Error: immediate out of range at operand 3 -- `eor x14,x14,9'
aead.c: /tmp/ccBi6Lgv.s:789: Error: immediate out of range at operand 3 -- `eor x14,x14,9'
aead.c: /tmp/ccBi6Lgv.s:874: Error: immediate out of range at operand 3 -- `eor x14,x14,9'
aead.c: /tmp/ccBi6Lgv.s:1028: Error: immediate out of range at operand 3 -- `eor x19,x19,9'
aead.c: /tmp/ccBi6Lgv.s:1193: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
aead.c: /tmp/ccBi6Lgv.s:1619: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: /tmp/ccBi6Lgv.s:1704: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: /tmp/ccBi6Lgv.s:1867: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
aead.c: /tmp/ccBi6Lgv.s:2007: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
aead.c: /tmp/ccBi6Lgv.s:2485: Error: immediate out of range at operand 3 -- `eor x10,x10,9'
aead.c: /tmp/ccBi6Lgv.s:2570: Error: immediate out of range at operand 3 -- `eor x10,x10,9'
aead.c: /tmp/ccBi6Lgv.s:2733: Error: immediate out of range at operand 3 -- `eor x5,x5,9'
aead.c: /tmp/ccBi6Lgv.s:2873: Error: immediate out of range at operand 3 -- `eor x5,x5,9'
aead.c: /tmp/ccBi6Lgv.s:3352: Error: immediate out of range at operand 3 -- `eor x15,x15,9'
aead.c: /tmp/ccBi6Lgv.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/ccnBiwFe.s: Assembler messages:
aead.c: /tmp/ccnBiwFe.s:257: Error: immediate out of range at operand 3 -- `eor x30,x30,9'
aead.c: /tmp/ccnBiwFe.s:358: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: /tmp/ccnBiwFe.s:427: Error: immediate out of range at operand 3 -- `eor x30,x30,9'
aead.c: /tmp/ccnBiwFe.s:443: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: /tmp/ccnBiwFe.s:698: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: /tmp/ccnBiwFe.s:783: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: /tmp/ccnBiwFe.s:937: Error: immediate out of range at operand 3 -- `eor x30,x30,9'
aead.c: /tmp/ccnBiwFe.s:1102: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
aead.c: /tmp/ccnBiwFe.s:1565: Error: immediate out of range at operand 3 -- `eor x14,x14,9'
aead.c: /tmp/ccnBiwFe.s:1650: Error: immediate out of range at operand 3 -- `eor x14,x14,9'
aead.c: /tmp/ccnBiwFe.s:1813: Error: immediate out of range at operand 3 -- `eor x6,x6,9'
aead.c: /tmp/ccnBiwFe.s:1953: Error: immediate out of range at operand 3 -- `eor x6,x6,9'
aead.c: /tmp/ccnBiwFe.s:2409: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: /tmp/ccnBiwFe.s:2510: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
aead.c: /tmp/ccnBiwFe.s:2579: Error: immediate out of range at operand 3 -- `eor x16,x16,9'
aead.c: /tmp/ccnBiwFe.s:2595: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
aead.c: /tmp/ccnBiwFe.s:2850: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
aead.c: /tmp/ccnBiwFe.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/ccM03mfz.s: Assembler messages:
permutations.c: /tmp/ccM03mfz.s:58: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccM03mfz.s:58: Info:    did you mean this?
permutations.c: /tmp/ccM03mfz.s:58: Info:    	ldrb w14, [x1], #1
permutations.c: /tmp/ccM03mfz.s:73: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccM03mfz.s:73: Info:    did you mean this?
permutations.c: /tmp/ccM03mfz.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/ccdPLTtd.s: Assembler messages:
permutations.c: /tmp/ccdPLTtd.s:58: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccdPLTtd.s:58: Info:    did you mean this?
permutations.c: /tmp/ccdPLTtd.s:58: Info:    	ldrb w14, [x1], #1
permutations.c: /tmp/ccdPLTtd.s:73: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccdPLTtd.s:73: Info:    did you mean this?
permutations.c: /tmp/ccdPLTtd.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/ccCpSx7a.s: Assembler messages:
permutations.c: /tmp/ccCpSx7a.s:56: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccCpSx7a.s:56: Info:    did you mean this?
permutations.c: /tmp/ccCpSx7a.s:56: Info:    	ldrb w14, [x1], #1
permutations.c: /tmp/ccCpSx7a.s:71: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccCpSx7a.s:71: Info:    did you mean this?
permutations.c: /tmp/ccCpSx7a.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/ccIbNnzX.s: Assembler messages:
permutations.c: /tmp/ccIbNnzX.s:58: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccIbNnzX.s:58: Info:    did you mean this?
permutations.c: /tmp/ccIbNnzX.s:58: Info:    	ldrb w14, [x1], #1
permutations.c: /tmp/ccIbNnzX.s:73: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccIbNnzX.s:73: Info:    did you mean this?
permutations.c: /tmp/ccIbNnzX.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)