i386: Check for reserved VEX.vvvv and EVEX.vvvv
[external/binutils.git] / gas / testsuite / gas / i386 / prefetch.s
1 .macro try opcode:vararg
2         .byte \opcode, 0x00
3         .byte \opcode, 0x08
4         .byte \opcode, 0x10
5         .byte \opcode, 0x18
6         .byte \opcode, 0x20
7         .byte \opcode, 0x28
8         .byte \opcode, 0x30
9         .byte \opcode, 0x38
10 .endm
11
12 .text
13
14 amd_prefetch:
15         try 0x0f, 0x0d
16
17 intel_prefetch:
18         try 0x0f, 0x18