/external/llvm/test/CodeGen/AArch64/ |
arm64-vsqrt.ll | 68 ;CHECK: frecpe.2s 70 %tmp3 = call <2 x float> @llvm.aarch64.neon.frecpe.v2f32(<2 x float> %tmp1) 76 ;CHECK: frecpe.4s 78 %tmp3 = call <4 x float> @llvm.aarch64.neon.frecpe.v4f32(<4 x float> %tmp1) 84 ;CHECK: frecpe.2d 86 %tmp3 = call <2 x double> @llvm.aarch64.neon.frecpe.v2f64(<2 x double> %tmp1) 92 ;CHECK: frecpe s0, {{s[0-9]+}} 94 %tmp3 = call float @llvm.aarch64.neon.frecpe.f32(float %tmp1) 100 ;CHECK: frecpe d0, {{d[0-9]+}} 102 %tmp3 = call double @llvm.aarch64.neon.frecpe.f64(double %tmp1 [all...] |
/external/llvm/test/MC/AArch64/ |
neon-scalar-recip.s | 33 frecpe h19, h14 34 frecpe s19, s14 35 frecpe d13, d13 37 // CHECK: frecpe h19, h14 // encoding: [0xd3,0xd9,0xf9,0x5e] 38 // CHECK: frecpe s19, s14 // encoding: [0xd3,0xd9,0xa1,0x5e] 39 // CHECK: frecpe d13, d13 // encoding: [0xad,0xd9,0xe1,0x5e]
|
fullfp16-neon-neg.s | 10 frecpe.4h v0, v0 34 frecpe.8h v0, v0 286 frecpe h19, h14 370 frecpe v4.4h, v0.4h 372 frecpe v6.8h, v8.8h
|
neon-simd-misc.s | 706 frecpe v4.4h, v0.4h 707 frecpe v6.8h, v8.8h 708 frecpe v6.4s, v8.4s 709 frecpe v6.2d, v8.2d 710 frecpe v4.2s, v0.2s 712 // CHECK: frecpe v4.4h, v0.4h // encoding: [0x04,0xd8,0xf9,0x0e] 713 // CHECK: frecpe v6.8h, v8.8h // encoding: [0x06,0xd9,0xf9,0x4e] 714 // CHECK: frecpe v6.4s, v8.4s // encoding: [0x06,0xd9,0xa1,0x4e] 715 // CHECK: frecpe v6.2d, v8.2d // encoding: [0x06,0xd9,0xe1,0x4e] 716 // CHECK: frecpe v4.2s, v0.2s // encoding: [0x04,0xd8,0xa1,0x0e [all...] |
arm64-diags.s | 460 frecpe.2d 469 ; CHECK-ERRORS: frecpe.2d
|
arm64-advsimd.s | 576 frecpe.2s v0, v0 626 ; CHECK: frecpe.2s v0, v0 ; encoding: [0x00,0xd8,0xa1,0x0e] 673 frecpe.4h v0, v0 686 ; CHECK: frecpe.4h v0, v0 ; encoding: [0x00,0xd8,0xf9,0x0e] 699 frecpe.8h v0, v0 712 ; CHECK: frecpe.8h v0, v0 ; encoding: [0x00,0xd8,0xf9,0x4e] [all...] |
neon-diagnostics.s | 220 frecpe s19, h14 221 frecpe d13, s13 224 // CHECK-ERROR: frecpe s19, h14 227 // CHECK-ERROR: frecpe d13, s13 [all...] |
/frameworks/rs/driver/runtime/arch/ |
asimd.ll | 34 declare <2 x float> @llvm.aarch64.neon.frecpe.v2f32(<2 x float>) nounwind readnone 35 declare <4 x float> @llvm.aarch64.neon.frecpe.v4f32(<4 x float>) nounwind readnone [all...] |
/external/clang/test/CodeGen/ |
aarch64-neon-misc.c | [all...] |
/external/vixl/test/ |
test-simulator-traces-a64.h | 491 #include "traces/a64/sim-frecpe-2d-trace-a64.h" 492 #include "traces/a64/sim-frecpe-2s-trace-a64.h" 493 #include "traces/a64/sim-frecpe-4s-trace-a64.h" 494 #include "traces/a64/sim-frecpe-d-trace-a64.h" 495 #include "traces/a64/sim-frecpe-s-trace-a64.h" [all...] |
test-disasm-a64.cc | [all...] |
test-simulator-a64.cc | [all...] |
/external/valgrind/none/tests/arm64/ |
fp_and_simd.c | [all...] |
fp_and_simd.stdout.exp | [all...] |
/external/valgrind/VEX/priv/ |
host_arm64_defs.c | 748 case ARM64vecu_FRECPE64x2: *nm = "frecpe"; *ar = "2d"; return; 749 case ARM64vecu_FRECPE32x4: *nm = "frecpe"; *ar = "4s"; return; [all...] |
/external/vixl/doc/ |
supported-instructions.md | [all...] |
/external/vixl/src/vixl/a64/ |
disasm-a64.cc | [all...] |
macro-assembler-a64.h | [all...] |
simulator-a64.h | [all...] |
simulator-a64.cc | [all...] |
/external/clang/include/clang/Basic/ |
arm_neon.td | [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
aarch64-dis-2.c | [all...] |
aarch64-tbl.h | [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64InstrInfo.td | [all...] |
/external/llvm/test/MC/Disassembler/AArch64/ |
arm64-advsimd.txt | 481 # CHECK: frecpe.2s v0, v0 [all...] |