Home
last modified time | relevance | path

Searched refs:frecpe (Results 1 – 19 of 19) sorted by relevance

/external/llvm/test/CodeGen/AArch64/
Darm64-vsqrt.ll68 ;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/
Dneon-scalar-recip.s33 frecpe h19, h14
34 frecpe s19, s14
35 frecpe d13, d13
Dfullfp16-neon-neg.s10 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
Dneon-simd-misc.s706 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
Dneon-diagnostics.s220 frecpe s19, h14
221 frecpe d13, s13
5963 frecpe v0.16b, v31.16b
5964 frecpe v2.8h, v4.8h
5965 frecpe v1.8b, v9.8b
5966 frecpe v13.4h, v21.4h
Darm64-diags.s460 frecpe.2d
469 ; CHECK-ERRORS: frecpe.2d
Darm64-advsimd.s576 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]
/external/vixl/test/
Dtest-simulator-a64.cc3964 DEFINE_TEST_NEON_2SAME_FP(frecpe, Basic) in DEFINE_TEST_NEON_2DIFF_FP_SCALAR_SD()
4014 DEFINE_TEST_NEON_2SAME_FP_SCALAR(frecpe, Basic) in DEFINE_TEST_NEON_2DIFF_FP_SCALAR_SD()
/external/vixl/src/vixl/a64/
Dsimulator-a64.cc2532 case NEON_FRECPE: frecpe(fpf, rd, rn, fpcr_rounding); return; in VisitNEON2RegMisc()
3430 case NEON_FRECPE_scalar: frecpe(fpf, rd, rn, fpcr_rounding); break; in VisitNEONScalar2RegMisc()
Dsimulator-a64.h2365 LogicVRegister frecpe(VectorFormat vform,
Dmacro-assembler-a64.h2277 V(frecpe, Frecpe) \
Dassembler-a64.h3382 void frecpe(const VRegister& vd,
Dlogic-a64.cc4719 LogicVRegister Simulator::frecpe(VectorFormat vform, in frecpe() function in vixl::Simulator
Dassembler-a64.cc3028 V(frecpe, NEON_FRECPE, NEON_FRECPE_scalar )
/external/llvm/test/MC/Disassembler/AArch64/
Dneon-instructions.txt1531 # CHECK: frecpe s19, s14
1532 # CHECK: frecpe d13, d13
Darm64-advsimd.txt481 # CHECK: frecpe.2s v0, v0
/external/valgrind/none/tests/arm64/
Dfp_and_simd.stdout.exp26620 frecpe d22, d23 706426fcb6d2c980600cb6e574e912a5 581cab0d45dc80fed94f512c89636a53 0000000000000…
26621 frecpe s22, s23 1f4fe383e2241e2a5c300bd00e6a34c2 fc83d27857d84ec4868144e3f70ee9e4 0000000000000…
26622 frecpe v22.2d, v23.2d eac7bd7cbea25b45f2535058ef0cbb16 559328cc55595d95de99901169bdaa05 2a4ac00…
26623 frecpe v22.4s, v23.4s 85c8cdfadb1b06627ea6d46bcf3e3fc7 b97f086bce09872c31a8596ed3e6d2ca c580800…
26624 frecpe v22.2s, v23.2s 2a6661d30d24b0fb895a30fbfa82d6d8 c1ff449d74c007f79a0fd2819f9a64a6 0000000…
/external/vixl/doc/
Dsupported-instructions.md2388 void frecpe(const VRegister& vd,
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td2752 defm FRECPE : SIMDTwoVectorFP<0, 1, 0b11101, "frecpe", int_aarch64_neon_frecpe>;
3278 defm FRECPE : SIMDFPTwoScalar< 0, 1, 0b11101, "frecpe">;