Lines Matching refs:strp
59 const char **strp,
63 if (**strp == '(')
65 const char *s = *strp;
77 else if (cgen_parse_keyword (cd, strp, & xstormy16_cgen_opval_gr_names,
80 else if (strncasecmp (*strp, "rx,", 3) == 0
81 || strncasecmp (*strp, "rxl,", 3) == 0
82 || strncasecmp (*strp, "rxh,", 3) == 0)
84 else if (**strp == '#')
87 return cgen_parse_unsigned_integer (cd, strp, opindex, valuep);
97 const char **strp,
105 if (**strp == '@')
109 (cd, CGEN_PARSE_OPERAND_INTEGER, strp, opindex, BFD_RELOC_NONE,
126 const char **strp,
135 if (strncmp (*strp, "@hi(", 4) == 0)
137 *strp += 4;
141 if (strncmp (*strp, "@lo(", 4) == 0)
143 *strp += 4;
148 errmsg = cgen_parse_unsigned_integer (cd, strp, opindex, valuep);
151 errmsg = cgen_parse_address (cd, strp, opindex, code, &result, &value);
158 && **strp == ')')
159 *strp += 1;