diff options
Diffstat (limited to 'gcc/config/frv/frv-modes.def')
-rw-r--r-- | gcc/config/frv/frv-modes.def | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/gcc/config/frv/frv-modes.def b/gcc/config/frv/frv-modes.def index 229a973..cab8c16 100644 --- a/gcc/config/frv/frv-modes.def +++ b/gcc/config/frv/frv-modes.def @@ -20,12 +20,14 @@ Boston, MA 02111-1307, USA. */ /* On the FRV, the CC modes used are: - CCmode set ICC's from comparing signed integers - CC_UNSmode set ICC's from comparing unsigned integers - CC_FPmode set FCC's from comparing floating point - CC_CCRmode set CCR's to do conditional execution */ + CCmode set ICCs from comparing signed integers + CC_UNSmode set ICCs from comparing unsigned integers + CC_NZmode set ICCs for comparisons that just need the Z and N flags + CC_FPmode set FCCs from comparing floating point + CC_CCRmode set CCRs to do conditional execution */ CC_MODE (CC_UNS); +CC_MODE (CC_NZ); CC_MODE (CC_FP); CC_MODE (CC_CCR); |