Home
last modified time | relevance | path

Searched refs:sa_t (Results 1 – 2 of 2) sorted by relevance

/qemu/target/mips/tcg/
H A Dnanomips_translate.c.inc3340 TCGv_i32 sa_t = tcg_constant_i32(rd);
3341 gen_helper_precr_sra_ph_w(v1_t, sa_t, v1_t,
3349 TCGv_i32 sa_t = tcg_constant_i32(rd);
3350 gen_helper_precr_sra_r_ph_w(v1_t, sa_t, v1_t,
H A Dtranslate.c11573 TCGv_i32 sa_t = tcg_constant_i32(v2); in gen_mipsdsp_arith() local
11574 gen_helper_precr_sra_ph_w(cpu_gpr[ret], sa_t, v1_t, in gen_mipsdsp_arith()
11581 TCGv_i32 sa_t = tcg_constant_i32(v2); in gen_mipsdsp_arith() local
11582 gen_helper_precr_sra_r_ph_w(cpu_gpr[ret], sa_t, v1_t, in gen_mipsdsp_arith()