Home
last modified time | relevance | path

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

/openbmc/qemu/target/hppa/
H A Dtranslate.c180 static TCGv_i64 cpu_psw_v; variable
2751 tcg_gen_sextract_i64(addc, cpu_psw_v, 31, 1); in trans_ds()
2768 tcg_gen_neg_i64(cpu_psw_v, cout); in trans_ds()
2769 tcg_gen_xor_i64(cpu_psw_v, cpu_psw_v, in2); in trans_ds()