Searched refs:OPC_MFLO (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 267 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);
|
/openbmc/qemu/target/mips/tcg/ |
H A D | micromips_translate.c.inc | 819 gen_HILO(ctx, OPC_MFLO, 0, uMIPS_RS5(ctx->opcode)); 1330 gen_HILO(ctx, OPC_MFLO, minor >> 2, rs); 1349 gen_HILO(ctx, OPC_MFLO, 0, rs);
|
H A D | mips16e_translate.c.inc | 1042 gen_HILO(ctx, OPC_MFLO, 0, rx);
|
H A D | translate.c | 239 OPC_MFLO = 0x12 | OPC_SPECIAL, enumerator 2877 if (reg == 0 && (opc == OPC_MFHI || opc == OPC_MFLO)) { in gen_HILO() 2897 case OPC_MFLO: in gen_HILO() 13091 case OPC_MFLO: in decode_opc_special_tx79() 13143 case OPC_MFLO: in decode_opc_special_legacy()
|
H A D | nanomips_translate.c.inc | 1558 gen_HILO(ctx, OPC_MFLO, v2 >> 3, ret);
|