Home | History | Annotate | Download | only in rx

Lines Matching refs:FLAG

189 #define FLAG(f) ((regs.r_psw & f) ? 1 : 0)
190 #define FLAG_C FLAG(FLAGBIT_C)
191 #define FLAG_D FLAG(FLAGBIT_D)
192 #define FLAG_Z FLAG(FLAGBIT_Z)
193 #define FLAG_S FLAG(FLAGBIT_S)
194 #define FLAG_B FLAG(FLAGBIT_B)
195 #define FLAG_O FLAG(FLAGBIT_O)
196 #define FLAG_I FLAG(FLAGBIT_I)
197 #define FLAG_U FLAG(FLAGBIT_U)
198 #define FLAG_PM FLAG(FLAGBIT_PM)