Test results for aarch64, pi5, crypto_hash/asconhashabi32v12

[Page version: 20251031 23:15:16]

Measurements for aarch64, pi5, crypto_hash Test results for aarch64, pi5, crypto_hash Test results for crypto_hash/asconhashabi32v12
Computer: pi5
Microarchitecture: aarch64; Cortex-A76 (414fd0b1)
Architecture: aarch64
CPU ID: 414fd0b1
SUPERCOP version: 20250922
Operation: crypto_hash
Primitive: asconhashabi32v12
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
347929176 0 019184 768 736refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025052220250415
439155740 0 017505 824 728refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025052220250415
486071336 0 010464 768 736refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025052220250415
505851024 0 09152 752 720refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025052220250415
512661500 0 010535 760 728refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025052220250415
739705896 0 020196 880 744bi32clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025101820250922
796321552 0 015900 888 744bi32_lowregclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025101820250922
81765852 0 015196 888 744bi32_lowsizeclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025101820250922
853507904 0 019519 824 752bi32gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025101820250922
853507904 0 020391 824 752bi32gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025101820250922
853508192 0 019702 816 744bi32gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025101820250922
853507816 0 018407 808 736bi32gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025101820250922
902971956 0 013663 832 752bi32_lowreggcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025101820250922
910401956 0 014535 832 752bi32_lowreggcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025101820250922
94563964 0 012639 832 752bi32_lowsizegcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025101820250922
94563964 0 013511 832 752bi32_lowsizegcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025101820250922
952742272 0 013846 824 744bi32_lowreggcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025101820250922
974071836 0 012503 816 736bi32_lowreggcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025101820250922
99540908 0 011543 816 736bi32_lowsizegcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025101820250922
1002511292 0 012838 824 744bi32_lowsizegcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025101820250922

Compiler output


hash.c: In file included from hash.c:4:
hash.c: In file included from ./permutations.h:11:
hash.c: ./round.h:82:19: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths]
hash.c:       [tmp1] "=r"(tmp1)
hash.c:                   ^
hash.c: ./round.h:15:13: note: use constraint modifier "w"
hash.c:       "ldrb %[tmp1], [%[C]], #1\n\t"
hash.c:             ^~~~~~~
hash.c:             %w[tmp1]
hash.c: ./round.h:78:19: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths]
hash.c:       [x0_l] "+r"(s->w[0][0]), [x0_h] "+r"(s->w[0][1]), [x1_l] "+r"(s->w[1][0]),
hash.c:                   ^
hash.c: ./round.h:16:12: note: use constraint modifier "w"
hash.c:       "eor %[x0_l], %[x0_l], %[x4_l]\n\t"
hash.c:            ^~~~~~~
hash.c:            %w[x0_l]
hash.c: ./round.h:78:19: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths]
hash.c:       [x0_l] "+r"(s->w[0][0]), [x0_h] "+r"(s->w[0][1]), [x1_l] "+r"(s->w[1][0]),
hash.c:                   ^
hash.c: ./round.h:16:21: note: use constraint modifier "w"
hash.c:       "eor %[x0_l], %[x0_l], %[x4_l]\n\t"
hash.c:                     ^~~~~~~
hash.c:                     %w[x0_l]
hash.c: ./round.h:80:69: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths]
hash.c:       [x3_l] "+r"(s->w[3][0]), [x3_h] "+r"(s->w[3][1]), [x4_l] "+r"(s->w[4][0]),
hash.c: ...
permutations.c: In file included from permutations.c:1:
permutations.c: In file included from ./permutations.h:11:
permutations.c: ./round.h:82:19: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths]
permutations.c:       [tmp1] "=r"(tmp1)
permutations.c:                   ^
permutations.c: ./round.h:15:13: note: use constraint modifier "w"
permutations.c:       "ldrb %[tmp1], [%[C]], #1\n\t"
permutations.c:             ^~~~~~~
permutations.c:             %w[tmp1]
permutations.c: ./round.h:78:19: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths]
permutations.c:       [x0_l] "+r"(s->w[0][0]), [x0_h] "+r"(s->w[0][1]), [x1_l] "+r"(s->w[1][0]),
permutations.c:                   ^
permutations.c: ./round.h:16:12: note: use constraint modifier "w"
permutations.c:       "eor %[x0_l], %[x0_l], %[x4_l]\n\t"
permutations.c:            ^~~~~~~
permutations.c:            %w[x0_l]
permutations.c: ./round.h:78:19: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths]
permutations.c:       [x0_l] "+r"(s->w[0][0]), [x0_h] "+r"(s->w[0][1]), [x1_l] "+r"(s->w[1][0]),
permutations.c:                   ^
permutations.c: ./round.h:16:21: note: use constraint modifier "w"
permutations.c:       "eor %[x0_l], %[x0_l], %[x4_l]\n\t"
permutations.c:                     ^~~~~~~
permutations.c:                     %w[x0_l]
permutations.c: ./round.h:80:69: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths]
permutations.c:       [x3_l] "+r"(s->w[3][0]), [x3_h] "+r"(s->w[3][1]), [x4_l] "+r"(s->w[4][0]),
permutations.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
bi32_armv6clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6)

