HomeSort by: relevance | last modified time | path
    Searched defs:ESI (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/Solaris/sys/
regset.h 30 #undef ESI
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.h 51 EAX = 0, ECX = 1, EDX = 2, EBX = 3, ESP = 4, EBP = 5, ESI = 6, EDI = 7
  /src/sys/arch/i386/include/
bioscall.h 88 #define ESI r_si.biosreg_long
  /src/external/cddl/osnet/dev/dtrace/x86/
regset.h 139 #define ESI 5
160 #define ESI 4
  /src/external/gpl3/gdb/dist/gdb/stubs/
i386-stub.c 122 enum regnames {EAX, ECX, EDX, EBX, ESP, EBP, ESI, EDI,
154 asm(" movl _registers+24, %esi");
187 asm ("movl %esi, _registers+24"); \
  /src/external/gpl3/gdb.old/dist/gdb/stubs/
i386-stub.c 122 enum regnames {EAX, ECX, EDX, EBX, ESP, EBP, ESI, EDI,
154 asm(" movl _registers+24, %esi");
187 asm ("movl %esi, _registers+24"); \
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExceptionSpec.cpp 239 const FunctionProtoType::ExceptionSpecInfo &ESI) {
241 if (!isUnresolvedExceptionSpec(ESI.Type))
246 Context.adjustExceptionSpec(Redecl, ESI);
366 FunctionProtoType::ExceptionSpecInfo ESI = OldProto->getExceptionSpecType();
367 if (ESI.Type == EST_Dynamic) {
370 ESI.Exceptions = OldProto->exceptions();
373 if (ESI.Type == EST_NoexceptFalse)
374 ESI.Type = EST_None;
375 if (ESI.Type == EST_NoexceptTrue)
376 ESI.Type = EST_BasicNoexcept
    [all...]
  /src/external/bsd/pcc/dist/pcc/arch/i386/
macdefs.h 173 #define ESI 004 /* Callee-saved temporary register */
243 { EAX, AL, AH, ESI, EAXEDX, EAXECX, EAXEBX, EAXEDI, /* eaxesi */\
251 { EDX, DL, DH, ESI, EAXEDX, EDXECX, EDXEBX, EDXEDI, /* edxesi */\
257 { ECX, CL, CH, ESI, EAXECX, EDXECX, ECXEBX, ECXEDI, /* ecxesi */\
261 { EBX, BL, BH, ESI, EAXEBX, EDXEBX, ECXEBX, EBXEDI, /* ebxesi */\
265 { ESI, EDI, EAXESI, EDXESI, ECXESI, EBXESI, /* esiedi */\
351 c = 'r'; addalledges(&ablock[ESI]); addalledges(&ablock[EDI]); }
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp 4623 auto ESI = Record.readExceptionSpecInfo(ExceptionStorage);
4633 FPT->getExtProtoInfo().withExceptionSpec(ESI)));
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 1993 const FunctionProtoType::ExceptionSpecInfo &ESI);
5829 FunctionProtoType::ExceptionSpecInfo ESI;
5830 ESI.Type = getExceptionSpecType();
5831 if (ESI.Type == EST_Dynamic) {
5832 ESI.Exceptions = Exceptions;
5833 } else if (ESI.Type == EST_None) {
5837 ESI.Type = EST_NoexceptFalse;
5838 ESI.NoexceptExpr = Self->ActOnCXXBoolLiteral(SourceLocation(),
5841 return ESI;
5862 FunctionProtoType::ExceptionSpecInfo &ESI);
    [all...]

Completed in 60 milliseconds