Searched defs:vd_index (Results 1 – 4 of 4) sorted by relevance
| /third_party/node/deps/v8/src/codegen/arm64/ |
| D | macro-assembler-arm64.h | 181 void Mov(const VRegister& vd, int vd_index, const VRegister& vn, in Mov() 191 void Mov(const VRegister& vd, int vd_index, const Register& rn) { in Mov() 1160 void Ins(const VRegister& vd, int vd_index, const VRegister& vn, in Ins() 1165 void Ins(const VRegister& vd, int vd_index, const Register& rn) { in Ins()
|
| D | assembler-arm64.cc | 1878 void Assembler::ins(const VRegister& vd, int vd_index, const Register& rn) { in ins() 2108 void Assembler::ins(const VRegister& vd, int vd_index, const VRegister& vn, in ins() 2215 void Assembler::mov(const VRegister& vd, int vd_index, const VRegister& vn, in mov()
|
| /third_party/vixl/src/aarch64/ |
| D | assembler-aarch64.cc | 4528 int vd_index, in ins() 4565 int vd_index, in mov() 4573 void Assembler::ins(const VRegister& vd, int vd_index, const Register& rn) { in ins() 4606 void Assembler::mov(const VRegister& vd, int vd_index, const Register& rn) { in mov()
|
| D | macro-assembler-aarch64.h | 3298 int vd_index, in Ins() 3305 void Ins(const VRegister& vd, int vd_index, const Register& rn) { in Ins() 3419 int vd_index, in Mov() 3431 void Mov(const VRegister& vd, int vd_index, const Register& rn) { in Mov()
|