Home
last modified time | relevance | path

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

/qemu/target/hppa/
H A Dtranslate.c264 static TCGv_i64 cpu_psw_v; variable
3004 tcg_gen_sextract_i64(addc, cpu_psw_v, 31, 1); in trans_ds()
3024 tcg_gen_shri_i64(cpu_psw_v, cpu_psw_cb, 1); in trans_ds()
3025 tcg_gen_xor_i64(cpu_psw_v, cpu_psw_v, in2); in trans_ds()