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

  /external/qemu/tcg/x86_64/
tcg-target.c 256 tcg_out8(s, (uint8_t)(rex | 0x40));
259 tcg_out8(s, 0x0f);
261 tcg_out8(s, opc & 0xff);
267 tcg_out8(s, 0xc0 | ((r & 7) << 3) | (rm & 7));
280 tcg_out8(s, 0x05 | ((r & 7) << 3));
283 tcg_out8(s, 0x04 | ((r & 7) << 3));
284 tcg_out8(s, 0x25); /* sib */
292 tcg_out8(s, 0x04 | ((r & 7) << 3));
293 tcg_out8(s, 0x24);
295 tcg_out8(s, 0x00 | ((r & 7) << 3) | (rm & 7))
    [all...]
  /external/qemu/tcg/i386/
tcg-target.c 358 tcg_out8(s, 0x66);
361 tcg_out8(s, 0x67);
379 tcg_out8(s, (uint8_t)(rex | 0x40));
383 tcg_out8(s, 0x0f);
385 tcg_out8(s, opc);
391 tcg_out8(s, 0x66);
394 tcg_out8(s, 0x0f);
396 tcg_out8(s, opc);
407 tcg_out8(s, 0xc0 | (LOWREGMASK(r) << 3) | LOWREGMASK(rm));
429 tcg_out8(s, (LOWREGMASK(r) << 3) | 5)
    [all...]
  /external/qemu/tcg/arm/
tcg-target.c 359 tcg_out8(s, (cond << 4) | 0x0a);
363 tcg_out8(s, (cond << 4) | 0x0a);
    [all...]
  /external/qemu/tcg/
tcg.c 94 static inline void tcg_out8(TCGContext *s, uint8_t v) function
    [all...]

Completed in 59 milliseconds