Compiler output


permutations.c: /tmp/ccC5mMvO.s: Assembler messages:
permutations.c: /tmp/ccC5mMvO.s:182: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccC5mMvO.s:298: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccC5mMvO.s:380: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccC5mMvO.s:397: Error: immediate out of range at operand 3 -- `eor x6,x6,9'
permutations.c: /tmp/ccC5mMvO.s:694: Error: immediate out of range at operand 3 -- `eor x6,x6,9'
permutations.c: /tmp/ccC5mMvO.s:793: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
permutations.c: /tmp/ccC5mMvO.s:974: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccC5mMvO.s:1172: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccC5mMvO.s:1547: Error: immediate out of range at operand 3 -- `eor x6,x6,9'
permutations.c: /tmp/ccC5mMvO.s:1646: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
permutations.c: /tmp/ccC5mMvO.s:1827: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccC5mMvO.s:2025: 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


permutations.c: /tmp/ccye5Ekf.s: Assembler messages:
permutations.c: /tmp/ccye5Ekf.s:182: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccye5Ekf.s:298: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccye5Ekf.s:380: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccye5Ekf.s:397: Error: immediate out of range at operand 3 -- `eor x6,x6,9'
permutations.c: /tmp/ccye5Ekf.s:694: Error: immediate out of range at operand 3 -- `eor x6,x6,9'
permutations.c: /tmp/ccye5Ekf.s:793: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
permutations.c: /tmp/ccye5Ekf.s:974: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccye5Ekf.s:1172: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccye5Ekf.s:1547: Error: immediate out of range at operand 3 -- `eor x6,x6,9'
permutations.c: /tmp/ccye5Ekf.s:1646: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
permutations.c: /tmp/ccye5Ekf.s:1827: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccye5Ekf.s:2025: 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


permutations.c: /tmp/ccyAUmnT.s: Assembler messages:
permutations.c: /tmp/ccyAUmnT.s:151: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccyAUmnT.s:255: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccyAUmnT.s:325: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccyAUmnT.s:342: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccyAUmnT.s:603: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccyAUmnT.s:690: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccyAUmnT.s:847: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccyAUmnT.s:1021: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccyAUmnT.s:1361: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccyAUmnT.s:1448: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccyAUmnT.s:1605: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccyAUmnT.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


permutations.c: /tmp/ccdIMJiF.s: Assembler messages:
permutations.c: /tmp/ccdIMJiF.s:158: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccdIMJiF.s:274: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccdIMJiF.s:356: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccdIMJiF.s:373: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccdIMJiF.s:670: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccdIMJiF.s:769: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccdIMJiF.s:950: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccdIMJiF.s:1148: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccdIMJiF.s:1503: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccdIMJiF.s:1602: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccdIMJiF.s:1783: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccdIMJiF.s:1981: 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


