Lines Matching refs:crn
21 class AT<string name, bits<2> op0, bits<3> op1, bits<4> crn, bits<4> crm,
30 let Encoding{10-7} = crn;
80 class DC<string name, bits<2> op0, bits<3> op1, bits<4> crn, bits<4> crm,
89 let Encoding{10-7} = crn;
107 class IC<string name, bits<3> op1, bits<4> crn, bits<4> crm, bits<3> op2,
115 let Encoding{10-7} = crn;
216 class TLBI<string name, bits<2> op0, bits<3> op1, bits<4> crn, bits<4> crm,
225 let Encoding{10-7} = crn;
269 class SysReg<string name, bits<2> op0, bits<3> op1, bits<4> crn, bits<4> crm,
278 let Encoding{10-7} = crn;
286 class RWSysReg<string name, bits<2> op0, bits<3> op1, bits<4> crn, bits<4> crm,
288 : SysReg<name, op0, op1, crn, crm, op2> {
293 class ROSysReg<string name, bits<2> op0, bits<3> op1, bits<4> crn, bits<4> crm,
295 : SysReg<name, op0, op1, crn, crm, op2> {
300 class WOSysReg<string name, bits<2> op0, bits<3> op1, bits<4> crn, bits<4> crm,
302 : SysReg<name, op0, op1, crn, crm, op2> {