Home
last modified time | relevance | path

Searched refs:mips_arg_info (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-mips.c4887 struct mips_arg_info struct
4926 match_out_of_range (struct mips_arg_info *arg) in match_out_of_range() argument
4934 match_not_constant (struct mips_arg_info *arg) in match_not_constant()
4944 match_char (struct mips_arg_info *arg, char ch) in match_char()
4961 match_expression (struct mips_arg_info *arg, expressionS *value, in match_expression()
5003 match_const_int (struct mips_arg_info *arg, offsetT *value) in match_const_int()
5101 check_regno (struct mips_arg_info *arg, in check_regno()
5145 match_regno (struct mips_arg_info *arg, enum mips_reg_operand_type type, in match_regno()
5163 match_reg (struct mips_arg_info *arg, enum mips_reg_operand_type type, in match_reg()
5180 match_reg_range (struct mips_arg_info *arg, enum mips_reg_operand_type type, in match_reg_range()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-mips.c4890 struct mips_arg_info struct
4929 match_out_of_range (struct mips_arg_info *arg) in match_out_of_range() argument
4937 match_not_constant (struct mips_arg_info *arg) in match_not_constant()
4947 match_char (struct mips_arg_info *arg, char ch) in match_char()
4964 match_expression (struct mips_arg_info *arg, expressionS *value, in match_expression()
5006 match_const_int (struct mips_arg_info *arg, offsetT *value) in match_const_int()
5104 check_regno (struct mips_arg_info *arg, in check_regno()
5148 match_regno (struct mips_arg_info *arg, enum mips_reg_operand_type type, in match_regno()
5166 match_reg (struct mips_arg_info *arg, enum mips_reg_operand_type type, in match_reg()
5183 match_reg_range (struct mips_arg_info *arg, enum mips_reg_operand_type type, in match_reg_range()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-2013425 * config/tc-mips.c (mips_arg_info): Replace allow_nonconst and
430 initialize the mips_arg_info field. Add a complete_p parameter.
445 * config/tc-mips.c (mips_arg_info): Remove soft_match.
807 (mips_arg_info): Add a token field. Remove optional_reg field.
869 (mips_arg_info): New structure.
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-2013425 * config/tc-mips.c (mips_arg_info): Replace allow_nonconst and
430 initialize the mips_arg_info field. Add a complete_p parameter.
445 * config/tc-mips.c (mips_arg_info): Remove soft_match.
807 (mips_arg_info): Add a token field. Remove optional_reg field.
869 (mips_arg_info): New structure.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc336 struct mips_arg_info { struct
5851 mips_get_arg_info (struct mips_arg_info *info, const CUMULATIVE_ARGS *cum, in mips_get_arg_info()
5967 mips_arg_regno (const struct mips_arg_info *info, bool hard_float_p) in mips_arg_regno()
5994 struct mips_arg_info info; in mips_function_arg()
6160 struct mips_arg_info info; in mips_function_arg_advance()
6195 struct mips_arg_info info; in mips_arg_partial_bytes()
7428 struct mips_arg_info info; in mips_output_args_xfer()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c334 struct mips_arg_info { struct
5840 mips_get_arg_info (struct mips_arg_info *info, const CUMULATIVE_ARGS *cum, in mips_get_arg_info()
5956 mips_arg_regno (const struct mips_arg_info *info, bool hard_float_p) in mips_arg_regno()
5983 struct mips_arg_info info; in mips_function_arg()
6110 struct mips_arg_info info; in mips_function_arg_advance()
6145 struct mips_arg_info info; in mips_arg_partial_bytes()
7288 struct mips_arg_info info; in mips_output_args_xfer()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20041350 * config/mips/mips.c (mips_arg_info): Use FUNCTION_ARG_BOUNDARY to
11295 * config/mips/mips.c (struct mips_arg_info): Likewise.
11296 (mips_arg_info): Don't allow fpr_p to affect the register or
15627 (mips_output_move, mips_relational_operand_ok_p, mips_arg_info)
16401 (mips_arg_info): Add checks for VECTOR_FLOAT_TYPE_P and
18057 * config/mips/mips.c (struct mips_arg_info): Delete num_bytes.
18058 (mips_arg_info): Update accordingly. Remove common treatment of fpr_p;
23610 (mips_arg_info): Remove special handling of must_pass_in_stck args.
H A DChangeLog-20036567 * config/mips/mips.c (mips_arg_info): If MUST_PASS_IN_STACK,
10129 * config/mips/mips.c (struct mips_arg_info): Remove struct_p.
10131 (mips_arg_info): Don't set struct_p. Don't set fpr_p for non-float
34517 * config/mips/mips.c (mips_arg_info): Pass TFmode values in
H A DChangeLog-200227792 * config/mips/mips.c (struct mips_arg_info): New.
27793 (mips_arg_info): New function.
27796 (function_arg): Constify CUMULATIVE_ARGS. Use mips_arg_info. Check
27798 (function_partial_nregs): Constify CUMULATIVE_ARGS. Use mips_arg_info.
H A DChangeLog-20073436 (mips_arg_info): Rename to...
H A DChangeLog-201016418 (mips_arg_info): Likewise.