Lines Matching full:subregs
359 list<Register> SubRegs = [];
401 const unsigned *SubRegs; // Sub-register set
417 specify subregisters in the ``SubRegs`` list, as shown here:
421 class RegisterWithSubRegs<string n, list<Register> subregs> : Register<n> {
422 let SubRegs = subregs;
429 override values that are initially defined in a superclass (such as ``SubRegs``
449 class Rd<bits<5> num, string n, list<Register> subregs> : SparcReg<n> {
451 let SubRegs = subregs;