Searched refs:TCG_BSWAP_OS (Results 1 – 17 of 17) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 1321 tcg_debug_assert(!(flags & TCG_BSWAP_OS) || !(flags & TCG_BSWAP_OZ)); in tcg_gen_bswap16_i32() 1335 if (flags & TCG_BSWAP_OS) { in tcg_gen_bswap16_i32() 2195 tcg_debug_assert(!(flags & TCG_BSWAP_OS) || !(flags & TCG_BSWAP_OZ)); in tcg_gen_bswap16_i64() 2199 if (flags & TCG_BSWAP_OS) { in tcg_gen_bswap16_i64() 2216 if (flags & TCG_BSWAP_OS) { in tcg_gen_bswap16_i64() 2245 tcg_debug_assert(!(flags & TCG_BSWAP_OS) || !(flags & TCG_BSWAP_OZ)); in tcg_gen_bswap32_i64() 2249 if (flags & TCG_BSWAP_OS) { in tcg_gen_bswap32_i64() 2270 if (flags & TCG_BSWAP_OS) { in tcg_gen_bswap32_i64()
|
H A D | optimize.c | 545 return y & TCG_BSWAP_OS ? (int16_t)x : x; in do_constant_folding_2() 549 return y & TCG_BSWAP_OS ? (int32_t)x : x; in do_constant_folding_2() 1484 switch (op->args[2] & (TCG_BSWAP_OZ | TCG_BSWAP_OS)) { in fold_bswap() 1487 case TCG_BSWAP_OS: in fold_bswap()
|
H A D | tcg-op-ldst.c | 261 ? TCG_BSWAP_IZ | TCG_BSWAP_OS in tcg_gen_qemu_ld_i32_int() 381 ? TCG_BSWAP_IZ | TCG_BSWAP_OS in tcg_gen_qemu_ld_i64_int()
|
H A D | tcg.c | 2525 [TCG_BSWAP_OS] = "os", 2527 [TCG_BSWAP_IZ | TCG_BSWAP_OS] = "iz,os",
|
/openbmc/qemu/include/tcg/ |
H A D | tcg.h | 351 TCG_BSWAP_OS = 4, enumerator
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvb.c.inc | 295 tcg_gen_bswap32_tl(ret, src1, TCG_BSWAP_OS);
|
H A D | trans_xthead.c.inc | 223 tcg_gen_bswap32_tl(ret, arg1, TCG_BSWAP_OS);
|
/openbmc/qemu/docs/devel/ |
H A D | tcg-ops.rst | 419 | If *flags* & ``TCG_BSWAP_OS``, then *t0* will be sign-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/loongarch64/ |
H A D | tcg-target.c.inc | 1386 if (a2 & TCG_BSWAP_OS) { 1395 a2 = TCG_BSWAP_OS; 1399 if (a2 & TCG_BSWAP_OS) {
|
/openbmc/qemu/tcg/tci/ |
H A D | tcg-target.c.inc | 815 if (args[2] & TCG_BSWAP_OS) {
|
/openbmc/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 1023 if (flags & TCG_BSWAP_OS) { 1042 if (flags & TCG_BSWAP_OS) { 1055 if (flags & TCG_BSWAP_OS) { 1077 if (flags & TCG_BSWAP_OS) {
|
/openbmc/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 2353 if (a2 & TCG_BSWAP_OS) { 2362 if (a2 & TCG_BSWAP_OS) { 2375 if (a2 & TCG_BSWAP_OS) {
|
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 706 if (flags & TCG_BSWAP_OS) { 718 if (flags & TCG_BSWAP_OS) {
|
/openbmc/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 2420 if (a2 & TCG_BSWAP_OS) { 2430 if (a2 & TCG_BSWAP_OS) {
|
/openbmc/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 2819 if (a2 & TCG_BSWAP_OS) { 2838 if (rexw && (a2 & TCG_BSWAP_OS)) {
|
/openbmc/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | 998 if (flags & TCG_BSWAP_OS) {
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate.c | 436 tcg_gen_bswap16_i32(var, var, TCG_BSWAP_OS); in gen_revsh()
|