Home
last modified time | relevance | path

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

/qemu/tcg/mips/
H A Dtcg-target.c.inc267 OPC_MFLO = OPC_SPECIAL | 022,
1810 i1 = OPC_MULT, i2 = OPC_MFLO;
1831 i1 = OPC_DIV, i2 = OPC_MFLO;
1838 i1 = OPC_DIVU, i2 = OPC_MFLO;
1859 i1 = OPC_DMULT, i2 = OPC_MFLO;
1880 i1 = OPC_DDIV, i2 = OPC_MFLO;
1887 i1 = OPC_DDIVU, i2 = OPC_MFLO;
1920 tcg_out_opc_reg(s, OPC_MFLO, a0, 0, 0);
/qemu/target/mips/tcg/
H A Dmicromips_translate.c.inc819 gen_HILO(ctx, OPC_MFLO, 0, uMIPS_RS5(ctx->opcode));
1334 gen_HILO(ctx, OPC_MFLO, minor >> 2, rs);
1353 gen_HILO(ctx, OPC_MFLO, 0, rs);
H A Dmips16e_translate.c.inc1044 gen_HILO(ctx, OPC_MFLO, 0, rx);
H A Dtranslate.c239 OPC_MFLO = 0x12 | OPC_SPECIAL, enumerator
2904 if (reg == 0 && (opc == OPC_MFHI || opc == OPC_MFLO)) { in gen_HILO()
2924 case OPC_MFLO: in gen_HILO()
13316 case OPC_MFLO: in decode_opc_special_tx79()
13368 case OPC_MFLO: in decode_opc_special_legacy()
H A Dnanomips_translate.c.inc1559 gen_HILO(ctx, OPC_MFLO, v2 >> 3, ret);