Home
last modified time | relevance | path

Searched refs:TCG_BSWAP_IZ (Results 1 – 13 of 13) sorted by relevance

/qemu/tcg/
H A Dtcg-op-ldst.c260 ? TCG_BSWAP_IZ | TCG_BSWAP_OS in tcg_gen_qemu_ld_i32_int()
261 : TCG_BSWAP_IZ | TCG_BSWAP_OZ)); in tcg_gen_qemu_ld_i32_int()
360 ? TCG_BSWAP_IZ | TCG_BSWAP_OS in tcg_gen_qemu_ld_i64_int()
361 : TCG_BSWAP_IZ | TCG_BSWAP_OZ); in tcg_gen_qemu_ld_i64_int()
H A Dtcg-op.c1287 if (!(flags & TCG_BSWAP_IZ)) { in tcg_gen_bswap16_i32()
2117 if (!(flags & TCG_BSWAP_IZ)) { in tcg_gen_bswap16_i64()
H A Dtcg.c2899 [TCG_BSWAP_IZ] = "iz",
2902 [TCG_BSWAP_IZ | TCG_BSWAP_OZ] = "iz,oz",
2903 [TCG_BSWAP_IZ | TCG_BSWAP_OS] = "iz,os",
/qemu/include/tcg/
H A Dtcg.h254 TCG_BSWAP_IZ = 1, enumerator
/qemu/tcg/loongarch64/
H A Dtcg-target.c.inc1831 } else if ((flags & (TCG_BSWAP_IZ | TCG_BSWAP_OZ)) == TCG_BSWAP_OZ) {
1849 } else if ((flags & (TCG_BSWAP_IZ | TCG_BSWAP_OZ)) == TCG_BSWAP_OZ) {
/qemu/tcg/mips/
H A Dtcg-target.c.inc2196 } else if ((flags & (TCG_BSWAP_IZ | TCG_BSWAP_OZ)) == TCG_BSWAP_OZ) {
2203 if (!(flags & TCG_BSWAP_IZ)) {
/qemu/docs/devel/
H A Dtcg-ops.rst422 | If *flags* & ``TCG_BSWAP_IZ``, then *t1* is known to be zero-extended from bit 15.
/qemu/target/s390x/tcg/
H A Dtranslate.c3729 tcg_gen_bswap16_i64(o->out, o->in2, TCG_BSWAP_IZ | TCG_BSWAP_OZ); in op_rev16()
3735 tcg_gen_bswap32_i64(o->out, o->in2, TCG_BSWAP_IZ | TCG_BSWAP_OZ); in op_rev32()
/qemu/tcg/ppc/
H A Dtcg-target.c.inc3529 } else if ((flags & (TCG_BSWAP_IZ | TCG_BSWAP_OZ)) == TCG_BSWAP_OZ) {
3567 } else if ((flags & (TCG_BSWAP_IZ | TCG_BSWAP_OZ)) == TCG_BSWAP_OZ) {
/qemu/tcg/aarch64/
H A Dtcg-target.c.inc2602 } else if ((flags & (TCG_BSWAP_IZ | TCG_BSWAP_OZ)) == TCG_BSWAP_OZ) {
/qemu/tcg/arm/
H A Dtcg-target.c.inc2375 if ((flags & (TCG_BSWAP_IZ | TCG_BSWAP_OZ)) == TCG_BSWAP_OZ) {
/qemu/tcg/s390x/
H A Dtcg-target.c.inc3003 } else if ((flags & (TCG_BSWAP_IZ | TCG_BSWAP_OZ)) == TCG_BSWAP_OZ) {
/qemu/tcg/i386/
H A Dtcg-target.c.inc3294 } else if ((flags & (TCG_BSWAP_IZ | TCG_BSWAP_OZ)) == TCG_BSWAP_OZ) {