Searched refs:regnop (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-m88k.c184 static char *get_cr PARAMS ((char *param, unsigned *regnop));
185 static char *get_fcr PARAMS ((char *param, unsigned *regnop));
189 static char *get_reg PARAMS ((char *param, unsigned *regnop, unsigned int reg_prefix));
662 get_reg (param, regnop, reg_prefix)
664 unsigned *regnop;
684 *regnop = 0;
693 *regnop = regno;
699 *regnop = regno;
707 *regnop = 31;
992 get_cr (param, regnop)
[all...]
H A Dtc-cris.c1743 regnop Pointer to int containing the register number.
1749 get_gen_reg (cPP, regnop)
1751 int *regnop;
1774 *regnop = REG_PC;
1787 *regnop = **cPP - '0';
1798 *regnop = *regnop * 10 + (**cPP - '0');
1802 if (*regnop <= MAX_REG)
1820 *regnop = REG_SP;
H A Dtc-mips.c1413 reg_lookup (char **s, unsigned int types, unsigned int *regnop)
1460 if (regnop)
1461 *regnop = reg;
1407 reg_lookup(char **s, unsigned int types, unsigned int *regnop) argument
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-m88k.c182 static char *get_cr (char *param, unsigned *regnop);
183 static char *get_fcr (char *param, unsigned *regnop);
187 static char *get_reg (char *param, unsigned *regnop, unsigned int reg_prefix);
649 get_reg (char *param, unsigned *regnop, unsigned int reg_prefix)
668 *regnop = 0;
677 *regnop = regno;
683 *regnop = regno;
691 *regnop = 31;
961 get_cr (char *param, unsigned *regnop)
980 *regnop
647 get_reg(char *param, unsigned *regnop, unsigned int reg_prefix) argument
959 get_cr(char *param, unsigned *regnop) argument
1008 get_fcr(char *param, unsigned *regnop) argument
[all...]
H A Dtc-cris.c2316 regnop Pointer to int containing the register number.
2322 get_gen_reg (char **cPP, int *regnop) argument
2356 *regnop = REG_PC;
2372 *regnop = 15;
2383 *regnop = **cPP - '0';
2394 *regnop = *regnop * 10 + (**cPP - '0');
2398 if (*regnop <= MAX_REG)
2416 *regnop = REG_SP;
2503 get_sup_reg (char **cPP, int *regnop) argument
[all...]
H A Dtc-mips.c1666 reg_lookup (char **s, unsigned int types, unsigned int *regnop)
1713 if (regnop)
1714 *regnop = reg;
1659 reg_lookup(char **s, unsigned int types, unsigned int *regnop) argument

Completed in 141 milliseconds