Searched refs:xmm0 (Results 1 – 17 of 17) sorted by relevance
/haiku/src/system/libroot/os/arch/x86_64/ |
H A D | byteorder.S | 35 movss %xmm0, (%rsp) 39 movss (%rsp), %xmm0 47 movsd %xmm0, (%rsp) 51 movsd (%rsp), %xmm0
|
/haiku/src/add-ons/media/plugins/ffmpeg/ |
H A D | yuvrgb_sse2.nasm | 12 ; the y values converted to 16 bit in xmm0 142 ; psubsw xmm0, [Const16] ; y = y - 16 164 paddsw xmm3, xmm0 ; add to y 165 paddsw xmm4, xmm0 ; 166 paddsw xmm5, xmm0 ; 178 movdqa xmm0, xmm5 ; save bg values 181 punpckhwd xmm0,xmm3 ; upper half bgr0bgr0bgr0bgr0 184 movntdq [edi+16], xmm0 ; output second 4 pixels bypassing cache 219 movdqa xmm0, [esi] ; should have yuyv yuyv yuyv yuyv 220 pshufd xmm3, xmm0, 0xE4 ; copy to xmm3 [all …]
|
H A D | yuvrgb_ssse3.nasm | 12 ; the y values converted to 16 bit in xmm0 182 ; psubsw xmm0, [Const16] ; y = y - 16 196 paddsw xmm3, xmm0 ; and add to y 197 paddsw xmm4, xmm0 ; 198 paddsw xmm5, xmm0 ; 210 movdqa xmm0, xmm5 ; save bg values 213 punpckhwd xmm0,xmm3 ; upper half bgr0bgr0bgr0bgr0 216 movntdq [edi+16], xmm0 ; output second 4 pixels bypassing cache 252 movdqa xmm0, [esi] ; should have yuyv yuyv yuyv yuyv 253 pshufd xmm3, xmm0, 0xE4 ; copy to xmm1 [all …]
|
H A D | yuvrgb_sse.nasm | 235 punpcklbw mm0,mm7 ; interleave xmm7 into xmm0 y0y0y0y
|
/haiku/src/system/libroot/posix/musl/math/x86_64/ |
H A D | sqrt.s | 3 sqrt: sqrtsd %xmm0, %xmm0
|
H A D | sqrtf.s | 3 sqrtf: sqrtss %xmm0, %xmm0
|
H A D | llrint.s | 4 cvtsd2si %xmm0,%rax
|
H A D | lrintf.s | 4 cvtss2si %xmm0,%rax
|
H A D | lrint.s | 4 cvtsd2si %xmm0,%rax
|
H A D | llrintf.s | 4 cvtss2si %xmm0,%rax
|
H A D | fabsf.s | 6 andps %xmm1,%xmm0
|
H A D | fabs.s | 8 andpd %xmm1,%xmm0
|
/haiku/src/add-ons/media/media-add-ons/video_mixer/ |
H A D | yuvrgb.nasm | 12 ; the y values converted to 16 bit in xmm0 45 psubsw xmm0,xmm7 ; y = y - 16 51 movdqa xmm3,xmm0 ; r = y 52 pshufd xmm5,xmm0, 0xE4 ; b = y 78 movdqa xmm4,xmm0 ; g = y 167 movdqa xmm0, xmm5 ; save bg values 170 punpckhwd xmm0,xmm3 ; upper half bgr0bgr0bgr0bgr0 173 movntdq [edi+16], xmm0 ; output second 4 pixels bypassing cache 245 movdqa xmm0, [esi] ; should have yuyv yuyv yuyv yuyv 246 pshufd xmm1, xmm0, 0xE4 ; copy to xmm1 [all …]
|
/haiku/headers/posix/arch/x86/ |
H A D | signal.h | 95 unsigned char xmm0[16]; member
|
/haiku/src/system/kernel/arch/x86/64/ |
H A D | entry_compat.S | 124 pxor %xmm0, %xmm0; \
|
H A D | interrupts.S | 121 pxor %xmm0, %xmm0; \
|
/haiku/src/libs/zydis/Zydis/Generated/ |
H A D | EnumRegister.inc | 98 ZYDIS_MAKE_SHORTSTRING("xmm0"),
|