Searched refs:ESI (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-13-stable/sys/i386/i386/
H A Dbpf_jit_machdep.c214 PUSH(ESI);
240 POP(ESI);
252 POP(ESI);
259 MOVid(ins->k, ESI);
260 CMPrd(EDI, ESI);
263 SUBrd(ESI, ECX);
269 POP(ESI);
272 MOVobd(EBX, ESI, EAX);
278 MOVid(ins->k, ESI);
279 CMPrd(EDI, ESI);
[all...]
H A Dbpf_jit_machdep.h48 #define ESI 6 macro
/freebsd-13-stable/sys/amd64/amd64/
H A Dbpf_jit_machdep.c211 MOVrd2(ESI, R9D);
242 MOVid(ins->k, ESI);
243 CMPrd(EDI, ESI);
246 SUBrd(ESI, ECX);
264 MOVid(ins->k, ESI);
265 CMPrd(EDI, ESI);
268 SUBrd(ESI, ECX);
283 MOVid(ins->k, ESI);
284 CMPrd(EDI, ESI);
306 MOVid(ins->k, ESI);
[all...]
H A Dbpf_jit_machdep.h65 #define ESI 6 macro
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/Solaris/sys/
H A Dregset.h30 #undef ESI macro
/freebsd-13-stable/sys/cddl/dev/dtrace/x86/
H A Dregset.h139 #define ESI 5 macro
160 #define ESI 4 macro
/freebsd-13-stable/stand/i386/btx/lib/
H A Dbtxv86.S41 .set V86_ESI,0x30 # V86 ESI
77 xchgl %esi,V86_ESI(%ebp) # Swap ESI
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp239 const FunctionProtoType::ExceptionSpecInfo &ESI) {
241 if (!isUnresolvedExceptionSpec(ESI.Type))
246 Context.adjustExceptionSpec(Redecl, ESI);
366 FunctionProtoType::ExceptionSpecInfo ESI = OldProto->getExceptionSpecType(); local
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
238 UpdateExceptionSpec(FunctionDecl *FD, const FunctionProtoType::ExceptionSpecInfo &ESI) argument
[all...]
H A DSemaTemplateInstantiate.cpp2199 [](FunctionProtoType::ExceptionSpecInfo &ESI,
2211 FunctionProtoType::ExceptionSpecInfo &ESI,
2214 assert(ESI.Type != EST_Uninstantiated);
2218 return Instantiator.TransformExceptionSpec(Loc, ESI, ExceptionStorage,
2224 FunctionProtoType::ExceptionSpecInfo ESI =
2229 ESI, ExceptionStorage, Args))
2231 ESI.Type = EST_None;
2233 UpdateExceptionSpec(New, ESI);
H A DTreeTransform.h646 FunctionProtoType::ExceptionSpecInfo &ESI,
5708 [&](FunctionProtoType::ExceptionSpecInfo &ESI, bool &Changed) {
5709 return This->TransformExceptionSpec(TL.getBeginLoc(), ESI,
5810 SourceLocation Loc, FunctionProtoType::ExceptionSpecInfo &ESI,
5812 assert(ESI.Type != EST_Uninstantiated && ESI.Type != EST_Unevaluated);
5815 if (isComputedNoexcept(ESI.Type)) {
5818 ExprResult NoexceptExpr = getDerived().TransformExpr(ESI.NoexceptExpr);
5822 ExceptionSpecificationType EST = ESI.Type;
5828 if (ESI
5809 TransformExceptionSpec( SourceLocation Loc, FunctionProtoType::ExceptionSpecInfo &ESI, SmallVectorImpl<QualType> &Exceptions, bool &Changed) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/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 in enum:llvm::N86::__anon4402
H A DX86MCTargetDesc.cpp107 {codeview::RegisterId::ESI, X86::ESI},
618 case X86::SIL: case X86::SI: case X86::ESI: case X86::RSI:
646 case X86::SIL: case X86::SI: case X86::ESI: case X86::RSI:
683 case X86::SIL: case X86::SI: case X86::ESI: case X86::RSI:
719 case X86::SIL: case X86::SI: case X86::ESI: case X86::RSI:
720 return X86::ESI;
755 case X86::SIL: case X86::SI: case X86::ESI: case X86::RSI:
H A DX86WinCOFFTargetStreamer.cpp300 case X86::ESI: OS << "$esi"; break;
H A DX86MCCodeEmitter.cpp711 (siReg == X86::ESI && MI.getOperand(0).getReg() == X86::EDI) ||
718 if ((!STI.hasFeature(X86::Mode32Bit) && siReg == X86::ESI) ||
730 if ((!STI.hasFeature(X86::Mode32Bit) && siReg == X86::ESI) ||
H A DX86AsmBackend.cpp1263 case X86::ESI:
1282 X86::EBX, X86::ECX, X86::EDX, X86::EDI, X86::ESI, X86::EBP, 0
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp191 const unsigned SI = Use64BitRegs ? X86::RSI : X86::ESI;
302 X86::ECX, X86::ESI, X86::EDI};
H A DX86CallingConv.cpp34 X86::ESI};
H A DX86RegisterInfo.cpp71 BasePtr = X86::ESI;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h140 ENTRY(ESI) \
158 ENTRY(ESI) \
H A DX86Disassembler.cpp1837 baseRegNo = insn.hasAdSize ? X86::ESI : X86::RSI;
1839 baseRegNo = insn.hasAdSize ? X86::SI : X86::ESI;
1842 baseRegNo = insn.hasAdSize ? X86::ESI : X86::SI;
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2970 QualType Orig, const FunctionProtoType::ExceptionSpecInfo &ESI) {
2974 getFunctionTypeWithExceptionSpec(PT->getInnerType(), ESI));
2979 getFunctionTypeWithExceptionSpec(MQT->getUnderlyingType(), ESI),
2986 getFunctionTypeWithExceptionSpec(AT->getModifiedType(), ESI),
2987 getFunctionTypeWithExceptionSpec(AT->getEquivalentType(), ESI));
2994 Proto->getExtProtoInfo().withExceptionSpec(ESI));
3029 FunctionDecl *FD, const FunctionProtoType::ExceptionSpecInfo &ESI,
3033 getFunctionTypeWithExceptionSpec(FD->getType(), ESI);
3044 Updated = getFunctionTypeWithExceptionSpec(TSInfo->getType(), ESI);
4082 const FunctionProtoType::ExceptionSpecInfo &ESI, boo
2969 getFunctionTypeWithExceptionSpec( QualType Orig, const FunctionProtoType::ExceptionSpecInfo &ESI) argument
3028 adjustExceptionSpec( FunctionDecl *FD, const FunctionProtoType::ExceptionSpecInfo &ESI, bool AsWritten) argument
4081 isCanonicalExceptionSpecification( const FunctionProtoType::ExceptionSpecInfo &ESI, bool NoexceptInType) argument
[all...]
/freebsd-13-stable/sys/contrib/edk2/Include/Library/
H A DBaseLib.h5430 UINT32 ESI; member in struct:__anon9457
5583 UINT32 ESI; member in struct:__anon9470
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1754 const FunctionProtoType::ExceptionSpecInfo &ESI);
5535 FunctionProtoType::ExceptionSpecInfo ESI; local
5536 ESI.Type = getExceptionSpecType();
5537 if (ESI.Type == EST_Dynamic) {
5538 ESI.Exceptions = Exceptions;
5539 } else if (ESI.Type == EST_None) {
5543 ESI.Type = EST_NoexceptFalse;
5544 ESI.NoexceptExpr = Self->ActOnCXXBoolLiteral(SourceLocation(),
5547 return ESI;
5607 FunctionProtoType::ExceptionSpecInfo &ESI);
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h383 (getMemBaseReg() == X86::RSI || getMemBaseReg() == X86::ESI ||
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1144 QualType Orig, const FunctionProtoType::ExceptionSpecInfo &ESI);
1153 const FunctionProtoType::ExceptionSpecInfo &ESI,

Completed in 281 milliseconds

12