[cfe-commits] Mips inline constraint register patch. Request for review and commit.

Carter, Jack jcarter at mips.com
Fri Mar 30 19:05:38 PDT 2012


Mips_reg_constraint.patch

Contributor: Jack Carter

Inline asm directives have constraint characters that describe what is legal
for the particular operand. Some of these constraints state that the operand
is a register, specific or general.

This patch adds 3 different characters to the list of characters that represents
registers:

    'c': A register suitable for use in an indirect jump.
    'l': The lo register.
    'x': The concatenated hi and lo registers.

This patch does not address the semantic behavior.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120331/eaf37ace/attachment.html>


More information about the cfe-commits mailing list