Implementation notes: armeabi, bblack, crypto_aead/omdsha256k128n96tau64v2

Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20231107
Operation: crypto_aead
Primitive: omdsha256k128n96tau64v2
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
3967756540 0 021990 460 776T:refgcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023070120230530
47681315832 0 038147 412 784T:refclang_-march=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2023070120230530
4793543320 0 017746 460 776T:refgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023070120230530
4836878732 0 039731 412 792T:refclang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2023070120230530
5314772694 0 016414 452 776T:refgcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023070120230530
5514756244 0 031355 412 776T:refclang_-march=native_-O_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2023070120230530
5515176244 0 031355 412 776T:refclang_-march=native_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2023070120230530
5743084856 0 028121 408 776T:refclang_-march=native_-Os_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2023070120230530
6824282986 0 017866 460 776T:refgcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023070120230530

Compiler output

Implementation: T:avx1
Security model: timingleaks
Compiler: clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
encrypt.c: <inline asm>:1:1: error: unknown directive
encrypt.c: .intel_syntax noprefix
encrypt.c: ^
encrypt.c: <inline asm>:3:12: error: invalid alignment value
encrypt.c: .align 32
encrypt.c: ^
encrypt.c: <inline asm>:5:6: error: invalid operand for instruction
encrypt.c: push rbx
encrypt.c: ^
encrypt.c: <inline asm>:6:10: error: invalid operand for instruction
encrypt.c: push rbp
encrypt.c: ^
encrypt.c: <inline asm>:7:10: error: invalid operand for instruction
encrypt.c: push r13
encrypt.c: ^
encrypt.c: <inline asm>:8:10: error: invalid operand for instruction
encrypt.c: push r14
encrypt.c: ^
encrypt.c: <inline asm>:9:10: error: invalid operand for instruction
encrypt.c: push r15
encrypt.c: ^
encrypt.c: <inline asm>:10:9: error: operand must be a register in range [r0, r15]
encrypt.c: sub rsp,32
encrypt.c: ^
encrypt.c: <inline asm>:11:5: error: invalid instruction, did you mean: lsl, sel?
encrypt.c: ...

Number of similar (compiler,implementation) pairs: 8, namely:
CompilerImplementations
clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:avx1
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:avx1
clang -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:avx1
clang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:avx1
clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:sse4
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:sse4
clang -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:sse4
clang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:sse4

Compiler output

Implementation: T:avx1
Security model: timingleaks
Compiler: clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
encrypt.c: <inline asm>:1:1: error: unknown directive
encrypt.c: .intel_syntax noprefix
encrypt.c: ^
encrypt.c: <inline asm>:3:12: error: invalid alignment value
encrypt.c: .align 32
encrypt.c: ^
encrypt.c: <inline asm>:5:6: error: invalid operand for instruction
encrypt.c: push rbx
encrypt.c: ^
encrypt.c: <inline asm>:6:10: error: invalid operand for instruction
encrypt.c: push rbp
encrypt.c: ^
encrypt.c: <inline asm>:7:10: error: invalid operand for instruction
encrypt.c: push r13
encrypt.c: ^
encrypt.c: <inline asm>:8:10: error: invalid operand for instruction
encrypt.c: push r14
encrypt.c: ^
encrypt.c: <inline asm>:9:10: error: invalid operand for instruction
encrypt.c: push r15
encrypt.c: ^
encrypt.c: <inline asm>:10:9: error: operand must be a register in range [r0, r15]
encrypt.c: sub rsp,32
encrypt.c: ^
encrypt.c: <inline asm>:11:5: error: invalid instruction, did you mean: lsl, sel, vqshl, vrshl, vshl, vshll?
encrypt.c: ...

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

Compiler output

Implementation: T:avx1
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
encrypt.c: /tmp/ccNPY39u.s: Assembler messages:
encrypt.c: /tmp/ccNPY39u.s:15: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccNPY39u.s:18: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/ccNPY39u.s:21: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/ccNPY39u.s:22: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/ccNPY39u.s:23: Error: expression too complex -- `push r13'
encrypt.c: /tmp/ccNPY39u.s:24: Error: expression too complex -- `push r14'
encrypt.c: /tmp/ccNPY39u.s:25: Error: expression too complex -- `push r15'
encrypt.c: /tmp/ccNPY39u.s:26: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/ccNPY39u.s:27: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/ccNPY39u.s:28: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/ccNPY39u.s:29: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/ccNPY39u.s:30: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccNPY39u.s:31: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccNPY39u.s:32: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccNPY39u.s:33: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccNPY39u.s:34: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccNPY39u.s:35: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccNPY39u.s:36: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccNPY39u.s:37: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccNPY39u.s:38: Error: ARM register expected -- `mov r11d,[4*7+rsi]'
encrypt.c: /tmp/ccNPY39u.s:39: Error: bad instruction `vmovdqa xmm13,XMMWORD PTR [PSHUFFLE_BYTE_FLIP_MASK+rip]'
encrypt.c: /tmp/ccNPY39u.s:40: Error: bad instruction `vmovdqa xmm10,XMMWORD PTR [_SHUF_00BA+rip]'
encrypt.c: /tmp/ccNPY39u.s:41: Error: bad instruction `vmovdqa xmm12,XMMWORD PTR [_SHUF_DC00+rip]'
encrypt.c: /tmp/ccNPY39u.s:43: Error: bad instruction `lea rbp,XMMWORD PTR [K256+rip]'
encrypt.c: ...

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

