Lines Matching refs:crn
44 class AT<string name, bits<3> op1, bits<4> crn, bits<4> crm,
52 let Encoding{10-7} = crn;
125 class DC<string name, bits<3> op1, bits<4> crn, bits<4> crm,
133 let Encoding{10-7} = crn;
184 class IC<string name, bits<3> op1, bits<4> crn, bits<4> crm, bits<3> op2,
192 let Encoding{10-7} = crn;
511 class TLBIEntry<string name, bits<3> op1, bits<4> crn, bits<4> crm,
516 let Encoding{10-7} = crn;
541 multiclass TLBI<string name, bits<3> op1, bits<4> crn, bits<4> crm,
543 def : TLBIEntry<name, op1, crn, crm, op2, needsreg>;
544 def : TLBIEntry<!strconcat(name, "nXS"), op1, crn, crm, op2, needsreg> {
658 class SysReg<string name, bits<2> op0, bits<3> op1, bits<4> crn, bits<4> crm,
668 let Encoding{10-7} = crn;
676 class RWSysReg<string name, bits<2> op0, bits<3> op1, bits<4> crn, bits<4> crm,
678 : SysReg<name, op0, op1, crn, crm, op2> {
683 class ROSysReg<string name, bits<2> op0, bits<3> op1, bits<4> crn, bits<4> crm,
685 : SysReg<name, op0, op1, crn, crm, op2> {
690 class WOSysReg<string name, bits<2> op0, bits<3> op1, bits<4> crn, bits<4> crm,
692 : SysReg<name, op0, op1, crn, crm, op2> {