This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]