Value | Meaning |
---|---|
SPARC_CC_INVALID0 | < invalid CC (default) |
SPARC_CC_ICC_A8 + 256 | < Always |
SPARC_CC_ICC_N0 + 256 | < Never |
SPARC_CC_ICC_NE9 + 256 | < Not Equal |
SPARC_CC_ICC_E1 + 256 | < Equal |
SPARC_CC_ICC_G10 + 256 | < Greater |
SPARC_CC_ICC_LE2 + 256 | < Less or Equal |
SPARC_CC_ICC_GE11 + 256 | < Greater or Equal |
SPARC_CC_ICC_L3 + 256 | < Less |
SPARC_CC_ICC_GU12 + 256 | < Greater Unsigned |
SPARC_CC_ICC_LEU4 + 256 | < Less or Equal Unsigned |
SPARC_CC_ICC_CC13 + 256 | < Carry Clear/Great or Equal Unsigned |
SPARC_CC_ICC_CS5 + 256 | < Carry Set/Less Unsigned |
SPARC_CC_ICC_POS14 + 256 | < Positive |
SPARC_CC_ICC_NEG6 + 256 | < Negative |
SPARC_CC_ICC_VC15 + 256 | < Overflow Clear |
SPARC_CC_ICC_VS7 + 256 | < Overflow Set |
SPARC_CC_FCC_A8 + 16 + 256 | < Always |
SPARC_CC_FCC_N0 + 16 + 256 | < Never |
SPARC_CC_FCC_U7 + 16 + 256 | < Unordered |
SPARC_CC_FCC_G6 + 16 + 256 | < Greater |
SPARC_CC_FCC_UG5 + 16 + 256 | < Unordered or Greater |
SPARC_CC_FCC_L4 + 16 + 256 | < Less |
SPARC_CC_FCC_UL3 + 16 + 256 | < Unordered or Less |
SPARC_CC_FCC_LG2 + 16 + 256 | < Less or Greater |
SPARC_CC_FCC_NE1 + 16 + 256 | < Not Equal |
SPARC_CC_FCC_E9 + 16 + 256 | < Equal |
SPARC_CC_FCC_UE10 + 16 + 256 | < Unordered or Equal |
SPARC_CC_FCC_GE11 + 16 + 256 | < Greater or Equal |
SPARC_CC_FCC_UGE12 + 16 + 256 | < Unordered or Greater or Equal |
SPARC_CC_FCC_LE13 + 16 + 256 | < Less or Equal |
SPARC_CC_FCC_ULE14 + 16 + 256 | < Unordered or Less or Equal |
SPARC_CC_FCC_O15 + 16 + 256 | < Ordered |
Enums corresponding to Sparc condition codes, both icc's and fcc's.