Lines Matching refs:InstructionContext
62 * @return - The InstructionContext to use when looking up an
65 static InstructionContext contextForAttrs(uint16_t attrMask) {
66 return static_cast<InstructionContext>(CONTEXTS_SYM[attrMask]);
81 InstructionContext insnContext,
124 InstructionContext insnContext,
800 InstructionContext instructionClass = contextForAttrs(attrMask);