Searched refs:OpAnd16BitTag (Results 1 – 1 of 1) sorted by relevance
3685 uint8_t OpAnd16BitTag = uint8_t(subOpc) | uint8_t((is16Bit ? 1 : 0) << 5); in AppendVISASurfAccessDwordAtomicInst() local3686 ADD_OPND(numOps, ops, CreateOtherOpnd(OpAnd16BitTag, ISA_TYPE_UB)); in AppendVISASurfAccessDwordAtomicInst()5879 uint8_t OpAnd16BitTag = uint8_t(subOp) | uint8_t((is16Bit ? 1 : 0) << 5); in AppendVISA3dTypedAtomic() local5880 …ands, opnd, CreateOtherOpndHelper(num_pred_desc_operands, num_operands, inst_desc, OpAnd16BitTag)); in AppendVISA3dTypedAtomic()