Home
last modified time | relevance | path

Searched refs:fcvtxn (Results 1 - 15 of 15) sorted by relevance

/third_party/vixl/test/aarch64/
H A Dtest-simulator-aarch64.cc4883 DEFINE_TEST_NEON_2DIFF_FP_NARROW_2S(fcvtxn, Conversions)
4934 CALL_TEST_NEON_HELPER_2DIFF(fcvtxn, S, D, kInputDoubleConversions); in TEST()
H A Dtest-trace-aarch64.cc505 __ fcvtxn(s12, d12); in GenerateTestSequenceFP()
2606 __ fcvtxn(v29.V2S(), v11.V2D()); in GenerateTestSequenceNEONFP()
H A Dtest-cpu-features-aarch64.cc3220 TEST_FP_NEON(fcvtxn_0, fcvtxn(v0.V2S(), v1.V2D()))
3222 TEST_FP_NEON(fcvtxn_1, fcvtxn(s0, d1))
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.h1721 void fcvtxn(const VRegister& vd, const VRegister& vn);
H A Dmacro-assembler-arm64.h1588 fcvtxn(vd, vn); in Fcvtxn()
H A Dassembler-arm64.cc2774 void Assembler::fcvtxn(const VRegister& vd, const VRegister& vn) { in fcvtxn() function in v8::internal::Assembler
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.cc2424 fcvtxn(kFormatVnS, result, zn); in Simulator()
2428 fcvtxn(kFormatVnS, result, zn); in Simulator()
7078 fcvtxn(vf_fcvtn, rd, rn); in Simulator()
8861 // Unlike all of the other FP instructions above, fcvtxn encodes dest in Simulator()
8864 fcvtxn(kFormatS, rd, rn); in Simulator()
H A Dsimulator-aarch64.h4705 LogicVRegister fcvtxn(VectorFormat vform,
H A Dassembler-aarch64.h2407 void fcvtxn(const VRegister& vd, const VRegister& vn);
H A Dassembler-aarch64.cc3614 void Assembler::fcvtxn(const VRegister& vd, const VRegister& vn) {
H A Dlogic-aarch64.cc6052 LogicVRegister Simulator::fcvtxn(VectorFormat vform,
H A Dmacro-assembler-aarch64.h1550 fcvtxn(vd, vn); in Fcvtxn()
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.h2146 LogicVRegister fcvtxn(VectorFormat vform, LogicVRegister dst,
H A Dsimulator-arm64.cc4047 fcvtxn(vf_fcvtn, rd, rn);
5452 // Unlike all of the other FP instructions above, fcvtxn encodes dest
5455 fcvtxn(kFormatS, rd, rn);
H A Dsimulator-logic-arm64.cc3859 LogicVRegister Simulator::fcvtxn(VectorFormat vform, LogicVRegister dst, in fcvtxn() function in v8::internal::Simulator

Completed in 118 milliseconds