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

  /art/compiler/dex/
compiler_enums.h 396 kX86CondNe = kX86CondNz, // not-equal
  /art/compiler/dex/quick/x86/
int_x86.cc 75 case kCondNe: return kX86CondNe;
775 LIR *minus_one_branch = NewLIR2(kX86Jcc8, 0, kX86CondNe);
779 LIR * minint_branch = NewLIR2(kX86Jcc8, 0, kX86CondNe);
    [all...]
fp_x86.cc 412 LIR* branch = NewLIR2(kX86Jcc8, 0, kX86CondNe);

Completed in 373 milliseconds