Home
last modified time | relevance | path

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

/qemu/target/mips/tcg/
H A Dmips16e_translate.c.inc1092 gen_muldiv(ctx, OPC_DDIV, 0, rx, ry);
H A Dtranslate.c209 OPC_DDIV = 0x1E | OPC_SPECIAL, enumerator
284 R6_OPC_DDIV = OPC_DDIV | (2 << 6),
285 R6_OPC_DMOD = OPC_DDIV | (3 << 6),
3306 case OPC_DDIV: in gen_muldiv()
13049 case OPC_DDIV: in decode_opc_special_r6()
13110 case OPC_DDIV: in decode_opc_special_tx79()
13172 case OPC_DDIV: in decode_opc_special_legacy()
/qemu/tcg/mips/
H A Dtcg-target.c.inc295 OPC_DDIV = OPC_SPECIAL | 036,
1806 MIPSInsn insn = type == TCG_TYPE_I32 ? OPC_DIV : OPC_DDIV;
2007 MIPSInsn insn = type == TCG_TYPE_I32 ? OPC_DIV : OPC_DDIV;