~bkerensa/ubuntu/raring/yasm/fix-for-1064341

« back to all changes in this revision

Viewing changes to modules/arch/x86/tests/clmul.asm

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hocevar
  • Date: 2009-07-14 08:23:59 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090714082359-10x8mjty41gzkshs
Tags: 0.8.0-1
* New upstream release (Closes: #531047).
* Removed all tasm patches, they’ve been merged upstream.
* debian/control: set debhelper dependency to 5.0 and policy to 3.8.2.
* debian/control: mention TASM in the long description.
* debian/compat: set debhelper level to 5.
* debian/links: link tasm to ytasm and tasm.1.gz to ytasm.1.gz.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
pclmulqdq xmm1, xmm2, 5
4
4
pclmulqdq xmm1, [rax], byte 5
5
5
pclmulqdq xmm1, dqword [rax], 5
 
6
vpclmulqdq xmm1, xmm2, 0x10
 
7
vpclmulqdq xmm1, dqword [rbx], 0x10
 
8
vpclmulqdq xmm0, xmm1, xmm2, 0x10
 
9
vpclmulqdq xmm0, xmm1, dqword [rbx], 0x10
6
10
 
7
11
pclmullqlqdq xmm1, xmm2
8
12
pclmullqlqdq xmm1, [rax]
9
13
pclmullqlqdq xmm1, dqword [rax]
 
14
vpclmullqlqdq xmm1, xmm2
 
15
vpclmullqlqdq xmm1, dqword[rbx]
 
16
vpclmullqlqdq xmm0, xmm1, xmm2
 
17
vpclmullqlqdq xmm0, xmm1, dqword[rbx]
10
18
 
11
19
pclmulhqlqdq xmm1, xmm2
12
20
pclmulhqlqdq xmm1, [rax]
13
21
pclmulhqlqdq xmm1, dqword [rax]
 
22
vpclmulhqlqdq xmm1, xmm2
 
23
vpclmulhqlqdq xmm1, dqword[rbx]
 
24
vpclmulhqlqdq xmm0, xmm1, xmm2
 
25
vpclmulhqlqdq xmm0, xmm1, dqword[rbx]
14
26
 
15
27
pclmullqhqdq xmm1, xmm2
16
28
pclmullqhqdq xmm1, [rax]
17
29
pclmullqhqdq xmm1, dqword [rax]
 
30
vpclmullqhqdq xmm1, xmm2
 
31
vpclmullqhqdq xmm1, dqword[rbx]
 
32
vpclmullqhqdq xmm0, xmm1, xmm2
 
33
vpclmullqhqdq xmm0, xmm1, dqword[rbx]
18
34
 
19
35
pclmulhqhqdq xmm1, xmm2
20
36
pclmulhqhqdq xmm1, [rax]
21
37
pclmulhqhqdq xmm1, dqword [rax]
 
38
vpclmulhqhqdq xmm1, xmm2
 
39
vpclmulhqhqdq xmm1, dqword[rbx]
 
40
vpclmulhqhqdq xmm0, xmm1, xmm2
 
41
vpclmulhqhqdq xmm0, xmm1, dqword[rbx]
22
42