Searched refs:OPC_SPECIAL2 (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 323 OPC_SPECIAL2 = 034 << 26, 324 OPC_MUL_R5 = OPC_SPECIAL2 | 002, 325 OPC_CLZ = OPC_SPECIAL2 | 040, 326 OPC_DCLZ = OPC_SPECIAL2 | 044,
|
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.c | 59 OPC_SPECIAL2 = (0x1C << 26), enumerator 325 OPC_MADD = 0x00 | OPC_SPECIAL2, 326 OPC_MADDU = 0x01 | OPC_SPECIAL2, 327 OPC_MUL = 0x02 | OPC_SPECIAL2, 328 OPC_MSUB = 0x04 | OPC_SPECIAL2, 329 OPC_MSUBU = 0x05 | OPC_SPECIAL2, 331 OPC_CLZ = 0x20 | OPC_SPECIAL2, 332 OPC_CLO = 0x21 | OPC_SPECIAL2, 333 OPC_DCLZ = 0x24 | OPC_SPECIAL2, 334 OPC_DCLO = 0x25 | OPC_SPECIAL2, [all …]
|