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

« back to all changes in this revision

Viewing changes to modules/arch/x86/tests/vpermil2.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:
1
 
[bits 64]
2
 
vpermiltd2pd xmm1, xmm2, xmm3, xmm4     ; 0
3
 
;vpermiltd2pd xmm1, xmm2, xmm3, xmm4    ; 1
4
 
vpermilmo2pd xmm1, xmm2, xmm3, xmm4     ; 2
5
 
vpermilmz2pd xmm1, xmm2, xmm3, xmm4     ; 3
6
 
 
7
 
vpermiltd2ps xmm1, xmm2, xmm3, xmm4     ; 0
8
 
;vpermiltd2ps xmm1, xmm2, xmm3, xmm4    ; 1
9
 
vpermilmo2ps xmm1, xmm2, xmm3, xmm4     ; 2
10
 
vpermilmz2ps xmm1, xmm2, xmm3, xmm4     ; 3