Re: [Qemu-devel] Decode of MIPS DMFC0 and DMTC0

2007-01-10 Thread Thiemo Seufer
Dirk Behme wrote: > Hi, > > looking into target-mips/translate.c, in function > decode_opc() OPC_DMFC0 and OPC_DMTC0 are mapped to gen_cp0() > if MIPS64 is enabled: > > case OPC_CP0: > op1 = MASK_CP0(ctx->opcode); > switch (op1) { > case OPC_MFC0: > case OPC_MTC0

[Qemu-devel] Decode of MIPS DMFC0 and DMTC0

2007-01-10 Thread Dirk Behme
Hi, looking into target-mips/translate.c, in function decode_opc() OPC_DMFC0 and OPC_DMTC0 are mapped to gen_cp0() if MIPS64 is enabled: case OPC_CP0: op1 = MASK_CP0(ctx->opcode); switch (op1) { case OPC_MFC0: case OPC_MTC0: #ifdef MIPS_HAS_MIPS64 case