Home
last modified time | relevance | path

Searched refs:OPC_BSHFL (Results 1 – 1 of 1) sorted by relevance

/qemu/target/mips/tcg/
H A Dtranslate.c353 OPC_BSHFL = 0x20 | OPC_SPECIAL3, enumerator
458 OPC_WSBH = (0x02 << 6) | OPC_BSHFL,
459 OPC_SEB = (0x10 << 6) | OPC_BSHFL,
460 OPC_SEH = (0x18 << 6) | OPC_BSHFL,
461 OPC_ALIGN = (0x08 << 6) | OPC_BSHFL, /* 010.bp (010.00 to 010.11) */
462 OPC_ALIGN_1 = (0x09 << 6) | OPC_BSHFL,
463 OPC_ALIGN_2 = (0x0A << 6) | OPC_BSHFL,
464 OPC_ALIGN_3 = (0x0B << 6) | OPC_BSHFL,
465 OPC_BITSWAP = (0x00 << 6) | OPC_BSHFL /* 00000 */
13484 case OPC_BSHFL: in decode_opc_special3_r6()
[all …]