Home | History | Annotate | Download | only in mips64

Lines Matching defs:GetRsField

363 uint32_t Assembler::GetRsField(Instr instr) {
468 uint32_t rs_field = GetRsField(instr);
500 return (opcode == POP66 && GetRsField(instr) != 0) ||
501 (opcode == POP76 && GetRsField(instr) != 0);
523 return opcode == POP66 && GetRsField(instr) != 0;
529 return opcode == POP76 && GetRsField(instr) != 0;
535 uint32_t rs = GetRsField(instr);
543 uint32_t rs = GetRsField(instr);
978 if (GetRsField(instr) != 0) bits = OffsetSize::kOffset21;