i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / padlock.s
CommitLineData
26f07657
ML
1# VIA Nehemiah PadLock instructions
2
3 .text
4foo:
5 xstorerng
6 rep xstorerng
7 xcryptecb
8 rep xcryptecb
9 xcryptcbc
10 rep xcryptcbc
11 xcryptcfb
12 rep xcryptcfb
13 xcryptofb
14 rep xcryptofb
15 xstore
16 rep xstore
30d1c836
ML
17 montmul
18 rep montmul
19 xsha1
20 rep xsha1
21 xsha256
22 rep xsha256
a506b1e6
AM
23
24 .p2align 4,0
This page took 0.689794 seconds and 4 git commands to generate.