hash.c: In file included from hash.c:4:
hash.c: In file included from ./permutations.h:11:
hash.c: ./round.h:164:14: error: invalid output constraint '+l' in asm
hash.c:       [x0_l] "+l"(s->w[0][0]), [x0_h] "+h"(s->w[0][1]), [x1_l] "+l"(s->w[1][0]),
hash.c:              ^
hash.c: ./round.h:314:14: error: invalid output constraint '+l' in asm
hash.c:       [x0_l] "+l"(s->w[0][0]), [x0_h] "+h"(s->w[0][1]), [x1_l] "+l"(s->w[1][0]),
hash.c:              ^
hash.c: 2 errors generated.

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
bi32_armv6mclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6)

Compiler output


hash.c: In file included from permutations.h:11,
hash.c:                  from hash.c:4:
hash.c: round.h: In function 'ROUND_LOOP':
hash.c: round.h:12:12: warning: unused variable 'tmp0' [-Wunused-variable]
hash.c:    12 |   uint32_t tmp0, tmp1;
hash.c:       |            ^~~~
hash.c: In function 'ROUND_LOOP',
hash.c:     inlined from 'PROUNDS' at round.h:325:3,
hash.c:     inlined from 'P' at permutations.h:70:48,
hash.c:     inlined from 'ascon_absorb' at hash.c:54:5,
hash.c:     inlined from 'crypto_hash_asconhashabi32v12_bi32_armv6m_constbranchindex' at hash.c:84:3:
hash.c: round.h:13:3: error: impossible constraint in 'asm'
hash.c:    13 |   __asm__ __volatile__(
hash.c:       |   ^~~~~~~
hash.c: In function 'ROUND_LOOP',
hash.c:     inlined from 'PROUNDS' at round.h:325:3,
hash.c:     inlined from 'P' at permutations.h:70:48,
hash.c:     inlined from 'ascon_squeeze' at hash.c:67:3,
hash.c:     inlined from 'crypto_hash_asconhashabi32v12_bi32_armv6m_constbranchindex' at hash.c:85:3:
hash.c: round.h:13:3: error: impossible constraint in 'asm'
hash.c:    13 |   __asm__ __volatile__(
hash.c:       |   ^~~~~~~
hash.c: In function 'ROUND_LOOP',
hash.c:     inlined from 'PROUNDS' at round.h:325:3,
hash.c:     inlined from 'P' at permutations.h:70:48,
hash.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


hash.c: In file included from hash.c:4:
hash.c: In file included from ./permutations.h:11:
hash.c: ./round.h:78:19: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths]
hash.c:       [tmp1] "=r"(tmp1)
hash.c:                   ^
hash.c: ./round.h:15:13: note: use constraint modifier "w"
hash.c:       "ldrb %[tmp1], [%[C]], #1\n\t"
hash.c:             ^~~~~~~
hash.c:             %w[tmp1]
hash.c: ./round.h:74:19: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths]
hash.c:       [x0_l] "+r"(s->w[0][0]), [x0_h] "+r"(s->w[0][1]), [x1_l] "+r"(s->w[1][0]),
hash.c:                   ^
hash.c: ./round.h:16:12: note: use constraint modifier "w"
hash.c:       "eor %[x0_l], %[x0_l], %[x4_l]\n\t"
hash.c:            ^~~~~~~
hash.c:            %w[x0_l]
hash.c: ./round.h:74:19: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths]
hash.c:       [x0_l] "+r"(s->w[0][0]), [x0_h] "+r"(s->w[0][1]), [x1_l] "+r"(s->w[1][0]),
hash.c:                   ^
hash.c: ./round.h:16:21: note: use constraint modifier "w"
hash.c:       "eor %[x0_l], %[x0_l], %[x4_l]\n\t"
hash.c:                     ^~~~~~~
hash.c:                     %w[x0_l]
hash.c: ./round.h:76:69: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths]
hash.c:       [x3_l] "+r"(s->w[3][0]), [x3_h] "+r"(s->w[3][1]), [x4_l] "+r"(s->w[4][0]),
hash.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
bi32_armv7mclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6)

