Home
last modified time | relevance | path

Searched refs:NEONFPConvertToInt (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.h1702 void NEONFPConvertToInt(const Register& rd, const VRegister& vn, Instr op);
1703 void NEONFPConvertToInt(const VRegister& vd, const VRegister& vn, Instr op);
H A Dassembler-arm64.cc2720 void Assembler::NEONFPConvertToInt(const Register& rd, const VRegister& vn, in NEONFPConvertToInt() function in v8::internal::Assembler
2725 void Assembler::NEONFPConvertToInt(const VRegister& vd, const VRegister& vn, in NEONFPConvertToInt() function in v8::internal::Assembler
2808 NEONFPConvertToInt(rd, vn, SCA_OP); \
2811 NEONFPConvertToInt(vd, vn, VEC_OP); \
/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.cc3641 void Assembler::NEONFPConvertToInt(const Register& rd,
3648 void Assembler::NEONFPConvertToInt(const VRegister& vd,
3687 NEONFPConvertToInt(rd, vn, SCA_OP); \
3695 NEONFPConvertToInt(vd, vn, VEC_OP); \
H A Dassembler-aarch64.h2387 void NEONFPConvertToInt(const Register& rd, const VRegister& vn, Instr op);
2388 void NEONFPConvertToInt(const VRegister& vd, const VRegister& vn, Instr op);

Completed in 29 milliseconds