Searched refs:RL78_PSW_CY (Results 1 – 10 of 10) sorted by relevance
274 if (mask & RL78_PSW_CY) in op_flags()277 psw |= RL78_PSW_CY; in op_flags()316 return (get_reg (RL78_Reg_PSW) & RL78_PSW_CY) ? 1 : 0; in get_carry()325 p |= RL78_PSW_CY; in set_carry()327 p &= ~RL78_PSW_CY; in set_carry()627 a |= RL78_PSW_CY; in decode_opcode()629 a &= ~RL78_PSW_CY; in decode_opcode()649 a |= RL78_PSW_CY; in decode_opcode()651 a &= ~RL78_PSW_CY; in decode_opcode()
189 int cy = (psw & RL78_PSW_CY) ? 1 : 0; in condition_true()256 PSW1 (RL78_PSW_CY, "cy"); in psw_string()
155 #define RL78_PSW_CY 0x01 macro
236 if (opcode.flags & RL78_PSW_CY) in print_insn_rl78_common()
69 #define Fzc rl78->flags = RL78_PSW_Z | RL78_PSW_CY70 #define Fzac rl78->flags = RL78_PSW_Z | RL78_PSW_AC | RL78_PSW_CY72 #define Fc rl78->flags = RL78_PSW_CY73 #define Fac rl78->flags = RL78_PSW_AC | RL78_PSW_CY
71 #define Fzc rl78->flags = RL78_PSW_Z | RL78_PSW_CY72 #define Fzac rl78->flags = RL78_PSW_Z | RL78_PSW_AC | RL78_PSW_CY74 #define Fc rl78->flags = RL78_PSW_CY75 #define Fac rl78->flags = RL78_PSW_AC | RL78_PSW_CY