| /freebsd/sys/tools/syscalls/core/ |
| H A D | freebsd-syscall.lua | 51 local prolog = "" 91 prolog = prolog .. line .. "\n" 95 self.prolog = prolog 96 s.prolog = "" 99 s.prolog = prolog 101 prolog = "" 130 self.epilog = prolog 132 if self.prolog ~= "" then 135 self.prolog)
|
| /freebsd/contrib/llvm-project/libunwind/src/ |
| H A D | DwarfInstructions.hpp | 65 static pint_t getCFA(A &addressSpace, const PrologInfo &prolog, in getCFA() argument 67 if (prolog.cfaRegister != 0) in getCFA() 68 return (pint_t)((sint_t)registers.getRegister((int)prolog.cfaRegister) + in getCFA() 69 prolog.cfaRegisterOffset); in getCFA() 70 if (prolog.cfaExpression != 0) in getCFA() 71 return evaluateExpression((pint_t)prolog.cfaExpression, addressSpace, in getCFA() 78 PrologInfo &prolog); 80 pint_t cfa, PrologInfo &prolog); 176 PrologInfo &prolog) { in isReturnAddressSigned() argument 178 auto regloc = prolog.savedRegisters[UNW_AARCH64_RA_SIGN_STATE]; in isReturnAddressSigned() [all …]
|
| H A D | UnwindCursor.hpp | 1664 typename CFI_Parser<A>::PrologInfo prolog; in getInfoFromFdeCie() local 1666 R::getArch(), &prolog)) { in getInfoFromFdeCie() 1674 _info.gp = prolog.spExtraArgSize; in getInfoFromFdeCie()
|
| /freebsd/sys/tools/ |
| H A D | makeobjops.awk | 328 if (prolog != "") 329 printh(prolog); 449 prolog = ""; 489 prolog = ""; 494 prolog = ""; 497 prolog = handle_code();
|
| /freebsd/sys/tools/syscalls/scripts/ |
| H A D | systrace_args.lua | 71 gen:write(v.prolog); 72 gen:store(v.prolog, 1); 73 gen:store(v.prolog, 2);
|
| H A D | sysproto_h.lua | 96 gen:write(v.prolog) 97 gen:store(v.prolog, 1) 99 gen:store(v.prolog, w.compatlevel * 10)
|
| H A D | syscalls_map.lua | 40 gen:write(v.prolog)
|
| H A D | syscalls.lua | 42 gen:write(v.prolog);
|
| H A D | init_sysent.lua | 69 gen:write(v.prolog);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetMacroFusion.td | 132 list<FusionPredicate> prolog = [], 136 prolog, 151 list<FusionPredicate> prolog = [], 160 prolog, epilog> {
|
| /freebsd/sys/dev/ppbus/ |
| H A D | ppb_msq.c | 162 ppb_MS_loop(device_t bus, device_t dev, struct ppb_microseq *prolog, in ppb_MS_loop() argument 179 loop_microseq[0].arg[0].p = (void *)prolog; in ppb_MS_loop()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | README.txt | 242 // 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 280 // compiler must add call outs to these helper functions in the prolog and
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kInstrCompiler.td | 74 // pointer before prolog-epilog rewriting occurs.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPassRegistry.def | 116 MACHINE_FUNCTION_PASS("amdgpu-preload-kern-arg-prolog", AMDGPUPreloadKernArgPrologPass())
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | README.txt | 160 ends up with a local.tee in its prolog which has an unused result, requiring
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | pgp | 365 # all PGP keys start with this prolog 375 # contains e=65537 and the prolog to
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Passes/ |
| H A D | MachinePassRegistry.def | 155 MACHINE_FUNCTION_PASS("prolog-epilog", PrologEpilogInserterPass())
|
| /freebsd/contrib/expat/tests/ |
| H A D | basic_tests.c | 1431 const char *prolog = "<!DOCTYPE doc [\n" 1466 if (_XML_Parse_SINGLE_BYTES(g_parser, prolog, (int)strlen(prolog), in START_TEST() 1885 const char prolog[] = "\0<\0?\0x\0m\0l\0" in START_TEST() 1928 if (_XML_Parse_SINGLE_BYTES(g_parser, prolog, (int)sizeof(prolog) - 1, in START_TEST() 1434 const char *prolog = "<!DOCTYPE doc [\n" START_TEST() local 1888 const char prolog[] = "\0<\0?\0x\0m\0l\0" START_TEST() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZRegisterInfo.td | 100 /// saved together with R14 and R15 in one prolog instruction.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrCompiler.td | 36 // pointer before prolog-epilog rewriting occurs. 54 // pointer before prolog-epilog rewriting occurs. 241 // observe prolog instructions after the end-prolog instruction and 2) Windows 242 // expects there to only be a single prolog (e.g., when checking if unwinding 243 // is happening in the middle of a prolog).
|
| H A D | X86RegisterInfo.td | 81 // b/c callee-save register needs push/pop in prolog/epilog.
|
| /freebsd/crypto/openssl/doc/internal/man3/ |
| H A D | OPTIONS.pod | 162 By default, the help display will include a standard prolog:
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | z_Windows_NT-586_asm.asm | 1226 sub rsp, 0 ; no fixed allocation necessary - end prolog
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.td | 750 // pointer before prolog-epilog rewriting occurs.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCInstrInfo.td | 506 // 2-byte push/pop blink instructions commonly used for prolog/epilog
|