Home
last modified time | relevance | path

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

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