* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git] / gas / testsuite / gas / i386 / inval-invpcid.s
blob483d5f7aa470bc0e3e7e1511b989cf1256962254
1 # Check illegal INVPCID instructions
2 .text
3 foo:
4 invpcid (%ecx), %bx
5 invpcid %ebx, (%ecx)
6 invpcid %ebx, %ecx
8 .intel_syntax noprefix
9 invpcid bx, [ecx]
10 invpcid [ecx], ebx
11 invpcid ecx, ebx