x86: allow suffix-less movzw and 64-bit movzb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / amd.s
index af4cd452daaec78f6043ce5cc1f07e8ad0e621c4..d9f654d922b903c56fd34c686ee8a75f96616ec9 100644 (file)
@@ -1,6 +1,7 @@
 #AMD 3DNow! instructions
 
 .text
+foo:
  prefetch      (%ebx)
  prefetchw     0x1000(,%esi,2)
  femms
  pi2fd         %mm6,%mm1
  pmulhrw       %mm7,%mm2
 
+ syscall
+ sysret
+
+ rdtscp
+
 # This is a 3DNow! instruction, with a prefix, that isn't quite right
 # Everything's good bar the opcode suffix
 .byte 0x2e, 0x0f, 0x0f, 0x54, 0xc3, 0x07, 0xc3
-
-# Pad out to a good alignment
- .byte 0x90,0x90,0x90,0x90,0x90,0x90
This page took 0.024342 seconds and 4 git commands to generate.