Searched refs:CC_AF (Results 1 – 7 of 7) sorted by relevance
52 CC_AF = 0 + 6, // Never enumerator93 case VECC::CC_AF: return "af"; in VECondCodeToString()122 .Case("af", VECC::CC_AF) in stringToVEICondCode()144 .Case("af", VECC::CC_AF) in stringToVEFCondCode()164 case VECC::CC_AF: in VECondCodeToVal()205 return VECC::CC_AF; in VEValToCondCode()224 return VECC::CC_AF; in VEValToCondCode()
41 static bool IsIntegerCC(unsigned CC) { return (CC < VECC::CC_AF); } in IsIntegerCC()57 case VECC::CC_AF: in GetOppositeBranchCondition()88 return VECC::CC_AF; in GetOppositeBranchCondition()
60 return VECC::CC_AF; in fpCondCode2Fcc()
478 def CC_AF : CC_VAL< 6>; // Always false
50 CC_AF = 0 + 6, // Never enumerator77 case VECC::CC_AF: return "af"; in VECondCodeToString()
92 def CC_AF : CC_VAL< 6>; // Always false
861 (!OmitCC || (CondCode != VECC::CC_AT && CondCode != VECC::CC_AF))) { in parseCC()