r242136 - in /branches/ARM/sve-branch/gcc: comb...
rsandifo@gcc.gnu.org
rsandifo@gcc.gnu.org
Fri Nov 11 17:06:00 GMT 2016
Author: rsandifo
Date: Fri Nov 11 17:06:24 2016
New Revision: 242136
URL: https://gcc.gnu.org/viewcvs?rev=242136&root=gcc&view=rev
Log:
Use scalar_int_mode for extraction_insn fields
insv, extv and eztzv modify or read a field in a register or
memory. The field always has a scalar integer mode, while the
register or memory either has a scalar integer mode or BLKmode.
The mode of the bit position is also a scalar integer.
This patch uses the type system to make that explicit.
Modified:
branches/ARM/sve-branch/gcc/combine.c
branches/ARM/sve-branch/gcc/expmed.c
branches/ARM/sve-branch/gcc/optabs-query.c
branches/ARM/sve-branch/gcc/optabs-query.h
branches/ARM/sve-branch/gcc/recog.c
More information about the Gcc-cvs
mailing list