Home
last modified time | relevance | path

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

/qemu/target/mips/tcg/
H A Dtranslate.h90 OPC_BC1 = (0x08 << 21) | OPC_CP1, /* bc */ enumerator
108 OPC_BC1F = (0x00 << 16) | OPC_BC1,
109 OPC_BC1T = (0x01 << 16) | OPC_BC1,
110 OPC_BC1FL = (0x02 << 16) | OPC_BC1,
111 OPC_BC1TL = (0x03 << 16) | OPC_BC1,
H A Dtranslate.c14989 case OPC_BC1: in decode_opc_legacy()