Lines Matching refs:gen_store_gpr
342 static void gen_store_gpr(DisasContext *dc, int reg, TCGv v) in gen_store_gpr() function
2289 gen_store_gpr(dc, rd, hi); in gen_ldda_asi()
2290 gen_store_gpr(dc, rd + 1, lo); in gen_ldda_asi()
2716 gen_store_gpr(dc, 15, tcg_constant_tl(dc->pc)); in trans_CALL()
2740 gen_store_gpr(dc, a->rd, tcg_constant_tl((uint32_t)a->i << 10)); in trans_SETHI()
2854 gen_store_gpr(dc, rd, func(dc, gen_dest_gpr(dc, rd))); in do_rd_special()
3735 gen_store_gpr(dc, a->rd, dst); in do_arith_int()
3789 gen_store_gpr(dc, a->rd, tcg_constant_tl(a->rs2_or_imm)); in TRANS()
3794 gen_store_gpr(dc, a->rd, cpu_regs[a->rs2_or_imm]); in TRANS()
3850 gen_store_gpr(dc, a->rd, dst); in trans_UDIV()
3888 gen_store_gpr(dc, a->rd, dst); in trans_UDIVX()
3915 gen_store_gpr(dc, a->rd, dst); in trans_SDIVX()
3945 gen_store_gpr(dc, a->rd, dst); in trans_SDIVX()
4010 gen_store_gpr(dc, a->rd, dst); in gen_edge()
4035 gen_store_gpr(dc, a->rd, dst); in do_rr()
4049 gen_store_gpr(dc, a->rd, dst); in TRANS()
4149 gen_store_gpr(dc, a->rd, dst); in do_shift_r()
4186 gen_store_gpr(dc, a->rd, dst); in TRANS()
4213 gen_store_gpr(dc, rd, dst); in do_mov_cond()
4293 gen_store_gpr(dc, rd, tcg_constant_tl(cur_pc)); in do_jmpl()
4337 gen_store_gpr(dc, rd, src); in do_save()
4346 gen_store_gpr(dc, rd, src); in TRANS()
4416 gen_store_gpr(dc, a->rd, reg); in do_ld_gpr()
4495 gen_store_gpr(dc, a->rd, reg); in trans_LDSTUB()
4513 gen_store_gpr(dc, a->rd, dst); in trans_SWAP()
4532 gen_store_gpr(dc, a->rd, o); in do_casa()
5254 gen_store_gpr(dc, a->rd, dst); in TRANS()
5648 gen_store_gpr(dc, a->rd, dst); in do_movf2r()