Home
last modified time | relevance | path

Searched refs:tcg_out8 (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tcg/i386/
H A Dtcg-target.c.inc561 tcg_out8(s, 0x65);
566 tcg_out8(s, 0x66);
569 tcg_out8(s, 0xf3);
571 tcg_out8(s, 0xf2);
589 tcg_out8(s, (uint8_t)(rex | 0x40));
593 tcg_out8(s, 0x0f);
595 tcg_out8(s, 0x38);
597 tcg_out8(s, 0x3a);
601 tcg_out8(s, opc);
607 tcg_out8(s, 0x66);
[all …]
/openbmc/qemu/tcg/
H A Dtcg.c256 static __attribute__((unused)) inline void tcg_out8(TCGContext *s, uint8_t v) in tcg_out8() function