Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dmacro-assembler-arm64.h217 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()
Dassembler-arm64.cc2265 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/
Dmacro-assembler-aarch64.h2941 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()
Dassembler-aarch64.cc4234 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()