Implementation notes: aarch64, pi3aplus, crypto_hash/asconhashabi32v12

Computer: pi3aplus
Microarchitecture: aarch64; Cortex-A53 (410fd034)
Architecture: aarch64
CPU ID: 410fd034
SUPERCOP version: 20240107
Operation: crypto_hash
Primitive: asconhashabi32v12
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
515276716 0 017256 840 744refgcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023121420231212
615426312 0 015543 832 728refgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023121420231212
733767700 0 016895 832 728bi32gcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023121420231212
739081984 0 011263 840 728bi32_lowreggcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023121420231212
766897652 0 018144 840 744bi32gcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023121420231212
808286284 0 017421 768 736bi32clang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2023121420231212
82469956 0 010215 840 728bi32_lowsizegcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023121420231212
866321868 0 012432 848 744bi32_lowreggcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023121420231212
87380900 0 011424 848 744bi32_lowsizegcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023121420231212
888356544 0 015711 832 728refgcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023121420231212
91751816 0 012005 776 736bi32_lowsizeclang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2023121420231212
955617644 0 015919 816 720bi32gcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023121420231212
977321556 0 012709 776 736bi32_lowregclang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2023121420231212
1072061752 0 012909 768 736refclang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2023121420231212
1311527992 0 017119 832 728bi32gcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023121420231212
1563471804 0 010151 824 720bi32_lowreggcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023121420231212
158733896 0 09223 824 720bi32_lowsizegcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023121420231212
1853261252 0 010431 840 728bi32_lowsizegcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023121420231212
1911402256 0 011463 840 728bi32_lowreggcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023121420231212
2809431208 0 09543 816 720refgcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023121420231212

Compiler output

Implementation: bi32_armv6
Security model: constbranchindex
Compiler: clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
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: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE bi32_armv6

Compiler output

Implementation: bi32_armv6
Security model: constbranchindex
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
permutations.c: /tmp/ccj1J9uP.s: Assembler messages:
permutations.c: /tmp/ccj1J9uP.s:105: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccj1J9uP.s:201: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccj1J9uP.s:263: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccj1J9uP.s:280: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccj1J9uP.s:517: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccj1J9uP.s:596: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccj1J9uP.s:737: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccj1J9uP.s:895: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccj1J9uP.s:1166: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccj1J9uP.s:1245: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccj1J9uP.s:1386: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccj1J9uP.s:1544: Error: immediate out of range at operand 3 -- `eor x13,x13,9'

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE bi32_armv6

Compiler output

Implementation: bi32_armv6
Security model: constbranchindex
Compiler: gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE
permutations.c: /tmp/ccwsCBYb.s: Assembler messages:
permutations.c: /tmp/ccwsCBYb.s:105: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccwsCBYb.s:201: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccwsCBYb.s:263: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccwsCBYb.s:280: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccwsCBYb.s:517: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccwsCBYb.s:596: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccwsCBYb.s:737: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccwsCBYb.s:895: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccwsCBYb.s:1166: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccwsCBYb.s:1245: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccwsCBYb.s:1386: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccwsCBYb.s:1544: Error: immediate out of range at operand 3 -- `eor x13,x13,9'

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE bi32_armv6

Compiler output

Implementation: bi32_armv6
Security model: constbranchindex
Compiler: gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE
permutations.c: /tmp/ccejHvwy.s: Assembler messages:
permutations.c: /tmp/ccejHvwy.s:106: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccejHvwy.s:202: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccejHvwy.s:264: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccejHvwy.s:281: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccejHvwy.s:518: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccejHvwy.s:597: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccejHvwy.s:738: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccejHvwy.s:896: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccejHvwy.s:1170: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccejHvwy.s:1249: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccejHvwy.s:1390: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccejHvwy.s:1548: Error: immediate out of range at operand 3 -- `eor x13,x13,9'

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE bi32_armv6

Compiler output

Implementation: bi32_armv6
Security model: constbranchindex
Compiler: gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE
permutations.c: /tmp/cc0YB1q6.s: Assembler messages:
permutations.c: /tmp/cc0YB1q6.s:104: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cc0YB1q6.s:200: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cc0YB1q6.s:262: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cc0YB1q6.s:279: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cc0YB1q6.s:516: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cc0YB1q6.s:595: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cc0YB1q6.s:736: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cc0YB1q6.s:894: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cc0YB1q6.s:1164: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cc0YB1q6.s:1243: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cc0YB1q6.s:1384: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cc0YB1q6.s:1542: Error: immediate out of range at operand 3 -- `eor x13,x13,9'

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE bi32_armv6

Compiler output

