HomeSort by relevance Sort by last modified time
    Searched refs:EAX (Results 101 - 125 of 127) sorted by null

1 2 3 45 6

  /external/valgrind/main/VEX/auxprogs/
genoffsets.c 86 GENOFFSET(X86,x86,EAX);
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-x86-linux.c 381 SC2(eax,EAX);
654 tst->arch.vex.guest_EAX = sc->eax;
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h 96 #define EAX ax
158 #define EAX %eax
442 #define IN_L CHOICE(inl (DX), inl ARG2(DX,EAX), _LTOG in DX)
449 #define IN1_L(a) CHOICE(inl (a), inl ARG2(a,EAX), _LTOG in a)
453 #define IN1_L(a) CHOICE(inl a, inl ARG2(a,EAX), _LTOG in a)
555 #define OUT_L CHOICE(outl (DX), outl ARG2(EAX,DX), _LTOG out DX)
561 #define OUT1_L(a) CHOICE(outl (a), outl ARG2(EAX,a), _LTOG out a)
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 96 #define EAX ax
158 #define EAX %eax
442 #define IN_L CHOICE(inl (DX), inl ARG2(DX,EAX), _LTOG in DX)
449 #define IN1_L(a) CHOICE(inl (a), inl ARG2(a,EAX), _LTOG in a)
453 #define IN1_L(a) CHOICE(inl a, inl ARG2(a,EAX), _LTOG in a)
555 #define OUT_L CHOICE(outl (DX), outl ARG2(EAX,DX), _LTOG out DX)
561 #define OUT1_L(a) CHOICE(outl (a), outl ARG2(EAX,a), _LTOG out a)
    [all...]
  /external/qemu/target-i386/
cpu.h 392 FEAT_7_0_EBX, /* CPUID[EAX=7,ECX=0].EBX */
396 FEAT_KVM, /* CPUID[4000_0001].EAX (KVM_CPUID_FEATURES) */
963 uint32_t *eax, uint32_t *ebx,
    [all...]
seg_helper.c 288 cpu_stl_kernel(env, env->tr.base + (0x28 + 0 * 4), EAX);
302 cpu_stw_kernel(env, env->tr.base + (0x12 + 0 * 2), EAX);
354 EAX = new_regs[0];
    [all...]
  /art/compiler/utils/x86/
assembler_x86.cc 194 EmitOperand(EAX, dst);
818 // For registers that have a byte variant (EAX, EBX, ECX, and EDX)
822 if (reg == EAX) {
829 } else if (reg == EAX) {
830 // Use short form if the destination is EAX.
1354 } else if (operand.IsRegister(EAX)) {
1355 // Use short form if the destination is eax.
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_solaris.h 682 uc->uc_mcontext.gregs[EAX] = 1; \
  /external/libunwind/src/ptrace/
_UPT_reg_offset.c 256 UNW_R_OFF(EAX, eax)
  /external/llvm/lib/Target/X86/AsmParser/
X86Operand.h 343 case X86::RAX: return X86::EAX;
X86AsmParser.cpp     [all...]
  /external/qemu-pc-bios/bochs/
bochs.h 54 #undef EAX
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
X86ISelDAGToDAG.cpp 336 // movl 4(%esp), %eax
337 // addl $4, %eax
339 // movl $4, %eax
340 // addl 4(%esp), %eax
342 // the saving can be 4 bytes (by using incl %eax).
349 // movl %gs:0, %eax
350 // leal i@NTPOFF(%eax), %eax
352 // movl $i@NTPOFF, %eax
353 // addl %gs:0, %eax
    [all...]
X86ISelLowering.cpp 623 setExceptionPointerRegister(X86::EAX);
    [all...]
X86FloatingPoint.cpp     [all...]
X86InstrInfo.cpp 476 // FIXME: TEST*rr EAX,EAX ---> CMP [mem], 0
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/hermes/
x86p_32.asm 35 ;; EAX, EBX, EDX
66 .L4: mov eax,[esi]
69 bswap eax
73 ror eax,8
84 mov [edi+0],eax
146 .L4: mov eax,[esi]
149 rol eax,8
156 mov [edi+0],eax
217 .L4: mov eax,[esi]
223 bswap eax
    [all...]
  /external/qemu/
cpu-exec.c 28 #undef EAX
    [all...]
  /external/valgrind/main/VEX/test/
test-amd64.c 188 : "a" (eax), "b" (ebx), "c" (ecx), "d" (edx), "S" (esi), "D" (edi));\
877 #define TEST_CMPXCHG(op, size, opconst, eax)\
884 : "0" (op0), "1" (op1), "a" (eax));\
885 printf("%-10s EAX=%08x A=%08x C=%08x\n",\
886 #op, eax, op0, op1);\
1132 printf("xlat: EAX=%08x\n", res);
1181 printf("%-10s ESI=%016llx EDI=%016llx EAX=%016llx ECX=%016llx EFL=%04llx\n",\
    [all...]
test-i386.c 168 : "a" (eax), "b" (ebx), "c" (ecx), "d" (edx), "S" (esi), "D" (edi));\
176 : "a" (eax), "b" (ebx), "c" (ecx), "d" (edx), "S" (esi), "D" (edi));\
183 int eax, ebx, ecx, edx, esi, edi, res; local
184 eax = 0x0001;
193 TEST_LEA("(%%eax)");
200 TEST_LEA("0x40(%%eax)");
207 TEST_LEA("0x4000(%%eax)");
214 TEST_LEA("(%%eax, %%ecx)");
221 TEST_LEA("0x40(%%eax, %%ecx)");
228 TEST_LEA("(,%%eax, 2)")
    [all...]
  /external/strace/
process.c 1292 XLAT(4*EAX),
    [all...]
  /external/valgrind/main/memcheck/
mc_machine.c     [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 494 and eax, #0x0000FFFF local
496 or eax, ebx local
499 cmp eax, dword ptr [di] local
514 and eax, #0x0000FFFF local
516 or eax, ebx local
518 mul eax, dword ptr [di] local
519 mov ebx, eax
549 and eax, #0x0000FFFF local
551 or eax, ebx local
553 test eax, ea local
560 and eax, #0x0000FFFF local
562 or eax, ebx local
564 shr eax, #1 local
576 and eax, #0x0000FFFF local
578 or eax, ebx local
580 shl eax, #1 local
598 and eax, #0x0000FFFF local
600 or eax, ebx local
798 Bit32u ebx, edx, ecx, eax; member in struct:__anon33994::__anon33995::__anon33996
3351 in eax, dx local
4004 mov eax, cr0 local
4006 mov cr0, eax local
4030 mov eax, cr0 local
4032 mov cr0, eax local
4504 div eax, ebx local
4505 mov ecx, eax local
6263 xor eax,eax local
6270 add eax,ebx local
6274 add eax,ebx local
6282 shr eax,#16 local
8607 shr eax, #16 local
8611 shl eax, #16 local
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 2277 milliseconds

1 2 3 45 6