Home
last modified time | relevance | path

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

/openbmc/qemu/target/rx/
H A Dtranslate.c67 static TCGv cpu_psw_o, cpu_psw_s, cpu_psw_z, cpu_psw_c; variable
279 dc->value = cpu_psw_s; in psw_cond()
283 dc->value = cpu_psw_s; in psw_cond()
287 tcg_gen_xor_i32(dc->temp, cpu_psw_o, cpu_psw_s); in psw_cond()
293 tcg_gen_xor_i32(dc->temp, cpu_psw_o, cpu_psw_s); in psw_cond()
832 tcg_gen_and_i32(cpu_psw_s, arg1, arg2); in rx_and()
833 tcg_gen_mov_i32(cpu_psw_z, cpu_psw_s); in rx_and()
834 tcg_gen_mov_i32(ret, cpu_psw_s); in rx_and()
862 tcg_gen_or_i32(cpu_psw_s, arg1, arg2); in rx_or()
863 tcg_gen_mov_i32(cpu_psw_z, cpu_psw_s); in rx_or()
[all …]