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;
215 // Format RRI instruction class in Mips : <|opcode|rx|ry|imm5|>
223 bits<3> ry;
230 let Inst{7-5} = ry;
235 // Format RRR instruction class in Mips : <|opcode|rx|ry|rz|f|>
243 bits<3> ry;
251 let Inst{7-5} = ry;
257 // Format RRI-A instruction class in Mips : <|opcode|rx|ry|f|imm4|>
265 bits<3> ry;
273 let Inst{7-5} = ry;
279 // Format Shift instruction class in Mips : <|opcode|rx|ry|sa|f|>
287 bits<3> ry;
295 let Inst{7-5} = ry;
319 // Format i8_MOVR32 instruction class in Mips : <|opcode|func|ry|r32>
327 bits<4> ry;
333 let Inst{7-4} = ry;
490 // <|EXTEND|imm10:5|imm15:11|op|rx|ry|imm4:0>
500 bits<3> ry;
508 let Inst{7-5} = ry;
515 // <|EXTEND|imm10:4|imm14:11|RRI-A|rx|ry|f|imm3:0>
524 bits<3> ry;
533 let Inst{7-5} = ry;
541 // <|EXTEND|sa 4:0|s5|0|SHIFT|rx|ry|0|f>
550 bits<3> ry;
560 let Inst{7-5} = ry;