Compiler output

Implementation: T:avx1
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE
encrypt.c: /tmp/cccX5i1b.s: Assembler messages:
encrypt.c: /tmp/cccX5i1b.s:15: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/cccX5i1b.s:18: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/cccX5i1b.s:21: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/cccX5i1b.s:22: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/cccX5i1b.s:23: Error: expression too complex -- `push r13'
encrypt.c: /tmp/cccX5i1b.s:24: Error: expression too complex -- `push r14'
encrypt.c: /tmp/cccX5i1b.s:25: Error: expression too complex -- `push r15'
encrypt.c: /tmp/cccX5i1b.s:26: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/cccX5i1b.s:27: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/cccX5i1b.s:28: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/cccX5i1b.s:29: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/cccX5i1b.s:30: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/cccX5i1b.s:31: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/cccX5i1b.s:32: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/cccX5i1b.s:33: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/cccX5i1b.s:34: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/cccX5i1b.s:35: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/cccX5i1b.s:36: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/cccX5i1b.s:37: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/cccX5i1b.s:38: Error: ARM register expected -- `mov r11d,[4*7+rsi]'
encrypt.c: /tmp/cccX5i1b.s:39: Error: bad instruction `vmovdqa xmm13,XMMWORD PTR [PSHUFFLE_BYTE_FLIP_MASK+rip]'
encrypt.c: /tmp/cccX5i1b.s:40: Error: bad instruction `vmovdqa xmm10,XMMWORD PTR [_SHUF_00BA+rip]'
encrypt.c: /tmp/cccX5i1b.s:41: Error: bad instruction `vmovdqa xmm12,XMMWORD PTR [_SHUF_DC00+rip]'
encrypt.c: /tmp/cccX5i1b.s:43: Error: bad instruction `lea rbp,XMMWORD PTR [K256+rip]'
encrypt.c: ...

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

Compiler output

Implementation: T:avx1
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE
encrypt.c: /tmp/ccfgiIs7.s: Assembler messages:
encrypt.c: /tmp/ccfgiIs7.s:15: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccfgiIs7.s:18: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/ccfgiIs7.s:21: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/ccfgiIs7.s:22: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/ccfgiIs7.s:23: Error: expression too complex -- `push r13'
encrypt.c: /tmp/ccfgiIs7.s:24: Error: expression too complex -- `push r14'
encrypt.c: /tmp/ccfgiIs7.s:25: Error: expression too complex -- `push r15'
encrypt.c: /tmp/ccfgiIs7.s:26: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/ccfgiIs7.s:27: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/ccfgiIs7.s:28: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/ccfgiIs7.s:29: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/ccfgiIs7.s:30: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccfgiIs7.s:31: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccfgiIs7.s:32: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccfgiIs7.s:33: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccfgiIs7.s:34: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccfgiIs7.s:35: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccfgiIs7.s:36: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccfgiIs7.s:37: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccfgiIs7.s:38: Error: ARM register expected -- `mov r11d,[4*7+rsi]'
encrypt.c: /tmp/ccfgiIs7.s:39: Error: bad instruction `vmovdqa xmm13,XMMWORD PTR [PSHUFFLE_BYTE_FLIP_MASK+rip]'
encrypt.c: /tmp/ccfgiIs7.s:40: Error: bad instruction `vmovdqa xmm10,XMMWORD PTR [_SHUF_00BA+rip]'
encrypt.c: /tmp/ccfgiIs7.s:41: Error: bad instruction `vmovdqa xmm12,XMMWORD PTR [_SHUF_DC00+rip]'
encrypt.c: /tmp/ccfgiIs7.s:43: Error: bad instruction `lea rbp,XMMWORD PTR [K256+rip]'
encrypt.c: ...

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

Compiler output

