HomeSort by: relevance | last modified time | path
    Searched refs:strp (Results 1 - 25 of 171) sorted by relevancy

1 2 3 4 5 6 7

  /src/external/gpl3/binutils/dist/opcodes/
frv-asm.c 56 const char **strp,
64 (cd, CGEN_PARSE_OPERAND_SYMBOLIC, strp, opindex, opinfo,
79 const char **strp,
87 if (**strp == '#' || **strp == '%')
89 if (strncasecmp (*strp + 1, "tlsdesc(", 8) == 0)
91 *strp += 9;
92 errmsg = parse_symbolic_address (cd, strp, opindex,
95 if (**strp != ')')
99 ++*strp;
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
frv-asm.c 56 const char **strp,
64 (cd, CGEN_PARSE_OPERAND_SYMBOLIC, strp, opindex, opinfo,
79 const char **strp,
87 if (**strp == '#' || **strp == '%')
89 if (strncasecmp (*strp + 1, "tlsdesc(", 8) == 0)
91 *strp += 9;
92 errmsg = parse_symbolic_address (cd, strp, opindex,
95 if (**strp != ')')
99 ++*strp;
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
frv-asm.c 56 const char **strp,
64 (cd, CGEN_PARSE_OPERAND_SYMBOLIC, strp, opindex, opinfo,
79 const char **strp,
87 if (**strp == '#' || **strp == '%')
89 if (strncasecmp (*strp + 1, "tlsdesc(", 8) == 0)
91 *strp += 9;
92 errmsg = parse_symbolic_address (cd, strp, opindex,
95 if (**strp != ')')
99 ++*strp;
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
frv-asm.c 56 const char **strp,
64 (cd, CGEN_PARSE_OPERAND_SYMBOLIC, strp, opindex, opinfo,
79 const char **strp,
87 if (**strp == '#' || **strp == '%')
89 if (strncasecmp (*strp + 1, "tlsdesc(", 8) == 0)
91 *strp += 9;
92 errmsg = parse_symbolic_address (cd, strp, opindex,
95 if (**strp != ')')
99 ++*strp;
    [all...]
  /src/external/gpl3/binutils/dist/cpu/
iq2000.opc 73 iq2000_cgen_isa_register (const char **strp)
78 if (**strp == 'r' || **strp == 'R')
80 len = strlen (*strp);
83 ch1 = (*strp)[1];
89 ch1 = (*strp)[1];
90 ch2 = (*strp)[2];
97 if (**strp == '%'
98 && TOLOWER ((*strp)[1]) != 'l'
99 && TOLOWER ((*strp)[1]) != 'h'
    [all...]
xstormy16.opc 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,
    [all...]
frv.opc 937 const char **strp,
945 (cd, CGEN_PARSE_OPERAND_SYMBOLIC, strp, opindex, opinfo,
960 const char **strp,
968 if (**strp == '#' || **strp == '%')
970 if (strncasecmp (*strp + 1, "tlsdesc(", 8) == 0)
972 *strp += 9;
973 errmsg = parse_symbolic_address (cd, strp, opindex,
976 if (**strp != ')')
980 ++*strp;
    [all...]
mt.opc 105 const char **strp,
119 errmsg = cgen_parse_address (cd, strp, opindex, code,
130 const char **strp,
144 errmsg = cgen_parse_address (cd, strp, opindex, code,
159 else if (strncmp (*strp, "%hi16", 5) == 0)
161 *strp += 5;
164 else if (strncmp (*strp, "%lo16", 5) == 0)
166 *strp += 5;
176 errmsg = cgen_parse_address (cd, strp, opindex, code,
208 if ((*strp)[0] == '0
    [all...]
lm32.opc 36 const char **strp,
43 errmsg = cgen_parse_signed_integer (cd, strp, opindex, & value);
59 const char **strp,
63 if (strncasecmp (*strp, "hi(", 3) == 0)
69 *strp += 3;
70 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_HI16,
72 if (**strp != ')')
75 ++*strp;
84 return parse_imm (cd, strp, opindex, valuep);
91 const char **strp,
    [all...]
fr30.opc 54 parse_register_number (const char **strp)
58 if (**strp < '0' || **strp > '9')
60 regno = **strp - '0';
61 ++*strp;
63 if (**strp >= '0' && **strp <= '9')
65 regno = regno * 10 + (**strp - '0');
66 ++*strp;
74 const char **strp,
    [all...]
  /src/external/gpl3/binutils.old/dist/cpu/
iq2000.opc 73 iq2000_cgen_isa_register (const char **strp)
78 if (**strp == 'r' || **strp == 'R')
80 len = strlen (*strp);
83 ch1 = (*strp)[1];
89 ch1 = (*strp)[1];
90 ch2 = (*strp)[2];
97 if (**strp == '%'
98 && TOLOWER ((*strp)[1]) != 'l'
99 && TOLOWER ((*strp)[1]) != 'h'
    [all...]
xstormy16.opc 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,
    [all...]
frv.opc 937 const char **strp,
945 (cd, CGEN_PARSE_OPERAND_SYMBOLIC, strp, opindex, opinfo,
960 const char **strp,
968 if (**strp == '#' || **strp == '%')
970 if (strncasecmp (*strp + 1, "tlsdesc(", 8) == 0)
972 *strp += 9;
973 errmsg = parse_symbolic_address (cd, strp, opindex,
976 if (**strp != ')')
980 ++*strp;
    [all...]
mt.opc 105 const char **strp,
119 errmsg = cgen_parse_address (cd, strp, opindex, code,
130 const char **strp,
144 errmsg = cgen_parse_address (cd, strp, opindex, code,
159 else if (strncmp (*strp, "%hi16", 5) == 0)
161 *strp += 5;
164 else if (strncmp (*strp, "%lo16", 5) == 0)
166 *strp += 5;
176 errmsg = cgen_parse_address (cd, strp, opindex, code,
208 if ((*strp)[0] == '0
    [all...]
lm32.opc 36 const char **strp,
43 errmsg = cgen_parse_signed_integer (cd, strp, opindex, & value);
59 const char **strp,
63 if (strncasecmp (*strp, "hi(", 3) == 0)
69 *strp += 3;
70 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_HI16,
72 if (**strp != ')')
75 ++*strp;
84 return parse_imm (cd, strp, opindex, valuep);
91 const char **strp,
    [all...]
  /src/external/gpl3/gdb/dist/cpu/
iq2000.opc 73 iq2000_cgen_isa_register (const char **strp)
78 if (**strp == 'r' || **strp == 'R')
80 len = strlen (*strp);
83 ch1 = (*strp)[1];
89 ch1 = (*strp)[1];
90 ch2 = (*strp)[2];
97 if (**strp == '%'
98 && TOLOWER ((*strp)[1]) != 'l'
99 && TOLOWER ((*strp)[1]) != 'h'
    [all...]
xstormy16.opc 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,
    [all...]
frv.opc 937 const char **strp,
945 (cd, CGEN_PARSE_OPERAND_SYMBOLIC, strp, opindex, opinfo,
960 const char **strp,
968 if (**strp == '#' || **strp == '%')
970 if (strncasecmp (*strp + 1, "tlsdesc(", 8) == 0)
972 *strp += 9;
973 errmsg = parse_symbolic_address (cd, strp, opindex,
976 if (**strp != ')')
980 ++*strp;
    [all...]
mt.opc 105 const char **strp,
119 errmsg = cgen_parse_address (cd, strp, opindex, code,
130 const char **strp,
144 errmsg = cgen_parse_address (cd, strp, opindex, code,
159 else if (strncmp (*strp, "%hi16", 5) == 0)
161 *strp += 5;
164 else if (strncmp (*strp, "%lo16", 5) == 0)
166 *strp += 5;
176 errmsg = cgen_parse_address (cd, strp, opindex, code,
208 if ((*strp)[0] == '0
    [all...]
lm32.opc 36 const char **strp,
43 errmsg = cgen_parse_signed_integer (cd, strp, opindex, & value);
59 const char **strp,
63 if (strncasecmp (*strp, "hi(", 3) == 0)
69 *strp += 3;
70 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_HI16,
72 if (**strp != ')')
75 ++*strp;
84 return parse_imm (cd, strp, opindex, valuep);
91 const char **strp,
    [all...]
  /src/external/gpl3/gdb.old/dist/cpu/
iq2000.opc 73 iq2000_cgen_isa_register (const char **strp)
78 if (**strp == 'r' || **strp == 'R')
80 len = strlen (*strp);
83 ch1 = (*strp)[1];
89 ch1 = (*strp)[1];
90 ch2 = (*strp)[2];
97 if (**strp == '%'
98 && TOLOWER ((*strp)[1]) != 'l'
99 && TOLOWER ((*strp)[1]) != 'h'
    [all...]
xstormy16.opc 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,
    [all...]
frv.opc 937 const char **strp,
945 (cd, CGEN_PARSE_OPERAND_SYMBOLIC, strp, opindex, opinfo,
960 const char **strp,
968 if (**strp == '#' || **strp == '%')
970 if (strncasecmp (*strp + 1, "tlsdesc(", 8) == 0)
972 *strp += 9;
973 errmsg = parse_symbolic_address (cd, strp, opindex,
976 if (**strp != ')')
980 ++*strp;
    [all...]
mt.opc 105 const char **strp,
119 errmsg = cgen_parse_address (cd, strp, opindex, code,
130 const char **strp,
144 errmsg = cgen_parse_address (cd, strp, opindex, code,
159 else if (strncmp (*strp, "%hi16", 5) == 0)
161 *strp += 5;
164 else if (strncmp (*strp, "%lo16", 5) == 0)
166 *strp += 5;
176 errmsg = cgen_parse_address (cd, strp, opindex, code,
208 if ((*strp)[0] == '0
    [all...]
lm32.opc 36 const char **strp,
43 errmsg = cgen_parse_signed_integer (cd, strp, opindex, & value);
59 const char **strp,
63 if (strncasecmp (*strp, "hi(", 3) == 0)
69 *strp += 3;
70 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_HI16,
72 if (**strp != ')')
75 ++*strp;
84 return parse_imm (cd, strp, opindex, valuep);
91 const char **strp,
    [all...]

Completed in 29 milliseconds

1 2 3 4 5 6 7