OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ECX
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/Solaris/sys/
regset.h
25
#undef
ECX
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.h
51
EAX = 0,
ECX
= 1, EDX = 2, EBX = 3, ESP = 4, EBP = 5, ESI = 6, EDI = 7
/src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_x86_64.cc
332
unsigned int EAX, EBX,
ECX
, EDX;
337
__asm__ __volatile__("cpuid" : "=a"(EAX), "=b"(EBX), "=c"(
ECX
), "=d"(EDX)
/src/sys/arch/i386/include/
bioscall.h
78
#define
ECX
r_cx.biosreg_long
/src/external/cddl/osnet/dev/dtrace/x86/
regset.h
134
#define
ECX
10
155
#define
ECX
9
/src/external/gpl3/gdb/dist/gdb/stubs/
i386-stub.c
122
enum regnames {EAX,
ECX
, EDX, EBX, ESP, EBP, ESI, EDI,
150
asm(" movl _registers+4, %
ecx
");
183
asm ("movl %
ecx
, _registers+4"); \
230
asm (" popl %
ecx
"); /* cs (low 16 bits; junk in hi 16 bits). */
240
asm (" pushl %
ecx
"); /* cs */
/src/external/gpl3/gdb.old/dist/gdb/stubs/
i386-stub.c
122
enum regnames {EAX,
ECX
, EDX, EBX, ESP, EBP, ESI, EDI,
150
asm(" movl _registers+4, %
ecx
");
183
asm ("movl %
ecx
, _registers+4"); \
230
asm (" popl %
ecx
"); /* cs (low 16 bits; junk in hi 16 bits). */
240
asm (" pushl %
ecx
"); /* cs */
/src/external/apache2/llvm/dist/llvm/lib/Support/
Host.cpp
436
" movl %%eax,%%
ecx
\n"
443
" cmpl %%eax,%%
ecx
\n"
449
: "eax", "
ecx
");
502
unsigned EAX = 0, EBX = 0,
ECX
= 0, EDX = 0;
511
if (getX86CpuIDAndInfo(0, MaxLeaf, &EBX, &
ECX
, &EDX) || *MaxLeaf < 1)
515
if (EBX == 0x756e6547 && EDX == 0x49656e69 &&
ECX
== 0x6c65746e)
519
if (EBX == 0x68747541 && EDX == 0x69746e65 &&
ECX
== 0x444d4163)
1004
static void getAvailableFeatures(unsigned
ECX
, unsigned EDX, unsigned MaxLeaf,
1021
if ((
ECX
>> 0) & 1)
1023
if ((
ECX
>> 1) & 1
[
all
...]
/src/external/bsd/pcc/dist/pcc/arch/i386/
macdefs.h
171
#define
ECX
002 /* Scratch (and shift count) register */
231
{
ECX
, EAXECX, EDXECX, ECXEBX, ECXESI, ECXEDI, -1 },\
232
{
ECX
, EAXECX, EDXECX, ECXEBX, ECXESI, ECXEDI, -1 },\
239
{ EAX, AL, AH,
ECX
, CL, CH, EAXEDX, EAXEBX, EAXESI, /* eaxecx */\
247
{ EDX, DL, DH,
ECX
, CL, CH, EAXEDX, EAXECX, EDXEBX, /* edxecx */\
255
{
ECX
, CL, CH, EBX, BL, BH, EAXECX, EDXECX, ECXESI, /* ecxebx */\
257
{
ECX
, CL, CH, ESI, EAXECX, EDXECX, ECXEBX, ECXEDI, /* ecxesi */\
259
{
ECX
, CL, CH, EDI, EAXECX, EDXECX, ECXEBX, ECXESI, /* ecxedi */\
Completed in 36 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026