x86: Remove i386-*-kaos* and i386-*-chaos targets
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-reg-bad.s
CommitLineData
0645f0a2
JB
1# Check %axl / %cxl aren't permitted as accumulator / shift count
2
3 .text
4reg:
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
This page took 0.093778 seconds and 4 git commands to generate.