i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.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
This page took 0.029424 seconds and 4 git commands to generate.