Searched refs:kX86Set8R (Results 1 – 4 of 4) sorted by relevance
/art/compiler/dex/quick/x86/ |
D | int_x86.cc | 55 NewLIR2(kX86Set8R, r2, kX86CondL); // r2 = (r1:r0) < (r3:r2) ? 1 : 0 in GenCmpLong() 59 NewLIR2(kX86Set8R, r0, kX86CondNz); // r0 = (r1:r0) != (r3:r2) ? 1 : 0 in GenCmpLong()
|
D | x86_lir.h | 351 kX86Set8R, kX86Set8M, kX86Set8A, // set byte depending on condition operand enumerator
|
D | fp_x86.cc | 276 NewLIR2(kX86Set8R, rl_result.low_reg, kX86CondA /* above - unsigned > */); in GenCmpFP()
|
D | assemble_x86.cc | 293 …{ kX86Set8R, kRegCond, IS_BINARY_OP | REG_DEF0 | USES_CCODES, { 0, 0, 0x0F, 0x90, …
|