Searched refs:TCG_BSWAP_OZ (Results 1 – 17 of 17) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg.h | 373 TCG_BSWAP_OZ = 2, enumerator
|
/openbmc/qemu/tcg/ |
H A D | tcg-op-ldst.c | 213 : 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 D | tcg-op.c | 1314 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 D | optimize.c | 1484 switch (op->args[2] & (TCG_BSWAP_OZ | TCG_BSWAP_OS)) { in fold_bswap() 1485 case TCG_BSWAP_OZ: in fold_bswap()
|
H A D | tcg.c | 2524 [TCG_BSWAP_OZ] = "oz", 2526 [TCG_BSWAP_IZ | TCG_BSWAP_OZ] = "iz,oz",
|
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 708 } 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 D | tcg-target.c.inc | 1389 } 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 D | tcg-ops.rst | 418 | 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 D | tcg-target.c.inc | 1752 if (a2 & TCG_BSWAP_OZ) { 1761 if (a2 & TCG_BSWAP_OZ) {
|
/openbmc/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 1023 } 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 D | tcg-target.c.inc | 1006 if ((flags & (TCG_BSWAP_IZ | TCG_BSWAP_OZ)) == TCG_BSWAP_OZ) {
|
/openbmc/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 2433 } else if ((a2 & (TCG_BSWAP_IZ | TCG_BSWAP_OZ)) == TCG_BSWAP_OZ) {
|
/openbmc/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 2372 } else if ((a2 & (TCG_BSWAP_IZ | TCG_BSWAP_OZ)) == TCG_BSWAP_OZ) {
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate.c | 3733 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 D | tcg-target.c.inc | 2780 } else if ((a2 & (TCG_BSWAP_IZ | TCG_BSWAP_OZ)) == TCG_BSWAP_OZ) {
|
/openbmc/qemu/target/i386/tcg/ |
H A D | emit.c.inc | 1390 tcg_gen_bswap32_tl(s->T0, s->T0, TCG_BSWAP_OZ);
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-a64.c | 7352 tcg_gen_bswap32_i64(tcg_rd, tcg_rn, TCG_BSWAP_OZ); in handle_rev32()
|