Searched refs:EmitOperand (Results 1 – 2 of 2) sorted by relevance
/art/compiler/utils/x86/ |
D | assembler_x86.cc | 56 EmitOperand(2, address); in call() 77 EmitOperand(6, address); in pushl() 102 EmitOperand(0, address); in popl() 123 EmitOperand(dst, src); in movl() 130 EmitOperand(src, dst); in movl() 137 EmitOperand(0, dst); in movl() 144 EmitOperand(0, dst); in movl() 160 EmitOperand(dst, src); in movzxb() 176 EmitOperand(dst, src); in movsxb() 188 EmitOperand(src, dst); in movb() [all …]
|
D | assembler_x86.h | 595 void EmitOperand(int rm, const Operand& operand);
|