Home
last modified time | relevance | path

Searched refs:epilog (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/sys/tools/
H A Dmakeobjops.awk333 if (epilog != "")
334 printh(epilog);
450 epilog = "";
490 epilog = "";
495 epilog = "";
499 epilog = handle_code();
/freebsd/contrib/expat/xmlwf/
H A Dxmlwf_helpgen.py35 epilog = dedent( variable
71 epilog=epilog,
/freebsd/sys/tools/syscalls/scripts/
H A Dsystrace_args.lua219 gen:write(tbl.epilog)
228 gen:store(tbl.epilog, 1)
238 gen:store(tbl.epilog, 2)
H A Dsysproto_h.lua211 gen:write(tbl.epilog)
212 gen:store(tbl.epilog, 1)
214 gen:store(tbl.epilog, w.compatlevel * 10)
H A Dsyscalls_map.lua48 gen:write(tbl.epilog)
H A Dsyscalls.lua86 gen:write(tbl.epilog)
H A Dinit_sysent.lua168 gen:write(tbl.epilog)
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMacroFusion.td133 list<FusionPredicate> epilog = []>
145 epilog)>;
152 list<FusionPredicate> epilog = []>
160 prolog, epilog> {
/freebsd/sys/dev/ppbus/
H A Dppb_msq.c163 struct ppb_microseq *body, struct ppb_microseq *epilog, in ppb_MS_loop() argument
182 loop_microseq[4].arg[0].p = (void *)epilog; in ppb_MS_loop()
/freebsd/contrib/expat/tests/
H A Dns_tests.c71 const char *epilog = "</foo:e>"; in START_TEST() local
87 if (_XML_Parse_SINGLE_BYTES(g_parser, epilog, (int)strlen(epilog), XML_TRUE) in START_TEST()
H A Dbasic_tests.c3135 const char *epilog = "<!-- Back to primary parser -->\n" in START_TEST() local
3155 if (_XML_Parse_SINGLE_BYTES(g_parser, epilog, (int)strlen(epilog), XML_TRUE) in START_TEST()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrCompiler.td74 // pointer before prolog-epilog rewriting occurs.
93 // Tailcall stuff. The TCRETURN instructions execute after the epilog, so they
/freebsd/sys/tools/syscalls/core/
H A Dfreebsd-syscall.lua130 self.epilog = prolog
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A DREADME.txt242 // functions called by the prolog and epilog of functions that need to save
276 // called in the prolog and epilog of Thumb1 functions. When the C++ ABI use
278 // to save and restore all registers in it prolog and epilog. But there is
281 // epilog.
/freebsd/sys/contrib/openzfs/cmd/
H A Dzilstat.in174 epilog="\nUsage Examples\n"\
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DMachinePassRegistry.def155 MACHINE_FUNCTION_PASS("prolog-epilog", PrologEpilogInserterPass())
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def478 /// Controls how unwind v2 (epilog) information should be generated for x64
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.td750 // pointer before prolog-epilog rewriting occurs.
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrCompiler.td36 // pointer before prolog-epilog rewriting occurs.
54 // pointer before prolog-epilog rewriting occurs.
1319 // Tailcall stuff. The TCRETURN instructions execute after the epilog, so they
H A DX86RegisterInfo.td81 // b/c callee-save register needs push/pop in prolog/epilog.
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.td506 // 2-byte push/pop blink instructions commonly used for prolog/epilog
/freebsd/contrib/expat/lib/
H A Dxmlparse.c619 static void accountingReportStats(XML_Parser originParser, const char *epilog);
8470 accountingReportStats(XML_Parser originParser, const char *epilog) { argument
8485 (double)amplificationFactor, epilog);
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.td170 // pointer before prolog-epilog rewriting occurs.
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaInstrInfo.td591 // pointer before prolog-epilog rewriting occurs.
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.td339 // pointer before prolog-epilog rewriting occurs.

12