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

  /art/compiler/dex/quick/mips/
int_mips.cc 53 LIR* branch = OpCmpImmBranch(kCondNe, rl_result.low_reg, 0, NULL);
76 case kCondNe:
150 case kCondNe: opc = kMipsBnez; break;
308 return OpCmpImmBranch((target == NULL) ? kCondEq : kCondNe, rMIPS_SUSPEND, 0, target);
call_mips.cc 117 OpCmpBranch(kCondNe, rl_src.low_reg, r_key, loop_label);
  /art/compiler/dex/quick/x86/
int_x86.cc 69 case kCondNe: return kX86CondNe;
100 if ((check_value == 0) && (cond == kCondEq || cond == kCondNe)) {
189 case kCondNe:
289 return OpCondBranch((target == NULL) ? kCondNe : kCondEq, target);
fp_x86.cc 314 case kCondNe:
  /art/compiler/dex/quick/arm/
int_arm.cc 134 case kCondNe:
142 condition = kCondNe;
151 OpCmpImmBranch(kCondNe, high_reg, val_hi, target);
275 OpCondBranch(kCondNe, not_taken);
277 case kCondNe:
278 OpCondBranch(kCondNe, taken);
596 return OpCondBranch((target == NULL) ? kCondEq : kCondNe, target);
    [all...]
call_arm.cc 355 OpCondBranch(kCondNe, target);
486 OpIT(kCondNe, "T");
fp_arm.cc 200 case kCondNe:
target_arm.cc 200 case kCondNe: res = kArmCondNe; break;
  /art/compiler/dex/quick/
gen_common.cc 94 cond = kCondNe;
148 cond = kCondNe;
376 LIR* branch_over = OpCmpImmBranch(kCondNe, rBase, 0, NULL);
458 LIR* branch_over = OpCmpImmBranch(kCondNe, rBase, 0, NULL);
819 LIR* branch = OpCmpImmBranch(kCondNe, TargetReg(kRet0), 0, NULL);
    [all...]
codegen_util.cc     [all...]
  /art/compiler/dex/
compiler_enums.h 200 kCondNe, // not equal
mir_optimization.cc 243 ccode = kCondNe;
    [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc 302 case kCondNe: res = irb_->CreateICmpNE(src1, src2); break;
    [all...]

Completed in 683 milliseconds