Searched refs:crnum (Results 1 – 2 of 2) sorted by relevance
214 #define FUNC_CR(crnum) \ argument215 static inline void lcr##crnum(register_t val) \218 "mov %[val],%%cr" #crnum \224 static inline register_t rcr##crnum(void) \228 "mov %%cr" #crnum ",%[val]" \235 #define PROTO_CR(crnum) \ argument236 void lcr##crnum(register_t); \237 register_t rcr##crnum(void);
528 unsigned int crnum; member598 *reg = cregs[i].crnum; in parse_creg()