Searched refs:RSRecord (Results 1 – 2 of 2) sorted by relevance
771 typedef std::pair<unsigned,uint16_t> RSRecord; // (reg,shift) in findRecordInsertForms() typedef772 typedef std::vector<RSRecord> RSListType; in findRecordInsertForms()
810 using RSRecord = std::pair<unsigned, uint16_t>; // (reg,shift) in findRecordInsertForms() typedef811 using RSListType = std::vector<RSRecord>; in findRecordInsertForms()