Home
last modified time | relevance | path

Searched refs:TCG_BSWAP_OS (Results 1 – 17 of 17) sorted by relevance

/openbmc/qemu/tcg/
H A Dtcg-op.c1321 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 Doptimize.c545 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 Dtcg-op-ldst.c261 ? 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 Dtcg.c2525 [TCG_BSWAP_OS] = "os",
2527 [TCG_BSWAP_IZ | TCG_BSWAP_OS] = "iz,os",
/openbmc/qemu/include/tcg/
H A Dtcg.h351 TCG_BSWAP_OS = 4, enumerator
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvb.c.inc295 tcg_gen_bswap32_tl(ret, src1, TCG_BSWAP_OS);
H A Dtrans_xthead.c.inc223 tcg_gen_bswap32_tl(ret, arg1, TCG_BSWAP_OS);
/openbmc/qemu/docs/devel/
H A Dtcg-ops.rst419 | 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 Dtcg-target.c.inc1386 if (a2 & TCG_BSWAP_OS) {
1395 a2 = TCG_BSWAP_OS;
1399 if (a2 & TCG_BSWAP_OS) {
/openbmc/qemu/tcg/tci/
H A Dtcg-target.c.inc815 if (args[2] & TCG_BSWAP_OS) {
/openbmc/qemu/tcg/ppc/
H A Dtcg-target.c.inc1023 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 Dtcg-target.c.inc2353 if (a2 & TCG_BSWAP_OS) {
2362 if (a2 & TCG_BSWAP_OS) {
2375 if (a2 & TCG_BSWAP_OS) {
/openbmc/qemu/tcg/mips/
H A Dtcg-target.c.inc706 if (flags & TCG_BSWAP_OS) {
718 if (flags & TCG_BSWAP_OS) {
/openbmc/qemu/tcg/aarch64/
H A Dtcg-target.c.inc2420 if (a2 & TCG_BSWAP_OS) {
2430 if (a2 & TCG_BSWAP_OS) {
/openbmc/qemu/tcg/i386/
H A Dtcg-target.c.inc2819 if (a2 & TCG_BSWAP_OS) {
2838 if (rexw && (a2 & TCG_BSWAP_OS)) {
/openbmc/qemu/tcg/arm/
H A Dtcg-target.c.inc998 if (flags & TCG_BSWAP_OS) {
/openbmc/qemu/target/arm/tcg/
H A Dtranslate.c436 tcg_gen_bswap16_i32(var, var, TCG_BSWAP_OS); in gen_revsh()