Home
last modified time | relevance | path

Searched refs:OpAnd16BitTag (Results 1 – 1 of 1) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DVISAKernelImpl.cpp3685 uint8_t OpAnd16BitTag = uint8_t(subOpc) | uint8_t((is16Bit ? 1 : 0) << 5); in AppendVISASurfAccessDwordAtomicInst() local
3686 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() local
5880 …ands, opnd, CreateOtherOpndHelper(num_pred_desc_operands, num_operands, inst_desc, OpAnd16BitTag)); in AppendVISA3dTypedAtomic()