Searched defs:EDX (Results 1 – 9 of 9) sorted by relevance
/third_party/musl/arch/i386/bits/ |
D | reg.h | 5 #define EDX 2 macro
|
/third_party/libunwind/src/x86/ |
D | unwind_i.h | 38 #define EDX 2 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCTargetDesc.h | 50 EAX = 0, ECX = 1, EDX = 2, EBX = 3, ESP = 4, EBP = 5, ESI = 6, EDI = 7 enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Host.cpp | 979 static void getAvailableFeatures(unsigned ECX, unsigned EDX, unsigned MaxLeaf, in getAvailableFeatures() 1126 unsigned EAX = 0, EBX = 0, ECX = 0, EDX = 0; in getHostCPUName() local 1342 unsigned EAX = 0, EBX = 0, ECX = 0, EDX = 0; in getHostCPUFeatures() local
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/x86/ |
D | mod.rs | 543 pub const EDX: ::c_int = 2; constant
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | compile-i386.c | 205 EAX, EDX, ECX, EBX, ESI, EDI, EBP, ESP, // 32-bit enumerator
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/x86/ |
D | mod.rs | 871 pub const EDX: ::c_int = 2; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/x86/ |
D | mod.rs | 1055 pub const EDX: ::c_int = 2; constant
|
/third_party/mesa3d/src/mesa/x86/ |
D | assyntax.h | 108 #define EDX dx macro 170 #define EDX %edx macro
|