Searched refs:TCG_BSWAP_OS (Results 1 – 17 of 17) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 1331 tcg_debug_assert(!(flags & TCG_BSWAP_OS) || !(flags & TCG_BSWAP_OZ)); in tcg_gen_bswap16_i32() 1345 if (flags & TCG_BSWAP_OS) { in tcg_gen_bswap16_i32() 2205 tcg_debug_assert(!(flags & TCG_BSWAP_OS) || !(flags & TCG_BSWAP_OZ)); in tcg_gen_bswap16_i64() 2209 if (flags & TCG_BSWAP_OS) { in tcg_gen_bswap16_i64() 2226 if (flags & TCG_BSWAP_OS) { in tcg_gen_bswap16_i64() 2255 tcg_debug_assert(!(flags & TCG_BSWAP_OS) || !(flags & TCG_BSWAP_OZ)); in tcg_gen_bswap32_i64() 2259 if (flags & TCG_BSWAP_OS) { in tcg_gen_bswap32_i64() 2280 if (flags & TCG_BSWAP_OS) { in tcg_gen_bswap32_i64()
|
H A D | tcg-op-ldst.c | 244 ? TCG_BSWAP_IZ | TCG_BSWAP_OS in tcg_gen_qemu_ld_i32_int() 350 ? TCG_BSWAP_IZ | TCG_BSWAP_OS in tcg_gen_qemu_ld_i64_int()
|
H A D | optimize.c | 518 return y & TCG_BSWAP_OS ? (int16_t)x : x; in do_constant_folding_2() 522 return y & TCG_BSWAP_OS ? (int32_t)x : x; in do_constant_folding_2() 1569 switch (op->args[2] & (TCG_BSWAP_OZ | TCG_BSWAP_OS)) { in fold_bswap() 1572 case TCG_BSWAP_OS: in fold_bswap()
|
H A D | tcg.c | 2724 [TCG_BSWAP_OS] = "os", 2726 [TCG_BSWAP_IZ | TCG_BSWAP_OS] = "iz,os",
|
/openbmc/qemu/include/tcg/ |
H A D | tcg.h | 246 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 | 1418 if (a2 & TCG_BSWAP_OS) { 1427 a2 = TCG_BSWAP_OS; 1431 if (a2 & TCG_BSWAP_OS) {
|
/openbmc/qemu/tcg/tci/ |
H A D | tcg-target.c.inc | 790 if (args[2] & TCG_BSWAP_OS) {
|
/openbmc/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 1021 if (flags & TCG_BSWAP_OS) { 1040 if (flags & TCG_BSWAP_OS) { 1053 if (flags & TCG_BSWAP_OS) { 1075 if (flags & TCG_BSWAP_OS) {
|
/openbmc/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 2391 if (a2 & TCG_BSWAP_OS) { 2400 if (a2 & TCG_BSWAP_OS) { 2413 if (a2 & TCG_BSWAP_OS) {
|
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 714 if (flags & TCG_BSWAP_OS) { 726 if (flags & TCG_BSWAP_OS) {
|
/openbmc/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 2417 if (a2 & TCG_BSWAP_OS) { 2427 if (a2 & TCG_BSWAP_OS) {
|
/openbmc/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 2786 if (a2 & TCG_BSWAP_OS) { 2805 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()
|