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.h350 TCG_BSWAP_OZ = 2, enumerator
/openbmc/qemu/tcg/
H A Dtcg-op.c1321 tcg_debug_assert(!(flags & TCG_BSWAP_OS) || !(flags & TCG_BSWAP_OZ)); in tcg_gen_bswap16_i32()
1338 } else if (flags & TCG_BSWAP_OZ) { in tcg_gen_bswap16_i32()
2195 tcg_debug_assert(!(flags & TCG_BSWAP_OS) || !(flags & TCG_BSWAP_OZ)); in tcg_gen_bswap16_i64()
2219 } else if (flags & TCG_BSWAP_OZ) { in tcg_gen_bswap16_i64()
2245 tcg_debug_assert(!(flags & TCG_BSWAP_OS) || !(flags & TCG_BSWAP_OZ)); in tcg_gen_bswap32_i64()
H A Dtcg-op-ldst.c262 : TCG_BSWAP_IZ | TCG_BSWAP_OZ)); in tcg_gen_qemu_ld_i32_int()
382 : TCG_BSWAP_IZ | TCG_BSWAP_OZ); in tcg_gen_qemu_ld_i64_int()
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.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/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/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/tcg/arm/
H A Dtcg-target.c.inc1006 if ((flags & (TCG_BSWAP_IZ | TCG_BSWAP_OZ)) == TCG_BSWAP_OZ) {
/openbmc/qemu/tcg/riscv/
H A Dtcg-target.c.inc2231 if (a2 & TCG_BSWAP_OZ) {
2240 if (a2 & 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.inc2377 } 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.inc2828 } else if ((a2 & (TCG_BSWAP_IZ | TCG_BSWAP_OZ)) == TCG_BSWAP_OZ) {
/openbmc/qemu/target/i386/tcg/
H A Demit.c.inc1433 tcg_gen_bswap32_tl(s->T0, s->T0, TCG_BSWAP_OZ);
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c8207 tcg_gen_bswap32_i64(tcg_rd, tcg_rn, TCG_BSWAP_OZ); in handle_rev32()