Lines Matching refs:OPC_SPECIAL2
60 OPC_SPECIAL2 = (0x1C << 26), enumerator
326 OPC_MADD = 0x00 | OPC_SPECIAL2,
327 OPC_MADDU = 0x01 | OPC_SPECIAL2,
328 OPC_MUL = 0x02 | OPC_SPECIAL2,
329 OPC_MSUB = 0x04 | OPC_SPECIAL2,
330 OPC_MSUBU = 0x05 | OPC_SPECIAL2,
332 OPC_CLZ = 0x20 | OPC_SPECIAL2,
333 OPC_CLO = 0x21 | OPC_SPECIAL2,
334 OPC_DCLZ = 0x24 | OPC_SPECIAL2,
335 OPC_DCLO = 0x25 | OPC_SPECIAL2,
337 OPC_SDBBP = 0x3F | OPC_SPECIAL2,
14317 case OPC_SPECIAL2: in decode_opc_legacy()