OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:reg_ecx
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/vpx_ports/
x86.h
87
unsigned int reg_eax, reg_ebx,
reg_ecx
, reg_edx;
local
103
cpuid(0, reg_eax, reg_ebx,
reg_ecx
, reg_edx);
109
cpuid(1, reg_eax, reg_ebx,
reg_ecx
, reg_edx);
117
if (
reg_ecx
& BIT(0)) flags |= HAS_SSE3;
119
if (
reg_ecx
& BIT(9)) flags |= HAS_SSSE3;
121
if (
reg_ecx
& BIT(19)) flags |= HAS_SSE4_1;
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
ucontext.h
180
REG_ECX
,
181
# define
REG_ECX
REG_ECX
/external/qemu/target-i386/
exec.h
290
#ifdef
reg_ECX
318
#ifdef
reg_ECX
Completed in 366 milliseconds