Home
last modified time | relevance | path

Searched defs:operand (Results 1 – 2 of 2) sorted by relevance

/art/compiler/utils/x86_64/
Dassembler_x86_64.cc1835 void X86_64Assembler::shll(CpuRegister operand, CpuRegister shifter) { in shll()
1840 void X86_64Assembler::shlq(CpuRegister operand, CpuRegister shifter) { in shlq()
1855 void X86_64Assembler::shrl(CpuRegister operand, CpuRegister shifter) { in shrl()
1860 void X86_64Assembler::shrq(CpuRegister operand, CpuRegister shifter) { in shrq()
1870 void X86_64Assembler::sarl(CpuRegister operand, CpuRegister shifter) { in sarl()
1880 void X86_64Assembler::sarq(CpuRegister operand, CpuRegister shifter) { in sarq()
1890 void X86_64Assembler::roll(CpuRegister operand, CpuRegister shifter) { in roll()
1900 void X86_64Assembler::rorl(CpuRegister operand, CpuRegister shifter) { in rorl()
1910 void X86_64Assembler::rolq(CpuRegister operand, CpuRegister shifter) { in rolq()
1920 void X86_64Assembler::rorq(CpuRegister operand, CpuRegister shifter) { in rorq()
[all …]
/art/compiler/utils/x86/
Dassembler_x86.cc1390 void X86Assembler::shll(Register operand, Register shifter) { in shll()
1410 void X86Assembler::shrl(Register operand, Register shifter) { in shrl()
1430 void X86Assembler::sarl(Register operand, Register shifter) { in sarl()
1486 void X86Assembler::roll(Register operand, Register shifter) { in roll()
1496 void X86Assembler::rorl(Register operand, Register shifter) { in rorl()
1816 void X86Assembler::EmitOperand(int reg_or_opcode, const Operand& operand) { in EmitOperand()
1841 const Operand& operand, in EmitComplex()
1897 const Operand& operand, in EmitGenericShift()
1913 const Operand& operand, in EmitGenericShift()