diff options
author | Oliver Stannard <oliver.stannard@arm.com> | 2015-11-27 13:04:48 +0000 |
---|---|---|
committer | Oliver Stannard <oliver.stannard@arm.com> | 2015-11-27 13:04:48 +0000 |
commit | b25914e03ff878ef6fbf56e9640918316dc84453 (patch) | |
tree | 43b30bcad931a0530c4aa25a9d693a90786bcbee /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h | |
parent | f2d3dbfaca5c35e68b0f05add5ca71234e4e0982 (diff) | |
download | bcm5719-llvm-b25914e03ff878ef6fbf56e9640918316dc84453.tar.gz bcm5719-llvm-b25914e03ff878ef6fbf56e9640918316dc84453.zip |
[AArch64] Add ARMv8.2-A FP16 scalar instructions
ARMv8.2-A adds 16-bit floating point versions of all existing VFP
floating-point instructions. This is an optional extension, so all of
these instructions require the FeatureFullFP16 subtarget feature.
Most of these instructions are the same as the 32- and 64-bit versions,
but with the type field (bits 23-22) set to 0b11. Previously the top bit
of the size field was always 0, so the instruction classes only provided
a 1-bit size field, which I have widened to 2 bits.
Differential Revision: http://reviews.llvm.org/D15014
llvm-svn: 254198
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h')
0 files changed, 0 insertions, 0 deletions