Lines Matching refs:crm
21 class AT<string name, bits<2> op0, bits<3> op1, bits<4> crn, bits<4> crm,
31 let Encoding{6-3} = crm;
80 class DC<string name, bits<2> op0, bits<3> op1, bits<4> crn, bits<4> crm,
90 let Encoding{6-3} = crm;
107 class IC<string name, bits<3> op1, bits<4> crn, bits<4> crm, bits<3> op2,
116 let Encoding{6-3} = crm;
216 class TLBI<string name, bits<2> op0, bits<3> op1, bits<4> crn, bits<4> crm,
226 let Encoding{6-3} = crm;
269 class SysReg<string name, bits<2> op0, bits<3> op1, bits<4> crn, bits<4> crm,
279 let Encoding{6-3} = crm;
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> {