Home
last modified time | relevance | path

Searched refs:frecpx (Results 1 – 25 of 48) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/SVE/
Dfrecpx.s10 frecpx z31.h, p7/m, z31.h label
16 frecpx z31.s, p7/m, z31.s label
22 frecpx z31.d, p7/m, z31.d label
38 frecpx z4.d, p7/m, z31.d label
50 frecpx z4.d, p7/m, z31.d label
Dfrecpx-diagnostics.s3 frecpx z0.b, p0/m, z0.b label
8 frecpx z0.s, p0/z, z0.s label
13 frecpx z0.s, p8/m, z0.s label
/external/llvm/test/MC/AArch64/
Dneon-scalar-recip.s45 frecpx h18, h10
46 frecpx s18, s10
47 frecpx d16, d19
Dfullfp16-neon-neg.s288 frecpx h18, h10
Dneon-diagnostics.s234 frecpx s18, h10
235 frecpx d16, s19
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/
Dneon-scalar-recip.s45 frecpx h18, h10
46 frecpx s18, s10
47 frecpx d16, d19
Dfullfp16-neon-neg.s288 frecpx h18, h10
Dneon-diagnostics.s234 frecpx s18, h10
235 frecpx d16, s19
/external/capstone/suite/MC/AArch64/
Dneon-scalar-recip.s.cs8 0x52,0xf9,0xa1,0x5e = frecpx s18, s10
9 0x70,0xfa,0xe1,0x5e = frecpx d16, d19
/external/llvm/test/CodeGen/AArch64/
Darm64-vsqrt.ll114 ;CHECK: frecpx s0, {{s[0-9]+}}
116 %tmp3 = call float @llvm.aarch64.neon.frecpx.f32(float %tmp1)
122 ;CHECK: frecpx d0, {{d[0-9]+}}
124 %tmp3 = call double @llvm.aarch64.neon.frecpx.f64(double %tmp1)
128 declare float @llvm.aarch64.neon.frecpx.f32(float) nounwind readnone
129 declare double @llvm.aarch64.neon.frecpx.f64(double) nounwind readnone
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Darm64-vsqrt.ll114 ;CHECK: frecpx s0, {{s[0-9]+}}
116 %tmp3 = call float @llvm.aarch64.neon.frecpx.f32(float %tmp1)
122 ;CHECK: frecpx d0, {{d[0-9]+}}
124 %tmp3 = call double @llvm.aarch64.neon.frecpx.f64(double %tmp1)
128 declare float @llvm.aarch64.neon.frecpx.f32(float) nounwind readnone
129 declare double @llvm.aarch64.neon.frecpx.f64(double) nounwind readnone
Dfp16_intrinsic_scalar_1op.ll20 declare half @llvm.aarch64.neon.frecpx.f16(half)
304 ; CHECK: frecpx h0, h0
307 %vrecpxh_f16 = tail call half @llvm.aarch64.neon.frecpx.f16(half %a)
Df16-instructions.ll770 declare half @llvm.aarch64.neon.frecpx.f16(half %a) #0
1170 ; CHECK-FP16-NEXT: frecpx h0, h0
1174 %r = call half @llvm.aarch64.neon.frecpx.f16(half %a)
/external/vixl/src/aarch64/
Dlogic-aarch64.cc5243 LogicVRegister Simulator::frecpx(VectorFormat vform, in frecpx() function in vixl::aarch64::Simulator
5279 LogicVRegister Simulator::frecpx(VectorFormat vform, in frecpx() function in vixl::aarch64::Simulator
5283 frecpx<SimFloat16>(vform, dst, src); in frecpx()
5285 frecpx<float>(vform, dst, src); in frecpx()
5288 frecpx<double>(vform, dst, src); in frecpx()
Dsimulator-aarch64.h2904 LogicVRegister frecpx(VectorFormat vform,
2907 LogicVRegister frecpx(VectorFormat vform,
Dsimulator-aarch64.cc5560 frecpx(fpf, rd, rn); in VisitNEONScalar2RegMisc()
5653 frecpx(fpf, rd, rn); in VisitNEONScalar2RegMiscFP16()
Dassembler-aarch64.h2210 void frecpx(const VRegister& vd, const VRegister& vn);
/external/v8/src/arm64/
Dsimulator-logic-arm64.cc4115 LogicVRegister Simulator::frecpx(VectorFormat vform, LogicVRegister dst, in frecpx() function in v8::internal::Simulator
4143 LogicVRegister Simulator::frecpx(VectorFormat vform, LogicVRegister dst, in frecpx() function in v8::internal::Simulator
4146 frecpx<float>(vform, dst, src); in frecpx()
4149 frecpx<double>(vform, dst, src); in frecpx()
Dsimulator-arm64.h1955 LogicVRegister frecpx(VectorFormat vform, LogicVRegister dst,
1957 LogicVRegister frecpx(VectorFormat vform, LogicVRegister dst,
Dmacro-assembler-arm64.h309 V(frecpx, Frecpx) \
Dassembler-arm64.h2431 void frecpx(const VRegister& vd, const VRegister& vn);
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/AArch64/
Dneon-instructions.txt1539 # CHECK: frecpx s18, s10
1540 # CHECK: frecpx d16, d19
/external/llvm/test/MC/Disassembler/AArch64/
Dneon-instructions.txt1539 # CHECK: frecpx s18, s10
1540 # CHECK: frecpx d16, d19
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64SVEInstrInfo.td937 defm FRECPX_ZPmZ : sve_fp_2op_p_zd_HSD<0b01100, "frecpx">;
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
DAArch64GenAsmMatcher.inc11851 "recps\006frecpx\006frinta\006frinti\006frintm\006frintn\006frintp\006fr"
13606 …{ 1420 /* frecpx */, AArch64::FRECPXv1f16, Convert__Reg1_0__Reg1_1, Feature_HasNEON|Feature_HasFul…
13607 …{ 1420 /* frecpx */, AArch64::FRECPXv1i32, Convert__Reg1_0__Reg1_1, Feature_HasNEON, { MCK_FPR32, …
13608 …{ 1420 /* frecpx */, AArch64::FRECPXv1i64, Convert__Reg1_0__Reg1_1, Feature_HasNEON, { MCK_FPR64, …
13609 …{ 1420 /* frecpx */, AArch64::FRECPX_ZPmZ_H, Convert__SVEVectorHReg1_0__Tie0_1_1__SVEPredicate3bAn…
13610 …{ 1420 /* frecpx */, AArch64::FRECPX_ZPmZ_S, Convert__SVEVectorSReg1_0__Tie0_1_1__SVEPredicate3bAn…
13611 …{ 1420 /* frecpx */, AArch64::FRECPX_ZPmZ_D, Convert__SVEVectorDReg1_0__Tie0_1_1__SVEPredicate3bAn…
20075 …{ 1420 /* frecpx */, AArch64::FRECPXv1f16, Convert__Reg1_0__Reg1_1, Feature_HasNEON|Feature_HasFul…
20076 …{ 1420 /* frecpx */, AArch64::FRECPXv1i32, Convert__Reg1_0__Reg1_1, Feature_HasNEON, { MCK_FPR32, …
20077 …{ 1420 /* frecpx */, AArch64::FRECPXv1i64, Convert__Reg1_0__Reg1_1, Feature_HasNEON, { MCK_FPR64, …
[all …]

12