/external/llvm/test/MC/AArch64/ |
arm64-verbose-vector-case.s | 4 pmull2 v8.8h, v8.16b, v8.16b label 6 pmull2 v8.1q, v8.2d, v8.2d label 8 // CHECK: pmull2 v8.8h, v8.16b, v8.16b // encoding: [0x08,0xe1,0x28,0x4e] 10 // CHECK: pmull2 v8.1q, v8.2d, v8.2d // encoding: [0x08,0xe1,0xe8,0x4e] 13 pmull2 v8.8H, v8.16B, v8.16B label 15 pmull2 v8.1Q, v8.2D, v8.2D label 17 // CHECK: pmull2 v8.8h, v8.16b, v8.16b // encoding: [0x08,0xe1,0x28,0x4e] 19 // CHECK: pmull2 v8.1q, v8.2d, v8.2d // encoding: [0x08,0xe1,0xe8,0x4e]
|
neon-3vdiff.s | 291 pmull2 v0.8h, v1.16b, v2.16b 292 pmull2 v0.1q, v1.2d, v2.2d 294 // CHECK: pmull2 v0.8h, v1.16b, v2.16b // encoding: [0x20,0xe0,0x22,0x4e] 295 // CHECK: pmull2 v0.1q, v1.2d, v2.2d // encoding: [0x20,0xe0,0xe2,0x4e]
|
arm64-advsimd.s | [all...] |
neon-diagnostics.s | [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/ |
crypto.d | 25 40: 4e3fe1e7 pmull2 v7.8h, v15.16b, v31.16b 26 44: 4effe1e7 pmull2 v7.1q, v15.2d, v31.2d
|
crypto.s | 43 pmull2 v7.8h, v15.16b, v31.16b 44 pmull2 v7.1q, v15.2d, v31.2d
|
illegal.s | 64 pmull2 v7.8h, v15.8b, v31.8b 65 pmull2 v7.1q, v15.2d, v31.1q 455 pmull2 v0.1q, v1.2d, v2.2d
|
illegal.l | 35 [^:]*:64: Error: .*`pmull2 v7.8h,v15.8b,v31.8b' 36 [^:]*:65: Error: .*`pmull2 v7.1q,v15.2d,v31.1q' 487 [^:]*:455: Error: .*`pmull2 v0.1q,v1.2d,v2.2d'
|
/external/boringssl/linux-arm/crypto/modes/ |
ghashv8-armx32.S | 32 .byte 0xa9,0x4e,0xa9,0xf2 @ pmull2 q2,q12,q12 72 .byte 0x87,0x4e,0xa9,0xf2 @ pmull2 q2,q12,q3 @ H.hi·Xi.hi 140 .byte 0x8f,0xce,0xa9,0xf2 @ pmull2 q6,q12,q7 152 .byte 0x87,0x4e,0xad,0xf2 @ pmull2 q2,q14,q3 @ H^2.hi·Xi.hi 154 .byte 0xa5,0x2e,0xab,0xf2 @ pmull2 q1,q13,q10 @ (H^2.lo+H^2.hi)·(Xi.lo+Xi.hi) 187 .byte 0x8f,0xce,0xa9,0xf2 @ pmull2 q6,q12,q7 202 .byte 0x87,0x4e,0xa9,0xf2 @ pmull2 q2,q12,q3 @ H.hi·Xi.hi
|
/external/boringssl/linux-aarch64/crypto/modes/ |
ghashv8-armx64.S | 33 pmull2 v2.1q,v20.2d,v20.2d 73 pmull2 v2.1q,v20.2d,v3.2d //H.hi·Xi.hi 140 pmull2 v6.1q,v20.2d,v7.2d 152 pmull2 v2.1q,v22.2d,v3.2d //H^2.hi·Xi.hi 154 pmull2 v1.1q,v21.2d,v18.2d //(H^2.lo+H^2.hi)·(Xi.lo+Xi.hi) 187 pmull2 v6.1q,v20.2d,v7.2d 202 pmull2 v2.1q,v20.2d,v3.2d //H.hi·Xi.hi
|
/external/skia/platform_tools/android/third_party/cpufeatures/ |
cpu-features.h | 150 * CPU supports 64-bit PMULL and PMULL2 instructions. These 252 * CPU supports 64-bit PMULL and PMULL2 instructions.
|
/ndk/sources/android/cpufeatures/ |
cpu-features.h | 142 * CPU supports 64-bit PMULL and PMULL2 instructions. These 244 * CPU supports 64-bit PMULL and PMULL2 instructions.
|
/external/clang/test/CodeGen/ |
aarch64-poly128.c | 46 // CHECK: pmull2 {{v[0-9]+}}.1q, {{v[0-9]+}}.2d, {{v[0-9]+}}.2d
|
/external/boringssl/src/crypto/modes/asm/ |
ghashv8-armx.pl | 413 s/v?(pmull2?)\.p64\s+(.*)/unvpmullp64($1,$2)/geo or
|
/toolchain/binutils/binutils-2.25/opcodes/ |
aarch64-tbl.h | 927 /* e.g. PMULL2. */ 933 /* e.g. PMULL2 crypto. */ 1310 {"pmull2", 0x4e20e000, 0xffe0fc00, asimddiff, 0, SIMD, OP3 (Vd, Vn, Vm), QL_V3LONGB2, 0}, 1311 {"pmull2", 0x4ee0e000, 0xffe0fc00, asimddiff, 0, CRYPTO, OP3 (Vd, Vn, Vm), QL_V3LONGD2, 0}, [all...] |
aarch64-dis-2.c | [all...] |
/external/vixl/doc/ |
supported-instructions.md | [all...] |
/external/vixl/src/vixl/a64/ |
macro-assembler-a64.h | [all...] |
simulator-a64.h | [all...] |
assembler-a64.h | [all...] |
logic-a64.cc | 1144 LogicVRegister Simulator::pmull2(VectorFormat vform, function in class:vixl::Simulator [all...] |
simulator-a64.cc | [all...] |
/external/llvm/test/CodeGen/AArch64/ |
arm64-vmul.ll | [all...] |
arm64-neon-3vdiff.ll | [all...] |
/external/llvm/test/MC/Disassembler/AArch64/ |
arm64-advsimd.txt | [all...] |