Home
last modified time | relevance | path

Searched refs:tcg_gen_qemu_st_i32 (Results 1 – 13 of 13) sorted by relevance

/openbmc/qemu/target/sh4/
H A Dtranslate.c496 tcg_gen_qemu_st_i32(REG(B7_4), addr, ctx->memidx, in _decode_opc()
561 tcg_gen_qemu_st_i32(REG(B7_4), REG(B11_8), ctx->memidx, MO_UB); in _decode_opc()
564 tcg_gen_qemu_st_i32(REG(B7_4), REG(B11_8), ctx->memidx, in _decode_opc()
568 tcg_gen_qemu_st_i32(REG(B7_4), REG(B11_8), ctx->memidx, in _decode_opc()
587 tcg_gen_qemu_st_i32(REG(B7_4), addr, ctx->memidx, MO_UB); in _decode_opc()
595 tcg_gen_qemu_st_i32(REG(B7_4), addr, ctx->memidx, in _decode_opc()
604 tcg_gen_qemu_st_i32(REG(B7_4), addr, ctx->memidx, in _decode_opc()
630 tcg_gen_qemu_st_i32(REG(B7_4), addr, ctx->memidx, MO_UB); in _decode_opc()
637 tcg_gen_qemu_st_i32(REG(B7_4), addr, ctx->memidx, in _decode_opc()
645 tcg_gen_qemu_st_i32(REG(B7_4), addr, ctx->memidx, in _decode_opc()
[all …]
/openbmc/qemu/include/tcg/
H A Dtcg-op.h57 #define tcg_gen_qemu_st_tl tcg_gen_qemu_st_i32
76 tcg_gen_qemu_st_i32(TCGv_i32 v, TCGv a, TCGArg i, MemOp m) in tcg_gen_qemu_st_i32() function
/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c2431 tcg_gen_qemu_st_i32(s->tmp2_i32, s->A0, in gen_x87()
2442 tcg_gen_qemu_st_i32(s->tmp2_i32, s->A0, in gen_x87()
2452 tcg_gen_qemu_st_i32(s->tmp2_i32, s->A0, in gen_x87()
2457 tcg_gen_qemu_st_i32(s->tmp2_i32, s->A0, in gen_x87()
2468 tcg_gen_qemu_st_i32(s->tmp2_i32, s->A0, in gen_x87()
2496 tcg_gen_qemu_st_i32(s->tmp2_i32, s->A0, in gen_x87()
2519 tcg_gen_qemu_st_i32(s->tmp2_i32, s->A0, in gen_x87()
H A Demit.c.inc4553 tcg_gen_qemu_st_i32(s->tmp2_i32, s->A0, s->mem_index, MO_LEUL);
/openbmc/qemu/target/alpha/
H A Dtranslate.c358 tcg_gen_qemu_st_i32(tmp32, addr, ctx->mem_idx, MO_LEUL | UNALIGN(ctx)); in gen_stf()
372 tcg_gen_qemu_st_i32(tmp32, addr, ctx->mem_idx, MO_LEUL | UNALIGN(ctx)); in gen_sts()
/openbmc/qemu/target/ppc/translate/
H A Dfp-impl.c.inc876 tcg_gen_qemu_st_i32(tmp, addr, ctx->mem_idx, DEF_MEMOP(MO_UL));
/openbmc/qemu/target/microblaze/
H A Dtranslate.c894 tcg_gen_qemu_st_i32(reg_for_read(dc, rd), addr, mem_index, mop); in do_store()
/openbmc/qemu/target/rx/
H A Dtranslate.c178 tcg_gen_qemu_st_i32(reg, mem, 0, size | MO_TE); in rx_gen_st()
/openbmc/qemu/target/m68k/
H A Dtranslate.c1012 tcg_gen_qemu_st_i32(tmp, addr, index, MO_TEUL); in gen_store_fp()
2068 tcg_gen_qemu_st_i32(dbuf, abuf, IS_USER(s), MO_UB); in DISAS_INSN()
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c2266 tcg_gen_qemu_st_i32(fp0, t0, ctx->mem_idx, mo_endian(ctx) | MO_UL | in gen_flt_ldst()
4219 tcg_gen_qemu_st_i32(fp0, t0, ctx->mem_idx, mo_endian(ctx) | MO_UL | in gen_loongson_lsdc2()
10594 tcg_gen_qemu_st_i32(fp0, t0, ctx->mem_idx, mo_endian(ctx) | MO_UL); in gen_flt3_ldst()
/openbmc/qemu/target/hppa/
H A Dtranslate.c1640 tcg_gen_qemu_st_i32(src, addr, ctx->mmu_idx, mop | UNALIGN(ctx)); in do_store_32()
/openbmc/qemu/target/sparc/
H A Dtranslate.c2124 tcg_gen_qemu_st_i32(d32, addr, da->mem_idx, memop | MO_ALIGN); in gen_stf_asi()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate.c947 tcg_gen_qemu_st_i32(val, addr, index, opc); in gen_aa32_st_internal_i32()