Lines Matching refs:intoffset

5994   int intoffset;	/* offset of the first pending integer field.  */  member
6063 if (parms->intoffset != -1) in function_arg_record_value_1()
6068 startbit = parms->intoffset & -BITS_PER_WORD; in function_arg_record_value_1()
6072 this_slotno = parms->slotno + parms->intoffset in function_arg_record_value_1()
6083 parms->intoffset = -1; in function_arg_record_value_1()
6098 if (parms->intoffset == -1) in function_arg_record_value_1()
6099 parms->intoffset = bitpos; in function_arg_record_value_1()
6115 int this_slotno, intslots, intoffset; in function_arg_record_value_3() local
6118 if (parms->intoffset == -1) in function_arg_record_value_3()
6121 intoffset = parms->intoffset; in function_arg_record_value_3()
6122 parms->intoffset = -1; in function_arg_record_value_3()
6124 startbit = intoffset & -BITS_PER_WORD; in function_arg_record_value_3()
6127 this_slotno = parms->slotno + intoffset / BITS_PER_WORD; in function_arg_record_value_3()
6138 if (intoffset % BITS_PER_WORD != 0) in function_arg_record_value_3()
6139 mode = smallest_mode_for_size (BITS_PER_WORD - intoffset % BITS_PER_WORD, in function_arg_record_value_3()
6144 intoffset /= BITS_PER_UNIT; in function_arg_record_value_3()
6150 = gen_rtx_EXPR_LIST (VOIDmode, reg, GEN_INT (intoffset)); in function_arg_record_value_3()
6153 intoffset = (intoffset | (UNITS_PER_WORD-1)) + 1; in function_arg_record_value_3()
6252 if (parms->intoffset == -1) in function_arg_record_value_2()
6253 parms->intoffset = bitpos; in function_arg_record_value_2()
6289 parms.intoffset = 0; in function_arg_record_value()
6293 if (parms.intoffset != -1) in function_arg_record_value()
6298 startbit = parms.intoffset & -BITS_PER_WORD; in function_arg_record_value()
6301 this_slotno = slotno + parms.intoffset / BITS_PER_WORD; in function_arg_record_value()
6351 parms.intoffset = 0; in function_arg_record_value()