Home
last modified time | relevance | path

Searched refs:EDX (Results 1 - 25 of 30) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DHost.cpp979 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 Dcommon_x86_asm.S89 MOV_L (EDX, REGIND(EDI))
145 MOV_L (EDX, EAX) /* return EDX */
H A Dassyntax.h108 #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 Dreg.h5 #define EDX 2 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp107 {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 DX86MCTargetDesc.h50 EAX = 0, ECX = 1, EDX = 2, EBX = 3, ESP = 4, EBP = 5, ESI = 6, EDI = 7 enumerator
H A DX86WinCOFFTargetStreamer.cpp298 case X86::EDX: OS << "$edx"; break; in printFPOReg()
H A DX86AsmBackend.cpp825 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 Dregset.h26 #undef EDX macro
/third_party/libunwind/libunwind/src/x86/
H A Dunwind_i.h38 #define EDX 2 macro
H A DGregs.c78 loc = c->dwarf.loc[(reg == UNW_X86_EAX) ? EAX : EDX]; in tdep_access_reg()
H A DGget_save_loc.c42 case UNW_X86_EDX: loc = c->dwarf.loc[EDX]; break; in unw_get_save_loc()
H A Dinit.h35 c->dwarf.loc[EDX] = DWARF_REG_LOC (&c->dwarf, UNW_X86_EDX); in common_init()
H A DGos-linux.c128 c->dwarf.loc[EDX] = DWARF_LOC (sc_addr + LINUX_SC_EDX_OFF, 0); in x86_handle_signal_frame()
H A DGos-freebsd.c131 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 Dcompile-i386.c205 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 DX86CallingConv.cpp33 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 DX86RetpolineThunks.cpp185 populateThunk(MF, X86::EDX); in runOnMachineFunction()
H A DX86InstructionSelector.cpp1588 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 DX86DisassemblerDecoder.h139 ENTRY(EDX) \
157 ENTRY(EDX) \
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_utils.h1118 MOV result, EDX in Muluh86()
1146 MOV result, EDX in Mulsh86()
/third_party/lzma/Asm/x86/
H A D7zAsm.asm98 x2 equ EDX
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/x86/
H A Dmod.rs543 pub const EDX: ::c_int = 2; consts
/third_party/libunwind/libunwind/src/ptrace/
H A D_UPT_reg_offset.c304 UNW_R_OFF(EDX, edx)
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/x86/
H A Dmod.rs871 pub const EDX: ::c_int = 2; consts

Completed in 45 milliseconds

12