Implementation: T:avx1
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE
encrypt.c: /tmp/ccf6Cc80.s: Assembler messages:
encrypt.c: /tmp/ccf6Cc80.s:15: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccf6Cc80.s:18: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/ccf6Cc80.s:21: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/ccf6Cc80.s:22: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/ccf6Cc80.s:23: Error: expression too complex -- `push r13'
encrypt.c: /tmp/ccf6Cc80.s:24: Error: expression too complex -- `push r14'
encrypt.c: /tmp/ccf6Cc80.s:25: Error: expression too complex -- `push r15'
encrypt.c: /tmp/ccf6Cc80.s:26: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/ccf6Cc80.s:27: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/ccf6Cc80.s:28: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/ccf6Cc80.s:29: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/ccf6Cc80.s:30: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccf6Cc80.s:31: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccf6Cc80.s:32: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccf6Cc80.s:33: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccf6Cc80.s:34: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccf6Cc80.s:35: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccf6Cc80.s:36: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccf6Cc80.s:37: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccf6Cc80.s:38: Error: ARM register expected -- `mov r11d,[4*7+rsi]'
encrypt.c: /tmp/ccf6Cc80.s:39: Error: bad instruction `vmovdqa xmm13,XMMWORD PTR [PSHUFFLE_BYTE_FLIP_MASK+rip]'
encrypt.c: /tmp/ccf6Cc80.s:40: Error: bad instruction `vmovdqa xmm10,XMMWORD PTR [_SHUF_00BA+rip]'
encrypt.c: /tmp/ccf6Cc80.s:41: Error: bad instruction `vmovdqa xmm12,XMMWORD PTR [_SHUF_DC00+rip]'
encrypt.c: /tmp/ccf6Cc80.s:43: Error: bad instruction `lea rbp,XMMWORD PTR [K256+rip]'
encrypt.c: ...

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

Compiler output

Implementation: T:sse4
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
encrypt.c: /tmp/ccSOq8xc.s: Assembler messages:
encrypt.c: /tmp/ccSOq8xc.s:15: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccSOq8xc.s:18: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/ccSOq8xc.s:20: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/ccSOq8xc.s:21: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/ccSOq8xc.s:22: Error: expression too complex -- `push r13'
encrypt.c: /tmp/ccSOq8xc.s:23: Error: expression too complex -- `push r14'
encrypt.c: /tmp/ccSOq8xc.s:24: Error: expression too complex -- `push r15'
encrypt.c: /tmp/ccSOq8xc.s:25: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/ccSOq8xc.s:26: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/ccSOq8xc.s:27: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/ccSOq8xc.s:28: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/ccSOq8xc.s:29: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccSOq8xc.s:30: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccSOq8xc.s:31: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccSOq8xc.s:32: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccSOq8xc.s:33: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccSOq8xc.s:34: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccSOq8xc.s:35: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccSOq8xc.s:36: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccSOq8xc.s:37: Error: ARM register expected -- `mov r11d,[4*7+rsi]'
encrypt.c: /tmp/ccSOq8xc.s:38: Error: bad instruction `movdqa xmm12,XMMWORD PTR [PSHUFFLE_BYTE_FLIP_MASK+rip]'
encrypt.c: /tmp/ccSOq8xc.s:39: Error: bad instruction `movdqa xmm10,XMMWORD PTR [_SHUF_00BA+rip]'
encrypt.c: /tmp/ccSOq8xc.s:40: Error: bad instruction `movdqa xmm11,XMMWORD PTR [_SHUF_DC00+rip]'
encrypt.c: /tmp/ccSOq8xc.s:42: Error: bad instruction `lea rbp,XMMWORD PTR [K256+rip]'
encrypt.c: ...

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

Compiler output

Implementation: T:sse4
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE
encrypt.c: /tmp/ccIejeja.s: Assembler messages:
encrypt.c: /tmp/ccIejeja.s:15: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccIejeja.s:18: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/ccIejeja.s:20: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/ccIejeja.s:21: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/ccIejeja.s:22: Error: expression too complex -- `push r13'
encrypt.c: /tmp/ccIejeja.s:23: Error: expression too complex -- `push r14'
encrypt.c: /tmp/ccIejeja.s:24: Error: expression too complex -- `push r15'
encrypt.c: /tmp/ccIejeja.s:25: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/ccIejeja.s:26: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/ccIejeja.s:27: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/ccIejeja.s:28: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/ccIejeja.s:29: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccIejeja.s:30: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccIejeja.s:31: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccIejeja.s:32: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccIejeja.s:33: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccIejeja.s:34: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccIejeja.s:35: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccIejeja.s:36: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccIejeja.s:37: Error: ARM register expected -- `mov r11d,[4*7+rsi]'
encrypt.c: /tmp/ccIejeja.s:38: Error: bad instruction `movdqa xmm12,XMMWORD PTR [PSHUFFLE_BYTE_FLIP_MASK+rip]'
encrypt.c: /tmp/ccIejeja.s:39: Error: bad instruction `movdqa xmm10,XMMWORD PTR [_SHUF_00BA+rip]'
encrypt.c: /tmp/ccIejeja.s:40: Error: bad instruction `movdqa xmm11,XMMWORD PTR [_SHUF_DC00+rip]'
encrypt.c: /tmp/ccIejeja.s:42: Error: bad instruction `lea rbp,XMMWORD PTR [K256+rip]'
encrypt.c: ...

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

