llvm-6502/test/MC
Daniel Dunbar 77e2dd7bb2 X86: Mark JMP{32,64}[mr] as requires 32-bit/64-bit mode. They are the same
instruction, we only want to allow the one for the current subtarget.
 - This also fixes suffix matching for jmp instructions, because it eliminates
   the ambiguity between 'jmpl' and 'jmpq'.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108746 91177308-0d34-0410-b5e6-96231b3b80d8
2010-07-19 20:44:16 +00:00
..
AsmParser X86: Mark JMP{32,64}[mr] as requires 32-bit/64-bit mode. They are the same 2010-07-19 20:44:16 +00:00
Disassembler my work on adding segment registers to LEA missed the 2010-07-13 04:23:55 +00:00
MachO MC/X86: Add aliases for Jcc variants. 2010-05-27 21:33:19 +00:00