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.inc272 OPC_MFLO = OPC_SPECIAL | 022,
1808 tcg_out_opc_reg(s, OPC_MFLO, a0, 0, 0);
1833 tcg_out_opc_reg(s, OPC_MFLO, a0, 0, 0);
1881 tcg_out_opc_reg(s, OPC_MFLO, a0, 0, 0);
1894 tcg_out_opc_reg(s, OPC_MFLO, a0, 0, 0);
1932 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));
1330 gen_HILO(ctx, OPC_MFLO, minor >> 2, rs);
1349 gen_HILO(ctx, OPC_MFLO, 0, rs);
H A Dmips16e_translate.c.inc1042 gen_HILO(ctx, OPC_MFLO, 0, rx);
H A Dtranslate.c240 OPC_MFLO = 0x12 | OPC_SPECIAL, enumerator
2878 if (reg == 0 && (opc == OPC_MFHI || opc == OPC_MFLO)) { in gen_HILO()
2898 case OPC_MFLO: in gen_HILO()
13092 case OPC_MFLO: in decode_opc_special_tx79()
13144 case OPC_MFLO: in decode_opc_special_legacy()
H A Dnanomips_translate.c.inc1558 gen_HILO(ctx, OPC_MFLO, v2 >> 3, ret);