Home
last modified time | relevance | path

Searched refs:OPC_DIV (Results 1 – 5 of 5) sorted by relevance

/qemu/target/mips/tcg/
H A Dmips16e_translate.c.inc1073 gen_muldiv(ctx, OPC_DIV, 0, rx, ry);
H A Dtranslate.c205 OPC_DIV = 0x1A | OPC_SPECIAL, enumerator
275 R6_OPC_DIV = OPC_DIV | (2 << 6),
276 R6_OPC_MOD = OPC_DIV | (3 << 6),
3252 case OPC_DIV: in gen_muldiv()
12986 case OPC_DIV: in decode_opc_special_r6()
13103 case OPC_DIV: in decode_opc_special_tx79()
13165 case OPC_DIV: in decode_opc_special_legacy()
H A Dmicromips_translate.c.inc1140 mips32_op = OPC_DIV;
/qemu/tcg/mips/
H A Dtcg-target.c.inc283 OPC_DIV = OPC_SPECIAL | 032,
1806 MIPSInsn insn = type == TCG_TYPE_I32 ? OPC_DIV : OPC_DDIV;
2007 MIPSInsn insn = type == TCG_TYPE_I32 ? OPC_DIV : OPC_DDIV;
/qemu/tcg/riscv/
H A Dtcg-target.c.inc169 OPC_DIV = 0x2004033,
2098 RISCVInsn insn = type == TCG_TYPE_I32 ? OPC_DIVW : OPC_DIV;