Home
last modified time | relevance | path

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

/external/v8/src/codegen/arm64/
Dmacro-assembler-arm64.h184 void Mov(const VRegister& vd, int vd_index, const VRegister& vn, in Mov()
194 void Mov(const VRegister& vd, int vd_index, const Register& rn) { in Mov()
1151 void Ins(const VRegister& vd, int vd_index, const VRegister& vn, in Ins()
1156 void Ins(const VRegister& vd, int vd_index, const Register& rn) { in Ins()
Dassembler-arm64.cc1862 void Assembler::ins(const VRegister& vd, int vd_index, const Register& rn) { in ins()
2092 void Assembler::ins(const VRegister& vd, int vd_index, const VRegister& vn, in ins()
2199 void Assembler::mov(const VRegister& vd, int vd_index, const VRegister& vn, in mov()
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.h3047 int vd_index, in Ins()
3054 void Ins(const VRegister& vd, int vd_index, const Register& rn) { in Ins()
3168 int vd_index, in Mov()
3180 void Mov(const VRegister& vd, int vd_index, const Register& rn) { in Mov()
Dassembler-aarch64.cc4455 int vd_index, in ins()
4492 int vd_index, in mov()
4500 void Assembler::ins(const VRegister& vd, int vd_index, const Register& rn) { in ins()
4533 void Assembler::mov(const VRegister& vd, int vd_index, const Register& rn) { in mov()