This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How can I write an empty conversion instruction


> You might want to try this instead:
> 
>   [(set (match_operand:DF 0 "fr_register_operand" "=f")
>         (unspec:DF [(match_operand:SF 0 "fr_register_operand" "0")] UNSPEC_NOP_EXTEND))]
> 
> -- 
> Daniel Jacobowitz
> CodeSourcery, LLC

Nope.  GCC doesn't like seeing two match_operand's for op 0.

Steve Ellcey
sje@cup.hp.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]