Lines Matching refs:t3
4254 TCGv_i32 t0, t1, t2, t3; in op_mlal() local
4265 t3 = load_reg(s, a->rd); in op_mlal()
4266 tcg_gen_add2_i32(t0, t1, t0, t1, t2, t3); in op_mlal()
4556 TCGv_i32 t1, t2, t3; in op_crc32() local
4576 t3 = tcg_constant_i32(1 << sz); in op_crc32()
4578 gen_helper_crc32c(t1, t1, t2, t3); in op_crc32()
4580 gen_helper_crc32(t1, t1, t2, t3); in op_crc32()
5978 TCGv_i32 t1, t2, t3; in trans_SEL() local
5988 t3 = tcg_temp_new_i32(); in trans_SEL()
5989 tcg_gen_ld_i32(t3, tcg_env, offsetof(CPUARMState, GE)); in trans_SEL()
5990 gen_helper_sel_flags(t1, t3, t1, t2); in trans_SEL()
6081 TCGv_i32 t3, qf, one; in op_smlad() local
6098 t3 = tcg_temp_new_i32(); in op_smlad()
6099 tcg_gen_sari_i32(t3, t1, 31); in op_smlad()
6102 tcg_gen_movcond_i32(TCG_COND_NE, qf, t2, t3, one, qf); in op_smlad()
6196 TCGv_i32 t3 = load_reg(s, a->ra); in op_smmla() local
6203 tcg_gen_sub2_i32(t2, t1, tcg_constant_i32(0), t3, t2, t1); in op_smmla()
6205 tcg_gen_add_i32(t1, t1, t3); in op_smmla()