Searched defs:vd_index (Results 1 – 4 of 4) sorted by relevance
| /external/v8/src/codegen/arm64/ |
| D | macro-assembler-arm64.h | 184 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()
|
| D | assembler-arm64.cc | 1862 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/ |
| D | macro-assembler-aarch64.h | 3047 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()
|
| D | assembler-aarch64.cc | 4455 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()
|