Searched defs:operand (Results 1 – 6 of 6) sorted by relevance
/art/disassembler/ |
D | disassembler_arm.cc | 101 DisassemblerStream& operator<<(const MemOperand& operand) override { in operator <<() 115 DisassemblerStream& operator<<(const vixl::aarch32::AlignedMemOperand& operand) override { in operator <<()
|
/art/compiler/utils/arm/ |
D | assembler_arm_vixl.h | 151 void Add(vixl32::Register rd, vixl32::Register rn, const vixl32::Operand& operand) { in Add()
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.cc | 4755 void X86_64Assembler::shll(CpuRegister operand, CpuRegister shifter) { in shll() 4760 void X86_64Assembler::shlq(CpuRegister operand, CpuRegister shifter) { in shlq() 4775 void X86_64Assembler::shrl(CpuRegister operand, CpuRegister shifter) { in shrl() 4780 void X86_64Assembler::shrq(CpuRegister operand, CpuRegister shifter) { in shrq() 4790 void X86_64Assembler::sarl(CpuRegister operand, CpuRegister shifter) { in sarl() 4800 void X86_64Assembler::sarq(CpuRegister operand, CpuRegister shifter) { in sarq() 4810 void X86_64Assembler::roll(CpuRegister operand, CpuRegister shifter) { in roll() 4820 void X86_64Assembler::rorl(CpuRegister operand, CpuRegister shifter) { in rorl() 4830 void X86_64Assembler::rolq(CpuRegister operand, CpuRegister shifter) { in rolq() 4840 void X86_64Assembler::rorq(CpuRegister operand, CpuRegister shifter) { in rorq() [all …]
|
/art/compiler/utils/x86/ |
D | assembler_x86.cc | 3416 void X86Assembler::shll(Register operand, Register shifter) { in shll() 3436 void X86Assembler::shrl(Register operand, Register shifter) { in shrl() 3456 void X86Assembler::sarl(Register operand, Register shifter) { in sarl() 3512 void X86Assembler::roll(Register operand, Register shifter) { in roll() 3522 void X86Assembler::rorl(Register operand, Register shifter) { in rorl() 3908 void X86Assembler::EmitOperand(int reg_or_opcode, const Operand& operand) { in EmitOperand() 3938 const Operand& operand, in EmitComplex() 3995 const Operand& operand, in EmitGenericShift() 4011 const Operand& operand, in EmitGenericShift() 4118 X86ManagedRegister operand, in EmitVexPrefixByteOne() [all …]
|
/art/compiler/optimizing/ |
D | loop_optimization.cc | 94 /*out*/ HInstruction** operand) { in IsSignExtensionAndGet() 159 /*out*/ HInstruction** operand) { in IsZeroExtensionAndGet()
|
D | code_generator_arm_vixl.cc | 1789 Operand operand(0); in GenerateConditionIntegralOrNonPrimitive() local
|