HomeSort by relevance Sort by last modified time
    Searched refs:EAX (Results 76 - 100 of 105) sorted by null

1 2 34 5

  /dalvik/vm/compiler/codegen/x86/libenc/
enc_tabl.cpp 332 {OpcodeInfo::ia32, {0x9F}, {EAX}, D },
351 {OpcodeInfo::decoder, {opcode_starts_from + 5, id}, {EAX, imm32}, DU_U },\
429 {OpcodeInfo::all, {0x0F, 0xB1, _r}, {r_m32, r32, EAX}, DU_DU_DU},
489 {OpcodeInfo::all, {0x99}, {EDX, EAX}, D_U },
761 {OpcodeInfo::all, {0x9B, 0xDF, 0xE0}, {EAX}, D },
767 {OpcodeInfo::all, {0xDF, 0xE0}, {EAX}, D },
    [all...]
enc_prvt.h 141 #define EAX {OpndKind_GPReg, OpndSize_32, OpndExt_Any, RegName_EAX}
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.h 125 ENTRY(EAX) \
143 ENTRY(EAX) \
  /external/qemu/distrib/sdl-1.2.15/src/cpuinfo/
SDL_cpuinfo.c 62 " popl %%eax \n"
63 " movl %%eax,%%ecx \n"
64 " xorl $0x200000,%%eax # Flip ID bit in EFLAGS \n"
65 " pushl %%eax # Save new EFLAGS value on stack \n"
68 " popl %%eax # Store new EFLAGS in EAX \n"
69 " xorl %%ecx,%%eax # Can not toggle ID bit, \n"
75 : "%eax", "%ecx"
84 " xorl $0x200000,%%eax # Flip ID bit in EFLAGS \n"
88 " popq %%rax # Store new EFLAGS in EAX \n
102 xor eax, 200000h ; Flip ID bit in EFLAGS local
103 push eax ; Save new EFLAGS value on stack local
106 pop eax ; Store new EFLAGS in EAX local
107 xor eax, ecx ; Can not toggle ID bit, local
189 xor eax, eax ; Set up for CPUID instruction local
193 cmp eax, 1 ; Make sure 1 is valid input for CPUID local
195 xor eax, eax local
    [all...]
  /external/valgrind/main/VEX/auxprogs/
genoffsets.c 83 GENOFFSET(X86,x86,EAX);
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 101 ValReg = X86::EAX;
X86ISelLowering.cpp 606 setExceptionPointerRegister(X86::EAX);
8739 SDValue eax = DAG.getCopyFromReg(ftol, DL, X86::EAX, local
12992 SDValue eax = DAG.getCopyFromReg(rd, dl, X86::EAX, MVT::i32, local
    [all...]
X86FastISel.cpp 828 // and into %rax. We also do the same with %eax for Win32.
834 unsigned RetReg = Subtarget->is64Bit() ? X86::RAX : X86::EAX;
    [all...]
X86ISelDAGToDAG.cpp 326 // movl 4(%esp), %eax
327 // addl $4, %eax
329 // movl $4, %eax
330 // addl 4(%esp), %eax
332 // the saving can be 4 bytes (by using incl %eax).
339 // movl %gs:0, %eax
340 // leal i@NTPOFF(%eax), %eax
342 // movl $i@NTPOFF, %eax
343 // addl %gs:0, %eax
    [all...]
X86FloatingPoint.cpp     [all...]
  /art/compiler/utils/x86/
assembler_x86.cc 195 EmitOperand(EAX, dst);
812 // For registers that have a byte variant (EAX, EBX, ECX, and EDX)
816 if (reg == EAX) {
823 } else if (reg == EAX) {
824 // Use short form if the destination is EAX.
1311 testl(EAX, Immediate(reinterpret_cast<int32_t>(message)));
1346 } else if (operand.IsRegister(EAX)) {
1347 // Use short form if the destination is eax.
    [all...]
  /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/strace/
syscall.c 684 static long eax; variable
969 if (upeek(tcp, PT_R1, &scno) < 0) /* orig eax */
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_solaris.h 682 uc->uc_mcontext.gregs[EAX] = 1; \
  /external/qemu-pc-bios/bochs/
bochs.h 54 #undef EAX
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 648 as EAX, PMAC and OMAC only require the encryption function. So far this \textit{encrypt only} functionality has only been implemented for
    [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/valgrind/main/memcheck/
mc_machine.c     [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/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:__anon27501::__anon27502::__anon27503
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...]

Completed in 2067 milliseconds

1 2 34 5