Home
last modified time | relevance | path

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

/qemu/target/mips/tcg/
H A Dtranslate.h92 OPC_BC1ANY4 = (0x0A << 21) | OPC_CP1, enumerator
120 OPC_BC1FANY4 = (0x00 << 16) | OPC_BC1ANY4,
121 OPC_BC1TANY4 = (0x01 << 16) | OPC_BC1ANY4,
H A Dtranslate.c14983 case OPC_BC1ANY4: in decode_opc_legacy()