Compiler output


hash.c: /tmp/ccOmbWYw.s: Assembler messages:
hash.c: /tmp/ccOmbWYw.s:407: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccOmbWYw.s:504: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
hash.c: /tmp/ccOmbWYw.s:696: Error: immediate out of range at operand 3 -- `eor x5,x5,9'
hash.c: /tmp/ccOmbWYw.s:836: Error: immediate out of range at operand 3 -- `eor x5,x5,9'
hash.c: /tmp/ccOmbWYw.s:1209: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccOmbWYw.s:1322: Error: immediate out of range at operand 3 -- `eor x5,x5,9'
hash.c: /tmp/ccOmbWYw.s:1403: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccOmbWYw.s:1419: Error: immediate out of range at operand 3 -- `eor x6,x6,9'
hash.c: /tmp/ccOmbWYw.s:1710: Error: immediate out of range at operand 3 -- `eor x6,x6,9'
hash.c: /tmp/ccOmbWYw.s:1807: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccOmbWYw.s:1985: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccOmbWYw.s:2165: Error: immediate out of range at operand 3 -- `eor x3,x3,9'
hash.c: /tmp/ccOmbWYw.s:2548: Error: immediate out of range at operand 3 -- `eor x6,x6,9'
hash.c: /tmp/ccOmbWYw.s:2645: Error: immediate out of range at operand 3 -- `eor x5,x5,9'
hash.c: /tmp/ccOmbWYw.s:2836: Error: immediate out of range at operand 3 -- `eor x2,x2,9'
hash.c: /tmp/ccOmbWYw.s:2976: Error: immediate out of range at operand 3 -- `eor x2,x2,9'

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


hash.c: /tmp/cccjdEXX.s: Assembler messages:
hash.c: /tmp/cccjdEXX.s:407: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/cccjdEXX.s:504: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
hash.c: /tmp/cccjdEXX.s:696: Error: immediate out of range at operand 3 -- `eor x5,x5,9'
hash.c: /tmp/cccjdEXX.s:836: Error: immediate out of range at operand 3 -- `eor x5,x5,9'
hash.c: /tmp/cccjdEXX.s:1209: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/cccjdEXX.s:1322: Error: immediate out of range at operand 3 -- `eor x5,x5,9'
hash.c: /tmp/cccjdEXX.s:1403: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/cccjdEXX.s:1419: Error: immediate out of range at operand 3 -- `eor x6,x6,9'
hash.c: /tmp/cccjdEXX.s:1710: Error: immediate out of range at operand 3 -- `eor x6,x6,9'
hash.c: /tmp/cccjdEXX.s:1807: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/cccjdEXX.s:1985: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/cccjdEXX.s:2165: Error: immediate out of range at operand 3 -- `eor x3,x3,9'
hash.c: /tmp/cccjdEXX.s:2548: Error: immediate out of range at operand 3 -- `eor x6,x6,9'
hash.c: /tmp/cccjdEXX.s:2645: Error: immediate out of range at operand 3 -- `eor x5,x5,9'
hash.c: /tmp/cccjdEXX.s:2836: Error: immediate out of range at operand 3 -- `eor x2,x2,9'
hash.c: /tmp/cccjdEXX.s:2976: Error: immediate out of range at operand 3 -- `eor x2,x2,9'

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


