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

  /external/qemu/tcg/x86_64/
tcg-target.c 207 #define JCC_JE 0x4
226 [TCG_COND_EQ] = JCC_JE,
606 tcg_out8(s, 0x70 + JCC_JE);
801 tcg_out8(s, 0x70 + JCC_JE);
    [all...]
  /external/qemu/tcg/i386/
tcg-target.c 324 #define JCC_JE 0x4
338 [TCG_COND_EQ] = JCC_JE,
    [all...]

Completed in 140 milliseconds