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 259 kX86CondNe = kX86CondNz, // not-equal
  /art/compiler/dex/quick/x86/
call_x86.cc 181 LIR* branch = NewLIR2(kX86Jcc8, 0, kX86CondNe);
int_x86.cc 69 case kCondNe: return kX86CondNe;

Completed in 1689 milliseconds