Searched refs:xmm2 (Results 1 – 7 of 7) sorted by relevance
/haiku/src/add-ons/media/media-add-ons/video_mixer/ |
H A D | yuvrgb.nasm | 14 ; the v values converted to 16 bit and duplicated into xmm2 49 psubsw xmm2,xmm7 ; v = v - 128 55 paddsw xmm3, xmm2 ; add v to r 57 pshufd xmm6, xmm2, 0xE4 ; move v to scratch 76 movdqa xmm7,xmm2 ; move v to scratch 247 movdqa xmm2, xmm0 ; copy to xmm2 261 pand xmm2, xmm6 ; clear all yu values leaving 000v etc 262 psrld xmm2,8 ; rotate v to get 00v0 263 pshuflw xmm2,xmm2, 0xF5 ; copy v values 264 pshufhw xmm2,xmm2, 0xF5 ; to get v0v0 [all …]
|
/haiku/headers/posix/arch/x86/ |
H A D | signal.h | 97 unsigned char xmm2[16]; member
|
/haiku/src/system/kernel/arch/x86/64/ |
H A D | entry_compat.S | 126 pxor %xmm2, %xmm2; \
|
H A D | interrupts.S | 123 pxor %xmm2, %xmm2; \
|
/haiku/src/add-ons/media/plugins/ffmpeg/ |
H A D | yuvrgb_sse2.nasm | 14 ; the v values converted to 16 bit and duplicated into xmm2 319 movdqa xmm3, xmm0 ; copy to xmm2
|
H A D | yuvrgb_ssse3.nasm | 14 ; the v values converted to 16 bit and duplicated into xmm2
|
/haiku/src/libs/zydis/Zydis/Generated/ |
H A D | EnumRegister.inc | 100 ZYDIS_MAKE_SHORTSTRING("xmm2"),
|