Searched defs:ECX (Results 1 – 10 of 10) sorted by relevance
/third_party/musl/arch/i386/bits/ |
D | reg.h | 4 #define ECX 1 macro
|
/third_party/libunwind/src/x86/ |
D | unwind_i.h | 37 #define ECX 1 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 | 542 pub const ECX: ::c_int = 1; 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/gnu/b32/x86/ |
D | mod.rs | 1054 pub const ECX: ::c_int = 1; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/x86/ |
D | mod.rs | 870 pub const ECX: ::c_int = 1; constant
|
/third_party/mesa3d/src/mesa/x86/ |
D | assyntax.h | 104 #define ECX cx macro 166 #define ECX %ecx macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringX8632.cpp | 7879 Variable *ECX = makeReg(IceType_i32, RegX8632::Reg_ecx); in emitStackProbe() local
|