Searched refs:OPC_MFLO (Results 1 – 5 of 5) sorted by relevance
/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 272 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 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 | 240 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 D | nanomips_translate.c.inc | 1558 gen_HILO(ctx, OPC_MFLO, v2 >> 3, ret);
|