llvm-project/llvm/lib/Target/ARM/InstPrinter
Jim Grosbach efc761a1eb 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

llvm-svn: 140834
2011-09-30 00:50:06 +00:00
..
ARMInstPrinter.cpp ARM fix encoding of VMOV.f32 and VMOV.f64 immediates. 2011-09-30 00:50:06 +00:00
ARMInstPrinter.h ARM fix encoding of VMOV.f32 and VMOV.f64 immediates. 2011-09-30 00:50:06 +00:00
CMakeLists.txt Rewrite the CMake build to use explicit dependencies between libraries, 2011-07-29 00:14:25 +00:00
Makefile