Searched defs:iq2000_args (Results 1 – 2 of 2) sorted by relevance
281 typedef struct iq2000_args struct283 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];