summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/i386/padlock.s
blob: b4a19506b27b951163c4cad3656a8b7682297b88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# VIA Nehemiah PadLock instructions

	.text
foo:
	xstorerng
	rep xstorerng
	xcryptecb
	rep xcryptecb
	xcryptcbc
	rep xcryptcbc
	xcryptcfb
	rep xcryptcfb
	xcryptofb
	rep xcryptofb
	xstore
	rep xstore
	montmul
	rep montmul
	xsha1
	rep xsha1
	xsha256
	rep xsha256

	.p2align 4,0