/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 998 if ((EDX >> 15) & 1) in getAvailableFeatures() 1000 if ((EDX >> 23) & 1) in getAvailableFeatures() 1002 if ((EDX >> 25) & 1) in getAvailableFeatures() 1004 if ((EDX >> 26) & 1) in getAvailableFeatures() 1031 bool HasAVX = ((ECX & AVXBits) == AVXBits) && !getX86XCR0(&EAX, &EDX) && in getAvailableFeatures() 1047 MaxLeaf >= 0x7 && !getX86CpuIDAndInfoEx(0x7, 0x0, &EAX, &EBX, &ECX, &EDX); in getAvailableFeatures() 1093 if (HasLeaf7 && ((EDX >> 2) & 1) && HasAVX512Save) in getAvailableFeatures() 1095 if (HasLeaf7 && ((EDX >> 3) & 1) && HasAVX512Save) in getAvailableFeatures() 1097 if (HasLeaf7 && ((EDX >> in getAvailableFeatures() 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/mesa3d/src/mesa/x86/ |
H A D | common_x86_asm.S | 89 MOV_L (EDX, REGIND(EDI)) 145 MOV_L (EDX, EAX) /* return EDX */
|
H A D | assyntax.h | 108 #define EDX dx macro 170 #define EDX %edx macro 834 #define P_EDX EDX 835 #define L_EDX EDX
|
/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/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCTargetDesc.cpp | 107 {codeview::RegisterId::EDX, X86::EDX}, in initLLVMToSEHAndCVRegMapping() 617 case X86::DH: case X86::DL: case X86::DX: case X86::EDX: case X86::RDX: in getX86SubSuperRegisterOrZero() 629 case X86::DH: case X86::DL: case X86::DX: case X86::EDX: case X86::RDX: in getX86SubSuperRegisterOrZero() 666 case X86::DH: case X86::DL: case X86::DX: case X86::EDX: case X86::RDX: in getX86SubSuperRegisterOrZero() 702 case X86::DH: case X86::DL: case X86::DX: case X86::EDX: case X86::RDX: in getX86SubSuperRegisterOrZero() 703 return X86::EDX; in getX86SubSuperRegisterOrZero() 738 case X86::DH: case X86::DL: case X86::DX: case X86::EDX: case X86::RDX: in getX86SubSuperRegisterOrZero()
|
H A D | X86MCTargetDesc.h | 50 EAX = 0, ECX = 1, EDX = 2, EBX = 3, ESP = 4, EBP = 5, ESI = 6, EDI = 7 enumerator
|
H A D | X86WinCOFFTargetStreamer.cpp | 298 case X86::EDX: OS << "$edx"; break; in printFPOReg()
|
H A D | X86AsmBackend.cpp | 825 case X86::EDX: in PushInstrSize() 1000 X86::EBX, X86::ECX, X86::EDX, X86::EDI, X86::ESI, X86::EBP, 0 in getCompactUnwindRegNum()
|
/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/libunwind/libunwind/src/x86/ |
H A D | unwind_i.h | 38 #define EDX 2 macro
|
H A D | Gregs.c | 78 loc = c->dwarf.loc[(reg == UNW_X86_EAX) ? EAX : EDX]; in tdep_access_reg()
|
H A D | Gget_save_loc.c | 42 case UNW_X86_EDX: loc = c->dwarf.loc[EDX]; break; in unw_get_save_loc()
|
H A D | init.h | 35 c->dwarf.loc[EDX] = DWARF_REG_LOC (&c->dwarf, UNW_X86_EDX); in common_init()
|
H A D | Gos-linux.c | 128 c->dwarf.loc[EDX] = DWARF_LOC (sc_addr + LINUX_SC_EDX_OFF, 0); in x86_handle_signal_frame()
|
H A D | Gos-freebsd.c | 131 c->dwarf.loc[EDX] = DWARF_LOC (uc_addr + FREEBSD_UC_MCONTEXT_EDX_OFF, 0); in x86_handle_signal_frame()
|
/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 218 REGINFO( DL, "%dl", DX, EDX, EAX_EDX), 222 REGINFO( DH, "%dh", DX, EDX, EAX_EDX), 226 REGINFO( DX, "%dx", DL, DH, EDX, EAX_EDX), 234 REGINFO(EDX, "%edx", DL, DH, DX, EAX_EDX), 241 REGINFO(EAX_EDX, "%eax:%edx", AL, AH, AX, EAX, DL, DH, DX, EDX), 253 REGSTORAGE(EAX), REGSTORAGE(EDX), REGSTORAGE(ECX), REGSTORAGE(EBX), 260 #define REG_EDX (&hardreg_storage_table[EDX]) 313 static struct regclass regclass_32 = { "32-bit", { EAX, EDX, ECX, EBX, ESI, EDI, EBP }}; 316 static struct regclass regclass_32_8 = { "32-bit bytes", { EAX, EDX, EC [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86CallingConv.cpp | 33 static const MCPhysReg RegList[] = {X86::EAX, X86::ECX, X86::EDX, X86::EDI, in CC_X86_32_RegCall_Assign2Regs() 240 // This is similar to CCAssignToReg<[EAX, EDX, ECX]>, but makes sure in CC_X86_32_MCUInReg() 242 static const MCPhysReg RegList[] = {X86::EAX, X86::EDX, X86::ECX}; in CC_X86_32_MCUInReg()
|
H A D | X86RetpolineThunks.cpp | 185 populateThunk(MF, X86::EDX); in runOnMachineFunction()
|
H A D | X86InstructionSelector.cpp | 1588 X86::EDX, in selectDivRem() 1591 {X86::IDIV32r, X86::CDQ, Copy, X86::EDX, S}, // SRem in selectDivRem() 1593 {X86::DIV32r, X86::MOV32r0, Copy, X86::EDX, U}, // URem in selectDivRem()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Disassembler/ |
H A D | X86DisassemblerDecoder.h | 139 ENTRY(EDX) \ 157 ENTRY(EDX) \
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_utils.h | 1118 MOV result, EDX in Muluh86() 1146 MOV result, EDX in Mulsh86()
|
/third_party/lzma/Asm/x86/ |
H A D | 7zAsm.asm | 98 x2 equ EDX
|
/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/libunwind/libunwind/src/ptrace/ |
H A D | _UPT_reg_offset.c | 304 UNW_R_OFF(EDX, edx)
|
/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
|