Re: Modelling of multiple condition code registers

2009-07-24 Thread Ian Lance Taylor
Markus L writes: > I have a question about modelling of condition codes in GCC. The > target I am considering has the following characteristics: > > Associated with each register is a set of CC flags that are updated > whenever that register is used as a destination of an operation that > would n

Modelling of multiple condition code registers

2009-07-24 Thread Markus L
Hi, I have a question about modelling of condition codes in GCC. The target I am considering has the following characteristics: Associated with each register is a set of CC flags that are updated whenever that register is used as a destination of an operation that would normally update the CC reg