<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body 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>
</body>
</html>