Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c2172 TCGv_i32 t_r3 = tcg_constant_i32(r3); in op_csst() local
2175 gen_helper_csst_parallel(cc_op, tcg_env, t_r3, o->addr1, o->in2); in op_csst()
2177 gen_helper_csst(cc_op, tcg_env, t_r3, o->addr1, o->in2); in op_csst()
2610 TCGv_i32 t_r1, t_r2, t_r3, type; in op_msa() local
2652 t_r3 = tcg_constant_i32(r3); in op_msa()
2654 gen_helper_msa(cc_op, tcg_env, t_r1, t_r2, t_r3, type); in op_msa()