summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/i386/prefetch.s
blob: c0f92ae2a0d40b51c3431eb27f47dbc8cfab8423 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.macro try opcode:vararg
	.byte \opcode, 0x00
	.byte \opcode, 0x08
	.byte \opcode, 0x10
	.byte \opcode, 0x18
	.byte \opcode, 0x20
	.byte \opcode, 0x28
	.byte \opcode, 0x30
	.byte \opcode, 0x38
.endm

.text

amd_prefetch:
	try 0x0f, 0x0d

intel_prefetch:
	try 0x0f, 0x18