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