/openbmc/qemu/target/sh4/ |
H A D | translate.c | 496 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 D | tcg-op.h | 57 #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 D | translate.c | 2431 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 D | emit.c.inc | 4553 tcg_gen_qemu_st_i32(s->tmp2_i32, s->A0, s->mem_index, MO_LEUL);
|
/openbmc/qemu/target/alpha/ |
H A D | translate.c | 358 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 D | fp-impl.c.inc | 876 tcg_gen_qemu_st_i32(tmp, addr, ctx->mem_idx, DEF_MEMOP(MO_UL));
|
/openbmc/qemu/target/microblaze/ |
H A D | translate.c | 894 tcg_gen_qemu_st_i32(reg_for_read(dc, rd), addr, mem_index, mop); in do_store()
|
/openbmc/qemu/target/rx/ |
H A D | translate.c | 178 tcg_gen_qemu_st_i32(reg, mem, 0, size | MO_TE); in rx_gen_st()
|
/openbmc/qemu/target/m68k/ |
H A D | translate.c | 1012 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 D | translate.c | 2266 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 D | translate.c | 1640 tcg_gen_qemu_st_i32(src, addr, ctx->mmu_idx, mop | UNALIGN(ctx)); in do_store_32()
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 2124 tcg_gen_qemu_st_i32(d32, addr, da->mem_idx, memop | MO_ALIGN); in gen_stf_asi()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate.c | 947 tcg_gen_qemu_st_i32(val, addr, index, opc); in gen_aa32_st_internal_i32()
|