Home
last modified time | relevance | path

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

/art/compiler/utils/x86/
Dassembler_x86.cc79 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 …]
Dassembler_x86.h898 void EmitOperand(int rm, const Operand& operand);
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc87 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 …]
Dassembler_x86_64.h985 void EmitOperand(uint8_t rm, const Operand& operand);