summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/i386/invlpgb.s
blob: 52b75b7e6b9fcdf0328ad7ab8f3aa2466a814806 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Check INVLPGB instructions

	.text
_start:
        invlpgb
.ifdef __amd64__
att64:
        invlpgb %rax, %edx
.endif
att32:
        invlpgb %eax, %edx
.ifndef __amd64__
att16:
        invlpgb %ax, %edx
.endif