Searched refs:cpu_psw_o (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/rx/ |
H A D | translate.c | 67 static TCGv cpu_psw_o, cpu_psw_s, cpu_psw_z, cpu_psw_c; variable 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() 301 dc->value = cpu_psw_o; in psw_cond() 305 dc->value = cpu_psw_o; in psw_cond() 950 tcg_gen_setcondi_i32(TCG_COND_EQ, cpu_psw_o, arg1, 0x80000000); in rx_neg() 972 tcg_gen_xor_i32(cpu_psw_o, cpu_psw_s, arg1); in rx_adc() 974 tcg_gen_andc_i32(cpu_psw_o, cpu_psw_o, cpu_psw_z); in rx_adc() 1009 tcg_gen_xor_i32(cpu_psw_o, cpu_psw_s, arg1); in rx_add() 1011 tcg_gen_andc_i32(cpu_psw_o, cpu_psw_o, cpu_psw_z); in rx_add() [all …]
|