HomeSort by relevance Sort by last modified time
    Searched defs:edi (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
EfiSetMemRep1.c 51 mov edi, Buffer local
EfiZeroMemRep1.c 47 mov edi, Buffer local
EfiZeroMemRep4.c 49 mov edi, Buffer local
EfiSetMemRep4.c 55 mov edi, Buffer local
EfiSetMem.c 61 mov edi, eax local
71 mov eax, edi
75 sub eax, edi
105 movq QWORD PTR ds:[edi], mm0
106 movq QWORD PTR ds:[edi+8], mm0
107 movq QWORD PTR ds:[edi+16], mm0
108 movq QWORD PTR ds:[edi+24], mm0
109 movq QWORD PTR ds:[edi+32], mm0
110 movq QWORD PTR ds:[edi+40], mm0
111 movq QWORD PTR ds:[edi+48], mm0
113 add edi, 64 local
    [all...]
EfiSetMemSSE2.c 61 mov edi, eax local
71 mov eax, edi
75 sub eax, edi
108 movdqa OWORD PTR ds:[edi], xmm1
109 movdqa OWORD PTR ds:[edi+16], xmm1
110 movdqa OWORD PTR ds:[edi+32], xmm1
111 movdqa OWORD PTR ds:[edi+48], xmm1
112 movdqa OWORD PTR ds:[edi+64], xmm1
113 movdqa OWORD PTR ds:[edi+80], xmm1
114 movdqa OWORD PTR ds:[edi+96], xmm1
116 add edi, 128 local
    [all...]
EfiZeroMemSSE2.c 50 mov edi, Buffer local
54 mov eax, edi
62 mov BYTE PTR [edi], 0
63 inc edi local
85 movdqu OWORD PTR ds:[edi], xmm1
86 movdqu OWORD PTR ds:[edi+16], xmm1
87 movdqu OWORD PTR ds:[edi+32], xmm1
88 movdqu OWORD PTR ds:[edi+48], xmm1
90 add edi, 64 local
EfiZeroMem.c 51 mov edi, Buffer local
55 mov eax, edi
63 mov BYTE PTR [edi], 0
64 inc edi local
89 movq QWORD PTR ds:[edi], mm0
90 movq QWORD PTR ds:[edi+8], mm0
91 movq QWORD PTR ds:[edi+16], mm0
92 movq QWORD PTR ds:[edi+24], mm0
93 movq QWORD PTR ds:[edi+32], mm0
94 movq QWORD PTR ds:[edi+40], mm0
98 add edi, 64 local
    [all...]
  /external/libunwind/src/ptrace/
_UPT_internal.h 54 struct elf_dyn_info edi; member in struct:UPT_info
  /external/syslinux/gpxe/src/arch/x86/core/
x86_string.c 38 void *edi = dest; local
48 : "=&D" ( edi ), "=&S" ( esi ),
50 : "0" ( edi ), "1" ( esi ),
55 __asm__ __volatile__ ( "movsw" : "=&D" ( edi ), "=&S" ( esi )
56 : "0" ( edi ), "1" ( esi ) : "memory" );
59 __asm__ __volatile__ ( "movsb" : "=&D" ( edi ), "=&S" ( esi )
60 : "0" ( edi ), "1" ( esi ) : "memory" );
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
LongJump.c 31 mov edi, [edx + 8] local
DivU64x64Remainder.c 29 mov edi, edx local
30 mov esi, eax // edi:esi <- dividend
47 cmp edi, edx // compare high 32 bits local
60 sbb edi, edx // edi:esi <- remainder local
62 mov [ecx + 4], edi
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
LongJump.c 44 mov edi, [edx + 8] local
  /cts/hostsidetests/edi/src/android/edi/cts/
ProcessDeviceInfo.java 16 package android.edi.cts;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ia32/
EfiJump.h 28 UINT32 edi; member in struct:__anon6566
  /bionic/libc/kernel/uapi/linux/
toshiba.h 31 unsigned int edi __attribute__((packed)); member in struct:__anon1210
  /external/kernel-headers/original/uapi/linux/
toshiba.h 44 unsigned int edi __attribute__ ((packed)); member in struct:__anon23418
  /external/syslinux/com32/include/syslinux/
bootpm.h 48 uint32_t edi; /* Offset 28 */ member in struct:syslinux_pm_regs
bootrm.h 61 reg32_t edi; /* Offset 40 */ member in struct:syslinux_rm_regs
  /external/syslinux/gpxe/src/arch/i386/include/
setjmp.h 16 uint32_t edi; member in struct:__anon37788
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
toshiba.h 33 unsigned int edi __attribute__ ((packed)); member in struct:__anon62871
  /bionic/libc/arch-x86/atom/string/
ssse3-strlcat-atom.S 93 #define edi ebx define
104 #undef edi
109 #define RETURN1 POP (%edi); POP (%ebx); ret; CFI_PUSH (%ebx); CFI_PUSH (%edi)
123 PUSH (%edi)
125 mov %ecx, %edi
126 sub %eax, %edi
196 sub %edi, %eax
212 sub %edi, %eax
234 sub %edi, %ea
    [all...]
  /external/e2fsprogs/e2fsck/
emptydir.c 36 extern void free_empty_dirblock(empty_dir_info edi);
37 extern void add_empty_dirblock(empty_dir_info edi,
39 extern void process_empty_dirblock(e2fsck_t ctx, empty_dir_info edi);
44 empty_dir_info edi; local
47 edi = malloc(sizeof(struct empty_dir_info_struct));
48 if (!edi)
51 memset(edi, 0, sizeof(struct empty_dir_info_struct));
53 retval = ext2fs_init_dblist(ctx->fs, &edi->empty_dblist);
58 &edi->empty_dir_blocks);
63 &edi->dir_map)
123 empty_dir_info edi = (empty_dir_info) priv_data; local
155 empty_dir_info edi = (empty_dir_info) priv_data; local
    [all...]
  /external/valgrind/memcheck/tests/x86-solaris/
context_gpr.c 31 int eax, ebx, ecx, edx, esi, edi; local
61 "movl $0xf4, %%edi\n"
73 "=D" (edi)
79 printf(" eax=%#x, edx=%#x, esi=%#x, edi=%#x\n",
81 uc.uc_mcontext.gregs[ESI], uc.uc_mcontext.gregs[EDI]);
87 printf(" eax=%#x, edx=%#x, esi=%#x, edi=%#x\n", eax, edx, esi, edi);
  /system/core/libunwindstack/include/unwindstack/
UserX86.h 39 uint32_t edi; member in struct:unwindstack::x86_user_regs

Completed in 508 milliseconds

1 2 3 4 5