Searched refs:EmitRex64 (Results 1 – 2 of 2) sorted by relevance
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.cc | 146 EmitRex64(dst); in movq() 151 EmitRex64(dst); in movq() 170 EmitRex64(dst); in movq() 180 EmitRex64(src, dst); in movq() 196 EmitRex64(dst, src); in movq() 212 EmitRex64(src, dst); in movq() 243 EmitRex64(src, dst); in movntq() 265 EmitRex64(dst, src); in cmov() 402 EmitRex64(dst, src); in leaq() 722 EmitRex64(dst, src); in movsxd() [all …]
|
D | assembler_x86_64.h | 1010 void EmitRex64(); 1011 void EmitRex64(CpuRegister reg); 1012 void EmitRex64(const Operand& operand); 1013 void EmitRex64(CpuRegister dst, CpuRegister src); 1014 void EmitRex64(CpuRegister dst, const Operand& operand); 1015 void EmitRex64(XmmRegister dst, const Operand& operand); 1016 void EmitRex64(XmmRegister dst, CpuRegister src); 1017 void EmitRex64(CpuRegister dst, XmmRegister src);
|