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

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
string-bad.s 5 movsb (%si), (%edi)
6 movsb (%esi), %ds:(%edi)
7 stosb %ds:(%edi)
8 cmpsb %ds:(%edi), (%esi)
9 scasb %ds:(%edi)
10 insb (%dx), %ds:(%edi)
14 movs byte ptr [edi], [si]
16 movs byte ptr ds:[edi], [esi]
17 movs byte ptr [edi], word ptr [esi]
18 stos byte ptr ds:[edi]
    [all...]
tbm.s 7 BEXTR $0x7FFFFFFF,%eax,%edi
9 BEXTR $0x9C86,%edi,%ebp
14 BEXTR $0x0,%ebx,%edi
20 BEXTR $0xDEAD,0x7109(%esi,%edi),%edi
22 BLCFILL %esi,%edi
24 BLCFILL %edi,%esi
28 BLCFILL (%edx),%edi
29 BLCFILL %ebx,%edi
33 BLCFILL %ecx,%edi
    [all...]
crx.s 4 movl %cr8, %edi
6 movl %edi, %cr8
10 movl cr8, edi
12 movl edi, cr8
16 mov edi, cr8
18 mov cr8, edi
intel-movs.s 6 movsb es:[edi], [esi]
7 movsb es:[edi], fs:[esi]
9 movsw es:[edi], [esi]
10 movsw es:[edi], fs:[esi]
12 movsd es:[edi], [esi]
13 movsd es:[edi], fs:[esi]
string-ok.s 4 cmpsb (%edi), %cs:(%esi)
5 cmpsb %es:(%edi), (%esi)
7 cmpsb (%esi), (%edi)
9 insb (%dx), %es:(%edi)
13 lodsb (%edi)
15 movsb %cs:(%esi), (%edi)
16 movsb (%esi), %es:(%edi)
18 movsb (%ebx), (%edi)
22 outsb (%edi), (%dx)
24 scasb %es:(%edi)
    [all...]
  /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" );
  /external/boringssl/linux-x86/crypto/fipsmodule/
md5-586.S 10 pushl %edi
11 movl 12(%esp),%edi
19 movl (%edi),%eax
21 movl 4(%edi),%ebx
22 movl 8(%edi),%ecx
23 movl 12(%edi),%edx
27 movl %ecx,%edi
30 xorl %edx,%edi
31 andl %ebx,%edi
33 xorl %edx,%edi
    [all...]
aes-586.S 7 movl %edi,20(%esp)
8 xorl (%edi),%eax
9 xorl 4(%edi),%ebx
10 xorl 8(%edi),%ecx
11 xorl 12(%edi),%edx
12 movl 240(%edi),%esi
14 leal (%edi,%esi,8),%esi
16 movl -128(%ebp),%edi
18 movl -64(%ebp),%edi
20 movl (%ebp),%edi
    [all...]
  /external/boringssl/mac-x86/crypto/fipsmodule/
md5-586.S 9 pushl %edi
10 movl 12(%esp),%edi
18 movl (%edi),%eax
20 movl 4(%edi),%ebx
21 movl 8(%edi),%ecx
22 movl 12(%edi),%edx
26 movl %ecx,%edi
29 xorl %edx,%edi
30 andl %ebx,%edi
32 xorl %edx,%edi
    [all...]
aes-586.S 6 movl %edi,20(%esp)
7 xorl (%edi),%eax
8 xorl 4(%edi),%ebx
9 xorl 8(%edi),%ecx
10 xorl 12(%edi),%edx
11 movl 240(%edi),%esi
13 leal (%edi,%esi,8),%esi
15 movl -128(%ebp),%edi
17 movl -64(%ebp),%edi
19 movl (%ebp),%edi
    [all...]
  /external/boringssl/win-x86/crypto/fipsmodule/
md5-586.asm 22 push edi
23 mov edi,DWORD [12+esp]
31 mov eax,DWORD [edi]
33 mov ebx,DWORD [4+edi]
34 mov ecx,DWORD [8+edi]
35 mov edx,DWORD [12+edi]
39 mov edi,ecx
42 xor edi,edx
43 and edi,ebx
45 xor edi,ed
    [all...]
