Lines Matching refs:t1

1941     TCGv_i32 t1, t2;  in op_clcl()  local
1949 t1 = tcg_constant_i32(r1); in op_clcl()
1951 gen_helper_clcl(cc_op, tcg_env, t1, t2); in op_clcl()
1960 TCGv_i32 t1, t3; in op_clcle() local
1968 t1 = tcg_constant_i32(r1); in op_clcle()
1970 gen_helper_clcle(cc_op, tcg_env, t1, o->in2, t3); in op_clcle()
1979 TCGv_i32 t1, t3; in op_clclu() local
1987 t1 = tcg_constant_i32(r1); in op_clclu()
1989 gen_helper_clclu(cc_op, tcg_env, t1, o->in2, t3); in op_clclu()
1997 TCGv_i32 t1 = tcg_temp_new_i32(); in op_clm() local
1999 tcg_gen_extrl_i64_i32(t1, o->in1); in op_clm()
2000 gen_helper_clm(cc_op, tcg_env, t1, m3, o->in2); in op_clm()
2147 TCGv_i64 t1 = tcg_temp_new_i64(); in op_cvd() local
2150 gen_helper_cvd(t1, t2); in op_cvd()
2151 tcg_gen_qemu_st_i64(t1, o->in2, get_mem_index(s), MO_TEUQ); in op_cvd()
2486 TCGv_i64 t1, t2; in op_ipm() local
2489 t1 = tcg_temp_new_i64(); in op_ipm()
2490 tcg_gen_extract_i64(t1, psw_mask, 40, 4); in op_ipm()
2493 tcg_gen_deposit_i64(t1, t1, t2, 4, 60); in op_ipm()
2494 tcg_gen_deposit_i64(o->out, o->out, t1, 24, 8); in op_ipm()
2919 TCGv_i64 t1, t2; in op_lpswe() local
2923 t1 = tcg_temp_new_i64(); in op_lpswe()
2925 tcg_gen_qemu_ld_i64(t1, o->in2, get_mem_index(s), in op_lpswe()
2929 gen_helper_load_psw(tcg_env, t1, t2); in op_lpswe()
2947 TCGv_i64 t1, t2; in op_lm32() local
2950 t1 = tcg_temp_new_i64(); in op_lm32()
2952 tcg_gen_qemu_ld_i64(t1, o->in2, get_mem_index(s), MO_TEUL); in op_lm32()
2953 store_reg32_i64(r1, t1); in op_lm32()
2960 tcg_gen_qemu_ld_i64(t1, o->in2, get_mem_index(s), MO_TEUL); in op_lm32()
2963 store_reg32_i64(r1, t1); in op_lm32()
2977 tcg_gen_qemu_ld_i64(t1, o->in2, get_mem_index(s), MO_TEUL); in op_lm32()
2978 store_reg32_i64(r1, t1); in op_lm32()
2987 TCGv_i64 t1, t2; in op_lmh() local
2990 t1 = tcg_temp_new_i64(); in op_lmh()
2992 tcg_gen_qemu_ld_i64(t1, o->in2, get_mem_index(s), MO_TEUL); in op_lmh()
2993 store_reg32h_i64(r1, t1); in op_lmh()
3000 tcg_gen_qemu_ld_i64(t1, o->in2, get_mem_index(s), MO_TEUL); in op_lmh()
3003 store_reg32h_i64(r1, t1); in op_lmh()
3017 tcg_gen_qemu_ld_i64(t1, o->in2, get_mem_index(s), MO_TEUL); in op_lmh()
3018 store_reg32h_i64(r1, t1); in op_lmh()
3027 TCGv_i64 t1, t2; in op_lm64() local
3037 t1 = tcg_temp_new_i64(); in op_lm64()
3039 tcg_gen_qemu_ld_i64(t1, o->in2, get_mem_index(s), MO_TEUQ); in op_lm64()
3042 tcg_gen_mov_i64(regs[r1], t1); in op_lm64()
3051 tcg_gen_movi_i64(t1, 8); in op_lm64()
3054 tcg_gen_add_i64(o->in2, o->in2, t1); in op_lm64()
3214 TCGv_i32 t1, t2; in op_mvcl() local
3222 t1 = tcg_constant_i32(r1); in op_mvcl()
3224 gen_helper_mvcl(cc_op, tcg_env, t1, t2); in op_mvcl()
3233 TCGv_i32 t1, t3; in op_mvcle() local
3241 t1 = tcg_constant_i32(r1); in op_mvcle()
3243 gen_helper_mvcle(cc_op, tcg_env, t1, o->in2, t3); in op_mvcle()
3252 TCGv_i32 t1, t3; in op_mvclu() local
3260 t1 = tcg_constant_i32(r1); in op_mvclu()
3262 gen_helper_mvclu(cc_op, tcg_env, t1, o->in2, t3); in op_mvclu()
3313 TCGv_i32 t1 = tcg_constant_i32(get_field(s, r1)); in op_mvpg() local
3316 gen_helper_mvpg(cc_op, tcg_env, regs[0], t1, t2); in op_mvpg()
3323 TCGv_i32 t1 = tcg_constant_i32(get_field(s, r1)); in op_mvst() local
3326 gen_helper_mvst(cc_op, tcg_env, t1, t2); in op_mvst()
3752 TCGv_i32 t1 = tcg_temp_new_i32(); in op_rll32() local
3755 tcg_gen_extrl_i64_i32(t1, o->in1); in op_rll32()
3757 tcg_gen_rotl_i32(to, t1, t2); in op_rll32()
4716 TCGv_i32 t1 = tcg_temp_new_i32(); in op_ts() local
4718 tcg_gen_atomic_xchg_i32(t1, o->in2, ff, get_mem_index(s), MO_UB); in op_ts()
4719 tcg_gen_extract_i32(cc_op, t1, 7, 1); in op_ts()