Searched refs:v1_t (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | nanomips_translate.c.inc | 1505 TCGv v1_t; 1510 v1_t = tcg_temp_new(); 1515 gen_load_gpr(v1_t, v1); 1520 gen_helper_maq_s_w_phr(t0, v1_t, v0_t, tcg_env); 1524 gen_helper_maq_s_w_phl(t0, v1_t, v0_t, tcg_env); 1528 gen_helper_maq_sa_w_phr(t0, v1_t, v0_t, tcg_env); 1532 gen_helper_maq_sa_w_phl(t0, v1_t, v0_t, tcg_env); 1777 TCGv v1_t = tcg_temp_new(); 1780 gen_load_gpr(v1_t, rs); 1789 gen_pool32axf_2_multiply(ctx, opc, v0_t, v1_t, rd); [all …]
|
H A D | translate.c | 11369 TCGv v1_t; in gen_mipsdsp_arith() local 11377 v1_t = tcg_temp_new(); in gen_mipsdsp_arith() 11380 gen_load_gpr(v1_t, v1); in gen_mipsdsp_arith() 11388 gen_helper_adduh_qb(cpu_gpr[ret], v1_t, v2_t); in gen_mipsdsp_arith() 11391 gen_helper_adduh_r_qb(cpu_gpr[ret], v1_t, v2_t); in gen_mipsdsp_arith() 11394 gen_helper_addqh_ph(cpu_gpr[ret], v1_t, v2_t); in gen_mipsdsp_arith() 11397 gen_helper_addqh_r_ph(cpu_gpr[ret], v1_t, v2_t); in gen_mipsdsp_arith() 11400 gen_helper_addqh_w(cpu_gpr[ret], v1_t, v2_t); in gen_mipsdsp_arith() 11403 gen_helper_addqh_r_w(cpu_gpr[ret], v1_t, v2_t); in gen_mipsdsp_arith() 11406 gen_helper_subuh_qb(cpu_gpr[ret], v1_t, v2_t); in gen_mipsdsp_arith() [all …]
|