Searched refs:OPC_DIVU (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 281 OPC_DIVU = OPC_SPECIAL | 033, 1838 i1 = OPC_DIVU, i2 = OPC_MFLO; 1852 i1 = OPC_DIVU, i2 = OPC_MFHI;
|
/openbmc/qemu/target/mips/tcg/ |
H A D | mips16e_translate.c.inc | 1076 gen_muldiv(ctx, OPC_DIVU, 0, rx, ry);
|
H A D | translate.c | 205 OPC_DIVU = 0x1B | OPC_SPECIAL, enumerator 276 R6_OPC_DIVU = OPC_DIVU | (2 << 6), 277 R6_OPC_MODU = OPC_DIVU | (3 << 6), 3269 case OPC_DIVU: in gen_muldiv() 12986 case OPC_DIVU: in decode_opc_special_r6() 13103 case OPC_DIVU: in decode_opc_special_tx79() 13165 case OPC_DIVU: in decode_opc_special_legacy()
|
H A D | micromips_translate.c.inc | 1144 mips32_op = OPC_DIVU;
|
/openbmc/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 166 OPC_DIVU = 0x2005033, 2131 tcg_out_opc_reg(s, OPC_DIVU, a0, a1, a2);
|