Constrain not satisfied - floating point insns.

Jim Wilson wilson@specifix.com
Wed Mar 14 21:21:00 GMT 2007


Rohit Arul Raj wrote:
> (define_insn "movsf_store"
>  [(set (match_operand:SF 0 "memory_operand"  "=m")
>     (match_operand:SF 1 "float_reg"    "f"))]

You must have a single movsf define_insn that accepts all alternatives 
so that reload will work.  You can't have separate define_insns for 
movsf and movsf_store.
-- 
Jim Wilson, GNU Tools Support, http://www.specifix.com



More information about the Gcc mailing list