Home
last modified time | relevance | path

Searched refs:mm7 (Results 1 – 8 of 8) sorted by relevance

/haiku/src/system/libroot/posix/glibc/arch/x86_64/
H A Dlshift.S26 movq -8(%rsi,%rdx,8), %mm7
31 movq %mm7, %mm3
32 psrlq %mm0, %mm7
33 movd %mm7, %rax
45 movq -8(%rsi,%rdx,8), %mm7
46 movq %mm7, %mm3
47 psrlq %mm0, %mm7
49 por %mm7, %mm2
H A Drshift.S25 movq (%rsi), %mm7
30 movq %mm7, %mm3
31 psllq %mm0, %mm7
32 movd %mm7, %rax
47 movq (%rsi,%rdx,8), %mm7
48 movq %mm7, %mm3
49 psllq %mm0, %mm7
51 por %mm7, %mm2
/haiku/src/add-ons/media/plugins/ffmpeg/
H A Dyuvrgb_sse.nasm27 ; mm7 used for scratch
44 movq mm7, [Const16] ; loads a constant using data cache (slower on first fetch but then cached)
45 ; psubsw mm0,mm7 ; y = y - 16
47 movq mm7, [Const128] ; loads a constant using data cache (slower on first fetch but then cached)
48 psubsw mm1,mm7 ; u = u - 128
49 psubsw mm2,mm7 ; v = v - 128
56 movq mm7, mm1 ; move u to scratch
68 psraw mm7,1 ; divide u by 2
69 paddsw mm5, mm7 ; and add to b
70 psraw mm7,1 ; divide u by 2
[all …]
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DAssembly.nasm128 pxor mm7, mm7
132 paddd mm7, mm0
135 paddd mm7, mm1
138 paddd mm7, mm2
143 paddd mm7, mm3
147 movq mm6, mm7
148 psrlq mm7, 32
149 paddd mm6, mm7
/haiku/src/add-ons/media/media-add-ons/video_mixer/
H A Dyuvrgb.nasm105 movq mm7, [Const16] ; loads a constant using data cache (slower on first fetch but then cached)
106 psubsw mm0,mm7 ; y = y - 16
108 movq mm7, [Const128] ; loads a constant using data cache (slower on first fetch but then cached)
109 psubsw mm1,mm7 ; u = u - 128
110 psubsw mm2,mm7 ; v = v - 128
117 movq mm7, mm1 ; move u to scratch
129 psraw mm7,1 ; divide u by 2
130 paddsw mm5, mm7 ; and add to b
131 psraw mm7,1 ; divide u by 2
132 paddsw mm5, mm7 ; and add to b
[all …]
/haiku/headers/posix/arch/x86/
H A Dsignal.h34 unsigned char mm7[10]; member
90 unsigned char mm7[10]; member
/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A Dpainter_bilinear_scale.nasm157 movq mm7, [c2x32UD_ff000000]
202 por mm2, mm7 ; | 0xff000000
/haiku/src/libs/zydis/Zydis/Generated/
H A DEnumRegister.inc96 ZYDIS_MAKE_SHORTSTRING("mm7"),