<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-GB link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal>Hi,<o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>Here are some patches that address the decoding of some unpredictable
instructions<o:p></o:p></p>

<p class=MsoNormal>on the ARM backend. All patches add regression tests. <o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>swp.diff - The swp/swpb instructions have some corner cases
in which they have <o:p></o:p></p>

<p class=MsoNormal>                   
unpredictable behaviour. The patch adds checks for these cases and <o:p></o:p></p>

<p class=MsoNormal>                   
regression tests.<o:p></o:p></p>

<p class=MsoNormal>AI1_cmp.diff - Sets the unpredictable field for all the cmp,
tst, teq, cmnz instructions and adds <o:p></o:p></p>

<p class=MsoNormal>                   
the unpredictability condition for the register-shifted register form when any
of the <o:p></o:p></p>

<p class=MsoNormal>                   
register operands are the pc register.<o:p></o:p></p>

<p class=MsoNormal>cdp2.diff - The CDP2 instruction has no restriction on the
coprocessor number parameter, <o:p></o:p></p>

<p class=MsoNormal>                  
but in the current implementation the instruction is undefined if the value of
the <o:p></o:p></p>

<p class=MsoNormal>                  
coprocessor number is in {1010, 1011}. To fix this we add a new operand type
for the coprocessor <o:p></o:p></p>

<p class=MsoNormal>                 
 number, which doesn't have that restriction. We replace the coprocessor
operand type in <o:p></o:p></p>

<p class=MsoNormal>                 
 the CDP2 instruction with the new operand.<o:p></o:p></p>

<p class=MsoNormal>mrrc.diff - The MCRR2/MRRC2 instructions are unpredictable
when the coprocessor is in 101X or <o:p></o:p></p>

<p class=MsoNormal>                  
Rt==Rt2 or Rt==15 or Rt2==15. The patch adds C++ code to handle these cases and
a <o:p></o:p></p>

<p class=MsoNormal>                  
regression test.<o:p></o:p></p>

<p class=MsoNormal>mrs.diff - The patch adds the soft fail behavior when
disassembling MRS instructions. There <o:p></o:p></p>

<p class=MsoNormal>                  
appears to be a collision between the space of unpredictable MRS instructions
and <o:p></o:p></p>

<p class=MsoNormal>                  
the space of predictable CPS instructions. The workaround for this was to not set
the <o:p></o:p></p>

<p class=MsoNormal>                  
16th bit in the unpredictability mask of the MRS instruction.  <o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>Please review these patches.<o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>Thanks,<o:p></o:p></p>

<p class=MsoNormal>Silviu<o:p></o:p></p>

</div>

</body>

</html>