Searched defs:isPrefix (Results 1 – 5 of 5) sorted by relevance
300 BOOL isPrefix = TRUE; in readPrefixes() local
1013 bool isPrefix = in ParseInstruction() local
665 #define isPrefix(CE) (isSpecial((CE)) && (getCETag((CE)) == SPEC_PROC_TAG)) macro
2255 UBool isPrefix, in compareAffix()
1566 static bool isPrefix(Opcode Op) { in isPrefix() function1570 bool isPrefix() const { return isPrefix(getOpcode()); } in isPrefix() function