Searched refs:cpu_psw_c (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/rx/ |
H A D | translate.c | 264 dc->value = cpu_psw_c; in psw_cond() 268 dc->value = cpu_psw_c; in psw_cond() 970 tcg_gen_add2_i32(cpu_psw_s, cpu_psw_c, arg1, z, cpu_psw_c, z); in rx_adc() 971 tcg_gen_add2_i32(cpu_psw_s, cpu_psw_c, cpu_psw_s, cpu_psw_c, arg2, z); in rx_adc() 1294 tcg_gen_setcondi_i32(TCG_COND_NE, cpu_psw_c, cpu_psw_c, 0); in trans_SHLL_irr() 1324 tcg_gen_setcondi_i32(TCG_COND_NE, cpu_psw_c, cpu_psw_c, 0); in trans_SHLL_rr() 1328 tcg_gen_movi_i32(cpu_psw_c, 0); in trans_SHLL_rr() 1381 tcg_gen_movi_i32(cpu_psw_c, 0); in shiftr_reg() 1427 tcg_gen_mov_i32(cpu_psw_c, tmp); in trans_ROLC() 1440 tcg_gen_shli_i32(cpu_psw_c, cpu_psw_c, 31); in trans_RORC() [all …]
|