![]() * 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 |
||
---|---|---|
.. | ||
README.md | ||
aarch64.yaml | ||
alpha.yaml | ||
arc.yaml | ||
arm.yaml | ||
bpf.yaml | ||
cs_common_details.yaml | ||
evm.yaml | ||
hppa.yaml | ||
loongarch.yaml | ||
m68k.yaml | ||
m680x.yaml | ||
mips.yaml | ||
mos65xx.yaml | ||
ppc.yaml | ||
riscv.yaml | ||
sh.yaml | ||
sparc.yaml | ||
systemz.yaml | ||
tms320c64x.yaml | ||
tricore.yaml | ||
wasm.yaml | ||
x86.yaml | ||
xcore.yaml | ||
xtensa.yaml |
README.md
Test instruction details
This directory contains test cases for the cs_detail
struct.
Test files are consumed by the cstest
tool (see: suite/cstest
).