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

  /art/compiler/dex/quick/arm/
int_arm.cc 130 LIR* branch1 = OpCondBranch(kCondLt, NULL);
180 case kCondLt:
181 OpCmpImmBranch(kCondLt, high_reg, val_hi, taken);
186 OpCmpImmBranch(kCondLt, high_reg, val_hi, taken);
192 OpCmpImmBranch(kCondLt, high_reg, val_hi, not_taken);
197 OpCmpImmBranch(kCondLt, high_reg, val_hi, not_taken);
336 case kCondLt:
337 OpCondBranch(kCondLt, taken);
342 OpCondBranch(kCondLt, taken);
348 OpCondBranch(kCondLt, not_taken)
    [all...]
fp_arm.cc 238 case kCondLt:
target_arm.cc 258 case kCondLt: res = kArmCondLt; break;
  /art/compiler/dex/
compiler_enums.h 349 kCondLt, // signed less than
mir_optimization.cc 209 kCondEq, kCondNe, kCondLt, kCondGe, kCondGt, kCondLe
225 COMPILE_ASSERT(ConditionCodeForIfCcZ(Instruction::IF_LTZ) == kCondLt, check_if_ltz_ccode);
    [all...]
  /art/compiler/dex/quick/x86/
target_x86.cc     [all...]
int_x86.cc 87 case kCondLt: return kX86CondL;
436 ccode = kCondLt;
438 case kCondLt:
504 ccode = (ccode == kCondLe) ? kCondGe : kCondLt;
837 ConditionCode condition_code = is_min ? kCondGt : kCondLt;
    [all...]
fp_x86.cc 527 case kCondLt:
  /art/compiler/dex/quick/
codegen_util.cc     [all...]
gen_common.cc 232 cond = kCondLt;
297 cond = kCondLt;
575 LIR* uninit_branch = OpCmpMemImmBranch(kCondLt, r_tmp, r_base,
660 LIR* uninit_branch = OpCmpMemImmBranch(kCondLt, r_tmp, r_base,
    [all...]
  /art/compiler/dex/quick/mips/
int_mips.cc 102 case kCondLt:
134 // TUNING: handle s16 & kCondLt/Mi case using slti
148 case kCondLt: opc = kMipsBltz; break;
  /art/compiler/dex/quick/arm64/
fp_arm64.cc 224 case kCondLt:
int_arm64.cc 827 LIR* src_pos_negative = OpCmpImmBranch(kCondLt, rs_src_pos, 0, nullptr);
830 LIR* src_bad_len = OpCmpBranch(kCondLt, rs_arr_length, rs_length, nullptr);
834 LIR* dst_pos_negative = OpCmpImmBranch(kCondLt, rs_dst_pos, 0, nullptr);
837 LIR* dst_bad_len = OpCmpBranch(kCondLt, rs_arr_length, rs_length, nullptr);
    [all...]
target_arm64.cc 204 case kCondLt: res = kArmCondLt; break;
    [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc 320 case kCondLt: res = irb_->CreateICmpSLT(src1, src2); break;
    [all...]

Completed in 323 milliseconds