llvm-6502/lib/Target/ARM/MCTargetDesc
Jim Grosbach 4ebbf7b8a8 ARM fix encoding of VMOV.f32 and VMOV.f64 immediates.
Encode the immediate into its 8-bit form as part of isel rather than later,
which simplifies things for mapping the encoding bits, allows the removal
of the custom disassembler decoding hook, makes the operand printer trivial,
and prepares things more cleanly for handling these in the asm parser.

rdar://10211428



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140834 91177308-0d34-0410-b5e6-96231b3b80d8
2011-09-30 00:50:06 +00:00
..
ARMAddressingModes.h ARM fix encoding of VMOV.f32 and VMOV.f64 immediates. 2011-09-30 00:50:06 +00:00
ARMAsmBackend.cpp
ARMBaseInfo.h
ARMFixupKinds.h
ARMMachObjectWriter.cpp
ARMMCAsmInfo.cpp
ARMMCAsmInfo.h
ARMMCCodeEmitter.cpp
ARMMCExpr.cpp
ARMMCExpr.h
ARMMCTargetDesc.cpp Check in a patch that has already been code reviewed by Owen that I'd forgotten to commit. 2011-09-28 14:21:38 +00:00
ARMMCTargetDesc.h
CMakeLists.txt Unbreak CMake build. 2011-09-27 23:29:59 +00:00
Makefile