Home | History | Annotate | Download | only in src

Lines Matching refs:Rt

210   const IValueT Rt = encodeGPRegister(OpRt, "Rt", InsnName);
213 Opcode |= Rt << 16;
221 const IValueT Rt = encodeGPRegister(OpRt, "Rt", InsnName);
225 Opcode |= Rt << 16;
236 const IValueT Rt = encodeGPRegister(OpRt, "Rt", InsnName);
249 Opcode |= Rt << 16;
272 const IValueT Rt = encodeGPRegister(OpRt, "Rt", InsnName);
274 Opcode |= Rt << 16;
286 const IValueT Rt = encodeGPRegister(OpRt, "Rt", InsnName);
289 Opcode |= Rt << 16;
346 const IValueT Rt = encodeGPRegister(OpRt, "Rt", InsnName);
350 Opcode |= Rt << 16;
359 const IValueT Rt = encodeGPRegister(OpRt, "Rt", InsnName);
362 Opcode |= Rt << 16;
668 const IValueT Rt = encodeGPRegister(OpRt, "Rt", "lui");
679 Opcode |= Rt << 16;
687 const IValueT Rt = encodeFPRegister(OpRt, "Ft", "ldc1");
700 Opcode |= Rt << 16;
747 const IValueT Rt = encodeFPRegister(OpRt, "Ft", "lwc1");
760 Opcode |= Rt << 16;
821 const IValueT Rt = 0; // $0
823 Opcode |= Rt << 16;
1071 const IValueT Rt = encodeFPRegister(OpRt, "Ft", "sdc1");
1084 Opcode |= Rt << 16;
1125 const IValueT Rt = encodeFPRegister(OpRt, "Ft", "swc1");
1138 Opcode |= Rt << 16;
1152 const IValueT Rt = encodeGPRegister(OpRt, "Rt", "teq");
1154 Opcode |= Rt << 16;
1231 IValueT Rt = encodeGPRegister(OpRt, "Rt", "branch");
1232 Opcode |= Rt << 16;