search for: e_lbz

Displaying 1 result from an estimated 1 matches for "e_lbz".

Did you mean: de_lba
2014 Jul 09
2
[LLVMdev] How to resolve decoding conflict?
Hi all, Short version I get decoding conflicts during generation of disassembler tables for my modified PowerPC backend: 001100.......................... ................................ ADDIC 001100__________________________ E_LBZ 001100__________________________ Which methods can be used to resolve this kind of error? Long version: I'm trying to implement support for the PowerPC Variable Length Encoding (VLE) instruction set. This is an instruction set which re-encodes many of the normal PPC instructions for improved...