Implementation notes: aarch64, pi4b, crypto_hash/asconhashabi32v12

Computer: pi4b
Microarchitecture: aarch64; Cortex-A72 (410fd083)
Architecture: aarch64
CPU ID: 410fd083
SUPERCOP version: 20240107
Operation: crypto_hash
Primitive: asconhashabi32v12
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
429079528 0 020148 816 736refgcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023122420231222
469065716 0 017450 840 728refclang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2023122420231222
499565888 0 017570 840 728bi32clang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2023122420231222
55708844 0 012586 848 728bi32_lowsizeclang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2023122420231222
568931532 0 013266 848 728bi32_lowregclang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2023122420231222
581681380 0 011044 816 728refgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023122420231222
584387932 0 017627 824 728bi32gcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023122420231222
584427932 0 018579 824 736bi32gcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023122420231222
591412240 0 012027 832 728bi32_lowreggcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023122420231222
591412240 0 012987 832 736bi32_lowreggcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023122420231222
601907852 0 016507 808 720bi32gcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023122420231222
61197984 0 010747 832 728bi32_lowsizegcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023122420231222
615441552 0 011075 808 728refgcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023122420231222
61783984 0 011707 832 736bi32_lowsizegcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023122420231222
620058248 0 017818 816 728bi32gcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023122420231222
623381052 0 09668 800 720refgcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023122420231222
715172072 0 010803 816 720bi32_lowreggcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023122420231222
74016948 0 09643 816 720bi32_lowsizegcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023122420231222
771402512 0 012170 824 728bi32_lowreggcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023122420231222
786721332 0 010930 824 728bi32_lowsizegcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023122420231222

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/ccMN1LBe.s: Assembler messages:
permutations.c: /tmp/ccMN1LBe.s:105: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccMN1LBe.s:201: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccMN1LBe.s:263: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccMN1LBe.s:280: Error: immediate out of range at operand 3 -- `eor x6,x6,9'
permutations.c: /tmp/ccMN1LBe.s:517: Error: immediate out of range at operand 3 -- `eor x6,x6,9'
permutations.c: /tmp/ccMN1LBe.s:596: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
permutations.c: /tmp/ccMN1LBe.s:737: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccMN1LBe.s:895: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccMN1LBe.s:1166: Error: immediate out of range at operand 3 -- `eor x6,x6,9'
permutations.c: /tmp/ccMN1LBe.s:1245: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
permutations.c: /tmp/ccMN1LBe.s:1386: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccMN1LBe.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/ccpMLmiY.s: Assembler messages:
permutations.c: /tmp/ccpMLmiY.s:105: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccpMLmiY.s:201: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccpMLmiY.s:263: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccpMLmiY.s:280: Error: immediate out of range at operand 3 -- `eor x6,x6,9'
permutations.c: /tmp/ccpMLmiY.s:517: Error: immediate out of range at operand 3 -- `eor x6,x6,9'
permutations.c: /tmp/ccpMLmiY.s:596: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
permutations.c: /tmp/ccpMLmiY.s:737: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccpMLmiY.s:895: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccpMLmiY.s:1166: Error: immediate out of range at operand 3 -- `eor x6,x6,9'
permutations.c: /tmp/ccpMLmiY.s:1245: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
permutations.c: /tmp/ccpMLmiY.s:1386: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccpMLmiY.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/cc8IONqf.s: Assembler messages:
permutations.c: /tmp/cc8IONqf.s:106: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cc8IONqf.s:202: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cc8IONqf.s:264: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cc8IONqf.s:281: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cc8IONqf.s:518: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cc8IONqf.s:597: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cc8IONqf.s:738: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cc8IONqf.s:896: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cc8IONqf.s:1170: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cc8IONqf.s:1249: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/cc8IONqf.s:1390: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/cc8IONqf.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/ccrJ9hvP.s: Assembler messages:
permutations.c: /tmp/ccrJ9hvP.s:104: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccrJ9hvP.s:200: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccrJ9hvP.s:262: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccrJ9hvP.s:279: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccrJ9hvP.s:516: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccrJ9hvP.s:595: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccrJ9hvP.s:736: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccrJ9hvP.s:894: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccrJ9hvP.s:1164: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccrJ9hvP.s:1243: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
permutations.c: /tmp/ccrJ9hvP.s:1384: Error: immediate out of range at operand 3 -- `eor x13,x13,9'
permutations.c: /tmp/ccrJ9hvP.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: 13 | __asm__ __volatile__(
hash.c: | ^~~~~~~
hash.c: round.h:13:3: error: impossible constraint in 'asm'
hash.c: 13 | __asm__ __volatile__(
hash.c: | ^~~~~~~
hash.c: round.h:13:3: error: impossible constraint in 'asm'
hash.c: 13 | __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/ccswKMT8.s: Assembler messages:
hash.c: /tmp/ccswKMT8.s:233: Error: immediate out of range at operand 3 -- `eor x0,x0,9'
hash.c: /tmp/ccswKMT8.s:310: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccswKMT8.s:447: Error: immediate out of range at operand 3 -- `eor x5,x5,9'
hash.c: /tmp/ccswKMT8.s:561: Error: immediate out of range at operand 3 -- `eor x5,x5,9'
hash.c: /tmp/ccswKMT8.s:734: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccswKMT8.s:827: Error: immediate out of range at operand 3 -- `eor x5,x5,9'
hash.c: /tmp/ccswKMT8.s:888: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccswKMT8.s:904: Error: immediate out of range at operand 3 -- `eor x6,x6,9'
hash.c: /tmp/ccswKMT8.s:1135: Error: immediate out of range at operand 3 -- `eor x6,x6,9'
hash.c: /tmp/ccswKMT8.s:1212: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccswKMT8.s:1350: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccswKMT8.s:1483: Error: immediate out of range at operand 3 -- `eor x3,x3,9'
hash.c: /tmp/ccswKMT8.s:1732: Error: immediate out of range at operand 3 -- `eor x6,x6,9'
hash.c: /tmp/ccswKMT8.s:1809: Error: immediate out of range at operand 3 -- `eor x5,x5,9'
hash.c: /tmp/ccswKMT8.s:1946: Error: immediate out of range at operand 3 -- `eor x2,x2,9'
hash.c: /tmp/ccswKMT8.s:2060: 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/ccn52muy.s: Assembler messages:
hash.c: /tmp/ccn52muy.s:233: Error: immediate out of range at operand 3 -- `eor x0,x0,9'
hash.c: /tmp/ccn52muy.s:310: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccn52muy.s:447: Error: immediate out of range at operand 3 -- `eor x5,x5,9'
hash.c: /tmp/ccn52muy.s:561: Error: immediate out of range at operand 3 -- `eor x5,x5,9'
hash.c: /tmp/ccn52muy.s:734: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccn52muy.s:827: Error: immediate out of range at operand 3 -- `eor x5,x5,9'
hash.c: /tmp/ccn52muy.s:888: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccn52muy.s:904: Error: immediate out of range at operand 3 -- `eor x6,x6,9'
hash.c: /tmp/ccn52muy.s:1135: Error: immediate out of range at operand 3 -- `eor x6,x6,9'
hash.c: /tmp/ccn52muy.s:1212: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccn52muy.s:1350: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccn52muy.s:1483: Error: immediate out of range at operand 3 -- `eor x3,x3,9'
hash.c: /tmp/ccn52muy.s:1732: Error: immediate out of range at operand 3 -- `eor x6,x6,9'
hash.c: /tmp/ccn52muy.s:1809: Error: immediate out of range at operand 3 -- `eor x5,x5,9'
hash.c: /tmp/ccn52muy.s:1946: Error: immediate out of range at operand 3 -- `eor x2,x2,9'
hash.c: /tmp/ccn52muy.s:2060: 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/ccD3lmFi.s: Assembler messages:
hash.c: /tmp/ccD3lmFi.s:258: Error: immediate out of range at operand 3 -- `eor x11,x11,9'
hash.c: /tmp/ccD3lmFi.s:335: Error: immediate out of range at operand 3 -- `eor x11,x11,9'
hash.c: /tmp/ccD3lmFi.s:472: Error: immediate out of range at operand 3 -- `eor x2,x2,9'
hash.c: /tmp/ccD3lmFi.s:586: Error: immediate out of range at operand 3 -- `eor x2,x2,9'
hash.c: /tmp/ccD3lmFi.s:785: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccD3lmFi.s:878: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccD3lmFi.s:939: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccD3lmFi.s:955: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccD3lmFi.s:1186: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccD3lmFi.s:1263: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccD3lmFi.s:1401: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccD3lmFi.s:1534: Error: immediate out of range at operand 3 -- `eor x2,x2,9'
hash.c: /tmp/ccD3lmFi.s:1808: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
hash.c: /tmp/ccD3lmFi.s:1885: Error: immediate out of range at operand 3 -- `eor x9,x9,9'
hash.c: /tmp/ccD3lmFi.s:2022: Error: immediate out of range at operand 3 -- `eor x3,x3,9'
hash.c: /tmp/ccD3lmFi.s:2136: Error: immediate out of range at operand 3 -- `eor x3,x3,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/ccg5KMib.s: Assembler messages:
hash.c: /tmp/ccg5KMib.s:176: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccg5KMib.s:269: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccg5KMib.s:330: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccg5KMib.s:346: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccg5KMib.s:577: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccg5KMib.s:654: Error: immediate out of range at operand 3 -- `eor x7,x7,9'
hash.c: /tmp/ccg5KMib.s:792: Error: immediate out of range at operand 3 -- `eor x12,x12,9'
hash.c: /tmp/ccg5KMib.s:925: Error: immediate out of range at operand 3 -- `eor x3,x3,9'
hash.c: /tmp/ccg5KMib.s:1172: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
hash.c: /tmp/ccg5KMib.s:1249: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
hash.c: /tmp/ccg5KMib.s:1386: Error: immediate out of range at operand 3 -- `eor x0,x0,9'
hash.c: /tmp/ccg5KMib.s:1500: Error: immediate out of range at operand 3 -- `eor x0,x0,9'
hash.c: /tmp/ccg5KMib.s:1757: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
hash.c: /tmp/ccg5KMib.s:1834: Error: immediate out of range at operand 3 -- `eor x8,x8,9'
hash.c: /tmp/ccg5KMib.s:1972: Error: immediate out of range at operand 3 -- `eor x3,x3,9'
hash.c: /tmp/ccg5KMib.s:2092: Error: immediate out of range at operand 3 -- `eor x3,x3,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/cckQK9IT.s: Assembler messages:
permutations.c: /tmp/cckQK9IT.s:26: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/cckQK9IT.s:26: Info: did you mean this?
permutations.c: /tmp/cckQK9IT.s:26: Info: ldrb w14, [x1], #1
permutations.c: /tmp/cckQK9IT.s:41: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/cckQK9IT.s:41: Info: did you mean this?
permutations.c: /tmp/cckQK9IT.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/ccCnsfW6.s: Assembler messages:
permutations.c: /tmp/ccCnsfW6.s:26: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccCnsfW6.s:26: Info: did you mean this?
permutations.c: /tmp/ccCnsfW6.s:26: Info: ldrb w14, [x1], #1
permutations.c: /tmp/ccCnsfW6.s:41: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccCnsfW6.s:41: Info: did you mean this?
permutations.c: /tmp/ccCnsfW6.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/ccfS4kIF.s: Assembler messages:
permutations.c: /tmp/ccfS4kIF.s:30: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccfS4kIF.s:30: Info: did you mean this?
permutations.c: /tmp/ccfS4kIF.s:30: Info: ldrb w14, [x1], #1
permutations.c: /tmp/ccfS4kIF.s:45: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccfS4kIF.s:45: Info: did you mean this?
permutations.c: /tmp/ccfS4kIF.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/ccxBXGoR.s: Assembler messages:
permutations.c: /tmp/ccxBXGoR.s:25: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccxBXGoR.s:25: Info: did you mean this?
permutations.c: /tmp/ccxBXGoR.s:25: Info: ldrb w14, [x1], #1
permutations.c: /tmp/ccxBXGoR.s:40: Error: operand mismatch -- `ldrb x14,[x1],#1'
permutations.c: /tmp/ccxBXGoR.s:40: Info: did you mean this?
permutations.c: /tmp/ccxBXGoR.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