Home
last modified time | relevance | path

Searched defs:ESI (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A Dadi.d203 push ESI ; in _adCmpChar() local
205 mov ESI,a1+4[4+ESP] ; in _adCmpChar() local
221 test ESI,3 ; in _adCmpChar() local
233 inc ESI ; in _adCmpChar() local
236 test ESI,3 ; in _adCmpChar() local
271 pop ESI ; in _adCmpChar() local
296 pop ESI ; in _adCmpChar() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.h51 EAX = 0, ECX = 1, EDX = 2, EBX = 3, ESP = 4, EBP = 5, ESI = 6, EDI = 7 enumerator
/netbsd-src/external/cddl/osnet/dev/dtrace/x86/
H A Dregset.h139 #define ESI 5 macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dfiber.d257 push ESI; in fiber_switchContext() local
276 pop ESI; in fiber_switchContext() local
367 push ESI; in fiber_switchContext() local
380 pop ESI; in fiber_switchContext() local
/netbsd-src/sys/arch/i386/include/
H A Dbioscall.h88 #define ESI r_si.biosreg_long macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dcpuid.d841 push ESI; in cpuidX86() local
842 mov ESI, pnb; in cpuidX86() local
861 pop ESI; in cpuidX86() local
/netbsd-src/external/gpl3/gdb.old/dist/gdb/stubs/
H A Di386-stub.c122 enum regnames {EAX, ECX, EDX, EBX, ESP, EBP, ESI, EDI, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp239 const FunctionProtoType::ExceptionSpecInfo &ESI) { in UpdateExceptionSpec()
366 FunctionProtoType::ExceptionSpecInfo ESI = OldProto->getExceptionSpecType(); in CheckEquivalentExceptionSpec() local
H A DSemaTemplateInstantiate.cpp2199 FunctionProtoType::ExceptionSpecInfo &ESI, in SubstExceptionSpec()
2212 FunctionProtoType::ExceptionSpecInfo ESI = in SubstExceptionSpec() local
H A DSemaDeclCXX.cpp7280 auto ESI = IES.getExceptionSpec(); in EvaluateImplicitExceptionSpec() local
17719 FunctionProtoType::ExceptionSpecInfo &ESI) { in checkExceptionSpecification()
17782 FunctionProtoType::ExceptionSpecInfo ESI; in actOnDelayedExceptionSpecification() local
H A DTreeTransform.h5911 SourceLocation Loc, FunctionProtoType::ExceptionSpecInfo &ESI, in TransformExceptionSpec()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i386/
H A Dmacdefs.h173 #define ESI 004 /* Callee-saved temporary register */ macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp3073 QualType Orig, const FunctionProtoType::ExceptionSpecInfo &ESI) { in getFunctionTypeWithExceptionSpec()
3132 FunctionDecl *FD, const FunctionProtoType::ExceptionSpecInfo &ESI, in adjustExceptionSpec()
4212 const FunctionProtoType::ExceptionSpecInfo &ESI, bool NoexceptInType) { in isCanonicalExceptionSpecification()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp4623 auto ESI = Record.readExceptionSpecInfo(ExceptionStorage); in UpdateDecl() local
H A DASTReader.cpp11562 auto ESI = FPT->getExtProtoInfo().ExceptionSpec; in FinishedDeserializing() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h5829 FunctionProtoType::ExceptionSpecInfo ESI; in getExceptionSpec() local