Searched refs:RSR (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Object/
H A DWindowsResource.cpp365 Error WindowsResourceParser::parse(ResourceSectionRef &RSR, StringRef Filename, argument
367 UNWRAP_REF_OR_RETURN(BaseTable, RSR.getBaseTable());
371 return addChildren(Root, RSR, BaseTable, Origin, Context, Duplicates);
389 ResourceSectionRef &RSR,
397 UNWRAP_REF_OR_RETURN(Entry, RSR.getTableEntry(Table, i));
404 UNWRAP_OR_RETURN(NameString, RSR.getEntryNameString(Entry));
412 UNWRAP_REF_OR_RETURN(NextTable, RSR.getEntrySubDir(Entry));
414 addChildren(*Child, RSR, NextTable, Origin, Context, Duplicates);
427 UNWRAP_REF_OR_RETURN(DataEntry, RSR.getEntryData(Entry));
434 UNWRAP_OR_RETURN(Contents, RSR
388 addChildren(TreeNode &Node, ResourceSectionRef &RSR, const coff_resource_dir_table &Table, uint32_t Origin, std::vector<StringOrID> &Context, std::vector<std::string> &Duplicates) argument
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/Object/
H A DWindowsResource.h158 Error parse(ResourceSectionRef &RSR, StringRef Filename,
244 Error addChildren(TreeNode &Node, ResourceSectionRef &RSR,
/openbsd-current/sys/dev/pcmcia/
H A Dif_xereg.h92 #define RSR 0xc /* R - Rx status register */ macro
239 /* RSR register bits */
H A Dif_xe.c632 rsr = bus_space_read_1(sc->sc_bst, sc->sc_bsh, sc->sc_offset + RSR);
671 sc->sc_offset + RSR);
738 rsr = bus_space_read_1(sc->sc_bst, sc->sc_bsh, sc->sc_offset + RSR);
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp8127 TargetInstrInfo::RegSubRegPair &RSR) {
8128 if (!RSR.SubReg)
8133 RSR = getRegSequenceSubReg(MI, RSR.SubReg);
8137 if (RSR.SubReg == (unsigned)MI.getOperand(3).getImm())
8139 RSR = getRegOrUndef(MI.getOperand(2));
8144 RSR.Reg = R1.Reg;
8157 auto RSR = P;
8158 auto *DefInst = MRI.getVRegDef(RSR.Reg);
8168 RSR
[all...]

Completed in 146 milliseconds