Searched refs:strp (Results 1 - 25 of 71) sorted by relevance

123

/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dfrv-asm.c55 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;
53 parse_symbolic_address(CGEN_CPU_DESC cd, const char **strp, int opindex, int opinfo, enum cgen_parse_operand_result *resultp, bfd_vma *valuep) argument
76 parse_ldd_annotation(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
115 parse_call_annotation(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
154 parse_ld_annotation(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
193 parse_ulo16(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
319 parse_uslo16(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
445 parse_uhi16(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
578 parse_register_number(const char **strp) argument
593 parse_spr(CGEN_CPU_DESC cd, const char **strp, CGEN_KEYWORD * table, long *valuep) argument
630 parse_d12(CGEN_CPU_DESC cd, const char **strp, int opindex, long *valuep) argument
743 parse_s12(CGEN_CPU_DESC cd, const char **strp, int opindex, long *valuep) argument
859 parse_u12(CGEN_CPU_DESC cd, const char **strp, int opindex, long *valuep) argument
891 parse_A(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep, unsigned long A) argument
913 parse_A0(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
922 parse_A1(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
951 parse_call_label(CGEN_CPU_DESC cd, const char **strp, int opindex, int opinfo, enum cgen_parse_operand_result *resultp, bfd_vma *valuep) argument
1000 frv_cgen_parse_operand(CGEN_CPU_DESC cd, int opindex, const char ** strp, CGEN_FIELDS * fields) argument
1420 parse_insn_normal(CGEN_CPU_DESC cd, const CGEN_INSN *insn, const char **strp, CGEN_FIELDS *fields) argument
[all...]
H A Dmt-asm.c66 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)[
64 parse_loopsize(CGEN_CPU_DESC cd, const char **strp, int opindex, void *arg) argument
89 parse_imm16(CGEN_CPU_DESC cd, const char **strp, int opindex, void *arg) argument
213 parse_dup(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
238 parse_ball(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
262 parse_xmode(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
286 parse_rc(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
310 parse_cbrb(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
334 parse_rbbc(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
368 parse_type(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
418 mt_cgen_parse_operand(CGEN_CPU_DESC cd, int opindex, const char ** strp, CGEN_FIELDS * fields) argument
752 parse_insn_normal(CGEN_CPU_DESC cd, const CGEN_INSN *insn, const char **strp, CGEN_FIELDS *fields) argument
[all...]
H A Dm32c-asm.c58 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)
137 *strp
57 m32c_cgen_isa_register(const char **strp) argument
107 parse_unsigned6(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
123 parse_unsigned8(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
170 parse_signed4(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
195 parse_signed4n(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
220 parse_signed8(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
261 parse_unsigned16(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
321 parse_signed16(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
384 parse_unsigned20(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
410 parse_unsigned24(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
437 parse_signed24(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
456 parse_signed32(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
471 parse_imm1_S(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
489 parse_imm3_S(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
507 parse_bit3_S(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
525 parse_lab_5_3(CGEN_CPU_DESC cd, const char **strp, int opindex ATTRIBUTE_UNUSED, int opinfo, enum cgen_parse_operand_result *type_addr, bfd_vma *valuep) argument
561 parse_Bitno16R(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
579 parse_unsigned_bitbase(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep, unsigned bits, int allow_syms) argument
633 parse_signed_bitbase(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep, unsigned bits, int allow_syms) argument
678 parse_unsigned_bitbase8(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
685 parse_unsigned_bitbase11(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
692 parse_unsigned_bitbase16(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
699 parse_unsigned_bitbase19(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
706 parse_unsigned_bitbase27(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
713 parse_signed_bitbase8(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
720 parse_signed_bitbase11(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
727 parse_signed_bitbase19(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
736 parse_suffix(const char **strp, char suffix) argument
753 parse_S(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, int opindex ATTRIBUTE_UNUSED, signed long *valuep ATTRIBUTE_UNUSED) argument
760 parse_G(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, int opindex ATTRIBUTE_UNUSED, signed long *valuep ATTRIBUTE_UNUSED) argument
767 parse_Q(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, int opindex ATTRIBUTE_UNUSED, signed long *valuep ATTRIBUTE_UNUSED) argument
774 parse_Z(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, int opindex ATTRIBUTE_UNUSED, signed long *valuep ATTRIBUTE_UNUSED) argument
783 parse_X(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, int opindex ATTRIBUTE_UNUSED, signed long *valuep ATTRIBUTE_UNUSED) argument
792 parse_r0l_r0h(CGEN_CPU_DESC cd, const char **strp, int opindex ATTRIBUTE_UNUSED, signed long *valuep) argument
825 parse_size(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, int opindex ATTRIBUTE_UNUSED, signed long *valuep ATTRIBUTE_UNUSED) argument
859 parse_regset(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, int opindex ATTRIBUTE_UNUSED, unsigned long *valuep, int push) argument
923 parse_pop_regset(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, int opindex ATTRIBUTE_UNUSED, unsigned long *valuep) argument
932 parse_push_regset(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, int opindex ATTRIBUTE_UNUSED, unsigned long *valuep) argument
959 m32c_cgen_parse_operand(CGEN_CPU_DESC cd, int opindex, const char ** strp, CGEN_FIELDS * fields) argument
1740 parse_insn_normal(CGEN_CPU_DESC cd, const CGEN_INSN *insn, const char **strp, CGEN_FIELDS *fields) argument
[all...]
H A Dmep-asm.c68 parse_csrn (CGEN_CPU_DESC cd, const char **strp,
74 err = cgen_parse_keyword (cd, strp, keyword_table, field);
78 err = cgen_parse_unsigned_integer (cd, strp, MEP_OPERAND_CSRN_IDX, & value);
88 const char **strp,
92 return cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_cr_fmax, field);
96 const char **strp,
100 return cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_ccr_fmax, field);
105 parse_tpreg (CGEN_CPU_DESC cd, const char ** strp,
110 err = cgen_parse_keyword (cd, strp, keyword_table, field);
119 parse_spreg (CGEN_CPU_DESC cd, const char ** strp,
67 parse_csrn(CGEN_CPU_DESC cd, const char **strp, CGEN_KEYWORD *keyword_table, long *field) argument
86 parse_fmax_cr(CGEN_CPU_DESC cd, const char **strp, CGEN_KEYWORD *keyword_table ATTRIBUTE_UNUSED, long *field) argument
94 parse_fmax_ccr(CGEN_CPU_DESC cd, const char **strp, CGEN_KEYWORD *keyword_table ATTRIBUTE_UNUSED, long *field) argument
104 parse_tpreg(CGEN_CPU_DESC cd, const char ** strp, CGEN_KEYWORD *keyword_table, long *field) argument
118 parse_spreg(CGEN_CPU_DESC cd, const char ** strp, CGEN_KEYWORD *keyword_table, long *field) argument
132 parse_mep_align(CGEN_CPU_DESC cd, const char ** strp, enum cgen_operand_type type, long *field) argument
195 parse_mep_alignu(CGEN_CPU_DESC cd, const char ** strp, enum cgen_operand_type type, unsigned long *field) argument
206 parse_signed16(CGEN_CPU_DESC cd, const char **strp, int opindex, long *valuep) argument
215 parse_lo16(CGEN_CPU_DESC cd, const char **strp, int opindex, long *valuep, long signedp) argument
304 parse_unsigned16(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
315 parse_zero(CGEN_CPU_DESC cd, const char **strp, int opindex, long *valuep) argument
417 parse_unsigned7(CGEN_CPU_DESC cd, const char **strp, enum cgen_operand_type opindex, unsigned long *valuep) argument
679 const char **strp = 0; local
731 mep_cgen_parse_operand(CGEN_CPU_DESC cd, int opindex, const char ** strp, CGEN_FIELDS * fields) argument
1161 parse_insn_normal(CGEN_CPU_DESC cd, const CGEN_INSN *insn, const char **strp, CGEN_FIELDS *fields) argument
[all...]
H A Dip2k-asm.c56 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 !
54 parse_fr(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
224 parse_addr16(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
266 parse_addr16_cjp(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
310 parse_lit8(CGEN_CPU_DESC cd, const char **strp, int opindex, long *valuep) argument
377 parse_bit3(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
460 ip2k_cgen_parse_operand(CGEN_CPU_DESC cd, int opindex, const char ** strp, CGEN_FIELDS * fields) argument
668 parse_insn_normal(CGEN_CPU_DESC cd, const CGEN_INSN *insn, const char **strp, CGEN_FIELDS *fields) argument
[all...]
H A Dfr30-asm.c56 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,
55 parse_register_number(const char **strp) argument
74 parse_register_list(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, int opindex ATTRIBUTE_UNUSED, unsigned long *valuep, int high_low, int load_store) argument
121 parse_low_register_list_ld(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
131 parse_hi_register_list_ld(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
141 parse_low_register_list_st(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
151 parse_hi_register_list_st(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
179 fr30_cgen_parse_operand(CGEN_CPU_DESC cd, int opindex, const char ** strp, CGEN_FIELDS * fields) argument
467 parse_insn_normal(CGEN_CPU_DESC cd, const CGEN_INSN *insn, const char **strp, CGEN_FIELDS *fields) argument
[all...]
H A Dm32r-asm.c59 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 !
57 parse_hash(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, int opindex ATTRIBUTE_UNUSED, long *valuep ATTRIBUTE_UNUSED) argument
70 parse_hi16(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
126 parse_slo16(CGEN_CPU_DESC cd, const char ** strp, int opindex, long * valuep) argument
173 parse_ulo16(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
222 m32r_cgen_parse_operand(CGEN_CPU_DESC cd, int opindex, const char ** strp, CGEN_FIELDS * fields) argument
485 parse_insn_normal(CGEN_CPU_DESC cd, const CGEN_INSN *insn, const char **strp, CGEN_FIELDS *fields) argument
[all...]
H A Dxc16x-asm.c57 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,
55 parse_hash(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, int opindex ATTRIBUTE_UNUSED, long *valuep ATTRIBUTE_UNUSED) argument
71 parse_dot(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, int opindex ATTRIBUTE_UNUSED, long *valuep ATTRIBUTE_UNUSED) argument
87 parse_pof(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, int opindex ATTRIBUTE_UNUSED, long *valuep ATTRIBUTE_UNUSED) argument
103 parse_pag(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, int opindex ATTRIBUTE_UNUSED, long *valuep ATTRIBUTE_UNUSED) argument
119 parse_sof(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, int opindex ATTRIBUTE_UNUSED, long *valuep ATTRIBUTE_UNUSED) argument
135 parse_seg(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, int opindex ATTRIBUTE_UNUSED, long *valuep ATTRIBUTE_UNUSED) argument
166 xc16x_cgen_parse_operand(CGEN_CPU_DESC cd, int opindex, const char ** strp, CGEN_FIELDS * fields) argument
533 parse_insn_normal(CGEN_CPU_DESC cd, const CGEN_INSN *insn, const char **strp, CGEN_FIELDS *fields) argument
[all...]
H A Diq2000-asm.c69 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)[
68 iq2000_cgen_isa_register(const char **strp) argument
102 parse_mimm(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
133 parse_imm(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
163 parse_jtargq10(CGEN_CPU_DESC cd, const char **strp, int opindex, int reloc ATTRIBUTE_UNUSED, enum cgen_parse_operand_result *type_addr ATTRIBUTE_UNUSED, bfd_vma *valuep) argument
190 parse_hi16(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
257 parse_lo16(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
289 parse_mlo16(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
335 iq2000_cgen_parse_operand(CGEN_CPU_DESC cd, int opindex, const char ** strp, CGEN_FIELDS * fields) argument
616 parse_insn_normal(CGEN_CPU_DESC cd, const CGEN_INSN *insn, const char **strp, CGEN_FIELDS *fields) argument
[all...]
H A Dopenrisc-asm.c67 parse_hi16 (CGEN_CPU_DESC cd, const char ** strp, int opindex, long * valuep)
73 if (**strp == '#')
74 ++*strp;
76 if (strncasecmp (*strp, "hi(", 3) == 0)
80 *strp += 3;
81 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_HI16,
83 if (**strp != ')')
86 ++*strp;
94 if (**strp == '-')
98 errmsg = cgen_parse_signed_integer (cd, strp, opinde
66 parse_hi16(CGEN_CPU_DESC cd, const char ** strp, int opindex, long * valuep) argument
116 parse_lo16(CGEN_CPU_DESC cd, const char ** strp, int opindex, long * valuep) argument
179 openrisc_cgen_parse_operand(CGEN_CPU_DESC cd, int opindex, const char ** strp, CGEN_FIELDS * fields) argument
398 parse_insn_normal(CGEN_CPU_DESC cd, const CGEN_INSN *insn, const char **strp, CGEN_FIELDS *fields) argument
[all...]
H A Dxstormy16-asm.c62 const char **strp,
66 if (**strp == '(')
68 const char *s = *strp;
80 else if (cgen_parse_keyword (cd, strp, & xstormy16_cgen_opval_gr_names,
83 else if (strncasecmp (*strp, "rx,", 3) == 0
84 || strncasecmp (*strp, "rxl,", 3) == 0
85 || strncasecmp (*strp, "rxh,", 3) == 0)
87 else if (**strp == '#')
90 return cgen_parse_unsigned_integer (cd, strp, opindex, valuep);
100 const char **strp,
60 parse_mem8(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
98 parse_small_immediate(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
127 parse_immediate16(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
189 xstormy16_cgen_parse_operand(CGEN_CPU_DESC cd, int opindex, const char ** strp, CGEN_FIELDS * fields) argument
433 parse_insn_normal(CGEN_CPU_DESC cd, const CGEN_INSN *insn, const char **strp, CGEN_FIELDS *fields) argument
[all...]
H A Dcgen-asm.c199 const char **strp,
210 p = start = *strp;
245 *strp = p;
259 const char **strp,
268 (cd, CGEN_PARSE_OPERAND_INTEGER, strp, opindex, BFD_RELOC_NONE,
283 const char **strp,
292 (cd, CGEN_PARSE_OPERAND_INTEGER, strp, opindex, BFD_RELOC_NONE,
304 const char **strp,
315 (cd, CGEN_PARSE_OPERAND_ADDRESS, strp, opindex, opinfo,
197 cgen_parse_keyword(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, CGEN_KEYWORD *keyword_table, long *valuep) argument
257 cgen_parse_signed_integer(CGEN_CPU_DESC cd, const char **strp, int opindex, long *valuep) argument
281 cgen_parse_unsigned_integer(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
302 cgen_parse_address(CGEN_CPU_DESC cd, const char **strp, int opindex, int opinfo, enum cgen_parse_operand_result *resultp, bfd_vma *valuep) argument
/macosx-10.9.5/cxxfilt-11/cxxfilt/cpu/
H A Diq2000.opc73 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)[
[all...]
H A Dfrv.opc931 const char **strp,
939 (cd, CGEN_PARSE_OPERAND_SYMBOLIC, strp, opindex, opinfo,
954 const char **strp,
962 if (**strp == '#' || **strp == '%')
964 if (strncasecmp (*strp + 1, "tlsdesc(", 8) == 0)
966 *strp += 9;
967 errmsg = parse_symbolic_address (cd, strp, opindex,
970 if (**strp != ')')
974 ++*strp;
[all...]
H A Dmt.opc107 const char **strp,
121 errmsg = cgen_parse_address (cd, strp, opindex, code,
132 const char **strp,
146 errmsg = cgen_parse_address (cd, strp, opindex, code,
161 else if (strncmp (*strp, "%hi16", 5) == 0)
163 *strp += 5;
166 else if (strncmp (*strp, "%lo16", 5) == 0)
168 *strp += 5;
178 errmsg = cgen_parse_address (cd, strp, opindex, code,
210 if ((*strp)[
[all...]
H A Dm32r.opc99 const char **strp,
103 if (**strp == '#')
104 ++*strp;
112 const char **strp,
120 if (**strp == '#')
121 ++*strp;
123 if (strncasecmp (*strp, "high(", 5) == 0)
125 *strp += 5;
126 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_M32R_HI16_ULO,
128 if (**strp !
[all...]
H A Dm32c.opc90 m32c_cgen_isa_register (const char **strp)
93 const char *s = *strp;
117 if (**strp == '[') \
120 errmsg = cgen_parse_unsigned_integer (cd, strp, opindex, & value);\
130 if (**strp == '[') \
133 errmsg = cgen_parse_signed_integer (cd, strp, opindex, & value); \
140 parse_unsigned6 (CGEN_CPU_DESC cd, const char **strp,
156 parse_unsigned8 (CGEN_CPU_DESC cd, const char **strp,
163 if (strncasecmp (*strp, "%dsp8(", 6) == 0)
169 *strp
[all...]
H A Dxc16x.cpu60 const char **strp,
64 if (**strp == '#')
66 ++*strp;
76 const char **strp,
80 if (**strp == '.')
82 ++*strp;
92 const char **strp,
96 if (strncasecmp (*strp, "pof:", 4) == 0)
98 *strp += 4;
108 const char **strp,
[all...]
H A Dxc16x.opc60 const char **strp,
64 if (**strp == '#')
66 ++*strp;
76 const char **strp,
80 if (**strp == '.')
82 ++*strp;
92 const char **strp,
96 if (strncasecmp (*strp, "pof:", 4) == 0)
98 *strp += 4;
108 const char **strp,
[all...]
H A Dsh.opc55 const char ** strp,
/macosx-10.9.5/emacs-92/emacs/src/
H A Ddoc.c757 register unsigned char *strp;
793 strp = SDATA (string);
794 while (strp < SDATA (string) + SBYTES (string))
796 if (strp[0] == '\\' && strp[1] == '=')
801 strp += 2;
805 int maxlen = SDATA (string) + SBYTES (string) - strp;
807 STRING_CHAR_AND_LENGTH (strp, maxlen, len);
809 *bufp = *strp;
811 bcopy (strp, buf
755 register unsigned char *strp; variable
[all...]
/macosx-10.9.5/Libc-997.90.3/stdtime/FreeBSD/
H A Dlocaltime.c206 static const char * getzname(const char * strp, char **name, size_t *len);
207 static const char * getnum(const char * strp, int * nump, int min,
209 static const char * getsecs(const char * strp, long * secsp);
210 static const char * getoffset(const char * strp, long * offsetp);
211 static const char * getrule(const char * strp, struct rule * rulep);
746 getzname(strp, name, len)
747 const char * strp;
754 if (*strp == '<' && (ket = strchr(strp, '>')) != NULL) {
755 *name = (char *)(strp
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/tools/tzcode/
H A Dlocaltime.c142 static const char * getzname(const char * strp);
143 static const char * getqzname(const char * strp, const int delim);
144 static const char * getnum(const char * strp, int * nump, int min,
146 static const char * getsecs(const char * strp, long * secsp);
147 static const char * getoffset(const char * strp, long * offsetp);
148 static const char * getrule(const char * strp, struct rule * rulep);
619 getzname(strp)
620 register const char * strp;
624 while ((c = *strp) != '\0' && !is_digit(c) && c != ',' && c != '-' &&
626 ++strp;
640 getqzname(register const char *strp, const int delim) argument
[all...]
/macosx-10.9.5/Libc-997.90.3/stdio/FreeBSD/
H A Dvswscanf.c71 const wchar_t *strp; local
84 strp = str;
85 if ((mlen = wcsrtombs_l(mbstr, &strp, SIZE_T_MAX, &mbs, loc)) == (size_t)-1) {
/macosx-10.9.5/bind9-45.100/bind9/lib/isccc/include/isccc/
H A Dalist.h77 isccc_alist_lookupstring(isccc_sexpr_t *alist, const char *key, char **strp);

Completed in 204 milliseconds

123