i386: Check for reserved VEX.vvvv and EVEX.vvvv
[external/binutils.git] / gas / testsuite / gas / i386 / x86-64-reg-bad.s
1 # Check %axl / %cxl aren't permitted as accumulator / shift count
2
3         .text
4 reg:
5         add     $1, %axl
6         div     %bl, %axl
7         in      %dx, %axl
8         lods    (%rsi), %axl
9         movabs  -1, %axl
10         shl     %cxl, %eax
11         test    $1, %axl