Re: [40/77] Use scalar_int_mode for extraction_insn fields

2017-08-16 Thread Jeff Law
On 07/13/2017 02:52 AM, Richard Sandiford wrote: > 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.

[40/77] Use scalar_int_mode for extraction_insn fields

2017-07-13 Thread Richard Sandiford
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.