hash.c: /tmp/ccczq7DV.s: Assembler messages:
hash.c: /tmp/ccczq7DV.s:385: Error: immediate out of range at operand 3 -- `eor x11,x11,9'
hash.c: /tmp/ccczq7DV.s:470: Error: immediate out of range at operand 3 -- `eor x11,x11,9'
hash.c: /tmp/ccczq7DV.s:634: Error: immediate out of range at operand 3 -- `eor x2,x2,9'
hash.c: /tmp/ccczq7DV.s:774: Error: immediate out of range at operand 3 -- `eor x2,x2,9'
hash.c: /tmp/ccczq7DV.s:1085: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccczq7DV.s:1186: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccczq7DV.s:1255: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccczq7DV.s:1271: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccczq7DV.s:1526: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccczq7DV.s:1611: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccczq7DV.s:1765: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccczq7DV.s:1929: Error: immediate out of range at operand 3 -- `eor x2,x2,9'
hash.c: /tmp/ccczq7DV.s:2290: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
hash.c: /tmp/ccczq7DV.s:2375: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
hash.c: /tmp/ccczq7DV.s:2538: Error: immediate out of range at operand 3 -- `eor x3,x3,9'
hash.c: /tmp/ccczq7DV.s:2678: Error: immediate out of range at operand 3 -- `eor x3,x3,9'

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


hash.c: /tmp/ccQW2A0j.s: Assembler messages:
hash.c: /tmp/ccQW2A0j.s:452: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccQW2A0j.s:565: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccQW2A0j.s:646: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccQW2A0j.s:662: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccQW2A0j.s:953: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccQW2A0j.s:1050: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccQW2A0j.s:1228: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccQW2A0j.s:1401: Error: immediate out of range at operand 3 -- `eor x3,x3,9'
hash.c: /tmp/ccQW2A0j.s:1778: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
hash.c: /tmp/ccQW2A0j.s:1875: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
hash.c: /tmp/ccQW2A0j.s:2058: Error: immediate out of range at operand 3 -- `eor x3,x3,9'
hash.c: /tmp/ccQW2A0j.s:2198: Error: immediate out of range at operand 3 -- `eor x3,x3,9'
hash.c: /tmp/ccQW2A0j.s:2624: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
hash.c: /tmp/ccQW2A0j.s:2721: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
hash.c: /tmp/ccQW2A0j.s:2913: Error: immediate out of range at operand 3 -- `eor x3,x3,9'
hash.c: /tmp/ccQW2A0j.s:3055: Error: immediate out of range at operand 3 -- `eor x3,x3,9'

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


hash.c: In file included from hash.c:4:
hash.c: In file included from ./permutations.h:11:
hash.c: ./round.h:78:19: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths]
hash.c:       [tmp1] "=r"(tmp1)
hash.c:                   ^
hash.c: ./round.h:15:13: note: use constraint modifier "w"
hash.c:       "ldrb %[tmp1], [%[C]], #1\n\t"
hash.c:             ^~~~~~~
hash.c:             %w[tmp1]
hash.c: ./round.h:74:19: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths]
hash.c:       [x0_l] "+r"(s->w[0][0]), [x0_h] "+r"(s->w[0][1]), [x1_l] "+r"(s->w[1][0]),
hash.c:                   ^
hash.c: ./round.h:16:12: note: use constraint modifier "w"
hash.c:       "eor %[x0_l], %[x0_l], %[x4_l]\n\t"
hash.c:            ^~~~~~~
hash.c:            %w[x0_l]
hash.c: ./round.h:74:19: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths]
hash.c:       [x0_l] "+r"(s->w[0][0]), [x0_h] "+r"(s->w[0][1]), [x1_l] "+r"(s->w[1][0]),
hash.c:                   ^
hash.c: ./round.h:16:21: note: use constraint modifier "w"
hash.c:       "eor %[x0_l], %[x0_l], %[x4_l]\n\t"
hash.c:                     ^~~~~~~
hash.c:                     %w[x0_l]
hash.c: ./round.h:76:69: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths]
hash.c:       [x3_l] "+r"(s->w[3][0]), [x3_h] "+r"(s->w[3][1]), [x4_l] "+r"(s->w[4][0]),
hash.c: ...
permutations.c: In file included from permutations.c:1:
permutations.c: In file included from ./permutations.h:11:
permutations.c: ./round.h:78:19: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths]
permutations.c:       [tmp1] "=r"(tmp1)
permutations.c:                   ^
permutations.c: ./round.h:15:13: note: use constraint modifier "w"
permutations.c:       "ldrb %[tmp1], [%[C]], #1\n\t"
permutations.c:             ^~~~~~~
permutations.c:             %w[tmp1]
permutations.c: ./round.h:74:19: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths]
permutations.c:       [x0_l] "+r"(s->w[0][0]), [x0_h] "+r"(s->w[0][1]), [x1_l] "+r"(s->w[1][0]),
permutations.c:                   ^
permutations.c: ./round.h:16:12: note: use constraint modifier "w"
permutations.c:       "eor %[x0_l], %[x0_l], %[x4_l]\n\t"
permutations.c:            ^~~~~~~
permutations.c:            %w[x0_l]
permutations.c: ./round.h:74:19: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths]
permutations.c:       [x0_l] "+r"(s->w[0][0]), [x0_h] "+r"(s->w[0][1]), [x1_l] "+r"(s->w[1][0]),
permutations.c:                   ^
permutations.c: ./round.h:16:21: note: use constraint modifier "w"
permutations.c:       "eor %[x0_l], %[x0_l], %[x4_l]\n\t"
permutations.c:                     ^~~~~~~
permutations.c:                     %w[x0_l]
permutations.c: ./round.h:76:69: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths]
permutations.c:       [x3_l] "+r"(s->w[3][0]), [x3_h] "+r"(s->w[3][1]), [x4_l] "+r"(s->w[4][0]),
permutations.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
bi32_armv7m_smallclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6)

