Home
last modified time | relevance | path

Searched refs:tcg_out16 (Results 1 – 3 of 3) sorted by relevance

/qemu/tcg/s390x/
H A Dtcg-target.c.inc654 tcg_out16(s, (op << 8) | (r1 << 4) | r2);
691 tcg_out16(s, (op & 0xff00) | (r1 << 4) | r3);
692 tcg_out16(s, i2);
693 tcg_out16(s, op & 0xff);
699 tcg_out16(s, (op & 0xff00) | (r1 << 4) | m3);
705 tcg_out16(s, op | (r1 << 4));
719 tcg_out16(s, (op & 0xff00) | (r1 << 4) | r3);
744 tcg_out16(s, (op & 0xff00) | ((v1 & 0xf) << 4));
745 tcg_out16(s, i2);
746 tcg_out16(s, (op & 0x00ff) | RXB(v1, 0, 0, 0) | (m3 << 12));
[all …]
/qemu/tcg/i386/
H A Dtcg-target.c.inc3378 tcg_out16(s, a2);
3581 tcg_out16(s, data);
/qemu/tcg/
H A Dtcg.c278 static __attribute__((unused)) inline void tcg_out16(TCGContext *s, uint16_t v) in tcg_out16() function