Home
last modified time | relevance | path

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

/aosp12/art/compiler/utils/x86/
H A Dassembler_x86.cc157 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()
383 EmitOperand(0, dst); in movw()
956 EmitOperand(0, src); in flds()
1737 EmitOperand(a, b); in comiss()
1755 EmitOperand(a, b); in comisd()
1771 EmitOperand(a, b); in ucomiss()
[all …]
H A Dassembler_x86.h867 EmitOperand(reg, address); in LockCmpxchgw()
895 EmitOperand(reg, address); in LockXaddw()
977 void EmitOperand(int rm, const Operand& operand);
/aosp12/art/compiler/utils/x86_64/
H A 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()
229 EmitOperand(0, dst); in movl()
990 EmitOperand(0, src); in flds()
997 EmitOperand(2, dst); in fsts()
1004 EmitOperand(3, dst); in fstps()
3698 EmitOperand(0, src); in fldl()
3705 EmitOperand(2, dst); in fstl()
[all …]
H A Dassembler_x86_64.h986 void EmitOperand(uint8_t rm, const Operand& operand);