HomeSort by relevance Sort by last modified time
    Searched refs:OpCmpBranch (Results 1 - 14 of 14) sorted by null

  /art/compiler/dex/quick/mips/
call_mips.cc 114 LIR* exit_branch = OpCmpBranch(kCondEq, r_base, r_end, NULL);
117 OpCmpBranch(kCondNe, rl_src.reg, r_key, loop_label);
342 LIR* branch = OpCmpBranch(kCondUlt, new_sp, check_reg, nullptr);
int_mips.cc 65 LIR* MipsMir2Lir::OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target) {
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);
codegen_mips.h 137 LIR* OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target);
  /art/compiler/dex/quick/arm/
call_arm.cc 269 LIR* slow_unlock_branch = OpCmpBranch(kCondNe, rs_r1, rs_r2, NULL);
434 LIR* branch = OpCmpBranch(kCondUlt, rs_rARM_LR, rs_r12, nullptr);
450 LIR* branch = OpCmpBranch(kCondUlt, rs_rARM_SP, rs_r12, nullptr);
codegen_arm.h 139 LIR* OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target);
int_arm.cc 28 LIR* ArmMir2Lir::OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target) {
    [all...]
  /art/compiler/dex/quick/arm64/
call_arm64.cc 258 LIR* slow_unlock_branch = OpCmpBranch(kCondNe, rs_w1, rs_w2, NULL);
397 LIR* branch = OpCmpBranch(kCondUlt, rs_sp, rs_xIP1, nullptr);
codegen_arm64.h 205 LIR* OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target) OVERRIDE;
int_arm64.cc 29 LIR* Arm64Mir2Lir::OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target) {
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);
    [all...]
  /art/compiler/dex/quick/x86/
target_x86.cc     [all...]
codegen_x86.h 264 LIR* OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target) OVERRIDE;
    [all...]
int_x86.cc 96 LIR* X86Mir2Lir::OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target) {
258 LIR* cmp_branch = OpCmpBranch(code, left_op, right_op, nullptr);
    [all...]
  /art/compiler/dex/quick/
gen_common.cc 104 LIR* branch = OpCmpBranch(kCondUge, index, length, nullptr);
281 OpCmpBranch(cond, rl_src1.reg, rl_src2.reg, taken);
    [all...]
mir_to_lir.h     [all...]

Completed in 587 milliseconds