Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.h1203 void fmaxv(const VRegister& vd, const VRegister& vn);
H A Dmacro-assembler-arm64.h274 V(fmaxv, Fmaxv) \
H A Dassembler-arm64.cc2042 V(fmaxv, NEON_FMAXV, vd.Is1S()) \
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.h2168 LogicVRegister fmaxv(VectorFormat vform, LogicVRegister dst,
H A Dsimulator-arm64.cc4616 fmaxv(vf, rd, rn);
H A Dsimulator-logic-arm64.cc3645 LogicVRegister Simulator::fmaxv(VectorFormat vform, LogicVRegister dst, in fmaxv() function in v8::internal::Simulator
/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.h3055 void fmaxv(const VRegister& vd, const VRegister& vn);
4308 void fmaxv(const VRegister& vd, const PRegister& pg, const ZRegister& zn);
H A Dsimulator-aarch64.cc7881 fmaxv(vf, rd, rn); in Simulator()
7901 fmaxv(vf, rd, rn); in Simulator()
10536 fn = &Simulator::fmaxv; in Simulator()
H A Dsimulator-aarch64.h4808 LogicVRegister fmaxv(VectorFormat vform,
H A Dmacro-assembler-aarch64.h3020 V(fmaxv, Fmaxv) \
4600 fmaxv(vd, pg, zn); in Fmaxv()
H A Dassembler-aarch64.cc5388 V(fmaxv, NEON_FMAXV, NEON_FMAXV_H) \
H A Dassembler-sve-aarch64.cc1356 void Assembler::fmaxv(const VRegister& vd, in fmaxv() function in vixl::aarch64::Assembler
H A Dlogic-aarch64.cc5637 LogicVRegister Simulator::fmaxv(VectorFormat vform,
/third_party/vixl/test/aarch64/
H A Dtest-simulator-aarch64.cc4956 DEFINE_TEST_NEON_ACROSS_FP(fmaxv, Basic)
H A Dtest-disasm-sve-aarch64.cc1548 COMPARE(fmaxv(h3, p1, z23.VnH()), "fmaxv h3, p1, z23.h"); in TEST()
1549 COMPARE(fmaxv(s3, p1, z23.VnS()), "fmaxv s3, p1, z23.s"); in TEST()
1550 COMPARE(fmaxv(d3, p1, z23.VnD()), "fmaxv d3, p1, z23.d"); in TEST()
H A Dtest-trace-aarch64.cc2640 __ fmaxv(s31, v29.V4S()); in GenerateTestSequenceNEONFP()
H A Dtest-cpu-features-aarch64.cc3260 TEST_FP_NEON(fmaxv_0, fmaxv(s0, v1.V4S()))

Completed in 160 milliseconds