aes-586.asm 19 mov DWORD [20+esp],edi
20 xor eax,DWORD [edi]
21 xor ebx,DWORD [4+edi]
22 xor ecx,DWORD [8+edi]
23 xor edx,DWORD [12+edi]
24 mov esi,DWORD [240+edi]
26 lea esi,[esi*8+edi]
28 mov edi,DWORD [ebp-128]
30 mov edi,DWORD [ebp-64]
32 mov edi,DWORD [ebp
    [all...]
  /art/runtime/interpreter/mterp/x86_64/
op_cmp_long.S 10 xorl %edi, %edi
14 cmovl %esi, %edi
15 cmovg %eax, %edi
16 SET_VREG %edi, rINSTq
  /external/libunwind/src/ptrace/
_UPT_find_proc_info.c 36 get_unwind_info (struct elf_dyn_info *edi, pid_t pid, unw_addr_space_t as, unw_word_t ip, void *as_arg)
46 if (!edi->ktab.start_ip && _Uia64_get_kernel_table (&edi->ktab) < 0)
49 if (edi->ktab.format != -1 && ip >= edi->ktab.start_ip && ip < edi->ktab.end_ip)
53 if ((edi->di_cache.format != -1
54 && ip >= edi->di_cache.start_ip && ip < edi->di_cache.end_ip)
56 || (edi->di_debug.format != -
    [all...]
_UPT_create.c 40 ui->edi.di_cache.format = -1;
41 ui->edi.di_debug.format = -1;
43 ui->edi.ktab.format = -1;
  /external/llvm/test/MC/X86/
index-operations.s 33 lodsl (%edi), %eax
38 lodsl 44(%edi), %eax
50 // 32: stosw %ax, %es:(%edi) # encoding: [0x66,0xab]
53 stos %eax, (%edi)
54 // 64: stosl %eax, %es:(%edi) # encoding: [0x67,0xab]
55 // 32: stosl %eax, %es:(%edi) # encoding: [0xab]
56 // 16: stosl %eax, %es:(%edi) # encoding: [0x66,0x67,0xab]
58 stosb %al, %fs:(%edi)
63 stosb %al, %es:(%edi)
64 // 64: stosb %al, %es:(%edi) # encoding: [0x67,0xaa
    [all...]
x86_64-tbm-encoding.s 4 // CHECK: bextr $2814, %edi, %eax
6 bextr $2814, %edi, %eax
24 // CHECK: blcfill %edi, %eax
26 blcfill %edi, %eax
44 // CHECK: blci %edi, %eax
46 blci %edi, %eax
64 // CHECK: blcic %edi, %eax
66 blcic %edi, %eax
84 // CHECK: blcmsk %edi, %eax
86 blcmsk %edi, %ea
    [all...]
  /external/libunwind/src/coredump/
_UCD_find_proc_info.c 35 if (!ui->edi.ktab.start_ip && _Uia64_get_kernel_table (&ui->edi.ktab) < 0)
38 if (ui->edi.ktab.format != -1 && ip >= ui->edi.ktab.start_ip && ip < ui->edi.ktab.end_ip)
42 if ((ui->edi.di_cache.format != -1
43 && ip >= ui->edi.di_cache.start_ip && ip < ui->edi.di_cache.end_ip)
45 || (ui->edi.di_debug.format != -1
46 && ip >= ui->edi.di_arm.start_ip && ip < ui->edi.di_arm.end_ip
    [all...]
  /external/valgrind/none/tests/x86/
cpuid_s.S 17 pushl %edi
23 movl %eax, %edi
26 movl %eax, (%edi)
27 movl %ebx, 4(%edi)
28 movl %ecx, 8(%edi)
29 movl %edx, 12(%edi)
35 popl %edi
47 pushl %edi
53 movl %eax, %edi
56 movl %eax, (%edi)
    [all...]
  /bionic/libc/arch-x86/silvermont/string/
sse2-strcpy-slm.S 92 # define ENTRANCE PUSH(%ebx); PUSH(%esi); PUSH(%edi)
93 # define RETURN POP(%edi); POP(%esi); POP(%ebx); ret; CFI_PUSH(%ebx); CFI_PUSH(%edi); CFI_PUSH(%edi);
96 # define ENTRANCE PUSH(%esi); PUSH(%edi)
97 # define RETURN POP(%edi); POP(%esi); ret; CFI_PUSH(%esi); CFI_PUSH(%edi);
136 mov STR1(%esp), %edi
146 mov %edi, %eax /* save result */
188 movdqu %xmm1, (%edi)
    [all...]
  /external/fec/
ssebfly29.s 23 pushl %edi
33 movl NEWMETRICS(%edx),%edi # edi -> new metrics
93 movq %mm0,(16*\GROUP+8)(%edi)
94 movq %mm4,(16*\GROUP)(%edi)
148 movl (%edi),%eax # extract first output metric
156 movq (%edi),%mm0
157 pminub 8(%edi),%mm0
158 pminub 16(%edi),%mm0
159 pminub 24(%edi),%mm
    [all...]
  /external/syslinux/com32/lib/
memmove.S 47 pushl %edi
50 movl %eax,%edi
53 cmpl %edi,%esi
60 movl %edi,%edx
93 popl %edi
102 cmpl %eax,%edi
106 leal -1(%ecx,%edi),%edi
110 movl %edi,%edx
117 decl %edi
    [all...]
  /external/libunwind/src/ia64/
Gfind_unwind_table.c 36 find_gp (struct elf_dyn_info *edi, Elf64_Phdr *pdyn, Elf64_Addr load_base)
39 Elf64_Ehdr *ehdr = edi->ei.image;
50 Elf64_Dyn *dyn = (Elf64_Dyn *) (pdyn->p_offset + (char *) edi->ei.image);
67 if (soff + ehdr->e_shnum * ehdr->e_shentsize > edi->ei.size)
71 edi->ei.size);
75 shdr = (Elf64_Shdr *) ((char *) edi->ei.image + soff);
76 str_shdr = (Elf64_Shdr *) ((char *) edi->ei.image + str_soff);
77 strtab = (char *) edi->ei.image + str_shdr->sh_offset;
83 gp = ((Elf64_Addr *) ((char *) edi->ei.image + shdr->sh_offset))[1];
90 Debug (16, "image at %p, gp = %lx\n", edi->ei.image, gp)
    [all...]
  /bionic/libc/arch-x86/generic/string/
memcmp.S 10 pushl %edi
12 movl 12(%esp),%edi
30 popl %edi
34 subl %ecx,%edi /* four pairs of bytes do not */
38 L6: movzbl -1(%edi),%eax /* Perform unsigned comparison */
42 popl %edi

Completed in 1415 milliseconds

1 2 3 4 5 6 7 8 91011>>