Searched refs:cpu_psw_c (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 264 dc->value = cpu_psw_c; in psw_cond() 268 dc->value = cpu_psw_c; in psw_cond() 273 tcg_gen_and_i32(dc->temp, dc->temp, cpu_psw_c); in psw_cond() 952 tcg_gen_setcondi_i32(TCG_COND_EQ, cpu_psw_c, ret, 0); in rx_neg() 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() 1008 tcg_gen_add2_i32(cpu_psw_s, cpu_psw_c, arg1, z, arg2, z); in rx_add() 1043 tcg_gen_setcond_i32(TCG_COND_GEU, cpu_psw_c, arg1, arg2); in rx_sub() 1289 tcg_gen_sari_i32(cpu_psw_c, cpu_regs[a->rs2], 32 - a->imm); in trans_SHLL_irr() [all …]
|