Home
last modified time | relevance | path

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

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