* Disable Mips_FeatureUseIndirectJumpsHazard
Mips_FeatureUseIndirectJumpsHazard is only used for jalr when used in
mips32 configs.
* DDIV test
* Fix details on instructions that contains ghost registers.
* Add missing MIPS tables & Fix mips16 and JrcRa16/AddiuSpImmX16 decoding.
Mips16 decoding of JrcRa16 & AddiuSpImmX16 was expecting the wrong bits.
Implement DecodeCPU16RegsRegisterClass for Mips16
Adds missing mips decoding tables:
- DecoderTableNanoMips_Conflict_Space16
- DecoderTableMicroMipsR6_Ambiguous32
- DecoderTableMicroMipsDSP32
- DecoderTable16
- DecoderTable32
- DecoderTableMips32r6_64r6_Ambiguous32
- DecoderTableMips32r6_64r6_BranchZero32
- DecoderTableMipsDSP32
* Patch details only when details are request.
* Fix wrong tests
* Address comments
* Add mips DSP test
* microMips32r3 DSP
* Test Conflict_Space16
* Test Conflict_Space16