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

1 23

  /external/kernel-headers/original/asm-x86/
vm86.h 78 long edx; member in struct:vm86_regs
processor_32.h 138 unsigned int *ecx, unsigned int *edx)
145 "=d" (*edx)
181 asm volatile("cpuid" : "=a" (tmp) : "0" (1) : "ebx","ecx","edx","memory");
185 unsigned long edx)
187 /* "monitor %eax,%ecx,%edx;" */
190 : :"a" (eax), "c" (ecx), "d"(edx));
305 unsigned long eax,ecx,edx,ebx; member in struct:i386_hw_tss
606 unsigned int *ecx, unsigned int *edx)
610 __cpuid(eax, ebx, ecx, edx);
616 unsigned int *ecx, unsigned int *edx)
628 unsigned int eax, ebx, ecx, edx; local
635 unsigned int eax, ebx, ecx, edx; local
642 unsigned int eax, ebx, ecx, edx; local
649 unsigned int eax, ebx, ecx, edx; local
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngvcrd.c 47 push edx
80 and edx, 0x00800000 //mask out all bits but mmx bit(24) local
81 cmp edx, 0 // 0 = mmx not supported local
88 pop edx //CPUID trashed these
231 mov edx,mask local
232 sal edx,24 //make low byte the high byte local
234 sal edx,1 //move high bit to CF local
378 mov edx,mask local
379 sal edx,24 //make low byte the high byte local
381 sal edx,1 //move high bit to C local
484 mov edx,mask local
485 sal edx,24 \/\/make low byte the high byte local
488 sal edx,1 \/\/move high bit to CF local
767 mov edx,mask local
768 sal edx,24 \/\/make low byte the high byte local
770 sal edx,1 \/\/move high bit to CF local
927 mov edx,mask local
928 sal edx,24 \/\/make low byte the high byte local
931 sal edx,1 \/\/move high bit to CF local
1954 mov edx, edi local
1956 sub edx, bpp \/\/ edx ==> Raw(x-bpp) local
2250 mov edx, edi local
2252 sub edx, bpp \/\/ edx ==> Raw(x-bpp) local
2313 mov edx, edi local
2315 sub edx, bpp \/\/ edx ==> Raw(x-bpp) local
2349 mov edx, edi local
2351 sub edx, bpp \/\/ edx ==> Raw(x-bpp) local
2393 xor edx, edx \/\/ edx ==> x-bpp offset local
3118 mov edx, ebx local
3120 sub edx, bpp \/\/ Set edx = ebx - bpp local
3199 mov edx, ebx local
3201 sub edx, bpp \/\/ Set edx = ebx - bpp local
3309 mov edx, ecx local
3310 sub edx, ebx \/\/ subtract alignment fix local
3311 and edx, 0x00000007 \/\/ calc bytes over mult of 8 local
3606 mov edx, ecx local
3607 sub edx, ebx \/\/ subtract alignment fix local
3608 and edx, 0x0000003f \/\/ calc bytes over mult of 64 local
3650 cmp edx, 0 \/\/ Test for bytes over mult of 64 local
3656 cmp edx, 8 \/\/test for less than 8 bytes local
3661 and edx, 0x00000007 \/\/ calc bytes over mult of 8 local
3673 cmp edx, 0 \/\/ Test for bytes over mult of 8 local
    [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc 122 __ lea(edx,
124 __ push(edx);
133 Move(arguments->slot(), eax, ebx, edx);
136 Move(dot_arguments_slot, ecx, ebx, edx);
848 __ mov(edx, object_loc);
931 __ mov(edx, Operand(esp, 0));
1982 __ mov(Operand(esp, 0), edx); local
1996 __ mov(Operand(esp, 0), edx); local
    [all...]
assembler-ia32.h 69 // eax, ebx, ecx and edx are byte registers, the rest are not.
86 const Register edx = { 2 }; member in namespace:v8::internal
585 void imul(Register src); // edx:eax = eax * src.
595 void mul(Register src); // edx:eax = eax * reg.
disasm-ia32.cc 270 edx = 2, enumerator in enum:disasm::DisassemblerIA32::__anon7805
993 case edx: mnem = "call"; break;
    [all...]
stub-cache-ia32.cc 1198 __ mov(Operand(esp, (argc + 1) * kPointerSize), edx); local
1260 CheckPrototypes(JSObject::cast(object), edx, holder, local
1268 __ mov(Operand(esp, (argc + 1) * kPointerSize), edx); local
1336 CheckPrototypes(JSObject::cast(object), edx, holder, local
1401 edx, local
1419 __ mov(Operand(esp, (argc + 1) * kPointerSize), edx); local
1495 __ mov(Operand(esp, (argc + 1) * kPointerSize), edx); local
1537 edx, ecx, ebx, local
1714 edx, ecx, ebx, local
2014 GenerateLoadArrayLength(masm(), edx, ecx, &miss); local
2038 GenerateLoadStringLength(masm(), edx, ecx, ebx, &miss); local
2062 GenerateLoadFunctionPrototype(masm(), edx, ecx, ebx, &miss); local
    [all...]
codegen-ia32.cc 802 // operand_1 on TOS+1 or in edx, operand_2 on TOS+2 or in eax.
809 // Expects operands in edx, eax.
813 // operand_1 in eax, operand_2 in edx; falls through on float
818 // Takes the operands in edx and eax and loads them as integers in eax
824 // into xmm0 and xmm1 if they are. Operands are in edx and eax.
829 // either operand is not a number. Operands are in edx and eax.
834 // Expects operands in edx, eax.
7284 __ mov(FieldOperand(eax, JSArray::kElementsOffset), edx); local
8242 __ mov(Operand(ecx, kIntSize), edx); local
8759 __ mov(FieldOperand(eax, HeapNumber::kExponentOffset), edx); local
8945 __ mov(Operand(esp, 2 * kPointerSize), edx); local
9946 __ mov(Operand::StaticVariable(pending_exception_address), edx); local
10124 __ mov(Operand::StaticVariable(pending_exception), edx); local
10385 __ mov(FieldOperand(ecx, ConsString::kSecondOffset), edx); local
    [all...]
  /external/webkit/JavaScriptCore/assembler/
MacroAssemblerX86Common.h 974 mov flags, edx; local
982 "movl %%edx, %0;"
985 : "%eax", "%ecx", "%edx"
X86Assembler.h 46 edx, enumerator in enum:JSC::X86Registers::__anon7882
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
user.h 131 long int edx; member in struct:user_regs_struct
  /external/qemu/
kqemu.c 97 #define cpuid(index, eax, ebx, ecx, edx) \
99 : "=a" (eax), "=b" (ebx), "=c" (ecx), "=d" (edx) \
129 uint32_t eax, ebx, ecx, edx; local
144 cpuid(1, eax, ebx, ecx, edx);
145 features = edx;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
kvm.h 158 __u32 edx; member in struct:kvm_cpuid_entry
176 __u32 edx; member in struct:kvm_cpuid_entry2
  /bionic/libc/kernel/arch-x86/asm/
processor_32.h 161 unsigned long eax,ecx,edx,ebx; member in struct:i386_hw_tss
  /development/ndk/platforms/android-5/arch-x86/include/asm/
processor_32.h 161 unsigned long eax,ecx,edx,ebx; member in struct:i386_hw_tss
  /external/strace/
signal.c 119 unsigned long edx; member in struct:sigcontext_struct
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
processor_32.h 161 unsigned long eax,ecx,edx,ebx; member in struct:i386_hw_tss
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
processor_32.h 161 unsigned long eax,ecx,edx,ebx; member in struct:i386_hw_tss

Completed in 2643 milliseconds

1 23