Searched refs:EmitRex64 (Results 1 – 2 of 2) sorted by relevance
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.cc | 110 EmitRex64(dst); in movq() 115 EmitRex64(dst); in movq() 134 EmitRex64(dst); in movq() 144 EmitRex64(src, dst); in movq() 160 EmitRex64(dst, src); in movq() 176 EmitRex64(src, dst); in movq() 207 EmitRex64(src, dst); in movntq() 229 EmitRex64(dst, src); in cmov() 366 EmitRex64(dst, src); in leaq() 421 EmitRex64(dst, src); in movsxd() [all …]
|
D | assembler_x86_64.h | 900 void EmitRex64(); 901 void EmitRex64(CpuRegister reg); 902 void EmitRex64(const Operand& operand); 903 void EmitRex64(CpuRegister dst, CpuRegister src); 904 void EmitRex64(CpuRegister dst, const Operand& operand); 905 void EmitRex64(XmmRegister dst, const Operand& operand); 906 void EmitRex64(XmmRegister dst, CpuRegister src); 907 void EmitRex64(CpuRegister dst, XmmRegister src);
|