Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/
H A Dtcg-op-ldst.c261 ? TCG_BSWAP_IZ | TCG_BSWAP_OS in tcg_gen_qemu_ld_i32_int()
262 : TCG_BSWAP_IZ | TCG_BSWAP_OZ)); in tcg_gen_qemu_ld_i32_int()
381 ? TCG_BSWAP_IZ | TCG_BSWAP_OS in tcg_gen_qemu_ld_i64_int()
382 : TCG_BSWAP_IZ | TCG_BSWAP_OZ); in tcg_gen_qemu_ld_i64_int()
H A Dtcg-op.c1331 if (!(flags & TCG_BSWAP_IZ)) { in tcg_gen_bswap16_i32()
2212 if (!(flags & TCG_BSWAP_IZ)) { in tcg_gen_bswap16_i64()
H A Dtcg.c2523 [TCG_BSWAP_IZ] = "iz",
2526 [TCG_BSWAP_IZ | TCG_BSWAP_OZ] = "iz,oz",
2527 [TCG_BSWAP_IZ | TCG_BSWAP_OS] = "iz,os",
/openbmc/qemu/include/tcg/
H A Dtcg.h349 TCG_BSWAP_IZ = 1, enumerator
/openbmc/qemu/tcg/loongarch64/
H A Dtcg-target.c.inc1388 } else if ((a2 & (TCG_BSWAP_IZ | TCG_BSWAP_OZ)) == TCG_BSWAP_OZ) {
1401 } else if ((a2 & (TCG_BSWAP_IZ | TCG_BSWAP_OZ)) == TCG_BSWAP_OZ) {
/openbmc/qemu/tcg/mips/
H A Dtcg-target.c.inc708 } else if ((flags & (TCG_BSWAP_IZ | TCG_BSWAP_OZ)) == TCG_BSWAP_OZ) {
715 if (!(flags & TCG_BSWAP_IZ)) {
/openbmc/qemu/docs/devel/
H A Dtcg-ops.rst417 | If *flags* & ``TCG_BSWAP_IZ``, then *t1* is known to be zero-extended from bit 15.
/openbmc/qemu/tcg/ppc/
H A Dtcg-target.c.inc1025 } else if ((flags & (TCG_BSWAP_IZ | TCG_BSWAP_OZ)) == TCG_BSWAP_OZ) {
1057 } else if ((flags & (TCG_BSWAP_IZ | TCG_BSWAP_OZ)) == TCG_BSWAP_OZ) {
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c3733 tcg_gen_bswap16_i64(o->out, o->in2, TCG_BSWAP_IZ | TCG_BSWAP_OZ); in op_rev16()
3739 tcg_gen_bswap32_i64(o->out, o->in2, TCG_BSWAP_IZ | TCG_BSWAP_OZ); in op_rev32()
/openbmc/qemu/tcg/arm/
H A Dtcg-target.c.inc1006 if ((flags & (TCG_BSWAP_IZ | TCG_BSWAP_OZ)) == TCG_BSWAP_OZ) {
/openbmc/qemu/tcg/aarch64/
H A Dtcg-target.c.inc2433 } else if ((a2 & (TCG_BSWAP_IZ | TCG_BSWAP_OZ)) == TCG_BSWAP_OZ) {
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c10679 tcg_gen_bswap16_i64(tcg_tmp, tcg_tmp, TCG_BSWAP_IZ); in handle_rev()
10682 tcg_gen_bswap32_i64(tcg_tmp, tcg_tmp, TCG_BSWAP_IZ); in handle_rev()
/openbmc/qemu/tcg/s390x/
H A Dtcg-target.c.inc2377 } else if ((a2 & (TCG_BSWAP_IZ | TCG_BSWAP_OZ)) == TCG_BSWAP_OZ) {
/openbmc/qemu/tcg/i386/
H A Dtcg-target.c.inc2828 } else if ((a2 & (TCG_BSWAP_IZ | TCG_BSWAP_OZ)) == TCG_BSWAP_OZ) {