Searched refs:tcg_out_st (Results 1 - 8 of 8) sorted by relevance

/external/qemu/tcg/i386/
H A Dtcg-target.c572 static inline void tcg_out_st(TCGContext *s, TCGType type, int arg, function
1287 tcg_out_st(s, TCG_TYPE_I32, datalo, base, ofs);
1296 tcg_out_st(s, TCG_TYPE_I64, datalo, base, ofs);
1300 tcg_out_st(s, TCG_TYPE_I32, scratch, base, ofs);
1303 tcg_out_st(s, TCG_TYPE_I32, scratch, base, ofs + 4);
1305 tcg_out_st(s, TCG_TYPE_I32, datalo, base, ofs);
1306 tcg_out_st(s, TCG_TYPE_I32, datahi, base, ofs + 4);
1520 tcg_out_st(s, TCG_TYPE_I32, args[0], args[1], args[2]);
1724 tcg_out_st(s, TCG_TYPE_I64, args[0], args[1], args[2]);
/external/qemu/tcg/hppa/
H A Dtcg-target.c403 static inline void tcg_out_st(TCGContext *s, TCGType type, int ret, function
1201 tcg_out_st(s, TCG_TYPE_I32, argreg, TCG_REG_SP,
1619 tcg_out_st(s, TCG_TYPE_PTR, TCG_REG_RP, TCG_REG_SP, -20);
1627 tcg_out_st(s, TCG_TYPE_PTR, tcg_target_callee_save_regs[i],
/external/qemu/tcg/
H A Dtcg.c1476 tcg_out_st(s, ts->type, reg, ts->mem_reg, ts->mem_offset);
1532 tcg_out_st(s, ts->type, reg, ts->mem_reg, ts->mem_offset);
1869 tcg_out_st(s, ts->type, ts->reg, TCG_REG_CALL_STACK, stack_offset);
1875 tcg_out_st(s, ts->type, reg, TCG_REG_CALL_STACK, stack_offset);
1881 tcg_out_st(s, ts->type, reg, TCG_REG_CALL_STACK, stack_offset);
/external/qemu/tcg/x86_64/
H A Dtcg-target.c403 static inline void tcg_out_st(TCGContext *s, TCGType type, int arg, function
/external/qemu/tcg/arm/
H A Dtcg-target.c1815 static inline void tcg_out_st(TCGContext *s, TCGType type, int arg, function
/external/qemu/tcg/ppc/
H A Dtcg-target.c965 static void tcg_out_st (TCGContext *s, TCGType type, int arg, int arg1, function
/external/qemu/tcg/ppc64/
H A Dtcg-target.c936 static void tcg_out_st (TCGContext *s, TCGType type, int arg, int arg1, function
/external/qemu/tcg/sparc/
H A Dtcg-target.c408 static inline void tcg_out_st(TCGContext *s, TCGType type, int arg, function

Completed in 109 milliseconds