Implementation notes: aarch64, pi3aplus, crypto_hash/asconhashbi32v12

Computer: pi3aplus
Microarchitecture: aarch64; A53 (410fd034)
Architecture: aarch64
CPU ID: 410fd034
SUPERCOP version: 20230530
Operation: crypto_hash
Primitive: asconhashbi32v12
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
779017820 0 018360 840 744refgcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2022112320221122
875787500 0 016743 832 728refgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2022112320221122
1086694784 0 013975 832 728bi32gcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2022112320221122
1086764760 0 015232 840 744bi32gcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2022112320221122
1115381984 0 011263 840 728bi32_lowreggcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2022112320221122
1186593932 0 015117 768 736bi32clang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2022112320221122
119918956 0 010215 840 728bi32_lowsizegcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2022112320221122
127947900 0 011424 848 744bi32_lowsizegcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2022112320221122
1280111852 0 012416 848 744bi32_lowreggcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2022112320221122
137555816 0 012037 776 736bi32_lowsizeclang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2022112320221122
1404194748 0 013015 816 720bi32gcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2022112320221122
1445001556 0 012741 776 736bi32_lowregclang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2022112320221122
1483288464 0 017631 832 728refgcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2022112320221122
1594841976 0 013181 768 736refclang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2022112320221122
1921945084 0 014199 832 728bi32gcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2022112320221122
2368681796 0 010151 824 720bi32_lowreggcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2022112320221122
238659896 0 09223 824 720bi32_lowsizegcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2022112320221122
2734771252 0 010431 840 728bi32_lowsizegcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2022112320221122
2836672252 0 011463 840 728bi32_lowreggcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2022112320221122
4187001048 0 09375 816 720refgcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2022112320221122

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/ccdjSmX3.s: Assembler messages:
permutations.c: /tmp/ccdjSmX3.s:105: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccdjSmX3.s:201: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccdjSmX3.s:263: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccdjSmX3.s:280: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccdjSmX3.s:517: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccdjSmX3.s:596: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccdjSmX3.s:737: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccdjSmX3.s:895: 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/cctSXAGn.s: Assembler messages:
permutations.c: /tmp/cctSXAGn.s:105: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cctSXAGn.s:201: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cctSXAGn.s:263: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cctSXAGn.s:280: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cctSXAGn.s:517: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cctSXAGn.s:596: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cctSXAGn.s:737: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cctSXAGn.s:895: 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/cc8m62LE.s: Assembler messages:
permutations.c: /tmp/cc8m62LE.s:106: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cc8m62LE.s:202: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cc8m62LE.s:264: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cc8m62LE.s:281: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cc8m62LE.s:518: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cc8m62LE.s:597: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cc8m62LE.s:738: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cc8m62LE.s:896: 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/ccfVbGgf.s: Assembler messages:
permutations.c: /tmp/ccfVbGgf.s:104: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccfVbGgf.s:200: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccfVbGgf.s:262: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccfVbGgf.s:279: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccfVbGgf.s:516: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccfVbGgf.s:595: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccfVbGgf.s:736: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccfVbGgf.s:894: 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_asconhashbi32v12_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/ccQm5Mab.s: Assembler messages:
hash.c: /tmp/ccQm5Mab.s:139: Error: immediate out of range at operand 3 -- `eor x14,x14,9'
hash.c: /tmp/ccQm5Mab.s:232: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
hash.c: /tmp/ccQm5Mab.s:293: Error: immediate out of range at operand 3 -- `eor x14,x14,9'
hash.c: /tmp/ccQm5Mab.s:309: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
hash.c: /tmp/ccQm5Mab.s:540: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
hash.c: /tmp/ccQm5Mab.s:617: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
hash.c: /tmp/ccQm5Mab.s:755: Error: immediate out of range at operand 3 -- `eor x14,x14,9'
hash.c: /tmp/ccQm5Mab.s:888: Error: immediate out of range at operand 3 -- `eor x4,x4,9'
hash.c: /tmp/ccQm5Mab.s:1056: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccQm5Mab.s:1149: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccQm5Mab.s:1210: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccQm5Mab.s:1226: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccQm5Mab.s:1457: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccQm5Mab.s:1534: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccQm5Mab.s:1672: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccQm5Mab.s:1805: Error: immediate out of range at operand 3 -- `eor x3,x3,9'
hash.c: /tmp/ccQm5Mab.s:1961: Error: immediate out of range at operand 3 -- `eor x14,x14,9'
hash.c: /tmp/ccQm5Mab.s:2054: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccQm5Mab.s:2115: Error: immediate out of range at operand 3 -- `eor x14,x14,9'
hash.c: /tmp/ccQm5Mab.s:2131: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccQm5Mab.s:2362: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccQm5Mab.s:2439: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccQm5Mab.s:2577: Error: immediate out of range at operand 3 -- `eor x14,x14,9'
hash.c: /tmp/ccQm5Mab.s:2710: 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/ccCSSn7y.s: Assembler messages:
hash.c: /tmp/ccCSSn7y.s:133: Error: immediate out of range at operand 3 -- `eor x14,x14,9'
hash.c: /tmp/ccCSSn7y.s:226: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
hash.c: /tmp/ccCSSn7y.s:287: Error: immediate out of range at operand 3 -- `eor x14,x14,9'
hash.c: /tmp/ccCSSn7y.s:303: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
hash.c: /tmp/ccCSSn7y.s:534: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
hash.c: /tmp/ccCSSn7y.s:611: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
hash.c: /tmp/ccCSSn7y.s:749: Error: immediate out of range at operand 3 -- `eor x14,x14,9'
hash.c: /tmp/ccCSSn7y.s:882: Error: immediate out of range at operand 3 -- `eor x4,x4,9'
hash.c: /tmp/ccCSSn7y.s:1050: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccCSSn7y.s:1143: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccCSSn7y.s:1204: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccCSSn7y.s:1220: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccCSSn7y.s:1451: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccCSSn7y.s:1528: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccCSSn7y.s:1666: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccCSSn7y.s:1799: Error: immediate out of range at operand 3 -- `eor x3,x3,9'
hash.c: /tmp/ccCSSn7y.s:1955: Error: immediate out of range at operand 3 -- `eor x14,x14,9'
hash.c: /tmp/ccCSSn7y.s:2048: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccCSSn7y.s:2109: Error: immediate out of range at operand 3 -- `eor x14,x14,9'
hash.c: /tmp/ccCSSn7y.s:2125: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccCSSn7y.s:2356: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccCSSn7y.s:2433: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccCSSn7y.s:2571: Error: immediate out of range at operand 3 -- `eor x14,x14,9'
hash.c: /tmp/ccCSSn7y.s:2704: 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/ccgg68JS.s: Assembler messages:
hash.c: /tmp/ccgg68JS.s:159: Error: immediate out of range at operand 3 -- `eor x14,x14,9'
hash.c: /tmp/ccgg68JS.s:252: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
hash.c: /tmp/ccgg68JS.s:313: Error: immediate out of range at operand 3 -- `eor x14,x14,9'
hash.c: /tmp/ccgg68JS.s:329: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
hash.c: /tmp/ccgg68JS.s:560: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
hash.c: /tmp/ccgg68JS.s:637: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
hash.c: /tmp/ccgg68JS.s:775: Error: immediate out of range at operand 3 -- `eor x14,x14,9'
hash.c: /tmp/ccgg68JS.s:908: Error: immediate out of range at operand 3 -- `eor x3,x3,9'
hash.c: /tmp/ccgg68JS.s:1102: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccgg68JS.s:1195: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccgg68JS.s:1256: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccgg68JS.s:1272: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccgg68JS.s:1503: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccgg68JS.s:1580: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccgg68JS.s:1718: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccgg68JS.s:1851: Error: immediate out of range at operand 3 -- `eor x2,x2,9'
hash.c: /tmp/ccgg68JS.s:2032: Error: immediate out of range at operand 3 -- `eor x14,x14,9'
hash.c: /tmp/ccgg68JS.s:2125: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccgg68JS.s:2186: Error: immediate out of range at operand 3 -- `eor x14,x14,9'
hash.c: /tmp/ccgg68JS.s:2202: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccgg68JS.s:2433: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccgg68JS.s:2510: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccgg68JS.s:2648: Error: immediate out of range at operand 3 -- `eor x14,x14,9'
hash.c: /tmp/ccgg68JS.s:2781: 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/ccwRrDOP.s: Assembler messages:
hash.c: /tmp/ccwRrDOP.s:173: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
hash.c: /tmp/ccwRrDOP.s:266: Error: immediate out of range at operand 3 -- `eor x3,x3,9'
hash.c: /tmp/ccwRrDOP.s:327: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
hash.c: /tmp/ccwRrDOP.s:343: Error: immediate out of range at operand 3 -- `eor x3,x3,9'
hash.c: /tmp/ccwRrDOP.s:574: Error: immediate out of range at operand 3 -- `eor x3,x3,9'
hash.c: /tmp/ccwRrDOP.s:651: Error: immediate out of range at operand 3 -- `eor x3,x3,9'
hash.c: /tmp/ccwRrDOP.s:789: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
hash.c: /tmp/ccwRrDOP.s:922: Error: immediate out of range at operand 3 -- `eor x21,x21,9'
hash.c: /tmp/ccwRrDOP.s:1076: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
hash.c: /tmp/ccwRrDOP.s:1169: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccwRrDOP.s:1230: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
hash.c: /tmp/ccwRrDOP.s:1246: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccwRrDOP.s:1477: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccwRrDOP.s:1554: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccwRrDOP.s:1692: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
hash.c: /tmp/ccwRrDOP.s:1825: Error: immediate out of range at operand 3 -- `eor x2,x2,9'
hash.c: /tmp/ccwRrDOP.s:2009: Error: immediate out of range at operand 3 -- `eor x15,x15,9'
hash.c: /tmp/ccwRrDOP.s:2102: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
hash.c: /tmp/ccwRrDOP.s:2163: Error: immediate out of range at operand 3 -- `eor x15,x15,9'
hash.c: /tmp/ccwRrDOP.s:2179: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
hash.c: /tmp/ccwRrDOP.s:2410: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
hash.c: /tmp/ccwRrDOP.s:2487: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
hash.c: /tmp/ccwRrDOP.s:2625: Error: immediate out of range at operand 3 -- `eor x15,x15,9'
hash.c: /tmp/ccwRrDOP.s:2758: Error: immediate out of range at operand 3 -- `eor x5,x5,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/cczP4JuS.s: Assembler messages:
permutations.c: /tmp/cczP4JuS.s:26: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/cczP4JuS.s:26: Info: did you mean this?
permutations.c: /tmp/cczP4JuS.s:26: Info: ldrb w14, [x1], #1
permutations.c: /tmp/cczP4JuS.s:41: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/cczP4JuS.s:41: Info: did you mean this?
permutations.c: /tmp/cczP4JuS.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/cctQMg0m.s: Assembler messages:
permutations.c: /tmp/cctQMg0m.s:26: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/cctQMg0m.s:26: Info: did you mean this?
permutations.c: /tmp/cctQMg0m.s:26: Info: ldrb w14, [x1], #1
permutations.c: /tmp/cctQMg0m.s:41: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/cctQMg0m.s:41: Info: did you mean this?
permutations.c: /tmp/cctQMg0m.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/cck00vL7.s: Assembler messages:
permutations.c: /tmp/cck00vL7.s:30: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/cck00vL7.s:30: Info: did you mean this?
permutations.c: /tmp/cck00vL7.s:30: Info: ldrb w14, [x1], #1
permutations.c: /tmp/cck00vL7.s:45: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/cck00vL7.s:45: Info: did you mean this?
permutations.c: /tmp/cck00vL7.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/ccI9FeVz.s: Assembler messages:
permutations.c: /tmp/ccI9FeVz.s:25: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccI9FeVz.s:25: Info: did you mean this?
permutations.c: /tmp/ccI9FeVz.s:25: Info: ldrb w14, [x1], #1
permutations.c: /tmp/ccI9FeVz.s:40: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccI9FeVz.s:40: Info: did you mean this?
permutations.c: /tmp/ccI9FeVz.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

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