Home
last modified time | relevance | path

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

/art/compiler/utils/x86/
Dassembler_x86.cc45 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()
152 EmitOperand(src, dst); in movntl()
172 EmitOperand(dst, src); in bsfl()
186 EmitOperand(dst, src); in bsrl()
[all …]
Dassembler_x86.h803 void EmitOperand(int rm, const Operand& operand);
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc51 EmitOperand(2, address); in call()
74 EmitOperand(6, address); in pushq()
102 EmitOperand(0, address); in popq()
136 EmitOperand(0, dst); in movq()
162 EmitOperand(dst.LowBits(), src); in movq()
170 EmitOperand(dst.LowBits(), src); in movl()
178 EmitOperand(src.LowBits(), dst); in movq()
186 EmitOperand(src.LowBits(), dst); in movl()
193 EmitOperand(0, dst); in movl()
202 EmitOperand(src.LowBits(), dst); in movntl()
[all …]
Dassembler_x86_64.h876 void EmitOperand(uint8_t rm, const Operand& operand);