<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;">Hi all,<br>
please find attached the patch that adds stubbed methods for mips assembly matcher. It does not create a working assembler but it enables the tableGen to generate MipsGenAsmMatcher.inc. The actual implementation of assembler will be provided in a separate patch
 for easier review.<br>
The critical part of this patch is a change in AsmMatcherEmitter.cpp. As per following discussion
<a href="http://comments.gmane.org/gmane.comp.compilers.llvm.devel/47243" target="_blank">
http://comments.gmane.org/gmane.comp.compilers.llvm.devel/47243</a>  we have disabled the emission of MatchRegisterName() for Mips platform. As we found no example on how a feature should be disabled for specific platform we based our solution on target name.
 Suggestions on this matter are most welcome.<br>
<br>
We are looking forward to your comments and remarks<br>
<br>
Kind regards<br>
<br>
Vladimir<br>
</div>
</body>
</html>