llvm-6502/test/MC
Bill Wendling bbbdcd453d Add support for vmov.f64/.f32 encoding. There's a bit of a hack going on
here. The f32 in FCONSTS is handled as a double instead of a float in the
code. So the encoding of the immediate into the instruction isn't exactly in
line with the documentation in that regard. But given that we know it's handled
as a double, it doesn't cause any harm.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116471 91177308-0d34-0410-b5e6-96231b3b80d8
2010-10-14 02:33:26 +00:00
..
ARM Add support for vmov.f64/.f32 encoding. There's a bit of a hack going on 2010-10-14 02:33:26 +00:00
AsmParser actually, move the elf tests into the existing elf dir. 2010-10-02 18:53:48 +00:00
COFF MC-COFF: Fix .bss section size. Fixes PR8335. Patch by NAKAMUTA Takumi! 2010-10-09 16:04:45 +00:00
Disassembler Refactor the ARM 'setend' instruction pattern. Use a single instruction pattern 2010-10-13 21:00:04 +00:00
ELF Call InitSections in llc and clang so that the binaries produced by them 2010-10-08 19:37:38 +00:00
MachO MC/Mach-O/i386: Fix a crash in relocation handling. 2010-09-17 15:21:50 +00:00
X86 Replace a gross hack (the MOV64ri_alt instruction) with a slightly less 2010-10-05 21:09:45 +00:00