Home
last modified time | relevance | path

Searched defs:vd_index (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/codegen/arm64/
Dmacro-assembler-arm64.h181 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()
Dassembler-arm64.cc1878 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/
Dassembler-aarch64.cc4528 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()
Dmacro-assembler-aarch64.h3298 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()