Home
last modified time | relevance | path

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

/external/qemu/target-mips/
Dtranslate.c357 OPC_BC1 = (0x08 << 21) | OPC_CP1, /* bc */ enumerator
373 OPC_BC1F = (0x00 << 16) | OPC_BC1,
374 OPC_BC1T = (0x01 << 16) | OPC_BC1,
375 OPC_BC1FL = (0x02 << 16) | OPC_BC1,
376 OPC_BC1TL = (0x03 << 16) | OPC_BC1,
8123 case OPC_BC1: in decode_opc()