Lines Matching refs:crn
44 class AT<string name, bits<3> op1, bits<4> crn, bits<4> crm,
52 let Encoding{10-7} = crn;
105 class DC<string name, bits<3> op1, bits<4> crn, bits<4> crm,
113 let Encoding{10-7} = crn;
159 class IC<string name, bits<3> op1, bits<4> crn, bits<4> crm, bits<3> op2,
167 let Encoding{10-7} = crn;
392 class TLBI<string name, bits<3> op1, bits<4> crn, bits<4> crm,
400 let Encoding{10-7} = crn;
516 class SysReg<string name, bits<2> op0, bits<3> op1, bits<4> crn, bits<4> crm,
525 let Encoding{10-7} = crn;
533 class RWSysReg<string name, bits<2> op0, bits<3> op1, bits<4> crn, bits<4> crm,
535 : SysReg<name, op0, op1, crn, crm, op2> {
540 class ROSysReg<string name, bits<2> op0, bits<3> op1, bits<4> crn, bits<4> crm,
542 : SysReg<name, op0, op1, crn, crm, op2> {
547 class WOSysReg<string name, bits<2> op0, bits<3> op1, bits<4> crn, bits<4> crm,
549 : SysReg<name, op0, op1, crn, crm, op2> {