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: [ARM] Cirrus EP93xx Maverick Crunch Support - "bge" pattern


On Wed, 27 Jun 2007 18:15:12 +1000, "Hasjim Williams" <gcc@futaris.org>
said:
> 
> if_then_else (ge (match_operand:CCFP 1 "cc_register" "") (const_int 0))
> if_then_else (ge:CCFP (match_operand 1 "cc_register" "") (const_int 0))
> 
> Is the second line still valid syntax?

The second line doesn't work.  The first one does.  It also fixes up the
"internal compiler error: output_operand: '%l' operand isn't a label"
error...

Incidentally, does anyone know if can you do something like:
if_then_else (ge (match_operand:!CCFP 1 "cc_register" "") (const_int 0))


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