r242233 - in /branches/ARM/sve-branch/gcc: expm...

rsandifo@gcc.gnu.org rsandifo@gcc.gnu.org
Fri Nov 11 17:23:00 GMT 2016


Author: rsandifo
Date: Fri Nov 11 17:23:44 2016
New Revision: 242233

URL: https://gcc.gnu.org/viewcvs?rev=242233&root=gcc&view=rev
Log:
poly_int: store_bit_field bitrange

This patch changes the bitnum and bitsize arguments to
store_bit_field from unsigned HOST_WIDE_INTs to poly_uint64s.
The later part of store_bit_field_1 still needs to operate
on constant bit positions and sizes, so the patch splits
it out into a subfunction (store_integral_bit_field).

Modified:
    branches/ARM/sve-branch/gcc/expmed.c
    branches/ARM/sve-branch/gcc/expmed.h



More information about the Gcc-cvs mailing list