llvm-6502/test/MC/Mips
Jack Carter 5b0e9ce2e5 The define for 64 bit sign extension neglected to
initialize fields of the class that it used.

The result was nonsense code.

Before:
0000000000000000 <foo>:
   0:    00441100     0x441100
   4:    03e00008     jr    ra
   8:    00000000     nop

After:
0000000000000000 <foo>:
   0:    00041000     sll    v0,a0,0x0
   4:    03e00008     jr    ra
   8:    00000000     nop 


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161377 91177308-0d34-0410-b5e6-96231b3b80d8
2012-08-07 00:35:22 +00:00
..
elf_basic.s
elf-bigendian.ll
elf-N64.ll
elf-objdump.s
elf-relsym.ll
elf-tls.ll
higher_highest.ll Mips relocations R_MIPS_HIGHER and R_MIPS_HIGHEST. 2012-08-06 21:26:03 +00:00
lea_64.ll The Mips64InstrInfo.td definitions DynAlloc64 LEA_ADDiu64 2012-08-06 23:29:06 +00:00
lit.local.cfg
mips64shift.ll Doubleword Shift Left Logical Plus 32 2012-07-16 15:14:51 +00:00
multi-64bit-func.ll test case for revision 160084: Alignment filling between Mips function units 2012-07-13 18:14:01 +00:00
pr11877.s
r-mips-got-disp.ll The Mips specific relocation R_MIPS_GOT_DISP 2012-07-13 19:15:47 +00:00
sext_64_32.ll The define for 64 bit sign extension neglected to 2012-08-07 00:35:22 +00:00
sym-offset.ll