Home
last modified time | relevance | path

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

/qemu/target/mips/tcg/
H A Dmips16e_translate.c.inc1076 gen_muldiv(ctx, OPC_DIVU, 0, rx, ry);
H A Dtranslate.c206 OPC_DIVU = 0x1B | OPC_SPECIAL, enumerator
277 R6_OPC_DIVU = OPC_DIVU | (2 << 6),
278 R6_OPC_MODU = OPC_DIVU | (3 << 6),
3270 case OPC_DIVU: in gen_muldiv()
12987 case OPC_DIVU: in decode_opc_special_r6()
13104 case OPC_DIVU: in decode_opc_special_tx79()
13166 case OPC_DIVU: in decode_opc_special_legacy()
H A Dmicromips_translate.c.inc1144 mips32_op = OPC_DIVU;
/qemu/tcg/mips/
H A Dtcg-target.c.inc286 OPC_DIVU = OPC_SPECIAL | 033,
1831 MIPSInsn insn = type == TCG_TYPE_I32 ? OPC_DIVU : OPC_DDIVU;
2028 MIPSInsn insn = type == TCG_TYPE_I32 ? OPC_DIVU : OPC_DDIVU;
/qemu/tcg/riscv/
H A Dtcg-target.c.inc170 OPC_DIVU = 0x2005033,
2114 RISCVInsn insn = type == TCG_TYPE_I32 ? OPC_DIVUW : OPC_DIVU;