HomeSort by relevance Sort by last modified time
    Searched refs:EDX (Results 76 - 93 of 93) sorted by null

1 2 34

  /external/qemu-pc-bios/bochs/
bochs.h 56 #undef EDX
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
X86ISelDAGToDAG.cpp     [all...]
X86FloatingPoint.cpp     [all...]
X86ISelLowering.cpp 607 setExceptionSelectorRegister(X86::EDX);
8741 SDValue edx = DAG.getCopyFromReg(eax.getValue(1), DL, X86::EDX, local
12994 SDValue edx = DAG.getCopyFromReg(eax.getValue(1), dl, X86::EDX, MVT::i32, local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/hermes/
x86p_32.asm 35 ;; EAX, EBX, EDX
45 mov edx,[esi]
46 bswap edx
47 ror edx,8
48 mov [edi],edx
77 mov edx,[esi+12]
81 bswap edx
86 ror edx,8
90 mov [edi+12],edx
104 mov edx,[esi
    [all...]
  /external/strace/
syscall.c     [all...]
process.c     [all...]
  /external/valgrind/main/memcheck/
mc_machine.c     [all...]
  /art/runtime/
runtime.cc     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h 108 #define EDX dx
170 #define EDX %edx
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 108 #define EDX dx
170 #define EDX %edx
    [all...]
  /external/qemu/
cpu-exec.c 30 #undef EDX
    [all...]
  /external/valgrind/main/VEX/test/
test-amd64.c 188 : "a" (eax), "b" (ebx), "c" (ecx), "d" (edx), "S" (esi), "D" (edi));\
    [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
187 edx = 0x0008;
196 TEST_LEA("(%%edx)");
203 TEST_LEA("0x40(%%edx)");
210 TEST_LEA("0x4000(%%edx)");
215 TEST_LEA("(%%ebx, %%edx)");
217 TEST_LEA("(%%edx, %%ecx)");
222 TEST_LEA("0x4000(%%ebx, %%edx)");
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1628 milliseconds

1 2 34