Home | History | Annotate | Download | only in opcodes

Lines Matching refs:RL78_PSW_AC

65 #define Fza	rl78->flags = RL78_PSW_Z | RL78_PSW_AC
67 #define Fzac rl78->flags = RL78_PSW_Z | RL78_PSW_AC | RL78_PSW_CY
68 #define Fa rl78->flags = RL78_PSW_AC
70 #define Fac rl78->flags = RL78_PSW_AC | RL78_PSW_CY