Searched refs:EmitOperand (Results 1 – 4 of 4) sorted by relevance
/art/compiler/utils/x86/ |
D | assembler_x86.cc | 45 EmitOperand(2, address); in call() 76 EmitOperand(6, address); in pushl() 101 EmitOperand(0, address); in popl() 122 EmitOperand(dst, src); in movl() 129 EmitOperand(src, dst); in movl() 136 EmitOperand(0, dst); in movl() 143 EmitOperand(0, dst); in movl() 159 EmitOperand(dst, src); in movzxb() 175 EmitOperand(dst, src); in movsxb() 187 EmitOperand(src, dst); in movb() [all …]
|
D | assembler_x86.h | 582 void EmitOperand(int rm, const Operand& operand);
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.cc | 51 EmitOperand(2, address); in call() 73 EmitOperand(6, address); in pushq() 101 EmitOperand(0, address); in popq() 150 EmitOperand(dst.LowBits(), src); in movq() 158 EmitOperand(dst.LowBits(), src); in movl() 166 EmitOperand(src.LowBits(), dst); in movq() 174 EmitOperand(src.LowBits(), dst); in movl() 181 EmitOperand(0, dst); in movl() 199 EmitOperand(dst.LowBits(), src); in movzxb() 217 EmitOperand(dst.LowBits(), src); in movsxb() [all …]
|
D | assembler_x86_64.h | 626 void EmitOperand(uint8_t rm, const Operand& operand);
|