HomeSort by relevance Sort by last modified time
    Searched defs:eax (Results 76 - 84 of 84) sorted by null

1 2 34

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
kvm.h 155 __u32 eax; member in struct:kvm_cpuid_entry
173 __u32 eax; 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 121 unsigned long eax; 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
  /external/kernel-headers/original/asm-x86/
processor_32.h 137 static inline void native_cpuid(unsigned int *eax, unsigned int *ebx,
142 : "=a" (*eax),
146 : "0" (*eax), "2" (*ecx));
184 static inline void __monitor(const void *eax, unsigned long ecx,
187 /* "monitor %eax,%ecx,%edx;" */
190 : :"a" (eax), "c" (ecx), "d"(edx));
193 static inline void __mwait(unsigned long eax, unsigned long ecx)
195 /* "mwait %eax,%ecx;" */
198 : :"a" (eax), "c" (ecx));
201 extern void mwait_idle_with_hints(unsigned long eax, unsigned long ecx)
305 unsigned long eax,ecx,edx,ebx; member in struct:i386_hw_tss
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/webkit/JavaScriptCore/assembler/
X86Assembler.h 44 eax, enumerator in enum:JSC::X86Registers::__anon7882
1117 if (src == X86Registers::eax)
1125 if (dst == X86Registers::eax)
    [all...]
  /external/v8/src/ia32/
codegen-ia32.cc 404 return Operand(eax);
698 // If eax is free, the register allocator prefers it. Thus the code
699 // generator will load the global object into eax, which is where
702 frame_->Spill(eax);
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
2624 __ mov(Operand(esp, 2 * kPointerSize), eax); local
7219 __ mov(Operand(eax, Context::SlotOffset(Context::FCONTEXT_INDEX)), eax); local
8161 __ mov(Operand(esp, 0), eax); local
8243 __ mov(Operand(ecx, 2 * kIntSize), eax); local
9732 __ mov(Operand(esp, (argc_ + 1) * kPointerSize), eax); local
9817 __ mov(Operand(esp, 1 * kPointerSize), eax); \/\/ arguments pointer. local
9832 __ mov(Operand(esp, 2 * kPointerSize), eax); \/\/ arguments pointer. local
9886 __ mov(Operand(esp, 0 * kPointerSize), eax); \/\/ Result. local
9991 __ mov(Operand::StaticVariable(external_caught), eax); local
9996 __ mov(Operand::StaticVariable(pending_exception), eax); local
10113 __ mov(Operand::StaticVariable(pending_exception), eax); local
10384 __ mov(FieldOperand(ecx, ConsString::kFirstOffset), eax); local
    [all...]

Completed in 336 milliseconds

1 2 34