The first ones seem to map to COP0 family, but they are marked reserved in MIPS docs. These insns seem all to be R-types and use rs=0x04 or 0x06 or 0x00.
The second ones appear to be SPECIAL3-BSHFL insns, but also they are not marked in MIPS docs. These are:
Code: Select all
0x7C171D20
0x7C0F7D20
0x7C063520
0x7C1A2D20
And the third thing is, I see dsrlv insn used here and there, but, as we know, SC is 32-bit and there's no way dsrlv will ever be implemented there.