Searched refs:OPC_DIV (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 278 OPC_DIV = OPC_SPECIAL | 032, 1831 i1 = OPC_DIV, i2 = OPC_MFLO; 1845 i1 = OPC_DIV, i2 = OPC_MFHI;
|
/openbmc/qemu/target/mips/tcg/ |
H A D | mips16e_translate.c.inc | 1075 gen_muldiv(ctx, OPC_DIV, 0, rx, ry);
|
H A D | translate.c | 204 OPC_DIV = 0x1A | OPC_SPECIAL, enumerator 274 R6_OPC_DIV = OPC_DIV | (2 << 6), 275 R6_OPC_MOD = OPC_DIV | (3 << 6), 3287 case OPC_DIV: in gen_muldiv() 13210 case OPC_DIV: in decode_opc_special_r6() 13327 case OPC_DIV: in decode_opc_special_tx79() 13389 case OPC_DIV: in decode_opc_special_legacy()
|
H A D | micromips_translate.c.inc | 1144 mips32_op = OPC_DIV;
|
/openbmc/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 191 OPC_DIV = 0x2004033, 1645 tcg_out_opc_reg(s, OPC_DIV, a0, a1, a2);
|