[llvm-commits] Fix typo of ARM Neon's VABAs and VABAu (Vector Absolute Difference and Accumulate)
Johnny Chen
johnny.chen at apple.com
Thu Oct 15 17:55:09 PDT 2009
Hi,
Refs: A7-13 & A8-526
Probably the chip designer wants to distinguish VABA and VABD of three registers of the same length
not with Instr{11-8}, but with only Instr{4}.
But then, for three registers of different lengths, VABAL and VABDL has different Instr{11-8}, but with Instr{4}=0.
Ref: A7-15.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ARMInstrNEON.td.patch4
Type: application/octet-stream
Size: 839 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20091015/fa8f0aa8/attachment.obj>
More information about the llvm-commits
mailing list