Home
last modified time | relevance | path

Searched defs:reg1 (Results 1 – 10 of 10) sorted by relevance

/art/compiler/dex/
Dreg_storage.h279 static constexpr bool SameRegType(RegStorage reg1, RegStorage reg2) { in SameRegType()
283 static constexpr bool SameRegType(int reg1, int reg2) { in SameRegType()
/art/compiler/dex/quick/arm64/
Dint_arm64.cc597 RegLocation Arm64Mir2Lir::GenDivRemLit(RegLocation rl_dest, RegStorage reg1, int lit, bool is_div) { in GenDivRemLit()
1399 static uint32_t GenPairWise(uint32_t reg_mask, int* reg1, int* reg2) { in GenPairWise()
1421 int reg1 = -1, reg2 = -1; in SpillCoreRegs() local
1437 int reg1 = -1, reg2 = -1; in SpillFPRegs() local
1487 int reg1 = -1, reg2 = -1; in SpillRegsPreIndexed() local
1605 int reg1 = -1, reg2 = -1; in UnSpillCoreRegs() local
1621 int reg1 = -1, reg2 = -1; in UnSpillFPRegs() local
/art/compiler/dex/quick/mips/
Dint_mips.cc238 RegLocation MipsMir2Lir::GenDivRem(RegLocation rl_dest, RegStorage reg1, RegStorage reg2, in GenDivRem()
250 RegLocation MipsMir2Lir::GenDivRemLit(RegLocation rl_dest, RegStorage reg1, int lit, in GenDivRemLit()
/art/compiler/utils/arm/
Dassembler_arm.h736 static int RegisterCompare(const Register* reg1, const Register* reg2) { in RegisterCompare()
/art/compiler/dex/quick/arm/
Dint_arm.cc695 RegLocation ArmMir2Lir::GenDivRemLit(RegLocation rl_dest, RegStorage reg1, int lit, bool is_div) { in GenDivRemLit()
709 RegLocation ArmMir2Lir::GenDivRem(RegLocation rl_dest, RegStorage reg1, RegStorage reg2, in GenDivRem()
/art/compiler/utils/
Dassembler_test.h83 for (auto reg1 : registers) { in RepeatRR() local
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc848 void X86_64Assembler::cmpl(CpuRegister reg0, CpuRegister reg1) { in cmpl()
864 void X86_64Assembler::cmpq(CpuRegister reg0, CpuRegister reg1) { in cmpq()
919 void X86_64Assembler::testl(CpuRegister reg1, CpuRegister reg2) { in testl()
/art/compiler/utils/x86/
Dassembler_x86.cc761 void X86Assembler::cmpl(Register reg0, Register reg1) { in cmpl()
802 void X86Assembler::testl(Register reg1, Register reg2) { in testl()
/art/compiler/dex/quick/
Dmir_to_lir.h1163 bool IsSameReg(RegStorage reg1, RegStorage reg2) { in IsSameReg()
/art/compiler/dex/quick/x86/
Dint_x86.cc905 void X86Mir2Lir::OpLea(RegStorage r_base, RegStorage reg1, RegStorage reg2, int scale, int offset) { in OpLea()