Home
last modified time | relevance | path

Searched refs:MO_LESL (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/exec/
H A Dmemop.h128 MO_LESL = MO_LE | MO_SL, enumerator
/openbmc/qemu/target/alpha/
H A Dtranslate.c2385 tcg_gen_qemu_ld_i64(va, addr, MMU_PHYS_IDX, MO_LESL | MO_ALIGN); in translate_one()
2393 tcg_gen_qemu_ld_i64(va, addr, MMU_PHYS_IDX, MO_LESL | MO_ALIGN); in translate_one()
2425 MO_LESL | MO_ALIGN); in translate_one()
2442 MO_LESL | MO_ALIGN); in translate_one()
2649 tcg_gen_qemu_st_i64(va, tmp, MMU_PHYS_IDX, MO_LESL | MO_ALIGN); in translate_one()
2662 MMU_PHYS_IDX, MO_LESL | MO_ALIGN); in translate_one()
2753 gen_load_int(ctx, ra, rb, disp16, MO_LESL, 0, 0); in translate_one()
2761 gen_load_int(ctx, ra, rb, disp16, MO_LESL | MO_ALIGN, 0, 1); in translate_one()
2778 ctx->mem_idx, MO_LESL | MO_ALIGN); in translate_one()
/openbmc/qemu/target/tricore/
H A Dtranslate.c2880 tcg_gen_qemu_st_tl(cpu_gpr_a[11], temp, ctx->mem_idx, MO_LESL); in gen_fcall_save_ctx()
2890 tcg_gen_qemu_ld_tl(cpu_gpr_a[11], cpu_gpr_a[10], ctx->mem_idx, MO_LESL); in gen_fret()
3375 gen_offset_ld(ctx, cpu_gpr_a[15], cpu_gpr_a[10], const16 * 4, MO_LESL); in decode_sc_opc()
3378 gen_offset_ld(ctx, cpu_gpr_d[15], cpu_gpr_a[10], const16 * 4, MO_LESL); in decode_sc_opc()
3387 gen_offset_st(ctx, cpu_gpr_a[15], cpu_gpr_a[10], const16 * 4, MO_LESL); in decode_sc_opc()
3390 gen_offset_st(ctx, cpu_gpr_d[15], cpu_gpr_a[10], const16 * 4, MO_LESL); in decode_sc_opc()
3410 tcg_gen_qemu_ld_tl(cpu_gpr_a[r1], cpu_gpr_a[r2], ctx->mem_idx, MO_LESL); in decode_slr_opc()
3413 tcg_gen_qemu_ld_tl(cpu_gpr_a[r1], cpu_gpr_a[r2], ctx->mem_idx, MO_LESL); in decode_slr_opc()
3431 tcg_gen_qemu_ld_tl(cpu_gpr_d[r1], cpu_gpr_a[r2], ctx->mem_idx, MO_LESL); in decode_slr_opc()
3434 tcg_gen_qemu_ld_tl(cpu_gpr_d[r1], cpu_gpr_a[r2], ctx->mem_idx, MO_LESL); in decode_slr_opc()
[all …]
/openbmc/qemu/tcg/sparc64/
H A Dtcg-target.c.inc1184 [MO_LESL] = LDSW_LE,
/openbmc/qemu/tcg/
H A Dtcg.c2491 [MO_LESL] = "lesl",