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.c354 OPC_BSHFL = 0x20 | OPC_SPECIAL3, enumerator
459 OPC_WSBH = (0x02 << 6) | OPC_BSHFL,
460 OPC_SEB = (0x10 << 6) | OPC_BSHFL,
461 OPC_SEH = (0x18 << 6) | OPC_BSHFL,
462 OPC_ALIGN = (0x08 << 6) | OPC_BSHFL, /* 010.bp (010.00 to 010.11) */
463 OPC_ALIGN_1 = (0x09 << 6) | OPC_BSHFL,
464 OPC_ALIGN_2 = (0x0A << 6) | OPC_BSHFL,
465 OPC_ALIGN_3 = (0x0B << 6) | OPC_BSHFL,
466 OPC_BITSWAP = (0x00 << 6) | OPC_BSHFL /* 00000 */
13485 case OPC_BSHFL: in decode_opc_special3_r6()
[all …]