HomeSort by relevance Sort by last modified time
    Searched defs:edx (Results 51 - 75 of 282) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/runtime/
signal_freebsd_386.go 18 func (c *sigctxt) edx() uint32 { return c.regs().mc_edx } func
signal_linux_386.go 18 func (c *sigctxt) edx() uint32 { return c.regs().edx } func
signal_nacl_386.go 18 func (c *sigctxt) edx() uint32 { return c.regs().edx } func
signal_netbsd_386.go 18 func (c *sigctxt) edx() uint32 { return c.regs().__gregs[_REG_EDX] } func
signal_openbsd_386.go 21 func (c *sigctxt) edx() uint32 { return c.regs().sc_edx } func
  /prebuilts/go/linux-x86/src/runtime/
signal_darwin_386.go 18 func (c *sigctxt) edx() uint32 { return c.regs().edx } func
signal_freebsd_386.go 18 func (c *sigctxt) edx() uint32 { return c.regs().mc_edx } func
signal_linux_386.go 18 func (c *sigctxt) edx() uint32 { return c.regs().edx } func
signal_nacl_386.go 18 func (c *sigctxt) edx() uint32 { return c.regs().edx } func
signal_netbsd_386.go 18 func (c *sigctxt) edx() uint32 { return c.regs().__gregs[_REG_EDX] } func
signal_openbsd_386.go 21 func (c *sigctxt) edx() uint32 { return c.regs().sc_edx } func
  /bionic/libc/kernel/uapi/asm-x86/asm/
ptrace.h 31 long edx; member in struct:pt_regs
  /development/ndk/platforms/android-21/arch-x86/include/asm/
ptrace.h 31 long edx; member in struct:pt_regs
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
ptrace.h 31 long edx; member in struct:pt_regs
  /development/ndk/platforms/android-9/arch-x86/include/asm/
ptrace.h 31 long edx; member in struct:pt_regs
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_ptrace_dumper.cc 219 int eax, ebx, ecx, edx; local
220 __cpuid(1, eax, ebx, ecx, edx);
221 if (edx & bit_FXSAVE) {
  /external/kernel-headers/original/uapi/asm-x86/asm/
ptrace.h 20 long edx; member in struct:pt_regs
  /external/libchrome/base/
cpu.cc 89 uint32_t eax, edx; local
92 "xgetbv" : "=a"(eax), "=d"(edx) : "c"(xcr));
93 return (static_cast<uint64_t>(edx) << 32) | eax;
  /external/strace/linux/x86_64/
arch_regs.c 10 uint32_t edx; member in struct:i386_user_regs_struct
  /external/zlib/src/contrib/inflate86/
inffas86.c 89 /* 80 40 */ unsigned long hold; /* edx rdx local strm->hold */
237 " andl %%edx, %%eax\n" /* eax &= hold */
275 " andl %%edx, %%eax\n" /* eax &= hold */
336 " andl %%edx, %%eax\n" /* eax &= hold */
350 " andl %%edx, %%eax\n" /* eax &= hold */
478 " movl 40(%%esp), %%edx\n" /* edx = hold */
501 " orl %%eax, %%edx\n" /* hold |= *((ushort *)in)++ << bits */
505 " andl %%edx, %%eax\n" /* eax &= hold */
511 " shrl %%cl, %%edx\n" /* hold >>= this.bits *
805 mov edx, [esp+40] \/* edx = hold *\/ local
828 or edx, eax \/* hold |= *((ushort *)in)++ << bits *\/ local
838 shr edx, cl \/* hold >>= this.bits *\/ local
867 or edx, eax \/* hold |= *((ushort *)in)++ << bits *\/ local
877 shr edx, cl local
889 or edx, eax \/* hold |= *((ushort *)in)++ << bits *\/ local
902 shr edx, cl \/* hold >>= this.bits *\/ local
918 or edx, eax \/* hold |= *((ushort *)in)++ << bits *\/ local
928 shr edx, cl local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/win32/
scaleopt.c 99 lea edx, [esi+ecx]; local
125 cmp esi, edx
151 mov edx, dest_pitch // Loop counter local
196 movd DWORD PTR [edi+edx], mm1
200 movd DWORD PTR [edi+edx*2], mm3
202 lea eax, [edi+edx*2]
209 movd DWORD PTR [eax+edx], mm5
247 lea edx, [esi+ecx-5]; local
276 cmp esi, edx
309 mov edx, ea local
310 shr edx, 16 local
334 mov edx, dest_pitch \/\/ Loop counter local
430 xor edx, edx local
440 add edx, 4 local
442 cmp edx, ecx local
470 mov edx, dest_width local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
ptrace.h 19 long edx; member in struct:pt_regs
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
ptrace.h 19 long edx; member in struct:pt_regs
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
ptrace.h 19 long edx; member in struct:pt_regs
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm/
ptrace.h 31 long edx; member in struct:pt_regs

Completed in 714 milliseconds

1 23 4 5 6 7 8 91011>>