This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] MIPS: add mips32r2 patterns to generate ext and insinsns.
- From: David Ung <davidu at mips dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Mon, 23 May 2005 18:47:00 +0100
- Subject: Re: [patch] MIPS: add mips32r2 patterns to generate ext and insinsns.
- References: <1116868491.1627.273.camel@localhost.localdomain>
dah.. Somehow I've missed the "+" for operand 0 in insvsi and insvdi.
here is what it should really look like, :)
+ (define_insn "insvsi"
+ [(set (zero_extract:SI (match_operand:SI 0 "register_operand" "+d")
+ (match_operand:SI 1 "immediate_operand" "I")
..
+
+ (define_insn "insvdi"
+ [(set (zero_extract:DI (match_operand:DI 0 "register_operand" "+d")
+ (match_operand:SI 1 "immediate_operand" "I")
David.