Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c2389 TCGv_i64 t_cc = tcg_temp_new_i64(); in op_epsw() local
2394 tcg_gen_extu_i32_i64(t_cc, cc_op); in op_epsw()
2396 tcg_gen_deposit_i64(t, t, t_cc, 12, 2); in op_epsw()