Searched refs:EmitOperand (Results 1 – 3 of 3) sorted by relevance
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.cc | 79 EmitOperand(2, address); in call() 102 EmitOperand(6, address); in pushq() 130 EmitOperand(0, address); in popq() 164 EmitOperand(0, dst); in movq() 190 EmitOperand(dst.LowBits(), src); in movq() 198 EmitOperand(dst.LowBits(), src); in movl() 206 EmitOperand(src.LowBits(), dst); in movq() 214 EmitOperand(src.LowBits(), dst); in movl() 221 EmitOperand(0, dst); in movl() 230 EmitOperand(src.LowBits(), dst); in movntl() [all …]
|
D | assembler_x86_64.h | 907 void EmitOperand(uint8_t rm, const Operand& operand);
|
/art/compiler/utils/x86/ |
D | assembler_x86.h | 820 void EmitOperand(int rm, const Operand& operand);
|