Home
last modified time | relevance | path

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

/qemu/target/mips/tcg/
H A Dtranslate.h108 OPC_BC1F = (0x00 << 16) | OPC_BC1, enumerator
H A Dmicromips_translate.c.inc2476 mips32_op = (ctx->opcode & (1 << 16)) ? OPC_BC1FANY2 : OPC_BC1F;
H A Dtranslate.c8908 case OPC_BC1F: in gen_compute_branch1()