Lines Matching defs:rl_src1
37 void X86Mir2Lir::GenCmpLong(RegLocation rl_dest, RegLocation rl_src1, in GenCmpLong()
390 RegLocation rl_src1 = mir_graph_->GetSrcWide(mir, 0); in GenFusedLongCmpBranch() local
451 void X86Mir2Lir::GenFusedLongCmpImmBranch(BasicBlock* bb, RegLocation rl_src1, in GenFusedLongCmpImmBranch()
776 RegLocation X86Mir2Lir::GenDivRem(RegLocation rl_dest, RegLocation rl_src1, in GenDivRem()
867 RegLocation rl_src1 = info->args[0]; in GenInlinedMinMax() local
993 RegLocation rl_src1 = info->args[0]; in GenInlinedMinMax() local
1660 void X86Mir2Lir::GenArithOpLong(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1, in GenArithOpLong()
1734 bool X86Mir2Lir::GenMulLongConst(RegLocation rl_dest, RegLocation rl_src1, int64_t val, int flags) { in GenMulLongConst()
1812 void X86Mir2Lir::GenMulLong(Instruction::Code, RegLocation rl_dest, RegLocation rl_src1, in GenMulLong()
2049 void X86Mir2Lir::GenLongArith(RegLocation rl_dest, RegLocation rl_src1, in GenLongArith()
2328 void X86Mir2Lir::GenDivRemLong(Instruction::Code, RegLocation rl_dest, RegLocation rl_src1, in GenDivRemLong()
2661 RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2, in GenArithImmOpLong()
2939 bool X86Mir2Lir::GenLongLongImm(RegLocation rl_dest, RegLocation rl_src1, in GenLongLongImm()
3373 RegLocation rl_src1, RegLocation rl_shift) { in GenShiftOpLong()