llvm-6502/include
Jim Grosbach 26edbcb8d5 Add support for floating point immediates to MC instruction printing. ARM
VFP instructions use it for loading some constants, so implement that
handling.

Not thrilled with adding a member to MCOperand, but not sure there's much of
a better option that's not pretty fragile (like putting a double in the
union instead and just assuming that's good enough). Suggestions welcome...



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113996 91177308-0d34-0410-b5e6-96231b3b80d8
2010-09-15 18:47:08 +00:00
..
llvm Add support for floating point immediates to MC instruction printing. ARM 2010-09-15 18:47:08 +00:00
llvm-c Add missing X86 MMX declarations. Hopefully fixes buildbot? 2010-09-10 21:58:02 +00:00