Home
last modified time | relevance | path

Searched refs:prologue (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/contrib/netbsd-tests/lib/csu/arch/ia64/
H A Dh_initfini_align.S8 .prologue
/freebsd/contrib/arm-optimized-routines/string/arm/
H A Dmemchr.S55 prologue
132 .cfi_restore_state @ Standard post-prologue state
H A Dstrlen-armv6t2.S49 prologue 4 5 push_ip=HAVE_PAC_LEAF
H A Dasmdefs.h432 .macro prologue first, last, push_ip=PAC_LEAF_PUSH_IP, push_lr=0, align8=STACK_ALIGN_ENFORCE
H A Dstrcmp.S136 prologue push_ip=HAVE_PAC_LEAF
/freebsd/sys/dev/fb/
H A Dvga.c462 #define prologue(adp, flag, err) \ macro
1535 prologue(adp, V_ADP_MODECHANGE, ENODEV); in vga_set_mode()
1801 prologue(adp, V_ADP_FONT, ENODEV); in vga_save_font()
1881 prologue(adp, V_ADP_FONT, ENODEV); in vga_load_font()
1955 prologue(adp, V_ADP_FONT, ENODEV); in vga_show_font()
1981 prologue(adp, V_ADP_PALETTE, ENODEV); in vga_save_palette()
2002 prologue(adp, V_ADP_PALETTE, ENODEV); in vga_save_palette2()
2027 prologue(adp, V_ADP_PALETTE, ENODEV); in vga_load_palette()
2046 prologue(adp, V_ADP_PALETTE, ENODEV); in vga_load_palette2()
2070 prologue(adp, V_ADP_BORDER, ENODEV); in vga_set_border()
[all …]
/freebsd/lib/libc/tests/sys/
H A Dcpuset_test.c277 do_jail_test(int ncpu, bool newset, jail_test_cb prologue, in do_jail_test() argument
301 if (prologue != NULL) in do_jail_test()
302 (*prologue)(&cbp); in do_jail_test()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp170 llvm::DWARFDebugLine::Prologue &prologue, in ParseLLVMLineTablePrologue() argument
178 llvm::Error error = prologue.parse( in ParseLLVMLineTablePrologue()
197 GetFileByIndex(const llvm::DWARFDebugLine::Prologue &prologue, size_t idx, in GetFileByIndex() argument
202 if (prologue.getFileNameByIndex(idx, compile_dir, absolute, abs_path, style)) in GetFileByIndex()
208 if (!prologue.getFileNameByIndex(idx, compile_dir, relative, rel_path, style)) in GetFileByIndex()
215 const llvm::DWARFDebugLine::Prologue &prologue, FileSpec::Style style, in ParseSupportFilesFromPrologue() argument
219 if (prologue.FileNames.empty())
223 const bool is_one_based = prologue.getVersion() < 5;
224 const size_t file_names = prologue.FileNames.size();
235 if (auto file_path = GetFileByIndex(prologue, idx, compile_dir, style)) {
[all …]
/freebsd/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-ia64.S42 .prologue
116 .prologue
283 .prologue
/freebsd/crypto/openssl/crypto/bn/asm/
H A Dia64.S182 .prologue
235 .prologue
294 .prologue
408 .prologue
476 .prologue
555 .prologue
626 .prologue
1183 .prologue
1215 .prologue
1417 .prologue
H A Dbn-c64xplus.asm293 ;; because of low-counter effect, when prologue phase finishes
/freebsd/crypto/openssl/crypto/
H A Dia64cpuid.S63 .prologue
184 .prologue
/freebsd/crypto/openssl/crypto/aes/asm/
H A Daes-ia64.S96 .prologue
287 .prologue
473 .prologue
664 .prologue
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DREADME.txt168 The prologue code initially thinks it needs an FP register, but later it
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1827 auto prologue = func->findOneChild<PDBSymbolFuncDebugStart>(); in ParseCompileUnitLineTable() local
1828 if (prologue) in ParseCompileUnitLineTable()
1829 is_prologue = (addr == prologue->getVirtualAddress()); in ParseCompileUnitLineTable()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMRegisterInfo.td231 // know how to spill them. If we make our prologue/epilogue code smarter at
248 // know how to spill them. If we make our prologue/epilogue code smarter at
H A DARMCallingConv.td343 // CSRs that are handled by prologue, epilogue.
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp587 KEYWORD(prologue); in LexIdentifier()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetProperties.td43 def SkipPrologue: Property<"skip-prologue", "Boolean">,
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DOptions.td197 def breakpoint_set_skip_prologue : Option<"skip-prologue", "K">,
199 Desc<"sKip the prologue if the breakpoint is at the beginning of a "
200 "function. If not set the target.skip-prologue setting is used.">;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.td723 // CSRs that are handled by prologue, epilogue.
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp2555 Constant *prologue = unwrap<Constant>(prologueData); in LLVMSetPrologueData() local
2556 F->setPrologueData(prologue); in LLVMSetPrologueData()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallingConv.td1164 // CSRs that are handled by prologue, epilogue.
/freebsd/sys/netpfil/ipfw/
H A Ddummynet.txt248 to do. The prologue and epilogue are not in the critical path.
/freebsd/crypto/openssl/Configurations/
H A Ddescrip.mms.tmpl896 # same, there's no need to copy the prologue and epilogue

12