/third_party/vixl/test/aarch64/ |
H A D | test-cpu-features-aarch64.cc | 3320 TEST_FP_NEON(frecpe_0, frecpe(v0.V2S(), v1.V2S())) 3321 TEST_FP_NEON(frecpe_1, frecpe(v0.V4S(), v1.V4S())) 3322 TEST_FP_NEON(frecpe_2, frecpe(v0.V2D(), v1.V2D())) 3323 TEST_FP_NEON(frecpe_3, frecpe(s0, s1)) 3324 TEST_FP_NEON(frecpe_4, frecpe(d0, d1)) 3701 TEST_FP_NEON_NEONHALF(frecpe_0, frecpe(v0.V4H(), v1.V4H())) 3702 TEST_FP_NEON_NEONHALF(frecpe_1, frecpe(v0.V8H(), v1.V8H())) 3703 TEST_FP_NEON_NEONHALF(frecpe_2, frecpe(h0, h1))
|
H A D | test-trace-aarch64.cc | 564 __ frecpe(d7, d21); in GenerateTestSequenceFP() 565 __ frecpe(s29, s17); in GenerateTestSequenceFP() 2699 __ frecpe(v18.V2D(), v12.V2D()); in GenerateTestSequenceNEONFP() 2700 __ frecpe(v10.V2S(), v22.V2S()); in GenerateTestSequenceNEONFP() 2701 __ frecpe(v5.V4S(), v6.V4S()); in GenerateTestSequenceNEONFP()
|
H A D | test-simulator-aarch64.cc | 4870 DEFINE_TEST_NEON_2SAME_FP_FP16(frecpe, Basic) 4924 DEFINE_TEST_NEON_2SAME_FP_FP16_SCALAR(frecpe, Basic)
|
H A D | test-disasm-sve-aarch64.cc | 2003 COMPARE(frecpe(z0.VnH(), z2.VnH()), "frecpe z0.h, z2.h"); in TEST() 2004 COMPARE(frecpe(z0.VnS(), z2.VnS()), "frecpe z0.s, z2.s"); in TEST() 2005 COMPARE(frecpe(z0.VnD(), z2.VnD()), "frecpe z0.d, z2.d"); in TEST()
|
H A D | test-api-movprfx-aarch64.cc | 624 // Frecpx can take movprfx, but frecpe and frecps cannot. in TEST() 626 __ frecpe(z13.VnD(), z26.VnD()); in TEST() 1011 // Note that frecpe and frecps _cannot_ take movprfx. in TEST() 1876 // Note that frecpe and frecps _cannot_ take movprfx. in TEST()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | assembler-arm64.h | 1423 void frecpe(const VRegister& vd, const VRegister& vn);
|
H A D | macro-assembler-arm64.h | 280 V(frecpe, Frecpe) \
|
H A D | assembler-arm64.cc | 2890 V(frecpe, NEON_FRECPE, NEON_FRECPE_scalar)
|
/third_party/vixl/src/aarch64/ |
H A D | simulator-aarch64.cc | 7169 frecpe(fpf, rd, rn, fpcr_rounding); in Simulator() 7305 frecpe(fpf, rd, rn, fpcr_rounding); in Simulator() 8801 frecpe(fpf, rd, rn, fpcr_rounding); in Simulator() 8894 frecpe(fpf, rd, rn, fpcr_rounding); in Simulator() 10921 frecpe(vform, zd, zn, fpcr_rounding); in Simulator()
|
H A D | assembler-aarch64.h | 3294 void frecpe(const VRegister& vd, const VRegister& vn); 4440 void frecpe(const ZRegister& zd, const ZRegister& zn);
|
H A D | simulator-aarch64.h | 4717 LogicVRegister frecpe(VectorFormat vform,
|
H A D | macro-assembler-aarch64.h | 3026 V(frecpe, Frecpe) \ 4750 frecpe(zd, zn); in Frecpe()
|
H A D | assembler-aarch64.cc | 3884 V(frecpe, NEON_FRECPE, NEON_FRECPE_scalar, NEON_FRECPE_H_scalar)
|
H A D | assembler-sve-aarch64.cc | 1996 void Assembler::frecpe(const ZRegister& zd, const ZRegister& zn) { in frecpe() function in vixl::aarch64::Assembler
|
H A D | logic-aarch64.cc | 6326 LogicVRegister Simulator::frecpe(VectorFormat vform,
|
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.h | 2154 LogicVRegister frecpe(VectorFormat vform, LogicVRegister dst,
|
H A D | simulator-arm64.cc | 4121 frecpe(fpf, rd, rn, fpcr_rounding); 5392 frecpe(fpf, rd, rn, fpcr_rounding);
|
H A D | simulator-logic-arm64.cc | 4087 LogicVRegister Simulator::frecpe(VectorFormat vform, LogicVRegister dst, in frecpe() function in v8::internal::Simulator
|