Home
last modified time | relevance | path

Searched refs:fmaxnmv (Results 1 - 17 of 17) sorted by relevance

/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.h1200 void fmaxnmv(const VRegister& vd, const VRegister& vn);
H A Dmacro-assembler-arm64.h272 V(fmaxnmv, Fmaxnmv) \
H A Dassembler-arm64.cc2044 V(fmaxnmv, NEON_FMAXNMV, vd.Is1S()) \
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.h2172 LogicVRegister fmaxnmv(VectorFormat vform, LogicVRegister dst,
H A Dsimulator-arm64.cc4622 fmaxnmv(vf, rd, rn);
H A Dsimulator-logic-arm64.cc3655 LogicVRegister Simulator::fmaxnmv(VectorFormat vform, LogicVRegister dst, in fmaxnmv() function in v8::internal::Simulator
/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.h3052 void fmaxnmv(const VRegister& vd, const VRegister& vn);
4305 void fmaxnmv(const VRegister& vd, const PRegister& pg, const ZRegister& zn);
H A Dsimulator-aarch64.cc7887 fmaxnmv(vf, rd, rn); in Simulator()
7907 fmaxnmv(vf, rd, rn); in Simulator()
10532 fn = &Simulator::fmaxnmv; in Simulator()
H A Dsimulator-aarch64.h4814 LogicVRegister fmaxnmv(VectorFormat vform,
H A Dmacro-assembler-aarch64.h3018 V(fmaxnmv, Fmaxnmv) \
4595 fmaxnmv(vd, pg, zn); in Fmaxnmv()
H A Dassembler-aarch64.cc5390 V(fmaxnmv, NEON_FMAXNMV, NEON_FMAXNMV_H) \
H A Dassembler-sve-aarch64.cc1341 void Assembler::fmaxnmv(const VRegister& vd, in fmaxnmv() function in vixl::aarch64::Assembler
H A Dlogic-aarch64.cc5669 LogicVRegister Simulator::fmaxnmv(VectorFormat vform,
/third_party/vixl/test/aarch64/
H A Dtest-cpu-features-aarch64.cc3251 TEST_FP_NEON(fmaxnmv_0, fmaxnmv(s0, v1.V4S()))
3658 TEST_FP_NEON_NEONHALF(fmaxnmv_0, fmaxnmv(h0, v1.V4H()))
3659 TEST_FP_NEON_NEONHALF(fmaxnmv_1, fmaxnmv(h0, v1.V8H()))
H A Dtest-simulator-aarch64.cc4955 DEFINE_TEST_NEON_ACROSS_FP(fmaxnmv, Basic)
H A Dtest-disasm-sve-aarch64.cc1545 COMPARE(fmaxnmv(h28, p1, z0.VnH()), "fmaxnmv h28, p1, z0.h"); in TEST()
1546 COMPARE(fmaxnmv(s28, p1, z0.VnS()), "fmaxnmv s28, p1, z0.s"); in TEST()
1547 COMPARE(fmaxnmv(d28, p1, z0.VnD()), "fmaxnmv d28, p1, z0.d"); in TEST()
H A Dtest-trace-aarch64.cc2634 __ fmaxnmv(s27, v19.V4S()); in GenerateTestSequenceNEONFP()

Completed in 155 milliseconds