Lines Matching refs:ry
24 // ry 3-bit source or destination register
132 // Format RR instruction class in Mips : <|opcode|rx|ry|funct|>
140 bits<3> ry;
147 let Inst{7-5} = ry;
229 // Format RRI instruction class in Mips : <|opcode|rx|ry|imm5|>
237 bits<3> ry;
244 let Inst{7-5} = ry;
249 // Format RRR instruction class in Mips : <|opcode|rx|ry|rz|f|>
257 bits<3> ry;
265 let Inst{7-5} = ry;
271 // Format RRI-A instruction class in Mips : <|opcode|rx|ry|f|imm4|>
279 bits<3> ry;
287 let Inst{7-5} = ry;
293 // Format Shift instruction class in Mips : <|opcode|rx|ry|sa|f|>
301 bits<3> ry;
309 let Inst{7-5} = ry;
333 // Format i8_MOVR32 instruction class in Mips : <|opcode|func|ry|r32>
341 bits<4> ry;
347 let Inst{7-4} = ry;
504 // <|EXTEND|imm10:5|imm15:11|op|rx|ry|imm4:0>
514 bits<3> ry;
522 let Inst{7-5} = ry;
529 // <|EXTEND|imm10:4|imm14:11|RRI-A|rx|ry|f|imm3:0>
538 bits<3> ry;
547 let Inst{7-5} = ry;
555 // <|EXTEND|sa 4:0|s5|0|SHIFT|rx|ry|0|f>
564 bits<3> ry;
574 let Inst{7-5} = ry;