Re: RTL question for I64

2010-02-11 Thread Nathan Froyd
On Thu, Feb 11, 2010 at 09:43:31AM -0800, Douglas B Rupp wrote: > A pointer would be much appreciated! > > In ia64.md for *cmpdi_normal this is found: > "cmp.%C1 %0, %I0 = %3, %r2" > > Where are %C, %I, %r described? Above gcc/config/ia64/ia64.c:ia64_print_operand. -Nathan

RTL question for I64

2010-02-11 Thread Douglas B Rupp
Greetings, A pointer would be much appreciated! In ia64.md for *cmpdi_normal this is found: "cmp.%C1 %0, %I0 = %3, %r2" Where are %C, %I, %r described? --Doug