Searched defs:OpCmpBranch (Results 1 - 4 of 4) sorted by relevance

/art/compiler/dex/quick/mips/
H A Dint_mips.cc65 LIR* MipsMir2Lir::OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target) { function in class:art::MipsMir2Lir
137 branch = OpCmpBranch(cond, reg, t_reg, target);
154 branch = OpCmpBranch(cond, reg, t_reg, target);
224 LIR* ne_branchover = OpCmpBranch(code, left_op, right_op, NULL);
/art/compiler/dex/quick/arm/
H A Dint_arm.cc28 LIR* ArmMir2Lir::OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target) { function in class:art::ArmMir2Lir
987 LIR* src_dst_same = OpCmpBranch(kCondEq, rs_src, rs_dst, nullptr);
999 LIR* src_bad_len = OpCmpBranch(kCondLt, rs_arr_length, rs_length, nullptr);
1005 LIR* dst_bad_len = OpCmpBranch(kCondLt, rs_arr_length, rs_length, nullptr);
/art/compiler/dex/quick/arm64/
H A Dint_arm64.cc29 LIR* Arm64Mir2Lir::OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target) { function in class:art::Arm64Mir2Lir
818 LIR* src_dst_same = OpCmpBranch(kCondEq, rs_src, rs_dst, nullptr);
830 LIR* src_bad_len = OpCmpBranch(kCondLt, rs_arr_length, rs_length, nullptr);
837 LIR* dst_bad_len = OpCmpBranch(kCondLt, rs_arr_length, rs_length, nullptr);
/art/compiler/dex/quick/x86/
H A Dint_x86.cc96 LIR* X86Mir2Lir::OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target) { function in class:art::X86Mir2Lir
258 LIR* cmp_branch = OpCmpBranch(code, left_op, right_op, nullptr);

Completed in 1287 milliseconds