Home
last modified time | relevance | path

Searched refs:ESI (Results 1 – 25 of 48) sorted by relevance

12

/freebsd/sys/i386/i386/
H A Dbpf_jit_machdep.c212 PUSH(ESI); in bpf_jit_compile()
238 POP(ESI); in bpf_jit_compile()
250 POP(ESI); in bpf_jit_compile()
257 MOVid(ins->k, ESI); in bpf_jit_compile()
258 CMPrd(EDI, ESI); in bpf_jit_compile()
261 SUBrd(ESI, ECX); in bpf_jit_compile()
267 POP(ESI); in bpf_jit_compile()
270 MOVobd(EBX, ESI, EAX); in bpf_jit_compile()
276 MOVid(ins->k, ESI); in bpf_jit_compile()
277 CMPrd(EDI, ESI); in bpf_jit_compile()
[all …]
H A Dbpf_jit_machdep.h46 #define ESI 6 macro
/freebsd/sys/amd64/amd64/
H A Dbpf_jit_machdep.c209 MOVrd2(ESI, R9D); in bpf_jit_compile()
240 MOVid(ins->k, ESI); in bpf_jit_compile()
241 CMPrd(EDI, ESI); in bpf_jit_compile()
244 SUBrd(ESI, ECX); in bpf_jit_compile()
262 MOVid(ins->k, ESI); in bpf_jit_compile()
263 CMPrd(EDI, ESI); in bpf_jit_compile()
266 SUBrd(ESI, ECX); in bpf_jit_compile()
281 MOVid(ins->k, ESI); in bpf_jit_compile()
282 CMPrd(EDI, ESI); in bpf_jit_compile()
304 MOVid(ins->k, ESI); in bpf_jit_compile()
[all …]
H A Dbpf_jit_machdep.h63 #define ESI 6 macro
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp243 const FunctionProtoType::ExceptionSpecInfo &ESI) { in UpdateExceptionSpec() argument
245 if (!isUnresolvedExceptionSpec(ESI.Type)) in UpdateExceptionSpec()
250 Context.adjustExceptionSpec(Redecl, ESI); in UpdateExceptionSpec()
369 FunctionProtoType::ExceptionSpecInfo ESI = OldProto->getExceptionSpecType(); in CheckEquivalentExceptionSpec() local
370 if (ESI.Type == EST_Dynamic) { in CheckEquivalentExceptionSpec()
373 ESI.Exceptions = OldProto->exceptions(); in CheckEquivalentExceptionSpec()
376 if (ESI.Type == EST_NoexceptFalse) in CheckEquivalentExceptionSpec()
377 ESI.Type = EST_None; in CheckEquivalentExceptionSpec()
378 if (ESI.Type == EST_NoexceptTrue) in CheckEquivalentExceptionSpec()
379 ESI.Type = EST_BasicNoexcept; in CheckEquivalentExceptionSpec()
[all …]
H A DSemaTemplateInstantiate.cpp1581 FunctionProtoType::ExceptionSpecInfo &ESI,
2016 SourceLocation Loc, FunctionProtoType::ExceptionSpecInfo &ESI, in TransformExceptionSpec() argument
2018 if (ESI.Type == EST_Uninstantiated) { in TransformExceptionSpec()
2019 ESI.instantiate(); in TransformExceptionSpec()
2022 return inherited::TransformExceptionSpec(Loc, ESI, Exceptions, Changed); in TransformExceptionSpec()
3102 [](FunctionProtoType::ExceptionSpecInfo &ESI, in SubstFunctionDeclType()
3116 FunctionProtoType::ExceptionSpecInfo &ESI, in SubstExceptionSpec() argument
3121 return Instantiator.TransformExceptionSpec(Loc, ESI, ExceptionStorage, in SubstExceptionSpec()
3127 FunctionProtoType::ExceptionSpecInfo ESI = in SubstExceptionSpec() local
3132 ESI, ExceptionStorage, Args)) in SubstExceptionSpec()
[all …]
/freebsd/stand/i386/btx/lib/
H A Dbtxv86.S39 .set V86_ESI,0x30 # V86 ESI
75 xchgl %esi,V86_ESI(%ebp) # Swap ESI
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/Solaris/sys/
H A Dregset.h30 #undef ESI
/freebsd/sys/cddl/dev/dtrace/x86/
H A Dregset.h107 #define ESI 4 macro
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallingConv.td55 let GPR_32 = [EAX, ECX, EDX, EDI, ESI];
69 let GPR_32 = [ECX, EDX, EDI, ESI];
89 let GPR_32 = [EAX, ECX, EDX, EDI, ESI, R8D, R9D, R10D, R11D, R12D, R14D, R15D];
101 let GPR_32 = [EAX, ECX, EDX, EDI, ESI, R8D, R9D, R11D, R12D, R14D, R15D];
108 let GPR_32 = [EAX, ECX, EDX, EDI, ESI, R8D, R9D, R12D, R13D, R14D, R15D];
352 CCIfType<[i32], CCAssignToReg<[ESI, EBP, EAX, EDX]>>
553 CCIfType<[i32], CCAssignToReg<[EDI, ESI, EDX, ECX, R8D, R9D]>>,
989 CCIfType<[i32], CCAssignToReg<[EBX, EBP, EDI, ESI]>>
997 CCIfType<[i32], CCAssignToReg<[ESI, EBP, EAX, EDX, ECX]>>,
1010 CCIfType<[i32], CCIfSubtarget<"is64Bit()", CCAssignToReg<[EDI, ESI, EDX, ECX]>>>,
[all …]
H A DX86SelectionDAGInfo.cpp240 const unsigned SI = Use64BitRegs ? X86::RSI : X86::ESI; in emitRepmovs()
333 X86::ECX, X86::ESI, X86::EDI}; in EmitTargetCodeForMemcpy()
H A DX86InstrMisc.td217 let Defs = [EDI, ESI, EBP, EBX, EDX, ECX, EAX, ESP], Uses = [ESP],
224 let Defs = [ESP], Uses = [EDI, ESI, EBP, EBX, EDX, ECX, EAX, ESP],
303 let Defs = [EDI,ESI], Uses = [EDI,ESI,DF] in {
343 let Defs = [EDI,ESI,EFLAGS], Uses = [EDI,ESI,DF] in {
986 let Defs = [AL,ESI], Uses = [ESI,DF] in
989 let Defs = [AX,ESI], Uses = [ESI,DF] in
992 let Defs = [EAX,ESI], Uses = [ESI,DF] in
995 let Defs = [RAX,ESI], Uses = [ESI,DF] in
1002 let Defs = [ESI], Uses = [DX,ESI,DF] in {
H A DX86RegisterInfo.td241 def ESI : X86Reg<"esi", 6, [SI, HSI]>, DwarfRegNum<[-2, 6, 6]>;
287 def RSI : X86Reg<"rsi", 6, [ESI]>, DwarfRegNum<[4, -2, -2]>;
581 (add EAX, ECX, EDX, ESI, EDI, EBX, EBP, ESP, R8D, R9D,
656 (add EAX, ECX, EDX, ESI, EDI, EBX, EBP, ESP)>;
735 def GR32_BSI : RegisterClass<"X86", [i32], 32, (add EBX, ESI)>;
736 def GR32_SIDI : RegisterClass<"X86", [i32], 32, (add ESI, EDI)>;
H A DX86CallingConv.cpp34 X86::ESI}; in CC_X86_32_RegCall_Assign2Regs()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp133 (siReg == X86::ESI && MI.getOperand(0).getReg() == X86::EDI) || in needsAddressSizeOverride()
136 return (!Is32BitMode && siReg == X86::ESI) || in needsAddressSizeOverride()
141 return (!Is32BitMode && siReg == X86::ESI) || in needsAddressSizeOverride()
202 {codeview::RegisterId::ESI, X86::ESI}, in initLLVMToSEHAndCVRegMapping()
783 #define SI_SUB_SUPER(R) SUB_SUPER(SIL, SI, ESI, RSI, R) in getX86SubSuperRegister()
885 SI_SUB_SUPER(ESI) in getX86SubSuperRegister()
H A DX86MCTargetDesc.h54 EAX = 0, ECX = 1, EDX = 2, EBX = 3, ESP = 4, EBP = 5, ESI = 6, EDI = 7 enumerator
H A DX86WinCOFFTargetStreamer.cpp309 case X86::ESI: OS << "$esi"; break; in printFPOReg()
H A DX86AsmBackend.cpp1189 case X86::ESI: in PushInstrSize()
1208 X86::EBX, X86::ECX, X86::EDX, X86::EDI, X86::ESI, X86::EBP, 0 in getCompactUnwindRegNum()
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/i386/
H A Dregs.sed.in49 SED_REPLACE(ESI)
H A Dregs.d.in40 inline int R_ESI = @ESI@;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h226 ENTRY(ESI) \
260 ENTRY(ESI) \
H A DX86Disassembler.cpp1958 baseRegNo = insn.hasAdSize ? X86::ESI : X86::RSI; in translateSrcIndex()
1960 baseRegNo = insn.hasAdSize ? X86::SI : X86::ESI; in translateSrcIndex()
1963 baseRegNo = insn.hasAdSize ? X86::ESI : X86::SI; in translateSrcIndex()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCodeViewRegisterMapping.cpp700 case llvm::codeview::RegisterId::ESI: in GetRegisterSize()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h432 (getMemBaseReg() == X86::RSI || getMemBaseReg() == X86::ESI || in isSrcIdx()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5455 FunctionProtoType::ExceptionSpecInfo ESI; in getExceptionSpec() local
5456 ESI.Type = getExceptionSpecType(); in getExceptionSpec()
5457 if (ESI.Type == EST_Dynamic) { in getExceptionSpec()
5458 ESI.Exceptions = Exceptions; in getExceptionSpec()
5459 } else if (ESI.Type == EST_None) { in getExceptionSpec()
5463 ESI.Type = EST_NoexceptFalse; in getExceptionSpec()
5464 ESI.NoexceptExpr = in getExceptionSpec()
5467 return ESI; in getExceptionSpec()
5483 FunctionProtoType::ExceptionSpecInfo &ESI);
6579 const FunctionProtoType::ExceptionSpecInfo &ESI);
[all …]

12