Searched refs:OPCODE_MASK (Results 1 – 4 of 4) sorted by relevance
399 ((category & CAT_MASK) << SHIFT12 ) | (opCode & OPCODE_MASK)); in mpiMsgPrepare()527 (opCode & OPCODE_MASK)); in mpiMsgProduce()718 if (OPC_OUB_SKIP_ENTRY != (msgHeader_tmp & OPCODE_MASK)) in mpiMsgConsume()723 *pOpCode = (bit16)(msgHeader_tmp & OPCODE_MASK); in mpiMsgConsume()952 ((category & CAT_MASK) << SHIFT12 ) | (opCode & OPCODE_MASK)); in mpiMsgProduceOQ()
82 #define OPCODE_MASK 0xFFF macro
555 #define OPCODE_MASK 0xfe1fffff macro17842 *instruction &= OPCODE_MASK; in negate_data_op()18054 temp = newinsn = (temp & OPCODE_MASK) | OPCODE_SUB << DATA_OP_SHIFT; in md_apply_fix()
2727 (LITERAL_MASK, COND_MASK, OPCODE_MASK, DATA_OP_SHIFT): Define.