Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dassembler-aarch64.cc4493 int vd_index, in ins()
4530 int vd_index, in mov()
4538 void Assembler::ins(const VRegister& vd, int vd_index, const Register& rn) { in ins()
4571 void Assembler::mov(const VRegister& vd, int vd_index, const Register& rn) { in mov()
Dmacro-assembler-aarch64.h3161 int vd_index, in Ins()
3168 void Ins(const VRegister& vd, int vd_index, const Register& rn) { in Ins()
3282 int vd_index, in Mov()
3294 void Mov(const VRegister& vd, int vd_index, const Register& rn) { in Mov()