Add Intel MCU support to opcodes
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / katmai.s
index 426b2c7b5e7f7ad0afafec8a27df1f3a67b14e95..5510417cb4865208cce5464b21e9c65494a84f50 100644 (file)
@@ -1,6 +1,7 @@
 #PIII SIMD instructions
 
 .text
+foo:
  addps         (%ecx),%xmm0
  addps         %xmm2,%xmm1
  addss         (%ebx),%xmm2
  prefetcht1    (%edx)
  prefetcht2    (%ecx)
 
-# A SIMD instruction with a bad extension byte
-.byte 0x2E,0x0F,0xC2,0x0A,0x08
- nop
- nop
 # A bad sfence modrm byte
 .byte 0x65,0x0F,0xAE,0xff
-# Pad out to goo alignment
-.byte 0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90
+# Pad out to good alignment
+ .p2align 4,0
This page took 0.024346 seconds and 4 git commands to generate.