<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">This time with the patch :-(<br>
<div style="font-family: Times New Roman; color: rgb(0, 0, 0); font-size: 16px;">
<hr tabindex="-1">
<div style="direction: ltr;" id="divRpF104800"><font color="#000000" face="Tahoma" size="2"><b>From:</b> Carter, Jack<br>
<b>Sent:</b> Friday, March 30, 2012 7:05 PM<br>
<b>To:</b> cfe-commits@cs.uiuc.edu<br>
<b>Cc:</b> bruno.cardoso@gmail.com<br>
<b>Subject:</b> Mips inline constraint register patch. Request for review and commit.<br>
</font><br>
</div>
<div></div>
<div>
<div style="direction: ltr; font-family: Tahoma; color: rgb(0, 0, 0); font-size: 10pt;">
<font color="black" face="Tahoma" size="2"><span dir="ltr" style="font-size: 10pt;">Mips_reg_constraint.patch<br>
<br>
Contributor: Jack Carter<br>
<br>
Inline asm directives have constraint characters that describe what is legal<br>
for the particular operand. Some of these constraints state that the operand<br>
is a register, specific or general.<br>
<br>
This patch adds 3 different characters to the list of characters that represents <br>
registers:<br>
<br>
    'c': A register suitable for use in an indirect jump.<br>
    'l': The lo register.<br>
    'x': The concatenated hi and lo registers.<br>
<br>
This patch does not address the semantic behavior.</span></font></div>
</div>
</div>
</div>
</body>
</html>