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

123

/netbsd-6-1-5-RELEASE/usr.sbin/sup/source/
H A Dskipto.c63 const char *setp, *strp; local
68 for (strp = string; tab[(unsigned char) *strp] == 0; strp++)
72 return __UNCONST(strp);
78 const char *setp, *strp; local
83 for (strp = string; tab[(unsigned char) *strp]; strp++)
87 return __UNCONST(strp);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dfrv-asm.c56 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;
54 parse_symbolic_address(CGEN_CPU_DESC cd, const char **strp, int opindex, int opinfo, enum cgen_parse_operand_result *resultp, bfd_vma *valuep) argument
77 parse_ldd_annotation(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
116 parse_call_annotation(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
155 parse_ld_annotation(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
194 parse_ulo16(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
320 parse_uslo16(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
446 parse_uhi16(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
579 parse_register_number(const char **strp) argument
594 parse_spr(CGEN_CPU_DESC cd, const char **strp, CGEN_KEYWORD * table, long *valuep) argument
631 parse_d12(CGEN_CPU_DESC cd, const char **strp, int opindex, long *valuep) argument
744 parse_s12(CGEN_CPU_DESC cd, const char **strp, int opindex, long *valuep) argument
860 parse_u12(CGEN_CPU_DESC cd, const char **strp, int opindex, long *valuep) argument
892 parse_A(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep, unsigned long A) argument
914 parse_A0(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
923 parse_A1(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
952 parse_call_label(CGEN_CPU_DESC cd, const char **strp, int opindex, int opinfo, enum cgen_parse_operand_result *resultp, bfd_vma *valuep) argument
1001 frv_cgen_parse_operand(CGEN_CPU_DESC cd, int opindex, const char ** strp, CGEN_FIELDS * fields) argument
1424 parse_insn_normal(CGEN_CPU_DESC cd, const CGEN_INSN *insn, const char **strp, CGEN_FIELDS *fields) argument
[all...]
H A Dmt-asm.c67 const char **strp,
81 errmsg = cgen_parse_address (cd, strp, opindex, code,
92 const char **strp,
106 errmsg = cgen_parse_address (cd, strp, opindex, code,
121 else if (strncmp (*strp, "%hi16", 5) == 0)
123 *strp += 5;
126 else if (strncmp (*strp, "%lo16", 5) == 0)
128 *strp += 5;
138 errmsg = cgen_parse_address (cd, strp, opindex, code,
170 if ((*strp)[
65 parse_loopsize(CGEN_CPU_DESC cd, const char **strp, int opindex, void *arg) argument
90 parse_imm16(CGEN_CPU_DESC cd, const char **strp, int opindex, void *arg) argument
214 parse_dup(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
239 parse_ball(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
263 parse_xmode(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
287 parse_rc(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
311 parse_cbrb(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
335 parse_rbbc(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
369 parse_type(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
419 mt_cgen_parse_operand(CGEN_CPU_DESC cd, int opindex, const char ** strp, CGEN_FIELDS * fields) argument
756 parse_insn_normal(CGEN_CPU_DESC cd, const CGEN_INSN *insn, const char **strp, CGEN_FIELDS *fields) argument
[all...]
H A Dm32c-asm.c59 m32c_cgen_isa_register (const char **strp)
62 const char *s = *strp;
86 if (**strp == '[') \
89 errmsg = cgen_parse_unsigned_integer (cd, strp, opindex, & value);\
99 if (**strp == '[') \
102 errmsg = cgen_parse_signed_integer (cd, strp, opindex, & value); \
109 parse_unsigned6 (CGEN_CPU_DESC cd, const char **strp,
125 parse_unsigned8 (CGEN_CPU_DESC cd, const char **strp,
132 if (strncasecmp (*strp, "%dsp8(", 6) == 0)
137 *strp
58 m32c_cgen_isa_register(const char **strp) argument
108 parse_unsigned6(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
124 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
260 parse_unsigned16(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
319 parse_signed16(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
380 parse_unsigned20(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
406 parse_unsigned24(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
433 parse_signed24(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
452 parse_signed32(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
467 parse_imm1_S(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
485 parse_imm3_S(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
503 parse_bit3_S(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
521 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
557 parse_Bitno16R(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
575 parse_unsigned_bitbase(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep, unsigned bits, int allow_syms) argument
629 parse_signed_bitbase(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep, unsigned bits, int allow_syms) argument
674 parse_unsigned_bitbase8(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
681 parse_unsigned_bitbase11(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
688 parse_unsigned_bitbase16(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
695 parse_unsigned_bitbase19(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
702 parse_unsigned_bitbase27(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
709 parse_signed_bitbase8(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
716 parse_signed_bitbase11(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
723 parse_signed_bitbase19(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
732 parse_suffix(const char **strp, char suffix) argument
749 parse_S(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, int opindex ATTRIBUTE_UNUSED, signed long *valuep ATTRIBUTE_UNUSED) argument
756 parse_G(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, int opindex ATTRIBUTE_UNUSED, signed long *valuep ATTRIBUTE_UNUSED) argument
763 parse_Q(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, int opindex ATTRIBUTE_UNUSED, signed long *valuep ATTRIBUTE_UNUSED) argument
770 parse_Z(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, int opindex ATTRIBUTE_UNUSED, signed long *valuep ATTRIBUTE_UNUSED) argument
779 parse_X(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, int opindex ATTRIBUTE_UNUSED, signed long *valuep ATTRIBUTE_UNUSED) argument
788 parse_r0l_r0h(CGEN_CPU_DESC cd, const char **strp, int opindex ATTRIBUTE_UNUSED, signed long *valuep) argument
821 parse_size(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, int opindex ATTRIBUTE_UNUSED, signed long *valuep ATTRIBUTE_UNUSED) argument
855 parse_regset(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, int opindex ATTRIBUTE_UNUSED, unsigned long *valuep, int push) argument
919 parse_pop_regset(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, int opindex ATTRIBUTE_UNUSED, unsigned long *valuep) argument
928 parse_push_regset(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, int opindex ATTRIBUTE_UNUSED, unsigned long *valuep) argument
955 m32c_cgen_parse_operand(CGEN_CPU_DESC cd, int opindex, const char ** strp, CGEN_FIELDS * fields) argument
1745 parse_insn_normal(CGEN_CPU_DESC cd, const CGEN_INSN *insn, const char **strp, CGEN_FIELDS *fields) argument
[all...]
H A Dmep-asm.c74 parse_csrn (CGEN_CPU_DESC cd, const char **strp,
80 err = cgen_parse_keyword (cd, strp, keyword_table, field);
84 err = cgen_parse_unsigned_integer (cd, strp, MEP_OPERAND_CSRN_IDX, & value);
99 const char **strp,
103 return cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_cr_ivc2, field);
112 const char **strp,
116 return cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_ccr_ivc2, field);
121 parse_tpreg (CGEN_CPU_DESC cd, const char ** strp,
126 err = cgen_parse_keyword (cd, strp, keyword_table, field);
135 parse_spreg (CGEN_CPU_DESC cd, const char ** strp,
73 parse_csrn(CGEN_CPU_DESC cd, const char **strp, CGEN_KEYWORD *keyword_table, long *field) argument
97 parse_ivc2_cr(CGEN_CPU_DESC cd, const char **strp, CGEN_KEYWORD *keyword_table ATTRIBUTE_UNUSED, long *field) argument
110 parse_ivc2_ccr(CGEN_CPU_DESC cd, const char **strp, CGEN_KEYWORD *keyword_table ATTRIBUTE_UNUSED, long *field) argument
120 parse_tpreg(CGEN_CPU_DESC cd, const char ** strp, CGEN_KEYWORD *keyword_table, long *field) argument
134 parse_spreg(CGEN_CPU_DESC cd, const char ** strp, CGEN_KEYWORD *keyword_table, long *field) argument
148 parse_mep_align(CGEN_CPU_DESC cd, const char ** strp, enum cgen_operand_type type, long *field) argument
205 parse_mep_alignu(CGEN_CPU_DESC cd, const char ** strp, enum cgen_operand_type type, unsigned long *field) argument
216 parse_signed16(CGEN_CPU_DESC cd, const char **strp, int opindex, long *valuep) argument
225 parse_lo16(CGEN_CPU_DESC cd, const char **strp, int opindex, long *valuep, long signedp) argument
314 parse_unsigned16(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
323 parse_signed16_range(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
343 parse_unsigned16_range(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
365 parse_zero(CGEN_CPU_DESC cd, const char **strp, int opindex, long *valuep) argument
467 parse_unsigned7(CGEN_CPU_DESC cd, const char **strp, enum cgen_operand_type opindex, unsigned long *valuep) argument
510 parse_cdisp10(CGEN_CPU_DESC cd, const char **strp, int opindex, long *valuep) argument
788 const char **strp = 0; local
840 mep_cgen_parse_operand(CGEN_CPU_DESC cd, int opindex, const char ** strp, CGEN_FIELDS * fields) argument
1447 parse_insn_normal(CGEN_CPU_DESC cd, const CGEN_INSN *insn, const char **strp, CGEN_FIELDS *fields) argument
[all...]
H A Dip2k-asm.c57 const char **strp,
69 old_strp = *strp;
74 if ((strncmp (*strp, "w", 1) == 0) || (strncmp (*strp, "W", 1) == 0))
76 (*strp)++;
78 if ((strncmp (*strp, ",", 1) == 0) || ISSPACE (**strp))
85 *strp = old_strp;
89 errmsg = cgen_parse_keyword (cd, strp, & ip2k_cgen_opval_register_names,
91 if (*strp !
55 parse_fr(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
225 parse_addr16(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
267 parse_addr16_cjp(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
311 parse_lit8(CGEN_CPU_DESC cd, const char **strp, int opindex, long *valuep) argument
378 parse_bit3(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
461 ip2k_cgen_parse_operand(CGEN_CPU_DESC cd, int opindex, const char ** strp, CGEN_FIELDS * fields) argument
672 parse_insn_normal(CGEN_CPU_DESC cd, const CGEN_INSN *insn, const char **strp, CGEN_FIELDS *fields) argument
[all...]
H A Dfr30-asm.c57 parse_register_number (const char **strp)
61 if (**strp < '0' || **strp > '9')
63 regno = **strp - '0';
64 ++*strp;
66 if (**strp >= '0' && **strp <= '9')
68 regno = regno * 10 + (**strp - '0');
69 ++*strp;
77 const char **strp,
56 parse_register_number(const char **strp) argument
75 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
122 parse_low_register_list_ld(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
132 parse_hi_register_list_ld(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
142 parse_low_register_list_st(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
152 parse_hi_register_list_st(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
180 fr30_cgen_parse_operand(CGEN_CPU_DESC cd, int opindex, const char ** strp, CGEN_FIELDS * fields) argument
471 parse_insn_normal(CGEN_CPU_DESC cd, const CGEN_INSN *insn, const char **strp, CGEN_FIELDS *fields) argument
[all...]
H A Dm32r-asm.c60 const char **strp,
64 if (**strp == '#')
65 ++*strp;
73 const char **strp,
81 if (**strp == '#')
82 ++*strp;
84 if (strncasecmp (*strp, "high(", 5) == 0)
86 *strp += 5;
87 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_M32R_HI16_ULO,
89 if (**strp !
58 parse_hash(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, int opindex ATTRIBUTE_UNUSED, long *valuep ATTRIBUTE_UNUSED) argument
71 parse_hi16(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
127 parse_slo16(CGEN_CPU_DESC cd, const char ** strp, int opindex, long * valuep) argument
174 parse_ulo16(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
223 m32r_cgen_parse_operand(CGEN_CPU_DESC cd, int opindex, const char ** strp, CGEN_FIELDS * fields) argument
489 parse_insn_normal(CGEN_CPU_DESC cd, const CGEN_INSN *insn, const char **strp, CGEN_FIELDS *fields) argument
[all...]
H A Dlm32-asm.c59 const char **strp,
66 errmsg = cgen_parse_signed_integer (cd, strp, opindex, & value);
82 const char **strp,
86 if (strncasecmp (*strp, "hi(", 3) == 0)
92 *strp += 3;
93 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_HI16,
95 if (**strp != ')')
98 ++*strp;
107 return parse_imm (cd, strp, opindex, valuep);
114 const char **strp,
57 parse_imm(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
80 parse_hi16(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
112 parse_lo16(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
142 parse_gp16(CGEN_CPU_DESC cd, const char **strp, int opindex, long *valuep) argument
172 parse_got16(CGEN_CPU_DESC cd, const char **strp, int opindex, long *valuep) argument
202 parse_gotoff_hi16(CGEN_CPU_DESC cd, const char **strp, int opindex, long *valuep) argument
232 parse_gotoff_lo16(CGEN_CPU_DESC cd, const char **strp, int opindex, long *valuep) argument
276 lm32_cgen_parse_operand(CGEN_CPU_DESC cd, int opindex, const char ** strp, CGEN_FIELDS * fields) argument
510 parse_insn_normal(CGEN_CPU_DESC cd, const CGEN_INSN *insn, const char **strp, CGEN_FIELDS *fields) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dfrv-asm.c56 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;
54 parse_symbolic_address(CGEN_CPU_DESC cd, const char **strp, int opindex, int opinfo, enum cgen_parse_operand_result *resultp, bfd_vma *valuep) argument
77 parse_ldd_annotation(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
116 parse_call_annotation(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
155 parse_ld_annotation(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
194 parse_ulo16(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
320 parse_uslo16(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
446 parse_uhi16(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
579 parse_register_number(const char **strp) argument
594 parse_spr(CGEN_CPU_DESC cd, const char **strp, CGEN_KEYWORD * table, long *valuep) argument
631 parse_d12(CGEN_CPU_DESC cd, const char **strp, int opindex, long *valuep) argument
744 parse_s12(CGEN_CPU_DESC cd, const char **strp, int opindex, long *valuep) argument
860 parse_u12(CGEN_CPU_DESC cd, const char **strp, int opindex, long *valuep) argument
892 parse_A(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep, unsigned long A) argument
914 parse_A0(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
923 parse_A1(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
952 parse_call_label(CGEN_CPU_DESC cd, const char **strp, int opindex, int opinfo, enum cgen_parse_operand_result *resultp, bfd_vma *valuep) argument
1001 frv_cgen_parse_operand(CGEN_CPU_DESC cd, int opindex, const char ** strp, CGEN_FIELDS * fields) argument
1424 parse_insn_normal(CGEN_CPU_DESC cd, const CGEN_INSN *insn, const char **strp, CGEN_FIELDS *fields) argument
[all...]
H A Dmt-asm.c67 const char **strp,
81 errmsg = cgen_parse_address (cd, strp, opindex, code,
92 const char **strp,
106 errmsg = cgen_parse_address (cd, strp, opindex, code,
121 else if (strncmp (*strp, "%hi16", 5) == 0)
123 *strp += 5;
126 else if (strncmp (*strp, "%lo16", 5) == 0)
128 *strp += 5;
138 errmsg = cgen_parse_address (cd, strp, opindex, code,
170 if ((*strp)[
65 parse_loopsize(CGEN_CPU_DESC cd, const char **strp, int opindex, void *arg) argument
90 parse_imm16(CGEN_CPU_DESC cd, const char **strp, int opindex, void *arg) argument
214 parse_dup(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
239 parse_ball(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
263 parse_xmode(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
287 parse_rc(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
311 parse_cbrb(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
335 parse_rbbc(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
369 parse_type(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
419 mt_cgen_parse_operand(CGEN_CPU_DESC cd, int opindex, const char ** strp, CGEN_FIELDS * fields) argument
756 parse_insn_normal(CGEN_CPU_DESC cd, const CGEN_INSN *insn, const char **strp, CGEN_FIELDS *fields) argument
[all...]
H A Dm32c-asm.c59 m32c_cgen_isa_register (const char **strp)
62 const char *s = *strp;
86 if (**strp == '[') \
89 errmsg = cgen_parse_unsigned_integer (cd, strp, opindex, & value);\
99 if (**strp == '[') \
102 errmsg = cgen_parse_signed_integer (cd, strp, opindex, & value); \
109 parse_unsigned6 (CGEN_CPU_DESC cd, const char **strp,
125 parse_unsigned8 (CGEN_CPU_DESC cd, const char **strp,
132 if (strncasecmp (*strp, "%dsp8(", 6) == 0)
137 *strp
58 m32c_cgen_isa_register(const char **strp) argument
108 parse_unsigned6(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
124 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
260 parse_unsigned16(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
319 parse_signed16(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
380 parse_unsigned20(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
406 parse_unsigned24(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
433 parse_signed24(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
452 parse_signed32(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
467 parse_imm1_S(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
485 parse_imm3_S(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
503 parse_bit3_S(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
521 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
557 parse_Bitno16R(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
575 parse_unsigned_bitbase(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep, unsigned bits, int allow_syms) argument
629 parse_signed_bitbase(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep, unsigned bits, int allow_syms) argument
674 parse_unsigned_bitbase8(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
681 parse_unsigned_bitbase11(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
688 parse_unsigned_bitbase16(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
695 parse_unsigned_bitbase19(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
702 parse_unsigned_bitbase27(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
709 parse_signed_bitbase8(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
716 parse_signed_bitbase11(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
723 parse_signed_bitbase19(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
732 parse_suffix(const char **strp, char suffix) argument
749 parse_S(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, int opindex ATTRIBUTE_UNUSED, signed long *valuep ATTRIBUTE_UNUSED) argument
756 parse_G(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, int opindex ATTRIBUTE_UNUSED, signed long *valuep ATTRIBUTE_UNUSED) argument
763 parse_Q(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, int opindex ATTRIBUTE_UNUSED, signed long *valuep ATTRIBUTE_UNUSED) argument
770 parse_Z(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, int opindex ATTRIBUTE_UNUSED, signed long *valuep ATTRIBUTE_UNUSED) argument
779 parse_X(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, int opindex ATTRIBUTE_UNUSED, signed long *valuep ATTRIBUTE_UNUSED) argument
788 parse_r0l_r0h(CGEN_CPU_DESC cd, const char **strp, int opindex ATTRIBUTE_UNUSED, signed long *valuep) argument
821 parse_size(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, int opindex ATTRIBUTE_UNUSED, signed long *valuep ATTRIBUTE_UNUSED) argument
855 parse_regset(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, int opindex ATTRIBUTE_UNUSED, unsigned long *valuep, int push) argument
919 parse_pop_regset(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, int opindex ATTRIBUTE_UNUSED, unsigned long *valuep) argument
928 parse_push_regset(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, int opindex ATTRIBUTE_UNUSED, unsigned long *valuep) argument
955 m32c_cgen_parse_operand(CGEN_CPU_DESC cd, int opindex, const char ** strp, CGEN_FIELDS * fields) argument
1745 parse_insn_normal(CGEN_CPU_DESC cd, const CGEN_INSN *insn, const char **strp, CGEN_FIELDS *fields) argument
[all...]
H A Dmep-asm.c74 parse_csrn (CGEN_CPU_DESC cd, const char **strp,
80 err = cgen_parse_keyword (cd, strp, keyword_table, field);
84 err = cgen_parse_unsigned_integer (cd, strp, MEP_OPERAND_CSRN_IDX, & value);
99 const char **strp,
103 return cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_cr_ivc2, field);
112 const char **strp,
116 return cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_ccr_ivc2, field);
121 parse_tpreg (CGEN_CPU_DESC cd, const char ** strp,
126 err = cgen_parse_keyword (cd, strp, keyword_table, field);
135 parse_spreg (CGEN_CPU_DESC cd, const char ** strp,
73 parse_csrn(CGEN_CPU_DESC cd, const char **strp, CGEN_KEYWORD *keyword_table, long *field) argument
97 parse_ivc2_cr(CGEN_CPU_DESC cd, const char **strp, CGEN_KEYWORD *keyword_table ATTRIBUTE_UNUSED, long *field) argument
110 parse_ivc2_ccr(CGEN_CPU_DESC cd, const char **strp, CGEN_KEYWORD *keyword_table ATTRIBUTE_UNUSED, long *field) argument
120 parse_tpreg(CGEN_CPU_DESC cd, const char ** strp, CGEN_KEYWORD *keyword_table, long *field) argument
134 parse_spreg(CGEN_CPU_DESC cd, const char ** strp, CGEN_KEYWORD *keyword_table, long *field) argument
148 parse_mep_align(CGEN_CPU_DESC cd, const char ** strp, enum cgen_operand_type type, long *field) argument
205 parse_mep_alignu(CGEN_CPU_DESC cd, const char ** strp, enum cgen_operand_type type, unsigned long *field) argument
216 parse_signed16(CGEN_CPU_DESC cd, const char **strp, int opindex, long *valuep) argument
225 parse_lo16(CGEN_CPU_DESC cd, const char **strp, int opindex, long *valuep, long signedp) argument
314 parse_unsigned16(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
323 parse_signed16_range(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
343 parse_unsigned16_range(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
365 parse_zero(CGEN_CPU_DESC cd, const char **strp, int opindex, long *valuep) argument
467 parse_unsigned7(CGEN_CPU_DESC cd, const char **strp, enum cgen_operand_type opindex, unsigned long *valuep) argument
510 parse_cdisp10(CGEN_CPU_DESC cd, const char **strp, int opindex, long *valuep) argument
788 const char **strp = 0; local
840 mep_cgen_parse_operand(CGEN_CPU_DESC cd, int opindex, const char ** strp, CGEN_FIELDS * fields) argument
1447 parse_insn_normal(CGEN_CPU_DESC cd, const CGEN_INSN *insn, const char **strp, CGEN_FIELDS *fields) argument
[all...]
H A Dip2k-asm.c57 const char **strp,
69 old_strp = *strp;
74 if ((strncmp (*strp, "w", 1) == 0) || (strncmp (*strp, "W", 1) == 0))
76 (*strp)++;
78 if ((strncmp (*strp, ",", 1) == 0) || ISSPACE (**strp))
85 *strp = old_strp;
89 errmsg = cgen_parse_keyword (cd, strp, & ip2k_cgen_opval_register_names,
91 if (*strp !
55 parse_fr(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
225 parse_addr16(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
267 parse_addr16_cjp(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
311 parse_lit8(CGEN_CPU_DESC cd, const char **strp, int opindex, long *valuep) argument
378 parse_bit3(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
461 ip2k_cgen_parse_operand(CGEN_CPU_DESC cd, int opindex, const char ** strp, CGEN_FIELDS * fields) argument
672 parse_insn_normal(CGEN_CPU_DESC cd, const CGEN_INSN *insn, const char **strp, CGEN_FIELDS *fields) argument
[all...]
H A Dfr30-asm.c57 parse_register_number (const char **strp)
61 if (**strp < '0' || **strp > '9')
63 regno = **strp - '0';
64 ++*strp;
66 if (**strp >= '0' && **strp <= '9')
68 regno = regno * 10 + (**strp - '0');
69 ++*strp;
77 const char **strp,
56 parse_register_number(const char **strp) argument
75 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
122 parse_low_register_list_ld(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
132 parse_hi_register_list_ld(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
142 parse_low_register_list_st(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
152 parse_hi_register_list_st(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
180 fr30_cgen_parse_operand(CGEN_CPU_DESC cd, int opindex, const char ** strp, CGEN_FIELDS * fields) argument
471 parse_insn_normal(CGEN_CPU_DESC cd, const CGEN_INSN *insn, const char **strp, CGEN_FIELDS *fields) argument
[all...]
H A Dm32r-asm.c60 const char **strp,
64 if (**strp == '#')
65 ++*strp;
73 const char **strp,
81 if (**strp == '#')
82 ++*strp;
84 if (strncasecmp (*strp, "high(", 5) == 0)
86 *strp += 5;
87 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_M32R_HI16_ULO,
89 if (**strp !
58 parse_hash(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, int opindex ATTRIBUTE_UNUSED, long *valuep ATTRIBUTE_UNUSED) argument
71 parse_hi16(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
127 parse_slo16(CGEN_CPU_DESC cd, const char ** strp, int opindex, long * valuep) argument
174 parse_ulo16(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
223 m32r_cgen_parse_operand(CGEN_CPU_DESC cd, int opindex, const char ** strp, CGEN_FIELDS * fields) argument
489 parse_insn_normal(CGEN_CPU_DESC cd, const CGEN_INSN *insn, const char **strp, CGEN_FIELDS *fields) argument
[all...]
H A Dlm32-asm.c59 const char **strp,
66 errmsg = cgen_parse_signed_integer (cd, strp, opindex, & value);
82 const char **strp,
86 if (strncasecmp (*strp, "hi(", 3) == 0)
92 *strp += 3;
93 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_HI16,
95 if (**strp != ')')
98 ++*strp;
107 return parse_imm (cd, strp, opindex, valuep);
114 const char **strp,
57 parse_imm(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
80 parse_hi16(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
112 parse_lo16(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
142 parse_gp16(CGEN_CPU_DESC cd, const char **strp, int opindex, long *valuep) argument
172 parse_got16(CGEN_CPU_DESC cd, const char **strp, int opindex, long *valuep) argument
202 parse_gotoff_hi16(CGEN_CPU_DESC cd, const char **strp, int opindex, long *valuep) argument
232 parse_gotoff_lo16(CGEN_CPU_DESC cd, const char **strp, int opindex, long *valuep) argument
276 lm32_cgen_parse_operand(CGEN_CPU_DESC cd, int opindex, const char ** strp, CGEN_FIELDS * fields) argument
510 parse_insn_normal(CGEN_CPU_DESC cd, const CGEN_INSN *insn, const char **strp, CGEN_FIELDS *fields) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/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.opc936 const char **strp,
944 (cd, CGEN_PARSE_OPERAND_SYMBOLIC, strp, opindex, opinfo,
959 const char **strp,
967 if (**strp == '#' || **strp == '%')
969 if (strncasecmp (*strp + 1, "tlsdesc(", 8) == 0)
971 *strp += 9;
972 errmsg = parse_symbolic_address (cd, strp, opindex,
975 if (**strp != ')')
979 ++*strp;
[all...]
H A Dmt.opc105 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)[
[all...]
H A Dlm32.opc36 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...]
H A Dm32c.opc92 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
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20030917-1.c9 blah(size,strp)
11 register STR **strp;
16 (*strp)->str_pok &= ~128;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D20030917-1.c9 blah(size,strp)
11 register STR **strp;
16 (*strp)->str_pok &= ~128;
/netbsd-6-1-5-RELEASE/usr.bin/banner/
H A Dbanner.c130 char *strp; local
136 strp = &outbuf[0];
138 *strp++ = BackGnd;
147 *strp++ = BackGnd;
149 strp = scnline(
150 scnkey_def[(int)c][scnhgt-1-d], strp, cc);
152 strp = scnline(
153 scnkey_lpd[(int)c][scnhgt-1-d], strp, cc);
156 *strp++ = BackGnd;
159 *strp
[all...]

Completed in 247 milliseconds

123