Home | History | Annotate | Download | only in mips

Lines Matching refs:msb

869                                  uint16_t msb,
872 ASSERT(rs.is_valid() && rt.is_valid() && is_uint5(msb) && is_uint5(lsb));
874 | (msb << kRdShift) | (lsb << kSaShift) | func;
1605 // Ins instr has 'rt' field as dest, and two uint5: msb, lsb.
1613 // Ext instr has 'rt' field as dest, and two uint5: msb, lsb.