Compiler output


permutations.c: /tmp/ccEfIPof.s: Assembler messages:
permutations.c: /tmp/ccEfIPof.s:63: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccEfIPof.s:63: Info:    did you mean this?
permutations.c: /tmp/ccEfIPof.s:63: Info:    	ldrb w14, [x1], #1
permutations.c: /tmp/ccEfIPof.s:78: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccEfIPof.s:78: Info:    did you mean this?
permutations.c: /tmp/ccEfIPof.s:78: 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


permutations.c: /tmp/cc4Dn9EU.s: Assembler messages:
permutations.c: /tmp/cc4Dn9EU.s:63: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/cc4Dn9EU.s:63: Info:    did you mean this?
permutations.c: /tmp/cc4Dn9EU.s:63: Info:    	ldrb w14, [x1], #1
permutations.c: /tmp/cc4Dn9EU.s:78: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/cc4Dn9EU.s:78: Info:    did you mean this?
permutations.c: /tmp/cc4Dn9EU.s:78: 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


permutations.c: /tmp/ccrtkp7t.s: Assembler messages:
permutations.c: /tmp/ccrtkp7t.s:57: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccrtkp7t.s:57: Info:    did you mean this?
permutations.c: /tmp/ccrtkp7t.s:57: Info:    	ldrb w14, [x1], #1
permutations.c: /tmp/ccrtkp7t.s:72: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccrtkp7t.s:72: Info:    did you mean this?
permutations.c: /tmp/ccrtkp7t.s:72: 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


permutations.c: /tmp/ccmqFgOY.s: Assembler messages:
permutations.c: /tmp/ccmqFgOY.s:59: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccmqFgOY.s:59: Info:    did you mean this?
permutations.c: /tmp/ccmqFgOY.s:59: Info:    	ldrb w14, [x1], #1
permutations.c: /tmp/ccmqFgOY.s:74: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccmqFgOY.s:74: Info:    did you mean this?
permutations.c: /tmp/ccmqFgOY.s:74: 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)

Namespace violations


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

Number of similar (implementation,compiler) pairs: 5, namely:
ImplementationCompiler
bi32clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6)
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


constants.o constants R
hash.o ascon_absorb T
hash.o ascon_inithash T
hash.o ascon_squeeze T

Number of similar (implementation,compiler) pairs: 5, namely:
ImplementationCompiler
bi32_lowregclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6)
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


constants.o constants R
permutations.o P T

Number of similar (implementation,compiler) pairs: 5, namely:
ImplementationCompiler
bi32_lowsizeclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6)
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: 20, namely:
ImplementationCompiler
bi32clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6)
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_lowregclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6)
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_lowsizeclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6)
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)
refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6)
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)