Home
last modified time | relevance | path

Searched defs:iq2000_args (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/iq2000/
H A Diq2000.h281 typedef struct iq2000_args struct
283 int gp_reg_found; /* Whether a gp register was found yet. */
284 unsigned int arg_number; /* Argument number. */
285 unsigned int arg_words; /* # total words the arguments take. */
286 unsigned int fp_arg_words; /* # words for FP args (IQ2000_EABI only). */
287 int last_arg_fp; /* Nonzero if last arg was FP (EABI only). */
288 int fp_code; /* Mode of FP arguments. */
289 unsigned int num_adjusts; /* Number of adjustments made. */
291 rtx adjust[MAX_ARGS_IN_REGISTERS * 2];
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/iq2000/
H A Diq2000.h281 typedef struct iq2000_args struct
283 int gp_reg_found; /* Whether a gp register was found yet. */
284 unsigned int arg_number; /* Argument number. */
285 unsigned int arg_words; /* # total words the arguments take. */
286 unsigned int fp_arg_words; /* # words for FP args (IQ2000_EABI only). */
287 int last_arg_fp; /* Nonzero if last arg was FP (EABI only). */
288 int fp_code; /* Mode of FP arguments. */
289 unsigned int num_adjusts; /* Number of adjustments made. */
291 rtx adjust[MAX_ARGS_IN_REGISTERS * 2];