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

  /art/compiler/dex/
compiler_enums.h 390 kX86CondNc = kX86CondNb, // not-carry
  /art/compiler/dex/quick/x86/
int_x86.cc 77 case kCondCc: return kX86CondNc;
79 case kCondUge: return kX86CondNc;
    [all...]

Completed in 137 milliseconds