/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.h | 2118 LogicVRegister frecpx(VectorFormat vform, LogicVRegister dst, 2120 LogicVRegister frecpx(VectorFormat vform, LogicVRegister dst,
|
H A D | simulator-logic-arm64.cc | 4156 LogicVRegister Simulator::frecpx(VectorFormat vform, LogicVRegister dst, in frecpx() function in v8::internal::Simulator 4184 LogicVRegister Simulator::frecpx(VectorFormat vform, LogicVRegister dst, in frecpx() function in v8::internal::Simulator 4187 frecpx<float>(vform, dst, src); in frecpx() 4190 frecpx<double>(vform, dst, src); in frecpx()
|
H A D | simulator-arm64.cc | 5395 frecpx(fpf, rd, rn);
|
/third_party/vixl/src/aarch64/ |
H A D | logic-aarch64.cc | 6448 LogicVRegister Simulator::frecpx(VectorFormat vform, 6484 LogicVRegister Simulator::frecpx(VectorFormat vform, 6488 frecpx<SimFloat16>(vform, dst, src); 6490 frecpx<float>(vform, dst, src); 6493 frecpx<double>(vform, dst, src);
|
H A D | simulator-aarch64.h | 4611 LogicVRegister frecpx(VectorFormat vform, 4614 LogicVRegister frecpx(VectorFormat vform,
|
H A D | macro-assembler-aarch64.h | 3027 V(frecpx, Frecpx) \ 4760 frecpx(zd, pg, zn); in Frecpx() 4765 frecpx(zd, pg.Merging(), zn); in Frecpx()
|
H A D | assembler-aarch64.h | 2285 void frecpx(const VRegister& vd, const VRegister& vn); 4446 void frecpx(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn);
|
H A D | simulator-aarch64.cc | 8804 frecpx(fpf, rd, rn); in Simulator() 8897 frecpx(fpf, rd, rn); in Simulator() 10797 frecpx(vform, result, zn); in Simulator()
|
H A D | assembler-aarch64.cc | 4144 void Assembler::frecpx(const VRegister& vd, const VRegister& vn) {
|
H A D | assembler-sve-aarch64.cc | 1806 void Assembler::frecpx(const ZRegister& zd, in frecpx() function in vixl::aarch64::Assembler
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | assembler-arm64.h | 1640 void frecpx(const VRegister& vd, const VRegister& vn);
|
H A D | macro-assembler-arm64.h | 281 V(frecpx, Frecpx) \
|
H A D | assembler-arm64.cc | 2960 void Assembler::frecpx(const VRegister& vd, const VRegister& vn) { in frecpx() function in v8::internal::Assembler
|
/third_party/vixl/test/aarch64/ |
H A D | test-api-movprfx-aarch64.cc | 535 __ frecpx(z7.VnH(), p6.Merging(), z7.VnH()); in TEST() 1013 __ frecpx(z9.VnS(), p0.Merging(), z14.VnS()); in TEST() 1878 __ frecpx(z12.VnH(), p1.Merging(), z4.VnH()); in TEST()
|
H A D | test-cpu-features-aarch64.cc | 3330 TEST_FP_NEON(frecpx_0, frecpx(s0, s1)) 3331 TEST_FP_NEON(frecpx_1, frecpx(d0, d1)) 3707 TEST_FP_NEON_NEONHALF(frecpx_0, frecpx(h0, h1))
|
H A D | test-simulator-aarch64.cc | 4925 DEFINE_TEST_NEON_2SAME_FP_FP16_SCALAR(frecpx, Basic)
|
H A D | test-trace-aarch64.cc | 568 __ frecpx(d15, d18); in GenerateTestSequenceFP() 569 __ frecpx(s5, s10); in GenerateTestSequenceFP()
|
H A D | test-disasm-sve-aarch64.cc | 1920 COMPARE(frecpx(z16.VnH(), p1.Merging(), z29.VnH()), in TEST() 1921 "frecpx z16.h, p1/m, z29.h"); in TEST() 1922 COMPARE(frecpx(z16.VnS(), p1.Merging(), z29.VnS()), in TEST() 1923 "frecpx z16.s, p1/m, z29.s"); in TEST() 1924 COMPARE(frecpx(z16.VnD(), p1.Merging(), z29.VnD()), in TEST() 1925 "frecpx z16.d, p1/m, z29.d"); in TEST() 1959 "frecpx z16.h, p1/m, z29.h"); in TEST() 1962 "frecpx z17.s, p2/m, z30.s"); in TEST() 1965 "frecpx z18.d, p3/m, z31.d"); in TEST()
|