OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ecx
(Results
151 - 153
of
153
) sorted by null
1
2
3
4
5
6
7
/external/v8/src/ia32/
lithium-codegen-ia32.cc
143
// receiver object).
ecx
is zero for method calls and non-zero for
147
__ test(
ecx
, Operand(
ecx
));
3101
__ mov(FieldOperand(ebx, ByteArray::kHeaderSize),
ecx
);
local
4443
__ mov(FieldOperand(result, object_offset + i),
ecx
);
local
4453
__ mov(FieldOperand(result, total_offset),
ecx
);
local
4458
__ mov(FieldOperand(result, total_offset),
ecx
);
local
4469
__ mov(FieldOperand(result, elements_offset + i),
ecx
);
local
4493
__ mov(FieldOperand(result, total_offset),
ecx
);
local
4498
__ mov(FieldOperand(result, total_offset),
ecx
);
local
4616
__ mov(FieldOperand(eax, i + kPointerSize),
ecx
);
local
[
all
...]
/external/valgrind/main/include/vki/
vki-arm-linux.h
822
long
ecx
;
member in struct:vki_vm86_regs
/external/qemu-pc-bios/bochs/bios/
rombios.c
798
Bit32u ebx, edx,
ecx
, eax;
member in struct:__anon14063::__anon14064::__anon14065
4505
mov
ecx
, eax
local
4512
or
ecx
,
ecx
local
[
all
...]
Completed in 116 milliseconds
1
2
3
4
5
6
7