Searched refs:TCG_BSWAP_IZ (Results 1 – 14 of 14) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg-op-ldst.c | 261 ? 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 D | tcg-op.c | 1331 if (!(flags & TCG_BSWAP_IZ)) { in tcg_gen_bswap16_i32() 2212 if (!(flags & TCG_BSWAP_IZ)) { in tcg_gen_bswap16_i64()
|
H A D | tcg.c | 2523 [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 D | tcg.h | 349 TCG_BSWAP_IZ = 1, enumerator
|
/openbmc/qemu/tcg/loongarch64/ |
H A D | tcg-target.c.inc | 1388 } 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 D | tcg-target.c.inc | 708 } else if ((flags & (TCG_BSWAP_IZ | TCG_BSWAP_OZ)) == TCG_BSWAP_OZ) { 715 if (!(flags & TCG_BSWAP_IZ)) {
|
/openbmc/qemu/docs/devel/ |
H A D | tcg-ops.rst | 417 | If *flags* & ``TCG_BSWAP_IZ``, then *t1* is known to be zero-extended from bit 15.
|
/openbmc/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 1025 } 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 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/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/target/arm/tcg/ |
H A D | translate-a64.c | 10679 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 D | tcg-target.c.inc | 2377 } else if ((a2 & (TCG_BSWAP_IZ | TCG_BSWAP_OZ)) == TCG_BSWAP_OZ) {
|
/openbmc/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 2828 } else if ((a2 & (TCG_BSWAP_IZ | TCG_BSWAP_OZ)) == TCG_BSWAP_OZ) {
|