File: sse3.s

package info (click to toggle)
binutils 2.31.1-15
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 309,056 kB
  • sloc: ansic: 1,161,198; asm: 638,508; cpp: 128,829; exp: 68,580; makefile: 55,828; sh: 22,360; yacc: 14,238; lisp: 13,272; perl: 2,111; ada: 1,681; lex: 1,652; pascal: 1,446; cs: 879; sed: 195; python: 154; xml: 95; awk: 25
file content (37 lines) | stat: -rw-r--r-- 715 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# SSE3 New Instructions

	.text
foo:
	addsubpd	(%ecx),%xmm0
	addsubpd	%xmm2,%xmm1
	addsubps	(%ebx),%xmm2
	addsubps	%xmm4,%xmm3
	fisttp		0x90909090(%eax)
	fisttpl		0x90909090(%eax)
	fisttpll	0x90909090(%eax)
	haddpd		0x0(%ebp),%xmm4
	haddpd		%xmm6,%xmm5
	haddps		(%edi),%xmm6
	haddps		%xmm0,%xmm7
	hsubpd		%xmm1,%xmm0
	hsubpd		(%edx),%xmm1
	hsubps		%xmm2,%xmm2
	hsubps		(%esp,1),%xmm3
	lddqu		(%esi),%xmm5
	monitor
	monitor		%eax,%ecx,%edx
	movddup		%xmm7,%xmm6
	movddup		(%eax),%xmm7
	movshdup	(%ecx),%xmm0
	movshdup	%xmm2,%xmm1
	movsldup	(%ebx),%xmm2
	movsldup	%xmm4,%xmm3
	mwait
	mwait		%eax,%ecx

	monitor		%ax,%ecx,%edx
	addr16 monitor

	.intel_syntax noprefix
	movddup xmm7,[eax]
	movddup xmm7,QWORD PTR [eax]