Searched refs:cpu_psw_z (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 256 dc->value = cpu_psw_z; in psw_cond() 260 dc->value = cpu_psw_z; in psw_cond() 272 tcg_gen_setcondi_i32(TCG_COND_NE, dc->temp, cpu_psw_z, 0); in psw_cond() 295 tcg_gen_andc_i32(dc->temp, cpu_psw_z, dc->temp); in psw_cond() 733 tcg_gen_movcond_i32(cond, cpu_regs[rd], cpu_psw_z, z, in stcond() 833 tcg_gen_mov_i32(cpu_psw_z, cpu_psw_s); in rx_and() 863 tcg_gen_mov_i32(cpu_psw_z, cpu_psw_s); in rx_or() 893 tcg_gen_mov_i32(cpu_psw_z, cpu_psw_s); in rx_xor() 915 tcg_gen_mov_i32(cpu_psw_z, cpu_psw_s); in rx_tst() [all …]
|