Lines Matching refs:strp
61 const char **strp,
65 if (**strp == '(')
67 const char *s = *strp;
79 else if (cgen_parse_keyword (cd, strp, & xstormy16_cgen_opval_gr_names,
82 else if (strncasecmp (*strp, "rx,", 3) == 0
83 || strncasecmp (*strp, "rxl,", 3) == 0
84 || strncasecmp (*strp, "rxh,", 3) == 0)
86 else if (**strp == '#')
89 return cgen_parse_unsigned_integer (cd, strp, opindex, valuep);
99 const char **strp,
107 if (**strp == '@')
111 (cd, CGEN_PARSE_OPERAND_INTEGER, strp, opindex, BFD_RELOC_NONE,
128 const char **strp,
137 if (strncmp (*strp, "@hi(", 4) == 0)
139 *strp += 4;
143 if (strncmp (*strp, "@lo(", 4) == 0)
145 *strp += 4;
150 errmsg = cgen_parse_unsigned_integer (cd, strp, opindex, valuep);
153 errmsg = cgen_parse_address (cd, strp, opindex, code, &result, &value);
160 && **strp == ')')
161 *strp += 1;