<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;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;"><font color="black" face="Tahoma" size="2"><span style="font-size: 10pt;" dir="ltr">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>
</body>
</html>