Home | History | Annotate | Download | only in AArch64

Lines Matching refs:A64CC_CondCode

80 typedef enum A64CC_CondCode { // Meaning (integer)     Meaning (floating-point)
99 } A64CC_CondCode;
101 inline static char *getCondCodeName(A64CC_CondCode CC)
124 inline static A64CC_CondCode getInvertedCondCode(A64CC_CondCode Code)
127 return (A64CC_CondCode)((unsigned)Code ^ 0x1);