Searched refs:EmitOperand (Results 1 – 4 of 4) sorted by relevance
/art/compiler/utils/x86/ |
D | assembler_x86.cc | 79 EmitOperand(2, address); in call() 111 EmitOperand(6, address); in pushl() 136 EmitOperand(0, address); in popl() 157 EmitOperand(dst, src); in movl() 164 EmitOperand(src, dst); in movl() 171 EmitOperand(0, dst); in movl() 178 EmitOperand(0, dst); in movl() 186 EmitOperand(src, dst); in movntl() 248 EmitOperand(dst, src); in bsfl() 262 EmitOperand(dst, src); in bsrl() [all …]
|
D | assembler_x86.h | 898 void EmitOperand(int rm, const Operand& operand);
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.cc | 87 EmitOperand(2, address); in call() 110 EmitOperand(6, address); in pushq() 138 EmitOperand(0, address); in popq() 172 EmitOperand(0, dst); in movq() 198 EmitOperand(dst.LowBits(), src); in movq() 206 EmitOperand(dst.LowBits(), src); in movl() 214 EmitOperand(src.LowBits(), dst); in movq() 222 EmitOperand(src.LowBits(), dst); in movl() 229 EmitOperand(0, dst); in movl() 238 EmitOperand(src.LowBits(), dst); in movntl() [all …]
|
D | assembler_x86_64.h | 985 void EmitOperand(uint8_t rm, const Operand& operand);
|