llvm-6502/test/MC/X86
Chris Lattner 8c24b0c699 rework the rotate-by-1 instructions to be defined like the
shift-by-1 instructions, where the asmstring doesn't contain
the implicit 1.  It turns out that a bunch of these rotate
instructions were completely broken because they used 1 
instead of $1.

This fixes assembly mismatches on "rclb	$1, %bl" and friends,
where we used to generate the 3 byte form, we now generate the
proper 2-byte form.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118355 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-06 21:23:40 +00:00
..
3DNow.s Add 3DNowA instructions. 2010-10-03 20:23:13 +00:00
dg.exp
x86_64-avx-clmul-encoding.s
x86_64-avx-encoding.s
x86_64-encoding.s
x86_64-fma3-encoding.s
x86_64-imm-widths.s Replace a gross hack (the MOV64ri_alt instruction) with a slightly less 2010-10-05 21:09:45 +00:00
x86_directives.s
x86_errors.s
x86_operands.s
x86-32-avx.s
x86-32-coverage.s change the fp comparison instructions to not have %st0 explicitly 2010-11-06 20:55:09 +00:00
x86-32-fma3.s
x86-32.s change the fp comparison instructions to not have %st0 explicitly 2010-11-06 20:55:09 +00:00
x86-64.s rework the rotate-by-1 instructions to be defined like the 2010-11-06 21:23:40 +00:00