<div dir="ltr"><div dir="ltr"><div dir="ltr">You can set the DecoderMethod field of both instructions to point to a C++ decode function (in <target>Disassembler.cpp), which can then do whatever you need to do to disambiguate between the two instructions. DecodeCPSInstruction in the ARM backend looks like a good example of this.</div><div dir="ltr"><br></div><div>Oliver</div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 2 Apr 2019 at 06:48, Josh Sharp via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">




<div dir="ltr">
<div style="font-family:Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
I have an ADDI instruction and an ADDI_Clone instruction which is just a special case of ADDI. The 2 have the same opcode. During generation of XXXGenDisassemblerTables.inc, I get this message
<br>
</div>
<div style="font-family:Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<span>Decoding Conflict:<br>
</span>
<div> 00000...........<br>
</div>
<div> ................<br>
</div>
<div>ADDI 00000___________<br>
</div>
<div>ADDI_clone 00000___________</div>
<div><br>
</div>
<div><br>
</div>
<div>What is the proper way to solve this conflict?</div>
<div><br>
</div>
<div>Thanks.<br>
</div>
<span></span><br>
</div>
</div>

_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br>
<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
</blockquote></div>