Searched refs:TCG_BSWAP_IZ (Results 1 – 13 of 13) sorted by relevance
/qemu/tcg/ |
H A D | tcg-op-ldst.c | 260 ? TCG_BSWAP_IZ | TCG_BSWAP_OS in tcg_gen_qemu_ld_i32_int() 261 : TCG_BSWAP_IZ | TCG_BSWAP_OZ)); in tcg_gen_qemu_ld_i32_int() 360 ? TCG_BSWAP_IZ | TCG_BSWAP_OS in tcg_gen_qemu_ld_i64_int() 361 : TCG_BSWAP_IZ | TCG_BSWAP_OZ); in tcg_gen_qemu_ld_i64_int()
|
H A D | tcg-op.c | 1287 if (!(flags & TCG_BSWAP_IZ)) { in tcg_gen_bswap16_i32() 2117 if (!(flags & TCG_BSWAP_IZ)) { in tcg_gen_bswap16_i64()
|
H A D | tcg.c | 2899 [TCG_BSWAP_IZ] = "iz", 2902 [TCG_BSWAP_IZ | TCG_BSWAP_OZ] = "iz,oz", 2903 [TCG_BSWAP_IZ | TCG_BSWAP_OS] = "iz,os",
|
/qemu/include/tcg/ |
H A D | tcg.h | 254 TCG_BSWAP_IZ = 1, enumerator
|
/qemu/tcg/loongarch64/ |
H A D | tcg-target.c.inc | 1831 } else if ((flags & (TCG_BSWAP_IZ | TCG_BSWAP_OZ)) == TCG_BSWAP_OZ) { 1849 } else if ((flags & (TCG_BSWAP_IZ | TCG_BSWAP_OZ)) == TCG_BSWAP_OZ) {
|
/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 2196 } else if ((flags & (TCG_BSWAP_IZ | TCG_BSWAP_OZ)) == TCG_BSWAP_OZ) { 2203 if (!(flags & TCG_BSWAP_IZ)) {
|
/qemu/docs/devel/ |
H A D | tcg-ops.rst | 422 | If *flags* & ``TCG_BSWAP_IZ``, then *t1* is known to be zero-extended from bit 15.
|
/qemu/target/s390x/tcg/ |
H A D | translate.c | 3729 tcg_gen_bswap16_i64(o->out, o->in2, TCG_BSWAP_IZ | TCG_BSWAP_OZ); in op_rev16() 3735 tcg_gen_bswap32_i64(o->out, o->in2, TCG_BSWAP_IZ | TCG_BSWAP_OZ); in op_rev32()
|
/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 3529 } else if ((flags & (TCG_BSWAP_IZ | TCG_BSWAP_OZ)) == TCG_BSWAP_OZ) { 3567 } else if ((flags & (TCG_BSWAP_IZ | TCG_BSWAP_OZ)) == TCG_BSWAP_OZ) {
|
/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 2602 } else if ((flags & (TCG_BSWAP_IZ | TCG_BSWAP_OZ)) == TCG_BSWAP_OZ) {
|
/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | 2375 if ((flags & (TCG_BSWAP_IZ | TCG_BSWAP_OZ)) == TCG_BSWAP_OZ) {
|
/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 3003 } else if ((flags & (TCG_BSWAP_IZ | TCG_BSWAP_OZ)) == TCG_BSWAP_OZ) {
|
/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 3294 } else if ((flags & (TCG_BSWAP_IZ | TCG_BSWAP_OZ)) == TCG_BSWAP_OZ) {
|