/external/llvm/lib/CodeGen/ |
LiveVariables.cpp | 235 // AL = ... <imp-def EAX>, <imp-kill AH> 238 // = EAX 366 // EAX<dead> = op AL<imp-def> 367 // That is, EAX def is dead but AL def extends pass it.
|
/external/llvm/lib/Target/X86/ |
README-FPStack.txt | 79 movl (%esp), %eax
|
/external/openssl/crypto/rand/ |
rand_nw.c | 161 mov tsc, eax
|
/external/v8/src/ia32/ |
macro-assembler-ia32.h | 120 // arguments in register eax and sets up the number of arguments in 128 // register eax:edx (untouched) and the pointer to the first 133 // register eax (untouched). [all...] |
/external/valgrind/main/VEX/pub/ |
libvex.h | 505 placed in the host's standard return register (x86: %eax, 566 valid stack pointer. The generated code may change %eax, %ebx, 577 %eax (or %eax:%edx, if simulating a 64-bit target) will contain the
|
/external/valgrind/main/docs/internals/ |
register-uses.txt | 14 eax n n int[31:0] retreg y
|
/external/valgrind/main/none/tests/amd64/ |
gen_insn_test.pl | 56 al => 4, ax => 4, eax => 4, rax => 4, 69 al => "r8", ah => "r8", ax => "r16", eax => "r32", rax => "r64", 76 # { r8 => "al", r16 => "ax", r32 => "eax", r64 => "rax" }, 91 { r8 => "al", r16 => "ax", r32 => "eax", r64 => "rax" },
|
/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
|
/prebuilt/ndk/android-ndk-r6/platforms/android-9/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/ |
uaccess_32.h | 166 * value in %eax(:%edx), return value in %eax, no clobbers. 283 "1: movl %%eax,0(%2)\n" \
|
/external/oprofile/daemon/ |
opd_ibs.c | 485 unsigned eax; member in union:__anon9107 505 : "=a" (v.eax), "=r" (ebx), "=c" (ecx), "=d" (edx) : "0" (1) 508 asm ("cpuid" : "=a" (v.eax), "=b" (ebx), "=c" (ecx), "=d" (edx) : "0" (1));
|
/external/v8/tools/ |
grokdump.py | 222 ("eax", EnableOnFlag(ctypes.c_uint32, MD_CONTEXT_X86_INTEGER)), 793 print " eax: %08x" % reader.exception_context.eax
|
/external/valgrind/main/coregrind/m_syswrap/ |
syswrap-x86-darwin.c | 246 " movl $0, %eax\n" // zero all GP regs 269 " push %eax\n" // self 367 " push %eax\n" // self
|
syswrap-main.c | 65 x86 eax ebx ecx edx esi edi ebp n/a n/a eax (== NUM) 76 x86 eax +4 +8 +12 +16 +20 +24 +28 +32 edx:eax, eflags.c 151 x86: Success(N) ==> eax = N 152 Fail(N) ==> eax = -N 160 x86: Success(N) ==> edx:eax = N, cc = 0 161 Fail(N) ==> edx:eax = N, cc = 1 [all...] |
/external/webkit/Source/WebCore/plugins/win/ |
PluginViewWin.cpp | 176 __asm mov eax, beginPaintSysCall 205 __asm mov eax, endPaintSysCall 242 00000000779FC5B3 B8 17 10 00 00 mov eax,1017h
|
/external/qemu-pc-bios/bochs/bios/ |
rombios32.c | 43 #define cpuid(index, eax, ebx, ecx, edx) \ 45 : "=a" (eax), "=b" (ebx), "=c" (ecx), "=d" (edx) \ 460 static struct { uint32_t ecx, eax, edx; } *p = (void *)SMP_MSR_ADDR; member in struct:__anon10327 464 p->eax = val; 550 uint32_t eax, ebx, ecx, edx; local 551 cpuid(1, eax, ebx, ecx, edx); 552 cpuid_signature = eax; [all...] |
/external/valgrind/main/docs/html/ |
cg-manual.html | 480 1 0 0 . . . . . . leal -12(%ebp),%eax 481 1 0 0 . . . 1 0 0 movl %eax,84(%ebx) 484 1 0 0 . . . . . . movl $.LnrB,%eax 485 1 0 0 . . . 1 0 0 movl %eax,-16(%ebp)</pre> 491 8048f25: 8d 45 f4 lea 0xfffffff4(%ebp),%eax 492 8048f28: 89 43 54 mov %eax,0x54(%ebx) 495 8048f34: b8 08 8b 07 08 mov $0x8078b08,%eax 496 8048f39: 89 45 f0 mov %eax,0xfffffff0(%ebp)</pre> 501 $.LnrB,%eax</code> instruction on a four-byte [all...] |
/external/valgrind/main/coregrind/m_sigframe/ |
sigframe-x86-linux.c | 380 SC2(eax,EAX); 653 tst->arch.vex.guest_EAX = sc->eax;
|
/external/valgrind/main/none/tests/x86/ |
gen_insn_test.pl | 51 al => 0, ax => 0, eax => 0, 64 al => "r8", ah => "r8", ax => "r16", eax => "r32", 71 { r8 => "al", r16 => "ax", r32 => "eax" },
|
/external/webkit/Source/JavaScriptCore/assembler/ |
MacroAssemblerX86Common.h | 1233 mov eax, 1 \/\/ cpuid function 1 gives us the standard feature set local [all...] |
/external/webkit/Source/JavaScriptCore/jit/ |
JITArithmetic.cpp | [all...] |
/dalvik/vm/mterp/x86-atom/ |
entry.S | 115 movl 8(%esp), %eax # get second argument
|
/external/libvpx/examples/includes/geshi/geshi/ |
asm.php | 95 'dr0','dr1','dr2','dr3','dr6','dr7','ds','dx','eax','ebp','ebx','ecx','edi','edx',
|
/external/llvm/docs/ |
CodeGenerator.html | 641 with the <tt>EAX</tt>/<tt>EDX</tt> registers), or external factors like 664 %EAX = mov %reg1024 ;; Copy X (in reg1024) into EAX 668 %reg1026 = mov %EAX ;; Read the result (Z) out of EAX 671 %EAX = mov %reg1026 ;; 32-bit return value goes in EAX 682 ;; X is in EAX, Y is in ECX 683 mov %EAX, %EDX [all...] |