HomeSort by relevance Sort by last modified time
    Searched refs:strp (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /toolchain/binutils/binutils-2.25/opcodes/
frv-asm.c 55 const char **strp,
63 (cd, CGEN_PARSE_OPERAND_SYMBOLIC, strp, opindex, opinfo,
78 const char **strp,
86 if (**strp == '#' || **strp == '%')
88 if (strncasecmp (*strp + 1, "tlsdesc(", 8) == 0)
90 *strp += 9;
91 errmsg = parse_symbolic_address (cd, strp, opindex,
94 if (**strp != ')')
98 ++*strp;
    [all...]
mt-asm.c 66 const char **strp,
80 errmsg = cgen_parse_address (cd, strp, opindex, code,
91 const char **strp,
105 errmsg = cgen_parse_address (cd, strp, opindex, code,
120 else if (strncmp (*strp, "%hi16", 5) == 0)
122 *strp += 5;
125 else if (strncmp (*strp, "%lo16", 5) == 0)
127 *strp += 5;
137 errmsg = cgen_parse_address (cd, strp, opindex, code,
169 if ((*strp)[0] == '0
    [all...]
m32c-asm.c 58 m32c_cgen_isa_register (const char **strp)
61 const char *s = *strp;
85 if (**strp == '[') \
88 errmsg = cgen_parse_unsigned_integer (cd, strp, opindex, & value);\
98 if (**strp == '[') \
101 errmsg = cgen_parse_signed_integer (cd, strp, opindex, & value); \
108 parse_unsigned6 (CGEN_CPU_DESC cd, const char **strp,
124 parse_unsigned8 (CGEN_CPU_DESC cd, const char **strp,
131 if (strncasecmp (*strp, "%dsp8(", 6) == 0)
136 *strp += 6
    [all...]
mep-asm.c 73 parse_csrn (CGEN_CPU_DESC cd, const char **strp,
79 err = cgen_parse_keyword (cd, strp, keyword_table, field);
83 err = cgen_parse_unsigned_integer (cd, strp, MEP_OPERAND_CSRN_IDX, & value);
98 const char **strp,
102 return cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_cr_ivc2, field);
111 const char **strp,
115 return cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_ccr_ivc2, field);
120 parse_tpreg (CGEN_CPU_DESC cd, const char ** strp,
125 err = cgen_parse_keyword (cd, strp, keyword_table, field);
134 parse_spreg (CGEN_CPU_DESC cd, const char ** strp,
787 const char **strp = 0; local
    [all...]
or1k-asm.c 60 const char ** strp,
69 if (strncasecmp (*strp, "plt(", 4) == 0)
73 *strp += 4;
74 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_OR1K_PLT26,
76 if (**strp != ')')
78 ++*strp;
85 return cgen_parse_address (cd, strp, opindex, opinfo, resultp, valuep);
89 parse_simm16 (CGEN_CPU_DESC cd, const char ** strp, int opindex, long * valuep)
95 if (**strp == '#')
96 ++*strp;
    [all...]
ip2k-asm.c 56 const char **strp,
68 old_strp = *strp;
73 if ((strncmp (*strp, "w", 1) == 0) || (strncmp (*strp, "W", 1) == 0))
75 (*strp)++;
77 if ((strncmp (*strp, ",", 1) == 0) || ISSPACE (**strp))
84 *strp = old_strp;
88 errmsg = cgen_parse_keyword (cd, strp, & ip2k_cgen_opval_register_names,
90 if (*strp != NUL
    [all...]
fr30-asm.c 56 parse_register_number (const char **strp)
60 if (**strp < '0' || **strp > '9')
62 regno = **strp - '0';
63 ++*strp;
65 if (**strp >= '0' && **strp <= '9')
67 regno = regno * 10 + (**strp - '0');
68 ++*strp;
76 const char **strp,
    [all...]
m32r-asm.c 59 const char **strp,
63 if (**strp == '#')
64 ++*strp;
72 const char **strp,
80 if (**strp == '#')
81 ++*strp;
83 if (strncasecmp (*strp, "high(", 5) == 0)
85 *strp += 5;
86 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_M32R_HI16_ULO,
88 if (**strp != ')'
    [all...]
lm32-asm.c 58 const char **strp,
65 errmsg = cgen_parse_signed_integer (cd, strp, opindex, & value);
81 const char **strp,
85 if (strncasecmp (*strp, "hi(", 3) == 0)
91 *strp += 3;
92 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_HI16,
94 if (**strp != ')')
97 ++*strp;
106 return parse_imm (cd, strp, opindex, valuep);
113 const char **strp,
    [all...]
xc16x-asm.c 57 const char **strp,
61 if (**strp == '#')
63 ++*strp;
73 const char **strp,
77 if (**strp == '.')
79 ++*strp;
89 const char **strp,
93 if (strncasecmp (*strp, "pof:", 4) == 0)
95 *strp += 4;
105 const char **strp,
    [all...]
iq2000-asm.c 69 iq2000_cgen_isa_register (const char **strp)
74 if (**strp == 'r' || **strp == 'R')
76 len = strlen (*strp);
79 ch1 = (*strp)[1];
85 ch1 = (*strp)[1];
86 ch2 = (*strp)[2];
93 if (**strp == '%'
94 && TOLOWER ((*strp)[1]) != 'l'
95 && TOLOWER ((*strp)[1]) != 'h'
    [all...]
epiphany-asm.c 55 const char ** strp,
62 errmsg = cgen_parse_keyword (cd, strp, keywords, regno);
78 const char ** strp,
83 return parse_simm_not_reg (cd, strp, opindex, svalp);
90 const char ** strp,
113 errmsg = cgen_parse_keyword (cd, strp, & epiphany_cgen_opval_gr_names,valuep);
117 errmsg = (sign ? cgen_parse_signed_integer (cd, strp, opindex, valuep)
118 : cgen_parse_unsigned_integer (cd, strp, opindex,
134 const char ** strp,
138 if (**strp == '#'
    [all...]
  /toolchain/binutils/binutils-2.25/cpu/
or1k.opc 56 const char ** strp,
65 if (strncasecmp (*strp, "plt(", 4) == 0)
69 *strp += 4;
70 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_OR1K_PLT26,
72 if (**strp != ')')
74 ++*strp;
81 return cgen_parse_address (cd, strp, opindex, opinfo, resultp, valuep);
85 parse_simm16 (CGEN_CPU_DESC cd, const char ** strp, int opindex, long * valuep)
91 if (**strp == '#')
92 ++*strp;
    [all...]
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 936 const char **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...]
m32c.opc 92 m32c_cgen_isa_register (const char **strp)
95 const char *s = *strp;
119 if (**strp == '[') \
122 errmsg = cgen_parse_unsigned_integer (cd, strp, opindex, & value);\
132 if (**strp == '[') \
135 errmsg = cgen_parse_signed_integer (cd, strp, opindex, & value); \
142 parse_unsigned6 (CGEN_CPU_DESC cd, const char **strp,
158 parse_unsigned8 (CGEN_CPU_DESC cd, const char **strp,
165 if (strncasecmp (*strp, "%dsp8(", 6) == 0)
170 *strp += 6
    [all...]
m32r.opc 96 const char **strp,
100 if (**strp == '#')
101 ++*strp;
109 const char **strp,
117 if (**strp == '#')
118 ++*strp;
120 if (strncasecmp (*strp, "high(", 5) == 0)
122 *strp += 5;
123 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_M32R_HI16_ULO,
125 if (**strp != ')'
    [all...]
epiphany.opc 73 const char ** strp,
78 const char ** strp,
97 const char ** strp,
104 errmsg = cgen_parse_keyword (cd, strp, keywords, regno);
120 const char ** strp,
125 return parse_simm_not_reg (cd, strp, opindex, svalp);
132 const char ** strp,
155 errmsg = cgen_parse_keyword (cd, strp, & epiphany_cgen_opval_gr_names,valuep);
159 errmsg = (sign ? cgen_parse_signed_integer (cd, strp, opindex, valuep)
160 : cgen_parse_unsigned_integer (cd, strp, opindex
    [all...]
  /external/syslinux/gpxe/src/core/
asprintf.c 12 * @v strp Pointer to hold allocated string
17 int vasprintf ( char **strp, const char *fmt, va_list args ) {
27 *strp = malloc ( len );
28 if ( ! *strp )
30 return vsnprintf ( *strp, len, fmt, args );
36 * @v strp Pointer to hold allocated string
41 int asprintf ( char **strp, const char *fmt, ... ) {
46 len = vasprintf ( strp, fmt, args );
  /external/elfutils/libdw/
dwarf_macro_param2.c 38 dwarf_macro_param2 (Dwarf_Macro *macro, Dwarf_Word *paramp, const char **strp)
50 *strp = dwarf_formstring (&param);
  /external/dtc/tests/
nop_property.c 36 const char *strp; local
56 strp = check_getprop(fdt, 0, "prop-str", strlen(TEST_STRING_1)+1,
58 verbose_printf("string value was \"%s\"\n", strp);
63 strp = fdt_getprop(fdt, 0, "prop-str", &lenerr);
64 if (strp)

Completed in 823 milliseconds

1 2 3 4