This patch fixes decoding of size and position for DINSM and DINSU instructions. It's different for DINS and DINSM/DINSU, I also changed test case because in this format: dinsm $4, $5, 10, 1, if position and size are 10 and 1 it's DINS, not DINSM variant. After this fix I'm able to add test case for LLVM assembler ( https://reviews.llvm.org/D30988 ).
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM