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]

[PATCH][GAS][ARM] Use preferred form of vrint instructions in disassembly


Hi all,
The preferred form of vrint instructions for ARMv8 has only one register
size suffix instead of two (ie vrinta.f32 instead of vrinta.f32.f32),
although the assembler accepts both.
This patch changes the disassembly to reflect the preferred form, and
updates the tests accordingly.

No regressions in testing.

Ok for trunk?

Thanks,
Kyrill

P.S. If accepted, can someone commit it for me please?

gas/testsuite

2012-10-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>

	gas/arm/armv8-a+fp.d: Use preferred form of
	vrint instruction variants for disassembly.
	gas/arm/armv8-a+fp.s: Likewise.
	gas/arm/armv8-a+simd.d: Likewise.
	gas/arm/armv8-a+simd.s: Likewise.


opcodes/

2012-10-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>

	arm-dis.c: Use preferred form of vrint instruction variants
	for disassembly.

Attachment: gas_vrintff.txt
Description: Text document


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