/openbmc/qemu/include/exec/ |
H A D | memop.h | 119 MO_SW = MO_SIGN | MO_16, enumerator 127 MO_LESW = MO_LE | MO_SW, 134 MO_BESW = MO_BE | MO_SW, 143 MO_TESW = MO_TE | MO_SW,
|
/openbmc/qemu/target/ppc/translate/ |
H A D | fixedpoint-impl.c.inc | 145 TRANS(LHA, do_ldst_D, false, false, MO_SW) 146 TRANS(LHAX, do_ldst_X, false, false, MO_SW) 147 TRANS(LHAU, do_ldst_D, true, false, MO_SW) 148 TRANS(LHAXU, do_ldst_X, true, false, MO_SW) 149 TRANS(PLHA, do_ldst_PLS_D, false, false, MO_SW)
|
/openbmc/qemu/tcg/ |
H A D | tcg-op-ldst.c | 241 if ((memop & MO_SSIZE) == MO_SW) { in tcg_gen_qemu_ld_i32_int() 798 case MO_SW: in tcg_gen_ext_i32() 822 case MO_SW: in tcg_gen_ext_i64()
|
H A D | tci.c | 305 case MO_SW: in tci_qemu_ld()
|
H A D | tcg.c | 206 [MO_SW] = helper_ldsw_mmu, 471 case MO_SW: in tcg_out_movext()
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvzce.c.inc | 97 return gen_load(ctx, a, MO_SW);
|
/openbmc/qemu/target/mips/tcg/ |
H A D | mxu_translate.c | 886 tcg_gen_qemu_ld_tl(t0, t0, ctx->mem_idx, MO_SW); in gen_mxu_s16ldd() 4812 gen_mxu_lxx(ctx, strd2, mo_endian(ctx) | MO_SW); in decode_opc_mxu__pool17()
|
H A D | nanomips_translate.c.inc | 2630 mo_endian(ctx) | MO_SW | ctx->default_tcg_memop_mask); 4108 mo_endian(ctx) | MO_SW | MO_UNALN);
|
H A D | translate.c | 2101 tcg_gen_qemu_ld_tl(t0, t0, mem_idx, mo_endian(ctx) | MO_SW | in gen_ld() 4146 tcg_gen_qemu_ld_tl(t0, t0, ctx->mem_idx, mo_endian(ctx) | MO_SW | in gen_loongson_lsdc2() 11350 tcg_gen_qemu_ld_tl(t0, t0, ctx->mem_idx, mo_endian(ctx) | MO_SW); in gen_mips_lx()
|
/openbmc/qemu/target/rx/ |
H A D | translate.c | 215 static const MemOp mop[5] = { MO_SB, MO_SW, MO_UL, MO_UW, MO_UB }; in mi_to_mop()
|
/openbmc/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 1729 case MO_SW | MO_BSWAP: 1734 case MO_SW:
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate.c | 1196 case MO_SW: in read_neon_element32() 5291 DO_LDST(LDRSH, load, MO_SW)
|
H A D | translate-sve.c | 4318 MO_SW, MO_SW, MO_UL, MO_UL,
|
/openbmc/qemu/tcg/loongarch64/ |
H A D | tcg-target.c.inc | 1093 case MO_SW:
|
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 1365 case MO_SW:
|
/openbmc/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | 1571 case MO_SW:
|
/openbmc/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 1838 case MO_SW:
|
/openbmc/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 1867 case MO_SW:
|
/openbmc/qemu/target/ppc/ |
H A D | translate.c | 2588 GEN_QEMU_LOAD_TL(ld16s, DEF_MEMOP(MO_SW))
|
/openbmc/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 2342 [MO_SW] = LHAX,
|
/openbmc/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 2295 case MO_SW:
|