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

Re: Modelling of multiple condition code registers

2009-07-24 Thread Ian Lance Taylor
Markus L markusl.s...@gmail.com 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