Home
last modified time | relevance | path

Searched refs:compute_int_layout (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dsparc.c7098 compute_int_layout (int bitpos, assign_data_t *data, int *pnregs) in compute_int_layout() function
7183 if (compute_int_layout (bitpos, data, &nregs)) in count_registers()
7206 if (!compute_int_layout (bitpos, data, &nregs)) in assign_int_registers()
7317 if (compute_int_layout (size * BITS_PER_UNIT, &data, &nregs)) in function_arg_record_value()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.cc7030 compute_int_layout (int bitpos, assign_data_t *data, int *pnregs) in compute_int_layout() function
7115 if (compute_int_layout (bitpos, data, &nregs)) in count_registers()
7138 if (!compute_int_layout (bitpos, data, &nregs)) in assign_int_registers()
7249 if (compute_int_layout (size * BITS_PER_UNIT, &data, &nregs)) in function_arg_record_value()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201631091 (compute_int_layout): New static function.
H A DChangeLog-20182220 (compute_int_layout): Change bitpos from HOST_WIDE_INT to int.