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

  /art/compiler/dex/
compiler_enums.h 395 kX86CondNz = 0x5, // not-zero
396 kX86CondNe = kX86CondNz, // not-equal
  /art/compiler/dex/quick/x86/
int_x86.cc 65 NewLIR2(kX86Set8R, rs_r0.GetReg(), kX86CondNz); // r0 = (r1:r0) != (r3:r2) ? 1 : 0
    [all...]

Completed in 40 milliseconds