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

123

/haiku-buildtools/legacy/binutils/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 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...]
/haiku-buildtools/binutils/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
1423 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
755 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)
136 *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
169 parse_signed4(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
194 parse_signed4n(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
219 parse_signed8(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
259 parse_unsigned16(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
318 parse_signed16(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
379 parse_unsigned20(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
405 parse_unsigned24(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
432 parse_signed24(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
451 parse_signed32(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
466 parse_imm1_S(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
484 parse_imm3_S(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
502 parse_bit3_S(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
520 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
556 parse_Bitno16R(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
574 parse_unsigned_bitbase(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep, unsigned bits, int allow_syms) argument
628 parse_signed_bitbase(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep, unsigned bits, int allow_syms) argument
673 parse_unsigned_bitbase8(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
680 parse_unsigned_bitbase11(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
687 parse_unsigned_bitbase16(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
694 parse_unsigned_bitbase19(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
701 parse_unsigned_bitbase27(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
708 parse_signed_bitbase8(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
715 parse_signed_bitbase11(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
722 parse_signed_bitbase19(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
731 parse_suffix(const char **strp, char suffix) argument
748 parse_S(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, int opindex ATTRIBUTE_UNUSED, signed long *valuep ATTRIBUTE_UNUSED) argument
755 parse_G(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, int opindex ATTRIBUTE_UNUSED, signed long *valuep ATTRIBUTE_UNUSED) argument
762 parse_Q(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, int opindex ATTRIBUTE_UNUSED, signed long *valuep ATTRIBUTE_UNUSED) argument
769 parse_Z(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, int opindex ATTRIBUTE_UNUSED, signed long *valuep ATTRIBUTE_UNUSED) argument
778 parse_X(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, int opindex ATTRIBUTE_UNUSED, signed long *valuep ATTRIBUTE_UNUSED) argument
787 parse_r0l_r0h(CGEN_CPU_DESC cd, const char **strp, int opindex ATTRIBUTE_UNUSED, signed long *valuep) argument
820 parse_size(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, int opindex ATTRIBUTE_UNUSED, signed long *valuep ATTRIBUTE_UNUSED) argument
854 parse_regset(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, int opindex ATTRIBUTE_UNUSED, unsigned long *valuep, int push) argument
918 parse_pop_regset(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, int opindex ATTRIBUTE_UNUSED, unsigned long *valuep) argument
927 parse_push_regset(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, int opindex ATTRIBUTE_UNUSED, unsigned long *valuep) argument
954 m32c_cgen_parse_operand(CGEN_CPU_DESC cd, int opindex, const char ** strp, CGEN_FIELDS * fields) argument
1744 parse_insn_normal(CGEN_CPU_DESC cd, const CGEN_INSN *insn, const char **strp, CGEN_FIELDS *fields) argument
[all...]
H A Dmep-asm.c73 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,
72 parse_csrn(CGEN_CPU_DESC cd, const char **strp, CGEN_KEYWORD *keyword_table, long *field) argument
96 parse_ivc2_cr(CGEN_CPU_DESC cd, const char **strp, CGEN_KEYWORD *keyword_table ATTRIBUTE_UNUSED, long *field) argument
109 parse_ivc2_ccr(CGEN_CPU_DESC cd, const char **strp, CGEN_KEYWORD *keyword_table ATTRIBUTE_UNUSED, long *field) argument
119 parse_tpreg(CGEN_CPU_DESC cd, const char ** strp, CGEN_KEYWORD *keyword_table, long *field) argument
133 parse_spreg(CGEN_CPU_DESC cd, const char ** strp, CGEN_KEYWORD *keyword_table, long *field) argument
147 parse_mep_align(CGEN_CPU_DESC cd, const char ** strp, enum cgen_operand_type type, long *field) argument
204 parse_mep_alignu(CGEN_CPU_DESC cd, const char ** strp, enum cgen_operand_type type, unsigned long *field) argument
215 parse_signed16(CGEN_CPU_DESC cd, const char **strp, int opindex, long *valuep) argument
224 parse_lo16(CGEN_CPU_DESC cd, const char **strp, int opindex, long *valuep, long signedp) argument
313 parse_unsigned16(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
322 parse_signed16_range(CGEN_CPU_DESC cd, const char **strp, int opindex, signed long *valuep) argument
342 parse_unsigned16_range(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
364 parse_zero(CGEN_CPU_DESC cd, const char **strp, int opindex, long *valuep) argument
466 parse_unsigned7(CGEN_CPU_DESC cd, const char **strp, enum cgen_operand_type opindex, unsigned long *valuep) argument
509 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 Dor1k-asm.c60 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;
58 parse_disp26(CGEN_CPU_DESC cd, const char ** strp, int opindex, int opinfo, enum cgen_parse_operand_result * resultp, bfd_vma * valuep) argument
88 parse_simm16(CGEN_CPU_DESC cd, const char ** strp, int opindex, long * valuep) argument
411 parse_uimm16(CGEN_CPU_DESC cd, const char ** strp, int opindex, unsigned long * valuep) argument
439 or1k_cgen_parse_operand(CGEN_CPU_DESC cd, int opindex, const char ** strp, CGEN_FIELDS * fields) argument
663 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
671 parse_insn_normal(CGEN_CPU_DESC cd, const CGEN_INSN *insn, const char **strp, CGEN_FIELDS *fields) argument
[all...]
/haiku-buildtools/binutils/cpu/
H A Dor1k.opc56 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...]
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 Dxstormy16.opc61 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...]
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 Dfr30.opc54 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...]
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...]
/haiku-buildtools/legacy/binutils/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...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20030917-1.c9 blah(size,strp)
11 register STR **strp;
16 (*strp)->str_pok &= ~128;

Completed in 279 milliseconds

123