OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reg_edx
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vpx_ports/
x86.h
107
unsigned int reg_eax, reg_ebx, reg_ecx,
reg_edx
;
local
123
cpuid(0, reg_eax, reg_ebx, reg_ecx,
reg_edx
);
129
cpuid(1, reg_eax, reg_ebx, reg_ecx,
reg_edx
);
131
if (
reg_edx
& BIT(23)) flags |= HAS_MMX;
133
if (
reg_edx
& BIT(25)) flags |= HAS_SSE; /* aka xmm */
135
if (
reg_edx
& BIT(26)) flags |= HAS_SSE2; /* aka wmt */
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
common_x86.c
63
extern void _ASMAPI _mesa_x86_cpuid(GLuint op, GLuint *reg_eax, GLuint *reg_ebx, GLuint *reg_ecx, GLuint *
reg_edx
);
/external/mesa3d/src/mesa/x86/
common_x86.c
63
extern void _ASMAPI _mesa_x86_cpuid(GLuint op, GLuint *reg_eax, GLuint *reg_ebx, GLuint *reg_ecx, GLuint *
reg_edx
);
Completed in 69 milliseconds