Lines Matching defs:r
180 #define IS_EVEN(r) ((r).regno % 2 == 0) argument
185 #define _TYPECHECK(r, x) (((r).regno & CLASS_MASK) == T_REG_##x) argument
187 #define IS_DREG(r) _TYPECHECK(r, R) argument
188 #define IS_DREG_H(r) (_TYPECHECK(r, R) && IS_H(r)) argument
189 #define IS_DREG_L(r) (_TYPECHECK(r, R) && !IS_H(r)) argument
190 #define IS_PREG(r) _TYPECHECK(r, P) argument
191 #define IS_IREG(r) (((r).regno & 0xf4) == T_REG_I) argument
192 #define IS_MREG(r) (((r).regno & 0xf4) == T_REG_M) argument
193 #define IS_BREG(r) (((r).regno & 0xf4) == T_REG_B) argument
194 #define IS_LREG(r) (((r).regno & 0xf4) == T_REG_L) argument
195 #define IS_CREG(r) ((r).regno == REG_LC0 || (r).regno == REG_LC1) argument
196 #define IS_EMUDAT(r) ((r).regno == REG_EMUDAT) argument
197 #define IS_ALLREG(r) ((r).regno < T_NOGROUP) argument
199 #define IS_GENREG(r) \ argument
204 #define IS_DAGREG(r) \ argument
207 #define IS_SYSREG(r) \ argument