Lines Matching refs:cpu_gpr
53 tcg_gen_movi_tl(cpu_gpr[rd], 0); in gen_lext_DIV_G()
59 tcg_gen_mov_tl(cpu_gpr[rd], t0); in gen_lext_DIV_G()
63 tcg_gen_div_tl(cpu_gpr[rd], t0, t1); in gen_lext_DIV_G()
65 tcg_gen_ext32s_tl(cpu_gpr[rd], cpu_gpr[rd]); in gen_lext_DIV_G()
106 tcg_gen_movi_tl(cpu_gpr[rd], 0); in gen_lext_DIVU_G()
110 tcg_gen_divu_tl(cpu_gpr[rd], t0, t1); in gen_lext_DIVU_G()
112 tcg_gen_ext32s_tl(cpu_gpr[rd], cpu_gpr[rd]); in gen_lext_DIVU_G()
157 tcg_gen_movi_tl(cpu_gpr[rd], 0); in gen_lext_MOD_G()
160 tcg_gen_rem_tl(cpu_gpr[rd], t0, t1); in gen_lext_MOD_G()
162 tcg_gen_ext32s_tl(cpu_gpr[rd], cpu_gpr[rd]); in gen_lext_MOD_G()
203 tcg_gen_movi_tl(cpu_gpr[rd], 0); in gen_lext_MODU_G()
206 tcg_gen_remu_tl(cpu_gpr[rd], t0, t1); in gen_lext_MODU_G()
208 tcg_gen_ext32s_tl(cpu_gpr[rd], cpu_gpr[rd]); in gen_lext_MODU_G()
241 tcg_gen_mul_tl(cpu_gpr[rd], t0, t1); in gen_lext_MULT_G()
243 tcg_gen_ext32s_tl(cpu_gpr[rd], cpu_gpr[rd]); in gen_lext_MULT_G()