Home
last modified time | relevance | path

Searched refs:TCG_BSWAP_OZ (Results 1 – 17 of 17) sorted by relevance

/openbmc/qemu/include/tcg/
H A Dtcg.h373 TCG_BSWAP_OZ = 2, enumerator
/openbmc/qemu/tcg/
H A Dtcg-op-ldst.c213 : TCG_BSWAP_IZ | TCG_BSWAP_OZ)); in tcg_gen_qemu_ld_i32_int()
332 : TCG_BSWAP_IZ | TCG_BSWAP_OZ); in tcg_gen_qemu_ld_i64_int()
H A Dtcg-op.c1314 tcg_debug_assert(!(flags & TCG_BSWAP_OS) || !(flags & TCG_BSWAP_OZ)); in tcg_gen_bswap16_i32()
1331 } else if (flags & TCG_BSWAP_OZ) { in tcg_gen_bswap16_i32()
2187 tcg_debug_assert(!(flags & TCG_BSWAP_OS) || !(flags & TCG_BSWAP_OZ)); in tcg_gen_bswap16_i64()
2211 } else if (flags & TCG_BSWAP_OZ) { in tcg_gen_bswap16_i64()
2237 tcg_debug_assert(!(flags & TCG_BSWAP_OS) || !(flags & TCG_BSWAP_OZ)); in tcg_gen_bswap32_i64()
H A Doptimize.c1484 switch (op->args[2] & (TCG_BSWAP_OZ | TCG_BSWAP_OS)) { in fold_bswap()
1485 case TCG_BSWAP_OZ: in fold_bswap()
H A Dtcg.c2524 [TCG_BSWAP_OZ] = "oz",
2526 [TCG_BSWAP_IZ | TCG_BSWAP_OZ] = "iz,oz",
/openbmc/qemu/tcg/mips/
H A Dtcg-target.c.inc708 } else if ((flags & (TCG_BSWAP_IZ | TCG_BSWAP_OZ)) == TCG_BSWAP_OZ) {
723 if (flags & TCG_BSWAP_OZ) {
743 if (flags & TCG_BSWAP_OZ) {
747 if (flags & TCG_BSWAP_OZ) {
/openbmc/qemu/tcg/loongarch64/
H A Dtcg-target.c.inc1389 } else if ((a2 & (TCG_BSWAP_IZ | TCG_BSWAP_OZ)) == TCG_BSWAP_OZ) {
1402 } else if ((a2 & (TCG_BSWAP_IZ | TCG_BSWAP_OZ)) == TCG_BSWAP_OZ) {
/openbmc/qemu/docs/devel/
H A Dtcg-ops.rst418 | If *flags* & ``TCG_BSWAP_OZ``, then *t0* will be zero-extended from bit 15.
421 …| If neither ``TCG_BSWAP_OZ`` nor ``TCG_BSWAP_OS`` are set, then the bits of *t0* above bit 15 may…
/openbmc/qemu/tcg/riscv/
H A Dtcg-target.c.inc1752 if (a2 & TCG_BSWAP_OZ) {
1761 if (a2 & TCG_BSWAP_OZ) {
/openbmc/qemu/tcg/ppc/
H A Dtcg-target.c.inc1023 } else if ((flags & (TCG_BSWAP_IZ | TCG_BSWAP_OZ)) == TCG_BSWAP_OZ) {
1055 } else if ((flags & (TCG_BSWAP_IZ | TCG_BSWAP_OZ)) == TCG_BSWAP_OZ) {
/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/tcg/s390x/
H A Dtcg-target.c.inc2372 } else if ((a2 & (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/i386/
H A Dtcg-target.c.inc2780 } else if ((a2 & (TCG_BSWAP_IZ | TCG_BSWAP_OZ)) == TCG_BSWAP_OZ) {
/openbmc/qemu/target/i386/tcg/
H A Demit.c.inc1390 tcg_gen_bswap32_tl(s->T0, s->T0, TCG_BSWAP_OZ);
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c7352 tcg_gen_bswap32_i64(tcg_rd, tcg_rn, TCG_BSWAP_OZ); in handle_rev32()