Home
last modified time | relevance | path

Searched refs:EmitOperand (Results 1 – 2 of 2) sorted by relevance

/art/compiler/utils/x86/
Dassembler_x86.cc56 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 …]
Dassembler_x86.h595 void EmitOperand(int rm, const Operand& operand);