Home
last modified time | relevance | path

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

/qemu/target/mips/tcg/
H A Dtranslate.h116 OPC_BC1TANY2 = (0x01 << 16) | OPC_BC1ANY2, enumerator
H A Dmicromips_translate.c.inc2480 mips32_op = (ctx->opcode & (1 << 16)) ? OPC_BC1TANY2 : OPC_BC1T;
H A Dtranslate.c8942 case OPC_BC1TANY2: in gen_compute_branch1()