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

  /art/compiler/dex/
compiler_enums.h 386 kX86CondC = kX86CondB, // carry
  /art/compiler/dex/quick/x86/
int_x86.cc 76 case kCondCs: return kX86CondC;
78 case kCondUlt: return kX86CondC;
    [all...]

Completed in 34 milliseconds