Searched refs:OPC_MTLO (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | micromips_translate.c.inc | 1336 gen_HILO(ctx, OPC_MTLO, minor >> 2, rs); 1355 gen_HILO(ctx, OPC_MTLO, 0, rs);
|
H A D | translate.c | 240 OPC_MTLO = 0x13 | OPC_SPECIAL, enumerator 2921 case OPC_MTLO: in gen_HILO() 13095 case OPC_MTLO: /* Move to HI/LO */ in decode_opc_special_tx79() 13147 case OPC_MTLO: /* Move to HI/LO */ in decode_opc_special_legacy()
|
H A D | nanomips_translate.c.inc | 1564 gen_HILO(ctx, OPC_MTLO, v2 >> 3, v1);
|