HomeSort by relevance Sort by last modified time
    Searched defs:ESI (Results 1 - 25 of 27) sorted by null

1 2

  /external/libunwind/src/x86/
unwind_i.h 42 #define ESI 6
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.h 50 EAX = 0, ECX = 1, EDX = 2, EBX = 3, ESP = 4, EBP = 5, ESI = 6, EDI = 7
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Solaris.h 32 #undef ESI
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.h 46 EAX = 0, ECX = 1, EDX = 2, EBX = 3, ESP = 4, EBP = 5, ESI = 6, EDI = 7
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/Solaris/sys/
regset.h 31 #undef ESI
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.h 53 EAX = 0, ECX = 1, EDX = 2, EBX = 3, ESP = 4, EBP = 5, ESI = 6, EDI = 7
  /art/runtime/arch/x86/
registers_x86.h 34 ESI = 6,
  /external/llvm/include/llvm/Support/
Solaris.h 41 #undef ESI
  /bionic/libc/include/sys/
reg.h 39 #define ESI 3
  /bionic/libc/kernel/uapi/asm-x86/asm/
ptrace-abi.h 25 #define ESI 3
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/
X86Thunk.c 224 UINT32 ESI;
Thunk16Lib.h 150 UINT32 ESI;
  /external/kernel-headers/original/uapi/asm-x86/asm/
ptrace-abi.h 10 #define ESI 3
  /external/u-boot/arch/x86/include/asm/
ptrace.h 9 #define ESI 3
32 long esi; member in struct:pt_regs
53 long esi; member in struct:irq_regs
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 181 const FunctionProtoType::ExceptionSpecInfo &ESI) {
183 if (!isUnresolvedExceptionSpec(ESI.Type))
188 Context.adjustExceptionSpec(cast<FunctionDecl>(Redecl), ESI);
276 FunctionProtoType::ExceptionSpecInfo ESI = OldProto->getExceptionSpecType();
277 if (ESI.Type == EST_Dynamic) {
278 ESI.Exceptions = OldProto->exceptions();
281 if (ESI.Type == EST_ComputedNoexcept) {
291 NewProto->getExtProtoInfo().withExceptionSpec(ESI)));
294 if (getLangOpts().MicrosoftExt && ESI.Type != EST_ComputedNoexcept) {
299 ESI.Type != EST_ComputedNoexcept)
    [all...]
SemaTemplateInstantiate.cpp     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBios/
LegacyBios.h 108 UINT32 ESI;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/SmmBase/
SmmBase.h 160 UINT32 ESI;
187 UINT32 ESI; // FF8C
336 UINT32 ESI;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueBaseLib.h 83 UINT32 Esi;
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/
SmmCis.h 176 UINT32 ESI;
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
LegacyBios.h     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
BaseLib.h 29 UINT32 Esi;
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
  /external/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 501 ESI = 23,
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 1226 milliseconds

1 2