HomeSort by relevance Sort by last modified time
    Searched refs:edi (Results 201 - 225 of 250) sorted by null

1 2 3 4 5 6 7 8910

  /external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h 308 int ecx, edi, esi; \
312 : "=&c" (ecx), "=&D" (edi), "=&S" (esi) \
  /external/v8/test/mjsunit/
codegen-coverage.js 50 var di; // Register edi, rdi.
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-x86-linux.c 373 SC2(edi,EDI);
660 tst->arch.vex.guest_EDI = sc->edi;
  /external/webkit/Source/JavaScriptCore/jit/
JSInterfaceJIT.h 56 static const RegisterID firstArgumentRegister = X86Registers::edi;
80 static const RegisterID callFrameRegister = X86Registers::edi;
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 308 int ecx, edi, esi; \
312 : "=&c" (ecx), "=&D" (edi), "=&S" (esi) \
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_stdinc.h 308 int ecx, edi, esi; \
312 : "=&c" (ecx), "=&D" (edi), "=&S" (esi) \
  /prebuilt/windows/sdl/include/SDL/
SDL_stdinc.h 308 int ecx, edi, esi; \
312 : "=&c" (ecx), "=&D" (edi), "=&S" (esi) \
  /external/v8/src/ia32/
full-codegen-ia32.cc 104 // o edi: the JS function object being called (ie, ourselves)
127 __ push(edi); // Callee's JS Function.
147 // Argument to NewContext is the function, which is still in edi.
148 __ push(edi);
186 __ push(edi);
    [all...]
lithium-codegen-ia32.cc 132 __ push(edi); // Callee's JS function.
164 // Argument to NewContext is the function, which is still in edi.
165 __ push(edi);
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
processor_32.h 165 unsigned long edi; member in struct:i386_hw_tss
  /dalvik/vm/mterp/x86-atom/
header.S 30 * EBX, ESI, EDI, EBP - are callee saved
47 * %edi rFP interpreted frame pointer, used for accessing
67 #define rFP %edi
  /development/ndk/platforms/android-9/arch-x86/include/asm/
processor_32.h 165 unsigned long edi; member in struct:i386_hw_tss
  /external/libvpx/vp8/encoder/x86/
quantize_sse2.asm 143 movsx edi, WORD PTR[rsp + temp_qcoeff + rdx *2]
147 sar edi, cl ; also sets Z bit
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
processor_32.h 165 unsigned long edi; member in struct:i386_hw_tss
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
processor_32.h 165 unsigned long edi; member in struct:i386_hw_tss
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h 165 unsigned long edi; member in struct:i386_hw_tss
  /external/opencv/cxcore/src/
cxswitcher.cpp 153 push edi
161 pop edi
177 : "%ebx", "%esi", "%edi"
  /external/qemu-pc-bios/bochs/bios/
apmbios.S 133 mov ebx, edi
134 mov eax, #0x3d494445 // 'EDI='
  /external/qemu-pc-bios/vgabios/
vbe.c 139 push edi
169 mov edi, eax variable
179 mov edi, eax variable
205 pop edi
    [all...]
  /external/webkit/Source/JavaScriptCore/dfg/
DFGJITCompiler.h 138 static const RegisterID regT4 = X86Registers::edi;
  /external/v8/test/cctest/
test-disasm-ia32.cc 87 __ add(edi, Operand(ebp, ecx, times_4, 0));
88 __ add(edi, Operand(ebp, ecx, times_4, 12));
251 __ test(Operand(esi, edi, times_1, -20000000), Immediate(300000000));
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 100 mov edi,7F7F7F7Fh local
101 movd mm7,edi
276 mov edi,d4 local
299 paddd mm0,[edi] /*13 Accumulate dxx4*/
314 paddd mm4,[edi+512] /*27 Accumulate dxy4*/
325 paddd mm0,[edi+1024] /*41 Accumulate dyy4*/
336 add edi,8 /*47*/ local
    [all...]
  /external/kernel-headers/original/asm-x86/
processor_32.h 309 unsigned long edi; member in struct:i386_hw_tss
  /external/valgrind/main/include/vki/
vki-arm-linux.h 825 long edi; member in struct:vki_vm86_regs
  /external/neven/Embedded/common/src/b_BasicEm/
Math.c 349 push edi
405 pop edi
    [all...]

Completed in 1555 milliseconds

1 2 3 4 5 6 7 8910