This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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]

Re: [PATCH][ARM] Fix decoding mask of the VCMLA instruction


>>> On 16.01.17 at 11:56, <nickc@redhat.com> wrote:
>> opcodes/
>> 2017-01-13  Szabolcs Nagy  <szabolcs.nagy@arm.com>
>> 
>> 	* arm-dis.c (coprocessor_opcodes): Fix vcmla mask.
> 
> Approved - please apply.

I'm sorry for having noticed only over the weekend, but I think
there's a second issue here: Aiui the instruction takes a 1-bit
immediate (selecting between 90° and 270°), yet doesn't
decode bit 20 (which would be required to always be 1 for only
those two value to be selectable). It is of no help that the test
case only ever tests #90 as the immediate operand.

Jan


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