Searched defs:reg1 (Results 1 – 10 of 10) sorted by relevance
/art/compiler/dex/ |
D | reg_storage.h | 279 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/ |
D | int_arm64.cc | 597 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/ |
D | int_mips.cc | 238 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/ |
D | assembler_arm.h | 736 static int RegisterCompare(const Register* reg1, const Register* reg2) { in RegisterCompare()
|
/art/compiler/dex/quick/arm/ |
D | int_arm.cc | 695 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/ |
D | assembler_test.h | 83 for (auto reg1 : registers) { in RepeatRR() local
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.cc | 848 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/ |
D | assembler_x86.cc | 761 void X86Assembler::cmpl(Register reg0, Register reg1) { in cmpl() 802 void X86Assembler::testl(Register reg1, Register reg2) { in testl()
|
/art/compiler/dex/quick/ |
D | mir_to_lir.h | 1163 bool IsSameReg(RegStorage reg1, RegStorage reg2) { in IsSameReg()
|
/art/compiler/dex/quick/x86/ |
D | int_x86.cc | 905 void X86Mir2Lir::OpLea(RegStorage r_base, RegStorage reg1, RegStorage reg2, int scale, int offset) { in OpLea()
|