Home
last modified time | relevance | path

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

/qemu/target/s390x/tcg/
H A Dtranslate.c2384 TCGv_i64 t_cc = tcg_temp_new_i64(); in op_epsw() local
2389 tcg_gen_extu_i32_i64(t_cc, cc_op); in op_epsw()
2391 tcg_gen_deposit_i64(t, t, t_cc, 12, 2); in op_epsw()