Searched refs:RL78_PSW_CY (Results 1 – 4 of 4) sorted by relevance
155 #define RL78_PSW_CY 0x01 macro
212 if (opcode.flags & RL78_PSW_CY) in print_insn_rl78_common()
66 #define Fzc rl78->flags = RL78_PSW_Z | RL78_PSW_CY67 #define Fzac rl78->flags = RL78_PSW_Z | RL78_PSW_AC | RL78_PSW_CY69 #define Fc rl78->flags = RL78_PSW_CY70 #define Fac rl78->flags = RL78_PSW_AC | RL78_PSW_CY
67 #define Fzc rl78->flags = RL78_PSW_Z | RL78_PSW_CY68 #define Fzac rl78->flags = RL78_PSW_Z | RL78_PSW_AC | RL78_PSW_CY70 #define Fc rl78->flags = RL78_PSW_CY71 #define Fac rl78->flags = RL78_PSW_AC | RL78_PSW_CY