Lines Matching refs:OpcodeMask
890 unsigned OpcodeMask = 0; in emitTable() local
900 OpcodeMask |= (1 << DecoderOp); in emitTable()
1034 return OpcodeMask; in emitTable()
2223 unsigned OpcodeMask) { in emitDecodeInstruction() argument
2224 const bool HasTryDecode = OpcodeMask & ((1 << MCD::OPC_TryDecode) | in emitDecodeInstruction()
2227 OpcodeMask & in emitDecodeInstruction()
2229 const bool HasSoftFail = OpcodeMask & (1 << MCD::OPC_SoftFail); in emitDecodeInstruction()
2634 unsigned OpcodeMask = 0; in run() local
2660 OpcodeMask |= emitTable(OS, TableInfo.Table, FC.getBitWidth(), in run()
2671 OpcodeMask & in run()
2682 emitDecodeInstruction(OS, IsVarLenInst, OpcodeMask); in run()