/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | ns32knbsd-nat.c | 35 #define RF(dst, src) \ macro 226 RF (SP_REGNUM, dummy); in fetch_kcore_registers() 228 RF (PC_REGNUM, sf.sf_pc); in fetch_kcore_registers() 252 RF (R0_REGNUM + 0, null); in clear_regs() 253 RF (R0_REGNUM + 1, null); in clear_regs() 254 RF (R0_REGNUM + 2, null); in clear_regs() 255 RF (R0_REGNUM + 3, null); in clear_regs() 261 RF (SP_REGNUM, null); in clear_regs() 263 RF (PC_REGNUM, null); in clear_regs() 264 RF (PS_REGNUM, null); in clear_regs() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | ARMWinEH.cpp | 14 std::pair<uint16_t, uint32_t> SavedRegisterMask(const RuntimeFunction &RF, in SavedRegisterMask() argument 16 uint8_t NumRegisters = RF.Reg(); in SavedRegisterMask() 17 uint8_t RegistersVFP = RF.R(); in SavedRegisterMask() 18 uint8_t LinkRegister = RF.L(); in SavedRegisterMask() 19 uint8_t ChainedFrame = RF.C(); in SavedRegisterMask() 28 if (RF.Ret() != ReturnType::RT_POP) in SavedRegisterMask() 30 else if (!RF.H()) // If H == 0, we pop directly into Pc in SavedRegisterMask() 40 if ((PrologueFolding(RF) && Prologue) || (EpilogueFolding(RF) && !Prologue)) in SavedRegisterMask() 41 GPRMask |= (((1 << ((RF.StackAdjust() & 0x3) + 1)) - 1) in SavedRegisterMask() 42 << (~RF.StackAdjust() & 0x3)); in SavedRegisterMask()
|
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | ARMWinEHPrinter.cpp | 1242 if (StackAdjustment(RF) && !PrologueFolding(RF)) in dumpPackedEntry() 1262 if (RF.H()) in dumpPackedEntry() 1272 if (StackAdjustment(RF) && !EpilogueFolding(RF)) in dumpPackedEntry() 1285 if (RF.L() == 0 || RF.Ret() != ReturnType::RT_POP) in dumpPackedEntry() 1347 if (RF.CR() == 2 || RF.CR() == 3) { in dumpPackedARM64Entry() 1361 if (RF.H()) { in dumpPackedARM64Entry() 1365 if (RF.RegI() > 0 || RF.RegF() > 0 || RF.CR() == 1) { in dumpPackedARM64Entry() 1374 int FloatRegs = RF.RegF() > 0 ? RF.RegF() + 1 : 0; in dumpPackedARM64Entry() 1380 } else if (I == 0 && RF.RegI() == 0 && RF.CR() != 1) { in dumpPackedARM64Entry() 1388 if (RF.CR() == 1 && (RF.RegI() % 2) == 0) { in dumpPackedARM64Entry() [all …]
|
H A D | Win64EHDumper.cpp | 244 const RuntimeFunction &RF) { in printRuntimeFunctionEntry() argument 246 formatSymbol(Ctx, Section, Offset + 0, RF.StartAddress)); in printRuntimeFunctionEntry() 248 formatSymbol(Ctx, Section, Offset + 4, RF.EndAddress, in printRuntimeFunctionEntry() 251 formatSymbol(Ctx, Section, Offset + 8, RF.UnwindInfoOffset)); in printRuntimeFunctionEntry() 361 const RuntimeFunction &RF) { in printRuntimeFunction() argument 363 printRuntimeFunctionEntry(Ctx, Section, SectionOffset, RF); in printRuntimeFunction() 368 Offset = Offset + RF.UnwindInfoOffset; in printRuntimeFunction() 371 uint64_t Address = Ctx.COFF.getImageBase() + RF.UnwindInfoOffset; in printRuntimeFunction() 375 Offset = RF.UnwindInfoOffset - XData->VirtualAddress; in printRuntimeFunction() 417 for (const auto &RF : RuntimeFunctions) { in printData() local [all …]
|
H A D | Win64EHDumper.h | 46 const RuntimeFunction &RF); 52 uint64_t SectionOffset, const RuntimeFunction &RF);
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-arm.c | 9761 cCL(adfs, e000100, 3, (RF, RF, RF_IF), rd_rn_rm), 9765 cCL(adfd, e000180, 3, (RF, RF, RF_IF), rd_rn_rm), 9769 cCL(adfe, e080100, 3, (RF, RF, RF_IF), rd_rn_rm), 9774 cCL(sufs, e200100, 3, (RF, RF, RF_IF), rd_rn_rm), 9778 cCL(sufd, e200180, 3, (RF, RF, RF_IF), rd_rn_rm), 9782 cCL(sufe, e280100, 3, (RF, RF, RF_IF), rd_rn_rm), 9787 cCL(rsfs, e300100, 3, (RF, RF, RF_IF), rd_rn_rm), 9791 cCL(rsfd, e300180, 3, (RF, RF, RF_IF), rd_rn_rm), 9795 cCL(rsfe, e380100, 3, (RF, RF, RF_IF), rd_rn_rm), 9800 cCL(mufs, e100100, 3, (RF, RF, RF_IF), rd_rn_rm), [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86AsmBackend.cpp | 774 auto &Inst = RF.getInst(); in isFullyRelaxed() 783 if (!RF.getAllowAutoPadding()) in padInstructionViaPrefix() 789 if (!isFullyRelaxed(RF)) in padInstructionViaPrefix() 822 Code.append(RF.getContents().begin(), RF.getContents().end()); in padInstructionViaPrefix() 823 RF.getContents() = Code; in padInstructionViaPrefix() 837 if (isFullyRelaxed(RF)) in padInstructionViaRelaxation() 842 MCInst Relaxed = RF.getInst(); in padInstructionViaRelaxation() 855 RF.setInst(Relaxed); in padInstructionViaRelaxation() 856 RF.getContents() = Code; in padInstructionViaRelaxation() 857 RF.getFixups() = Fixups; in padInstructionViaRelaxation() [all …]
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | ARMWinEH.h | 188 inline bool PrologueFolding(const RuntimeFunction &RF) { in PrologueFolding() argument 189 return RF.StackAdjust() >= 0x3f4 && (RF.StackAdjust() & 0x4); in PrologueFolding() 193 inline bool EpilogueFolding(const RuntimeFunction &RF) { in EpilogueFolding() argument 194 return RF.StackAdjust() >= 0x3f4 && (RF.StackAdjust() & 0x8); in EpilogueFolding() 199 inline uint16_t StackAdjustment(const RuntimeFunction &RF) { in StackAdjustment() argument 200 uint16_t Adjustment = RF.StackAdjust(); in StackAdjustment() 208 std::pair<uint16_t, uint32_t> SavedRegisterMask(const RuntimeFunction &RF,
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonAsmBackend.cpp | 50 void ReplaceInstruction(MCCodeEmitter &E, MCRelaxableFragment &RF, in ReplaceInstruction() argument 55 E.encodeInstruction(HMB, VecOS, Fixups, *RF.getSubtargetInfo()); in ReplaceInstruction() 58 RF.setInst(HMB); in ReplaceInstruction() 59 RF.getContents() = Code; in ReplaceInstruction() 60 RF.getFixups() = Fixups; in ReplaceInstruction() 737 auto &RF = cast<MCRelaxableFragment>(*K); in finishLayout() local 738 auto &Inst = const_cast<MCInst &>(RF.getInst()); in finishLayout() 746 Context, *MCII, *RF.getSubtargetInfo(), Inst, in finishLayout() 754 *RF.getSubtargetInfo(), Inst); in finishLayout() 757 ReplaceInstruction(Asm.getEmitter(), RF, Inst); in finishLayout() [all …]
|
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/ |
H A D | COFFDump.cpp | 668 if (!RF.StartAddress) in printRuntimeFunction() 672 static_cast<uint32_t>(RF.StartAddress)) in printRuntimeFunction() 674 static_cast<uint32_t>(RF.EndAddress)) in printRuntimeFunction() 678 if (Obj->getRvaPtr(RF.UnwindInfoOffset, addr)) in printRuntimeFunction() 698 RF.StartAddress); in printRuntimeFunctionRels() 705 RF.EndAddress); in printRuntimeFunctionRels() 712 RF.UnwindInfoOffset); in printRuntimeFunctionRels() 726 UnwindInfoOffset += RF.UnwindInfoOffset; in printRuntimeFunctionRels() 752 for (const RuntimeFunction &RF : RFs) in printCOFFUnwindInfo() local 753 printRuntimeFunction(Obj, RF); in printCOFFUnwindInfo() [all …]
|
/openbsd/bin/pax/ |
H A D | options.c | 82 #define RF 0x00000800 macro 113 #define ISLIST(x) (((x) & (RF|WF)) == 0) 114 #define ISEXTRACT(x) (((x) & (RF|WF)) == RF) 115 #define ISARCHIVE(x) (((x) & (AF|RF|WF)) == WF) 116 #define ISAPPND(x) (((x) & (AF|RF|WF)) == (AF|WF)) 117 #define ISCOPY(x) (((x) & (RF|WF)) == (RF|WF)) 118 #define ISWRITE(x) (((x) & (RF|WF)) == WF) 125 #define BDARCH (CF|KF|LF|NF|PF|RF|CDF|CEF|CYF|CZF) 127 #define BDLIST (AF|BF|IF|KF|LF|OF|PF|RF|TF|UF|WF|XF|CBF|CDF|CHF|CLF|CPF|CXF|CYF|CZF) 449 flg |= RF; in pax_options()
|
/openbsd/gnu/gcc/gcc/config/ia64/ |
H A D | ia64-modes.def | 31 FRACTIONAL_FLOAT_MODE (RF, 82, 16, ieee_extended_intel_128_format); 60 ADJUST_FLOAT_FORMAT (RF, (TARGET_ILP32 && !TARGET_HPUX) 63 ADJUST_BYTESIZE (RF, (TARGET_ILP32 && !TARGET_HPUX) ? 12 : 16); 64 ADJUST_ALIGNMENT (RF, (TARGET_ILP32 && !TARGET_HPUX) ? 4 : 16);
|
/openbsd/gnu/llvm/llvm/lib/MCA/HardwareUnits/ |
H A D | RegisterFile.cpp | 88 const MCRegisterFileDesc &RF = Info.RegisterFiles[I]; in initialize() local 89 assert(RF.NumPhysRegs && "Invalid PRF with zero physical registers!"); in initialize() 93 unsigned Length = RF.NumRegisterCostEntries; in initialize() 95 &Info.RegisterCostTable[RF.RegisterCostEntryIdx]; in initialize() 96 addRegisterFile(RF, ArrayRef<MCRegisterCostEntry>(FirstElt, Length)); in initialize() 147 void RegisterFile::addRegisterFile(const MCRegisterFileDesc &RF, in addRegisterFile() argument 155 RegisterFiles.emplace_back(RF.NumPhysRegs, RF.MaxMovesEliminatedPerCycle, in addRegisterFile() 156 RF.AllowZeroMoveEliminationOnly); in addRegisterFile()
|
/openbsd/gnu/llvm/llvm/tools/llvm-cvtres/ |
H A D | llvm-cvtres.cpp | 189 WindowsResource *RF = Binary.get(); in main() local 193 ResourceEntryRef Entry = error(RF->getHeadEntry()); in main() 203 error(Parser.parse(RF, Duplicates)); in main()
|
/openbsd/gnu/llvm/llvm/utils/TableGen/ |
H A D | CompressInstEmitter.cpp | 115 std::vector<Record *> RF, IndexedMap<OpData> &SourceMap, in CompressPat() 117 : Source(S), Dest(D), PatReqFeatures(RF), SourceOperandMap(SourceMap), in CompressPat() 473 std::vector<Record *> RF = Rec->getValueAsListOfDefs("Predicates"); in evaluateCompressPat() local 474 copy_if(RF, std::back_inserter(PatReqFeatures), [](Record *R) { in evaluateCompressPat() 682 std::vector<Record *> RF = Dest.TheDef->getValueAsListOfDefs("Predicates"); in emitCompressInstEmitter() local 683 copy_if(RF, std::back_inserter(ReqFeatures), [](Record *R) { in emitCompressInstEmitter()
|
H A D | CodeGenSchedule.cpp | 1842 for (Record *RF : RegisterFileDefs) { in collectRegisterFiles() 1845 CodeGenProcModel &PM = getProcModel(RF->getValueAsDef("SchedModel")); in collectRegisterFiles() 1846 PM.RegisterFiles.emplace_back(CodeGenRegisterFile(RF->getName(),RF)); in collectRegisterFiles() 1849 RF->getValueAsInt("MaxMovesEliminatedPerCycle"); in collectRegisterFiles() 1851 RF->getValueAsBit("AllowZeroMoveEliminationOnly"); in collectRegisterFiles() 1855 CGRF.NumPhysRegs = RF->getValueAsInt("NumPhysRegs"); in collectRegisterFiles() 1857 PrintFatalError(RF->getLoc(), in collectRegisterFiles() 1861 RecVec RegisterClasses = RF->getValueAsListOfDefs("RegClasses"); in collectRegisterFiles() 1862 std::vector<int64_t> RegisterCosts = RF->getValueAsListOfInts("RegCosts"); in collectRegisterFiles() 1863 ListInit *MoveElimInfo = RF->getValueAsListInit("AllowMoveElimination"); in collectRegisterFiles()
|
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/ |
H A D | 2953.crt | 17 nOn6zfuqRrsd62WTjRVJYQ5Q9/mWSIZauar6FMMjW/Cr8DPQ3XX8gmyw2Sj/6+RF
|
H A D | 1901.key | 4 eUH/yLXFltxCyfXBw1cL6udD+igJooPdDAB/RF+X/0cvyohUm5JJxbThy3ZME8ka
|
/openbsd/usr.sbin/lpr/common_source/ |
H A D | lp.h | 61 extern char *RF; /* name of fortran text filter (per job) */
|
/openbsd/regress/usr.bin/mandoc/mdoc/Rs/ |
H A D | rfc.out_ascii | 4 RRss--RRFFCC - reference an RFC
|
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | ExternalFunctions.cpp | 287 std::map<const Function *, RawFunc>::iterator RF = Fns.RawFunctions.find(F); in callExternalFunction() local 289 if (RF == Fns.RawFunctions.end()) { in callExternalFunction() 297 RawFn = RF->second; in callExternalFunction()
|
/openbsd/gnu/llvm/clang/lib/Interpreter/ |
H A D | Interpreter.cpp | 161 llvm::ArrayRef<const char *> RF = llvm::ArrayRef(ClangArgv); in create() local 162 std::unique_ptr<driver::Compilation> Compilation(Driver.BuildCompilation(RF)); in create()
|
/openbsd/gnu/llvm/clang/lib/ASTMatchers/ |
H A D | ASTMatchFinder.cpp | 510 if (auto *RF = dyn_cast<CXXForRangeStmt>(S)) { in dataTraverseNode() local 513 TraverseStmt(RF->getInit()); in dataTraverseNode() 515 match(*RF->getLoopVariable()); in dataTraverseNode() 516 TraverseStmt(RF->getRangeInit()); in dataTraverseNode() 520 for (auto *SubStmt : RF->children()) { in dataTraverseNode() 521 if (SubStmt != RF->getBody()) in dataTraverseNode() 525 TraverseStmt(RF->getBody()); in dataTraverseNode()
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | CallGraph.cpp | 127 if (Function *RF = RHS->getFunction()) in print() local 128 return LF->getName() < RF->getName(); in print()
|
/openbsd/gnu/llvm/llvm/lib/MC/ |
H A D | MCAssembler.cpp | 890 MCRelaxableFragment &RF = cast<MCRelaxableFragment>(Frag); in layout() local 891 Fixups = RF.getFixups(); in layout() 892 Contents = RF.getContents(); in layout() 893 STI = RF.getSubtargetInfo(); in layout() 894 assert(!RF.hasInstructions() || STI != nullptr); in layout()
|