Home
last modified time | relevance | path

Searched refs:xmm4 (Results 1 – 7 of 7) sorted by relevance

/haiku/src/add-ons/media/plugins/ffmpeg/
H A Dyuvrgb_sse2.nasm20 ; g values in xmm4
146 movdqa xmm4, xmm3 ; duplicate
150 pmaddwd xmm4, [GConst] ; to get RGB offsets to Y
154 psrad xmm4, 12 ;
159 pshuflw xmm4, xmm4, 0xa0
160 pshufhw xmm4, xmm4, 0xa0
165 paddsw xmm4, xmm0 ;
174 packuswb xmm4,xmm7 ; clamp to 0,255 and pack G to 8 bit per pixel
177 punpcklbw xmm5,xmm4 ; bgbgbgbgbgbgbgbg
H A Dyuvrgb_ssse3.nasm20 ; g values in xmm4
179 movdqa xmm4, xmm3 ; duplicate
185 pmaddwd xmm4, [GConst] ; to get RGB offsets to Y
189 psrad xmm4, 12 ;
193 pshufb xmm4, [shuffconst] ; 2 y values per const
197 paddsw xmm4, xmm0 ;
206 packuswb xmm4,xmm7 ; clamp to 0,255 and pack G to 8 bit per pixel
209 punpcklbw xmm5,xmm4 ; bgbgbgbgbgbgbgbg
/haiku/src/add-ons/media/media-add-ons/video_mixer/
H A Dyuvrgb.nasm20 ; g values in xmm4
78 movdqa xmm4,xmm0 ; g = y
81 psubsw xmm4,xmm6 ; subtract from g
83 psubsw xmm4,xmm6 ; subtract from g
85 psubsw xmm4,xmm6 ; subtract from g
88 psubsw xmm4,xmm7 ; subtract from g
90 psubsw xmm4,xmm7 ; subtract from g
92 psubsw xmm4,xmm7 ; subtract from g
94 psubsw xmm4,xmm7 ; subtract from g
163 packuswb xmm4,xmm7 ; clamp to 0,255 and pack G to 8 bit per pixel
[all …]
/haiku/headers/posix/arch/x86/
H A Dsignal.h99 unsigned char xmm4[16]; member
/haiku/src/system/kernel/arch/x86/64/
H A Dentry_compat.S128 pxor %xmm4, %xmm4; \
H A Dinterrupts.S125 pxor %xmm4, %xmm4; \
/haiku/src/libs/zydis/Zydis/Generated/
H A DEnumRegister.inc102 ZYDIS_MAKE_SHORTSTRING("xmm4"),