Compiler output

Implementation: T:sse4
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE
encrypt.c: /tmp/ccYHOe1R.s: Assembler messages:
encrypt.c: /tmp/ccYHOe1R.s:15: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccYHOe1R.s:18: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/ccYHOe1R.s:20: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/ccYHOe1R.s:21: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/ccYHOe1R.s:22: Error: expression too complex -- `push r13'
encrypt.c: /tmp/ccYHOe1R.s:23: Error: expression too complex -- `push r14'
encrypt.c: /tmp/ccYHOe1R.s:24: Error: expression too complex -- `push r15'
encrypt.c: /tmp/ccYHOe1R.s:25: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/ccYHOe1R.s:26: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/ccYHOe1R.s:27: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/ccYHOe1R.s:28: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/ccYHOe1R.s:29: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccYHOe1R.s:30: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccYHOe1R.s:31: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccYHOe1R.s:32: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccYHOe1R.s:33: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccYHOe1R.s:34: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccYHOe1R.s:35: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccYHOe1R.s:36: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccYHOe1R.s:37: Error: ARM register expected -- `mov r11d,[4*7+rsi]'
encrypt.c: /tmp/ccYHOe1R.s:38: Error: bad instruction `movdqa xmm12,XMMWORD PTR [PSHUFFLE_BYTE_FLIP_MASK+rip]'
encrypt.c: /tmp/ccYHOe1R.s:39: Error: bad instruction `movdqa xmm10,XMMWORD PTR [_SHUF_00BA+rip]'
encrypt.c: /tmp/ccYHOe1R.s:40: Error: bad instruction `movdqa xmm11,XMMWORD PTR [_SHUF_DC00+rip]'
encrypt.c: /tmp/ccYHOe1R.s:42: Error: bad instruction `lea rbp,XMMWORD PTR [K256+rip]'
encrypt.c: ...

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

Compiler output

Implementation: T:sse4
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE
encrypt.c: /tmp/ccJqn92C.s: Assembler messages:
encrypt.c: /tmp/ccJqn92C.s:15: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccJqn92C.s:18: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/ccJqn92C.s:20: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/ccJqn92C.s:21: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/ccJqn92C.s:22: Error: expression too complex -- `push r13'
encrypt.c: /tmp/ccJqn92C.s:23: Error: expression too complex -- `push r14'
encrypt.c: /tmp/ccJqn92C.s:24: Error: expression too complex -- `push r15'
encrypt.c: /tmp/ccJqn92C.s:25: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/ccJqn92C.s:26: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/ccJqn92C.s:27: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/ccJqn92C.s:28: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/ccJqn92C.s:29: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccJqn92C.s:30: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccJqn92C.s:31: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccJqn92C.s:32: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccJqn92C.s:33: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccJqn92C.s:34: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccJqn92C.s:35: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccJqn92C.s:36: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccJqn92C.s:37: Error: ARM register expected -- `mov r11d,[4*7+rsi]'
encrypt.c: /tmp/ccJqn92C.s:38: Error: bad instruction `movdqa xmm12,XMMWORD PTR [PSHUFFLE_BYTE_FLIP_MASK+rip]'
encrypt.c: /tmp/ccJqn92C.s:39: Error: bad instruction `movdqa xmm10,XMMWORD PTR [_SHUF_00BA+rip]'
encrypt.c: /tmp/ccJqn92C.s:40: Error: bad instruction `movdqa xmm11,XMMWORD PTR [_SHUF_DC00+rip]'
encrypt.c: /tmp/ccJqn92C.s:42: Error: bad instruction `lea rbp,XMMWORD PTR [K256+rip]'
encrypt.c: ...

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

Namespace violations

Implementation: T:ref
Security model: timingleaks
Compiler: clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
omdsha256.o calc_L_i T
omdsha256.o double_block T
omdsha256.o final_masking_associated_data T
omdsha256.o final_masking_message T
omdsha256.o hash T
omdsha256.o increment_masking_associated_data T
omdsha256.o increment_masking_message T
omdsha256.o key_func T
omdsha256.o l2b T
omdsha256.o ntz T
omdsha256.o omdsha256_process T
omdsha256.o triple_block T
omdsha256.o xor_block T
sha256.o sha256_comp T

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