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.c1331 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 Dtcg-op-ldst.c244 ? 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 Doptimize.c518 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 Dtcg.c2724 [TCG_BSWAP_OS] = "os",
2726 [TCG_BSWAP_IZ | TCG_BSWAP_OS] = "iz,os",
/openbmc/qemu/include/tcg/
H A Dtcg.h246 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.inc1418 if (a2 & TCG_BSWAP_OS) {
1427 a2 = TCG_BSWAP_OS;
1431 if (a2 & TCG_BSWAP_OS) {
/openbmc/qemu/tcg/tci/
H A Dtcg-target.c.inc790 if (args[2] & TCG_BSWAP_OS) {
/openbmc/qemu/tcg/ppc/
H A Dtcg-target.c.inc1021 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 Dtcg-target.c.inc2391 if (a2 & TCG_BSWAP_OS) {
2400 if (a2 & TCG_BSWAP_OS) {
2413 if (a2 & TCG_BSWAP_OS) {
/openbmc/qemu/tcg/mips/
H A Dtcg-target.c.inc714 if (flags & TCG_BSWAP_OS) {
726 if (flags & TCG_BSWAP_OS) {
/openbmc/qemu/tcg/aarch64/
H A Dtcg-target.c.inc2417 if (a2 & TCG_BSWAP_OS) {
2427 if (a2 & TCG_BSWAP_OS) {
/openbmc/qemu/tcg/i386/
H A Dtcg-target.c.inc2786 if (a2 & TCG_BSWAP_OS) {
2805 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()