Lines Matching refs:ry
23 // ry 3-bit source or destination register
131 // Format RR instruction class in Mips : <|opcode|rx|ry|funct|>
139 bits<3> ry;
146 let Inst{7-5} = ry;
228 // Format RRI instruction class in Mips : <|opcode|rx|ry|imm5|>
236 bits<3> ry;
243 let Inst{7-5} = ry;
248 // Format RRR instruction class in Mips : <|opcode|rx|ry|rz|f|>
256 bits<3> ry;
264 let Inst{7-5} = ry;
270 // Format RRI-A instruction class in Mips : <|opcode|rx|ry|f|imm4|>
278 bits<3> ry;
286 let Inst{7-5} = ry;
292 // Format Shift instruction class in Mips : <|opcode|rx|ry|sa|f|>
300 bits<3> ry;
308 let Inst{7-5} = ry;
332 // Format i8_MOVR32 instruction class in Mips : <|opcode|func|ry|r32>
340 bits<4> ry;
346 let Inst{7-4} = ry;
503 // <|EXTEND|imm10:5|imm15:11|op|rx|ry|imm4:0>
513 bits<3> ry;
521 let Inst{7-5} = ry;
528 // <|EXTEND|imm10:4|imm14:11|RRI-A|rx|ry|f|imm3:0>
537 bits<3> ry;
546 let Inst{7-5} = ry;
554 // <|EXTEND|sa 4:0|s5|0|SHIFT|rx|ry|0|f>
563 bits<3> ry;
573 let Inst{7-5} = ry;