/freebsd/contrib/netbsd-tests/lib/csu/arch/ia64/ |
H A D | h_initfini_align.S | 8 .prologue
|
/freebsd/contrib/arm-optimized-routines/string/arm/ |
H A D | memchr.S | 55 prologue 132 .cfi_restore_state @ Standard post-prologue state
|
H A D | strlen-armv6t2.S | 49 prologue 4 5 push_ip=HAVE_PAC_LEAF
|
H A D | asmdefs.h | 432 .macro prologue first, last, push_ip=PAC_LEAF_PUSH_IP, push_lr=0, align8=STACK_ALIGN_ENFORCE
|
H A D | strcmp.S | 136 prologue push_ip=HAVE_PAC_LEAF
|
/freebsd/sys/dev/fb/ |
H A D | vga.c | 462 #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 D | cpuset_test.c | 277 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 D | SymbolFileDWARF.cpp | 170 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 D | poly1305-ia64.S | 42 .prologue 116 .prologue 283 .prologue
|
/freebsd/crypto/openssl/crypto/bn/asm/ |
H A D | ia64.S | 182 .prologue 235 .prologue 294 .prologue 408 .prologue 476 .prologue 555 .prologue 626 .prologue 1183 .prologue 1215 .prologue 1417 .prologue
|
H A D | bn-c64xplus.asm | 293 ;; because of low-counter effect, when prologue phase finishes
|
/freebsd/crypto/openssl/crypto/ |
H A D | ia64cpuid.S | 63 .prologue 184 .prologue
|
/freebsd/crypto/openssl/crypto/aes/asm/ |
H A D | aes-ia64.S | 96 .prologue 287 .prologue 473 .prologue 664 .prologue
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | README.txt | 168 The prologue code initially thinks it needs an FP register, but later it
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | SymbolFilePDB.cpp | 1827 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 D | ARMRegisterInfo.td | 231 // 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 D | ARMCallingConv.td | 343 // CSRs that are handled by prologue, epilogue.
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLLexer.cpp | 587 KEYWORD(prologue); in LexIdentifier()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | TargetProperties.td | 43 def SkipPrologue: Property<"skip-prologue", "Boolean">,
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | Options.td | 197 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 D | AArch64CallingConvention.td | 723 // CSRs that are handled by prologue, epilogue.
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 2555 Constant *prologue = unwrap<Constant>(prologueData); in LLVMSetPrologueData() local 2556 F->setPrologueData(prologue); in LLVMSetPrologueData()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86CallingConv.td | 1164 // CSRs that are handled by prologue, epilogue.
|
/freebsd/sys/netpfil/ipfw/ |
H A D | dummynet.txt | 248 to do. The prologue and epilogue are not in the critical path.
|
/freebsd/crypto/openssl/Configurations/ |
H A D | descrip.mms.tmpl | 896 # same, there's no need to copy the prologue and epilogue
|