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

  /external/qemu/tcg/i386/
tcg-target.c 378 tcg_out8(s, 0x65);
383 tcg_out8(s, 0x66);
386 tcg_out8(s, 0x67);
404 tcg_out8(s, (uint8_t)(rex | 0x40));
408 tcg_out8(s, 0x0f);
410 tcg_out8(s, opc);
416 tcg_out8(s, 0x66);
419 tcg_out8(s, 0x0f);
421 tcg_out8(s, opc);
432 tcg_out8(s, 0xc0 | (LOWREGMASK(r) << 3) | LOWREGMASK(rm))
    [all...]
  /external/qemu/tcg/
tcg.c 120 static inline void tcg_out8(TCGContext *s, uint8_t v) function
    [all...]

Completed in 1246 milliseconds