Searched refs:MO_LESW (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/include/exec/ |
H A D | memop.h | 127 MO_LESW = MO_LE | MO_SW, enumerator
|
/openbmc/qemu/target/tricore/ |
H A D | translate.c | 3424 tcg_gen_qemu_ld_tl(cpu_gpr_d[r1], cpu_gpr_a[r2], ctx->mem_idx, MO_LESW); in decode_slr_opc() 3427 tcg_gen_qemu_ld_tl(cpu_gpr_d[r1], cpu_gpr_a[r2], ctx->mem_idx, MO_LESW); in decode_slr_opc() 3459 gen_offset_ld(ctx, cpu_gpr_d[15], cpu_gpr_a[r2], address * 2, MO_LESW); in decode_sro_opc() 3471 gen_offset_st(ctx, cpu_gpr_d[15], cpu_gpr_a[r2], address * 2, MO_LESW); in decode_sro_opc() 3638 gen_offset_ld(ctx, cpu_gpr_d[r1], cpu_gpr_a[15], const16 * 2, MO_LESW); in decode_16Bit_opc() 3751 gen_offset_st(ctx, cpu_gpr_d[r1], cpu_gpr_a[15], const16 * 2, MO_LESW); in decode_16Bit_opc() 3837 tcg_gen_qemu_ld_tl(cpu_gpr_d[r1], temp, ctx->mem_idx, MO_LESW); in decode_abs_ldb() 4557 gen_offset_ld(ctx, cpu_gpr_d[r1], cpu_gpr_a[r2], off10, MO_LESW); in decode_bo_addrmode_ld_post_pre_base() 4561 MO_LESW); in decode_bo_addrmode_ld_post_pre_base() 4565 gen_ld_preincr(ctx, cpu_gpr_d[r1], cpu_gpr_a[r2], off10, MO_LESW); in decode_bo_addrmode_ld_post_pre_base() [all …]
|
/openbmc/qemu/target/i386/tcg/ |
H A D | translate.c | 2382 s->mem_index, MO_LESW); in gen_x87() 2421 s->mem_index, MO_LESW); in gen_x87()
|
/openbmc/qemu/tcg/sparc64/ |
H A D | tcg-target.c.inc | 1182 [MO_LESW] = LDSH_LE,
|
/openbmc/qemu/tcg/ |
H A D | tcg.c | 2489 [MO_LESW] = "lesw",
|