Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
Dx86.h42 #define cpuid(func, func2, ax, bx, cx, dx)\ argument
45 : "=a" (ax), "=b" (bx), "=c" (cx), "=d" (dx) \
48 #define cpuid(func, func2, ax, bx, cx, dx)\ argument
53 : "=a" (ax), "=D" (bx), "=c" (cx), "=d" (dx) \
58 #define cpuid(func, func2, ax, bx, cx, dx)\ argument
64 : "=a" (ax), "=D" (bx), "=c" (cx), "=d" (dx) \
67 #define cpuid(func, func2, ax, bx, cx, dx)\ argument
73 : "=a" (ax), "=D" (bx), "=c" (cx), "=d" (dx) \
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
Diwalsh_sse2.asm83 mov word ptr[rdx+32*2], cx
87 mov word ptr[rdx+32*6], cx
93 mov word ptr[rdx+32*10], cx
97 mov word ptr[rdx+32*14], cx
104 mov word ptr[rdx+32*3], cx
108 mov word ptr[rdx+32*7], cx
112 mov word ptr[rdx+32*11], cx
116 mov word ptr[rdx+32*15], cx
Diwalsh_mmx.asm103 mov word ptr[rdx+32*1], cx
107 mov word ptr[rdx+32*5], cx
111 mov word ptr[rdx+32*9], cx
115 mov word ptr[rdx+32*13], cx
122 mov word ptr[rdx+32*3], cx
126 mov word ptr[rdx+32*7], cx
130 mov word ptr[rdx+32*11], cx
134 mov word ptr[rdx+32*15], cx
/hardware/intel/bootstub/
De820_bios.S134 movw $BUF_LEN, %cx
140 cmpw $MIN_BUF_LEN, %cx
142 cmpw $BUF_LEN, %cx
145 addw %cx, (%eax)
153 addw %cx, %di
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/
DAUTHORS3 Paul Adenot <paul@paul.cx>
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/x86inc/
Dx86inc.asm400 DECLARE_REG 0, rcx, ecx, cx, cl
480 DECLARE_REG 3, rcx, ecx, cx, cl
519 DECLARE_REG 1, ecx, ecx, cx, cl, 8
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
Dquantize_sse4.asm141 sub cx, WORD PTR[rdx] ; x - zbin
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
Dscale.c3521 int cx = (x < 0) ? 0 : x; in ScalePlaneBilinearSimple() local
3522 int xi = cx >> 16; in ScalePlaneBilinearSimple()
3523 int xf = cx & 0xffff; in ScalePlaneBilinearSimple()