HomeSort by relevance Sort by last modified time
    Searched refs:A64CC_CondCode (Results 1 - 2 of 2) sorted by null

  /external/capstone/arch/AArch64/
AArch64BaseInfo.h 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);
    [all...]
AArch64InstPrinter.c     [all...]

Completed in 3062 milliseconds