Home
last modified time | relevance | path

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

/qemu/tcg/i386/
H A Dtcg-target.c.inc579 tcg_out8(s, 0x65);
584 tcg_out8(s, 0x66);
587 tcg_out8(s, 0xf3);
589 tcg_out8(s, 0xf2);
607 tcg_out8(s, (uint8_t)(rex | 0x40));
611 tcg_out8(s, 0x0f);
613 tcg_out8(s, 0x38);
615 tcg_out8(s, 0x3a);
619 tcg_out8(s, opc);
625 tcg_out8(s, 0x66);
[all …]
/qemu/tcg/
H A Dtcg.c265 static __attribute__((unused)) inline void tcg_out8(TCGContext *s, uint8_t v) in tcg_out8() function