Lines Matching refs:ra
46 // ra - first src. reg.
87 // Type A instruction class in MBlaze : <|opcode|rd|ra|rb|flags|>
95 bits<5> ra;
99 let Inst{11-15} = ra;
105 // Type B instruction class in MBlaze : <|opcode|rd|ra|immediate|>
113 bits<5> ra;
117 let Inst{11-15} = ra;
123 // in the LLVM DAG : <|opcode|rd|ra|rb|flags|>
137 let ra = rra;
143 // the LLVM DAG : <|opcode|rd|ra|immediate|>
155 let ra = rra;
160 // Shift immediate instruction class in MBlaze : <|opcode|rd|ra|immediate|>
166 bits<5> ra;
170 let Inst{11-15} = ra;