Searched defs:vd_index (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/arm64/ |
D | macro-assembler-arm64.h | 217 void Mov(const VRegister& vd, int vd_index, const VRegister& vn, in Mov() 226 void Mov(const VRegister& vd, int vd_index, const Register& rn) { in Mov() 1011 void Ins(const VRegister& vd, int vd_index, const VRegister& vn, in Ins() 1016 void Ins(const VRegister& vd, int vd_index, const Register& rn) { in Ins()
|
D | assembler-arm64.cc | 2265 void Assembler::ins(const VRegister& vd, int vd_index, const Register& rn) { in ins() 2495 void Assembler::ins(const VRegister& vd, int vd_index, const VRegister& vn, in ins() 2602 void Assembler::mov(const VRegister& vd, int vd_index, const VRegister& vn, in mov()
|
/external/vixl/src/aarch64/ |
D | macro-assembler-aarch64.h | 2941 int vd_index, in Ins() 2948 void Ins(const VRegister& vd, int vd_index, const Register& rn) { in Ins() 3062 int vd_index, in Mov() 3074 void Mov(const VRegister& vd, int vd_index, const Register& rn) { in Mov()
|
D | assembler-aarch64.cc | 4234 int vd_index, in ins() 4271 int vd_index, in mov() 4279 void Assembler::ins(const VRegister& vd, int vd_index, const Register& rn) { in ins() 4312 void Assembler::mov(const VRegister& vd, int vd_index, const Register& rn) { in mov()
|