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

  /art/compiler/dex/quick/x86/
int_x86.cc 55 NewLIR2(kX86Set8R, r2, kX86CondL); // r2 = (r1:r0) < (r3:r2) ? 1 : 0
59 NewLIR2(kX86Set8R, r0, kX86CondNz); // r0 = (r1:r0) != (r3:r2) ? 1 : 0
x86_lir.h 351 kX86Set8R, kX86Set8M, kX86Set8A, // set byte depending on condition operand
fp_x86.cc 276 NewLIR2(kX86Set8R, rl_result.low_reg, kX86CondA /* above - unsigned > */);
assemble_x86.cc 293 { kX86Set8R, kRegCond, IS_BINARY_OP | REG_DEF0 | USES_CCODES, { 0, 0, 0x0F, 0x90, 0, 0, 0, 0 }, "Set8R", "!1c !0r" },
    [all...]

Completed in 500 milliseconds