Searched refs:t_r3 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate.c | 2074 TCGv_i32 t_r3 = tcg_constant_i32(r3); in op_csst() local 2077 gen_helper_csst_parallel(cc_op, tcg_env, t_r3, o->addr1, o->in2); in op_csst() 2079 gen_helper_csst(cc_op, tcg_env, t_r3, o->addr1, o->in2); in op_csst() 2536 TCGv_i32 t_r1, t_r2, t_r3, type; in op_msa() local 2578 t_r3 = tcg_constant_i32(r3); in op_msa() 2580 gen_helper_msa(cc_op, tcg_env, t_r1, t_r2, t_r3, type); in op_msa()
|