Searched refs:EmitRex64 (Results 1 – 2 of 2) sorted by relevance
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.cc | 138 EmitRex64(dst); in movq() 143 EmitRex64(dst); in movq() 162 EmitRex64(dst); in movq() 172 EmitRex64(src, dst); in movq() 188 EmitRex64(dst, src); in movq() 204 EmitRex64(src, dst); in movq() 235 EmitRex64(src, dst); in movntq() 257 EmitRex64(dst, src); in cmov() 394 EmitRex64(dst, src); in leaq() 485 EmitRex64(dst, src); in movsxd() [all …]
|
D | assembler_x86_64.h | 932 void EmitRex64(); 933 void EmitRex64(CpuRegister reg); 934 void EmitRex64(const Operand& operand); 935 void EmitRex64(CpuRegister dst, CpuRegister src); 936 void EmitRex64(CpuRegister dst, const Operand& operand); 937 void EmitRex64(XmmRegister dst, const Operand& operand); 938 void EmitRex64(XmmRegister dst, CpuRegister src); 939 void EmitRex64(CpuRegister dst, XmmRegister src);
|