Home
last modified time | relevance | path

Searched defs:reg2 (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.cc1399 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/utils/arm/
Dassembler_arm.h736 static int RegisterCompare(const Register* reg1, const Register* reg2) { in RegisterCompare()
/art/compiler/utils/
Dassembler_test.h84 for (auto reg2 : registers) { in RepeatRR() local
/art/compiler/dex/quick/mips/
Dint_mips.cc238 RegLocation MipsMir2Lir::GenDivRem(RegLocation rl_dest, RegStorage reg1, RegStorage reg2, in GenDivRem()
/art/compiler/dex/quick/arm/
Dint_arm.cc709 RegLocation ArmMir2Lir::GenDivRem(RegLocation rl_dest, RegStorage reg1, RegStorage reg2, in GenDivRem()
/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()
/art/compiler/utils/x86/
Dassembler_x86.cc802 void X86Assembler::testl(Register reg1, Register reg2) { in testl()
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc919 void X86_64Assembler::testl(CpuRegister reg1, CpuRegister reg2) { in testl()