HomeSort by relevance Sort by last modified time
    Searched refs:ECX (Results 76 - 93 of 93) sorted by null

1 2 34

  /dalvik/vm/compiler/codegen/x86/libenc/
enc_prvt.h 147 #define ECX {OpndKind_GPReg, OpndSize_32, OpndExt_Any, RegName_ECX}
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 99 X86::EAX, X86::EDX, X86::ECX, 0
373 X86::EBX, X86::ECX, X86::EDX, X86::EDI, X86::ESI, X86::EBP, 0
    [all...]
X86FloatingPoint.cpp     [all...]
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-x86-linux.c 380 SC2(ecx,ECX);
655 tst->arch.vex.guest_ECX = sc->ecx;
  /external/qemu-pc-bios/bochs/
bochs.h 55 #undef ECX
  /external/qemu/distrib/sdl-1.2.15/src/hermes/
x86p_32.asm 33 ;; ECX = amount (NOT 0!!! (the _ConvertX86 routine checks for that though))
41 cmp ecx,BYTE 32
51 dec ecx
60 mov ebp,ecx
64 push ecx
74 mov ecx,[esi+8]
79 bswap ecx
83 ror ecx,8
89 mov [edi+8],ecx
99 pop ecx
    [all...]
  /external/valgrind/main/memcheck/
mc_machine.c     [all...]
  /art/runtime/
runtime.cc     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h 104 #define ECX cx
166 #define ECX %ecx
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 104 #define ECX cx
166 #define ECX %ecx
    [all...]
  /external/qemu/
cpu-exec.c 29 #undef ECX
    [all...]
  /external/valgrind/main/VEX/test/
test-amd64.c 188 : "a" (eax), "b" (ebx), "c" (ecx), "d" (edx), "S" (esi), "D" (edi));\
1181 printf("%-10s ESI=%016llx EDI=%016llx EAX=%016llx ECX=%016llx EFL=%04llx\n",\
    [all...]
test-i386.c 168 : "a" (eax), "b" (ebx), "c" (ecx), "d" (edx), "S" (esi), "D" (edi));\
176 : "a" (eax), "b" (ebx), "c" (ecx), "d" (edx), "S" (esi), "D" (edi));\
183 int eax, ebx, ecx, edx, esi, edi, res; local
186 ecx = 0x0004;
195 TEST_LEA("(%%ecx)");
202 TEST_LEA("0x40(%%ecx)");
209 TEST_LEA("0x4000(%%ecx)");
214 TEST_LEA("(%%eax, %%ecx)");
216 TEST_LEA("(%%ecx, %%ecx)");
    [all...]
  /art/compiler/utils/x86/
assembler_x86.cc 812 // For registers that have a byte variant (EAX, EBX, ECX, and EDX)
    [all...]
  /external/strace/
process.c     [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 798 Bit32u ebx, edx, ecx, eax; member in struct:__anon27501::__anon27502::__anon27503
4505 mov ecx, eax local
4512 or ecx, ecx local
    [all...]

Completed in 369 milliseconds

1 2 34