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

  /art/compiler/dex/quick/arm/
int_arm.cc 131 LIR* branch2 = OpCondBranch(kCondGt, NULL);
182 OpCmpImmBranch(kCondGt, high_reg, val_hi, not_taken);
187 OpCmpImmBranch(kCondGt, high_reg, val_hi, not_taken);
190 case kCondGt:
191 OpCmpImmBranch(kCondGt, high_reg, val_hi, taken);
196 OpCmpImmBranch(kCondGt, high_reg, val_hi, taken);
338 OpCondBranch(kCondGt, not_taken);
343 OpCondBranch(kCondGt, not_taken);
346 case kCondGt:
347 OpCondBranch(kCondGt, taken)
    [all...]
fp_arm.cc 248 case kCondGt:
311 LIR* it = OpIT((default_result == -1) ? kCondGt : kCondMi, "");
target_arm.cc 259 case kCondGt: res = kArmCondGt; break;
  /art/compiler/dex/
compiler_enums.h 350 kCondGt, // signed greater than
mir_optimization.cc 209 kCondEq, kCondNe, kCondLt, kCondGe, kCondGt, kCondLe
227 COMPILE_ASSERT(ConditionCodeForIfCcZ(Instruction::IF_GTZ) == kCondGt, check_if_gtz_ccode);
    [all...]
  /art/compiler/dex/quick/
codegen_util.cc     [all...]
gen_common.cc 238 cond = kCondGt;
303 cond = kCondGt;
    [all...]
gen_invoke.cc     [all...]
  /art/compiler/dex/quick/mips/
int_mips.cc 92 case kCondGt:
145 case kCondGt: opc = kMipsBgtz; break;
  /art/compiler/dex/quick/arm64/
fp_arm64.cc 234 case kCondGt:
target_arm64.cc 205 case kCondGt: res = kArmCondGt; break;
    [all...]
  /art/compiler/dex/quick/x86/
int_x86.cc 88 case kCondGt: return kX86CondG;
418 if (ccode == kCondLe || ccode == kCondGt) {
435 case kCondGt:
498 } else if (ccode == kCondLe || ccode == kCondGt) {
837 ConditionCode condition_code = is_min ? kCondGt : kCondLt;
    [all...]
fp_x86.cc 541 case kCondGt:
target_x86.cc     [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc 322 case kCondGt: res = irb_->CreateICmpSGT(src1, src2); break;
    [all...]

Completed in 375 milliseconds