Searched defs:vn_index (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | macro-assembler-arm64.h | 195 void Mov(const Register& rd, const VRegister& vn, int vn_index) { in Mov() argument 1260 void Umov(const Register& rd, const VRegister& vn, int vn_index) { in Umov() argument 1289 void Smov(const Register& rd, const VRegister& vn, int vn_index) { in Smov() argument 181 Mov(const VRegister& vd, int vd_index, const VRegister& vn, int vn_index) Mov() argument 1160 Ins(const VRegister& vd, int vd_index, const VRegister& vn, int vn_index) Ins() argument [all...] |
H A D | assembler-arm64.cc | 1908 void Assembler::mov(const Register& rd, const VRegister& vn, int vn_index) { in mov() argument 1913 void Assembler::smov(const Register& rd, const VRegister& vn, int vn_index) { in smov() argument 2064 void Assembler::umov(const Register& rd, const VRegister& vn, int vn_index) { in umov() argument 2096 mov(const VRegister& vd, const VRegister& vn, int vn_index) mov() argument 2108 ins(const VRegister& vd, int vd_index, const VRegister& vn, int vn_index) ins() argument 2215 mov(const VRegister& vd, int vd_index, const VRegister& vn, int vn_index) mov() argument 3488 dup(const VRegister& vd, const VRegister& vn, int vn_index) dup() argument [all...] |
/third_party/vixl/src/aarch64/ |
H A D | macro-assembler-aarch64.h | 3473 void Mov(const Register& rd, const VRegister& vn, int vn_index) { in Mov() argument 3597 void Smov(const Register& rd, const VRegister& vn, int vn_index) { in Smov() argument 3602 void Umov(const Register& rd, const VRegister& vn, int vn_index) { in Umov() argument 3334 Ins(const VRegister& vd, int vd_index, const VRegister& vn, int vn_index) Ins() argument 3455 Mov(const VRegister& vd, int vd_index, const VRegister& vn, int vn_index) Mov() argument [all...] |
Completed in 26 milliseconds