Lines Matching defs:str

494 #define skip_whitespace(str)  do { if (*(str) == ' ') ++(str); } while (0)  argument
497 skip_past_char (char **str, char c) in skip_past_char()
508 #define skip_past_comma(str) skip_past_char (str, ',') argument
523 my_get_expression (expressionS * ep, char **str, int prefix_mode, in my_get_expression()
717 char *str = *ccp; in aarch64_reg_parse_32_64() local
764 parse_neon_type_for_operand (struct neon_type_el *parsed_type, char **str) in parse_neon_type_for_operand()
844 char *str = *ccp; in parse_neon_operand_type() local
878 char *str = *ccp; in parse_typed_reg() local
997 char *str = *ccp; in aarch64_reg_parse() local
1044 char *str = *ccp; in parse_neon_reg_list() local
1183 insert_reg_alias (char *str, int number, aarch64_reg_type type) in insert_reg_alias()
1962 reg_name_p (char *str, aarch64_reg_type reg_type) in reg_name_p()
1996 parse_immediate_expression (char **str, expressionS *exp) in parse_immediate_expression()
2022 parse_constant_immediate (char **str, int64_t * val) in parse_constant_immediate()
2142 char *str = *ccp; in parse_aarch64_imm_float() local
2228 parse_big_immediate (char **str, int64_t *imm) in parse_big_immediate()
2539 find_reloc_table_entry (char **str) in find_reloc_table_entry()
2572 parse_shift (char **str, aarch64_opnd_info *operand, enum parse_shift_mode mode) in parse_shift()
2712 parse_shifter_operand_imm (char **str, aarch64_opnd_info *operand, in parse_shifter_operand_imm()
2758 parse_shifter_operand (char **str, aarch64_opnd_info *operand, in parse_shifter_operand()
2808 parse_shifter_operand_reloc (char **str, aarch64_opnd_info *operand, in parse_shifter_operand_reloc()
2917 parse_address_main (char **str, aarch64_opnd_info *operand, int reloc, in parse_address_main()
3156 parse_address (char **str, aarch64_opnd_info *operand, in parse_address()
3164 parse_address_reloc (char **str, aarch64_opnd_info *operand) in parse_address_reloc()
3172 parse_half (char **str, int *internal_fixup_p) in parse_half()
3225 parse_adrp (char **str) in parse_adrp()
3269 parse_pldop (char **str) in parse_pldop()
3290 parse_barrier (char **str) in parse_barrier()
3314 parse_sys_reg (char **str, struct hash_control *sys_regs, int imple_defined_p) in parse_sys_reg()
3363 parse_sys_ins_reg (char **str, struct hash_control *sys_ins_regs) in parse_sys_ins_reg()
3599 get_mnemonic_name (const char *str) in get_mnemonic_name()
3890 char str[size]; in print_operands() local
3940 output_operand_error_record (const operand_error_record *record, char *str) in output_operand_error_record()
4116 output_operand_error_report (char *str) in output_operand_error_report()
4258 opcode_lookup (char **str) in opcode_lookup()
4594 parse_operands (char *str, const aarch64_opcode *opcode) in parse_operands()
5533 md_assemble (char *str) in md_assemble()
6981 get_upper_str (const char *str) in get_upper_str()
7235 aarch64_parse_features (char *str, const aarch64_feature_set **opt_p) in aarch64_parse_features()
7319 aarch64_parse_cpu (char *str) in aarch64_parse_cpu()
7351 aarch64_parse_arch (char *str) in aarch64_parse_arch()
7396 aarch64_parse_abi (char *str) in aarch64_parse_abi()