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

Carter, Jack jcarter at mips.com
Fri Mar 30 19:13:16 PDT 2012


This time with the patch :-(
________________________________
From: Carter, Jack
Sent: Friday, March 30, 2012 7:05 PM
To: cfe-commits at cs.uiuc.edu
Cc: bruno.cardoso at gmail.com
Subject: Mips inline constraint register patch. Request for review and commit.

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/9b7a03c7/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Mips_reg_constraint.patch
Type: text/x-patch
Size: 2199 bytes
Desc: Mips_reg_constraint.patch
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120331/9b7a03c7/attachment.bin>


More information about the cfe-commits mailing list