Searched refs:BRKIND (Results 1 – 1 of 1) sorted by relevance
100 #define BRKIND(NAME) (Opc == NAME##a || Opc == NAME##a_nt || Opc == NAME##a_t) in isUncondBranchOpcode() macro103 assert(!BRKIND(BRCFW) && !BRKIND(BRCFD) && !BRKIND(BRCFS) && in isUncondBranchOpcode()106 return BRKIND(BRCFL); in isUncondBranchOpcode()107 #undef BRKIND in isUncondBranchOpcode()115 #define BRKIND(NAME) \ in isCondBranchOpcode() macro118 return BRKIND(BRCFL) || BRKIND(BRCFW) || BRKIND(BRCFD) || BRKIND(BRCFS); in isCondBranchOpcode()119 #undef BRKIND in isCondBranchOpcode()127 #define BRKIND(NAME) \ in isIndirectBranchOpcode() macro131 assert(!BRKIND(BCFW) && !BRKIND(BCFD) && !BRKIND(BCFS) && in isIndirectBranchOpcode()133 return BRKIND(BCFL); in isIndirectBranchOpcode()[all …]