Implementation: bi32_armv6m
Security model: constbranchindex
Compiler: clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
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 (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE bi32_armv6m

Compiler output

Implementation: bi32_armv6m
Security model: constbranchindex
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
hash.c: In file included from permutations.h:11,
hash.c: from hash.c:4:
hash.c: hash.c: In function 'crypto_hash_asconhashabi32v12_bi32_armv6m_constbranchindex':
hash.c: round.h:13:3: error: impossible constraint in 'asm'
hash.c: __asm__ __volatile__(
hash.c: ^~~~~~~
hash.c: round.h:13:3: error: impossible constraint in 'asm'
hash.c: __asm__ __volatile__(
hash.c: ^~~~~~~
hash.c: round.h:13:3: error: impossible constraint in 'asm'
hash.c: __asm__ __volatile__(
hash.c: ^~~~~~~

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE bi32_armv6m
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE bi32_armv6m
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE bi32_armv6m
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE bi32_armv6m

Compiler output

Implementation: bi32_armv7m
Security model: constbranchindex
Compiler: clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
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 (compiler,implementation) pairs: 2, namely:
CompilerImplementations
clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE bi32_armv7m bi32_armv7m_small

Compiler output

Implementation: bi32_armv7m
Security model: constbranchindex
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
hash.c: /tmp/cc0aO8R9.s: Assembler messages:
hash.c: /tmp/cc0aO8R9.s:232: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
hash.c: /tmp/cc0aO8R9.s:309: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
hash.c: /tmp/cc0aO8R9.s:446: Error: immediate out of range at operand 3 -- `eor x4,x4,9'
hash.c: /tmp/cc0aO8R9.s:560: Error: immediate out of range at operand 3 -- `eor x4,x4,9'
hash.c: /tmp/cc0aO8R9.s:728: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/cc0aO8R9.s:821: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/cc0aO8R9.s:882: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/cc0aO8R9.s:898: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/cc0aO8R9.s:1129: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/cc0aO8R9.s:1206: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/cc0aO8R9.s:1344: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/cc0aO8R9.s:1477: Error: immediate out of range at operand 3 -- `eor x3,x3,9'
hash.c: /tmp/cc0aO8R9.s:1726: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
hash.c: /tmp/cc0aO8R9.s:1803: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
hash.c: /tmp/cc0aO8R9.s:1940: Error: immediate out of range at operand 3 -- `eor x2,x2,9'
hash.c: /tmp/cc0aO8R9.s:2054: Error: immediate out of range at operand 3 -- `eor x2,x2,9'

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE bi32_armv7m

Compiler output

Implementation: bi32_armv7m
Security model: constbranchindex
Compiler: gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE
hash.c: /tmp/ccj4Vrgn.s: Assembler messages:
hash.c: /tmp/ccj4Vrgn.s:226: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
hash.c: /tmp/ccj4Vrgn.s:303: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
hash.c: /tmp/ccj4Vrgn.s:440: Error: immediate out of range at operand 3 -- `eor x4,x4,9'
hash.c: /tmp/ccj4Vrgn.s:554: Error: immediate out of range at operand 3 -- `eor x4,x4,9'
hash.c: /tmp/ccj4Vrgn.s:722: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccj4Vrgn.s:815: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccj4Vrgn.s:876: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccj4Vrgn.s:892: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccj4Vrgn.s:1123: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccj4Vrgn.s:1200: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccj4Vrgn.s:1338: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccj4Vrgn.s:1471: Error: immediate out of range at operand 3 -- `eor x3,x3,9'
hash.c: /tmp/ccj4Vrgn.s:1720: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
hash.c: /tmp/ccj4Vrgn.s:1797: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
hash.c: /tmp/ccj4Vrgn.s:1934: Error: immediate out of range at operand 3 -- `eor x2,x2,9'
hash.c: /tmp/ccj4Vrgn.s:2048: Error: immediate out of range at operand 3 -- `eor x2,x2,9'

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE bi32_armv7m

Compiler output

Implementation: bi32_armv7m
Security model: constbranchindex
Compiler: gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE
hash.c: /tmp/ccr1oNyT.s: Assembler messages:
hash.c: /tmp/ccr1oNyT.s:252: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
hash.c: /tmp/ccr1oNyT.s:329: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
hash.c: /tmp/ccr1oNyT.s:466: Error: immediate out of range at operand 3 -- `eor x3,x3,9'
hash.c: /tmp/ccr1oNyT.s:580: Error: immediate out of range at operand 3 -- `eor x3,x3,9'
hash.c: /tmp/ccr1oNyT.s:774: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccr1oNyT.s:867: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccr1oNyT.s:928: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccr1oNyT.s:944: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccr1oNyT.s:1175: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccr1oNyT.s:1252: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccr1oNyT.s:1390: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccr1oNyT.s:1523: Error: immediate out of range at operand 3 -- `eor x2,x2,9'
hash.c: /tmp/ccr1oNyT.s:1797: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
hash.c: /tmp/ccr1oNyT.s:1874: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
hash.c: /tmp/ccr1oNyT.s:2011: Error: immediate out of range at operand 3 -- `eor x2,x2,9'
hash.c: /tmp/ccr1oNyT.s:2125: Error: immediate out of range at operand 3 -- `eor x2,x2,9'

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE bi32_armv7m

Compiler output

Implementation: bi32_armv7m
Security model: constbranchindex
Compiler: gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE
hash.c: /tmp/ccum4Nmj.s: Assembler messages:
hash.c: /tmp/ccum4Nmj.s:179: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccum4Nmj.s:272: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccum4Nmj.s:333: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccum4Nmj.s:349: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccum4Nmj.s:580: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccum4Nmj.s:657: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccum4Nmj.s:795: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccum4Nmj.s:928: Error: immediate out of range at operand 3 -- `eor x2,x2,9'
hash.c: /tmp/ccum4Nmj.s:1175: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
hash.c: /tmp/ccum4Nmj.s:1252: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
hash.c: /tmp/ccum4Nmj.s:1389: Error: immediate out of range at operand 3 -- `eor x2,x2,9'
hash.c: /tmp/ccum4Nmj.s:1503: Error: immediate out of range at operand 3 -- `eor x2,x2,9'
hash.c: /tmp/ccum4Nmj.s:1780: Error: immediate out of range at operand 3 -- `eor x10,x10,9'
hash.c: /tmp/ccum4Nmj.s:1857: Error: immediate out of range at operand 3 -- `eor x10,x10,9'
hash.c: /tmp/ccum4Nmj.s:1994: Error: immediate out of range at operand 3 -- `eor x6,x6,9'
hash.c: /tmp/ccum4Nmj.s:2108: Error: immediate out of range at operand 3 -- `eor x6,x6,9'

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE bi32_armv7m

Compiler output

Implementation: bi32_armv7m_small
Security model: constbranchindex
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
permutations.c: /tmp/ccqXk3ek.s: Assembler messages:
permutations.c: /tmp/ccqXk3ek.s:26: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccqXk3ek.s:26: Info: did you mean this?
permutations.c: /tmp/ccqXk3ek.s:26: Info: ldrb w14, [x1], #1
permutations.c: /tmp/ccqXk3ek.s:41: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccqXk3ek.s:41: Info: did you mean this?
permutations.c: /tmp/ccqXk3ek.s:41: Info: ldrb w14, [x1], #1

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE bi32_armv7m_small

Compiler output

Implementation: bi32_armv7m_small
Security model: constbranchindex
Compiler: gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE
permutations.c: /tmp/ccXKzLuL.s: Assembler messages:
permutations.c: /tmp/ccXKzLuL.s:26: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccXKzLuL.s:26: Info: did you mean this?
permutations.c: /tmp/ccXKzLuL.s:26: Info: ldrb w14, [x1], #1
permutations.c: /tmp/ccXKzLuL.s:41: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccXKzLuL.s:41: Info: did you mean this?
permutations.c: /tmp/ccXKzLuL.s:41: Info: ldrb w14, [x1], #1

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE bi32_armv7m_small

Compiler output

Implementation: bi32_armv7m_small
Security model: constbranchindex
Compiler: gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE
permutations.c: /tmp/ccN3zMyE.s: Assembler messages:
permutations.c: /tmp/ccN3zMyE.s:30: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccN3zMyE.s:30: Info: did you mean this?
permutations.c: /tmp/ccN3zMyE.s:30: Info: ldrb w14, [x1], #1
permutations.c: /tmp/ccN3zMyE.s:45: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccN3zMyE.s:45: Info: did you mean this?
permutations.c: /tmp/ccN3zMyE.s:45: Info: ldrb w14, [x1], #1

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE bi32_armv7m_small

Compiler output

Implementation: bi32_armv7m_small
Security model: constbranchindex
Compiler: gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE
permutations.c: /tmp/ccEdWvu9.s: Assembler messages:
permutations.c: /tmp/ccEdWvu9.s:25: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccEdWvu9.s:25: Info: did you mean this?
permutations.c: /tmp/ccEdWvu9.s:25: Info: ldrb w14, [x1], #1
permutations.c: /tmp/ccEdWvu9.s:40: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccEdWvu9.s:40: Info: did you mean this?
permutations.c: /tmp/ccEdWvu9.s:40: Info: ldrb w14, [x1], #1

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE bi32_armv7m_small

Namespace violations

Implementation: bi32
Security model: constbranchindex
Compiler: clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
constants.o constants R
permutations.o P12 T
permutations.o P8 T

Number of similar (compiler,implementation) pairs: 5, namely:
CompilerImplementations
clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE bi32
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE bi32
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE bi32
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE bi32
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE bi32

Namespace violations

Implementation: bi32_lowreg
Security model: constbranchindex
Compiler: clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
constants.o constants R
hash.o ascon_absorb T
hash.o ascon_inithash T
hash.o ascon_squeeze T

Number of similar (compiler,implementation) pairs: 5, namely:
CompilerImplementations
clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE bi32_lowreg
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE bi32_lowreg
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE bi32_lowreg
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE bi32_lowreg
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE bi32_lowreg

Namespace violations

Implementation: bi32_lowsize
Security model: constbranchindex
Compiler: clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
constants.o constants R
permutations.o P T

Number of similar (compiler,implementation) pairs: 5, namely:
CompilerImplementations
clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE bi32_lowsize
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE bi32_lowsize
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE bi32_lowsize
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE bi32_lowsize
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE bi32_lowsize