Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp158 ImmTyDppRowMask, enumerator
393 bool isDppRowMask() const { return isImmTy(ImmTyDppRowMask); } in isDppRowMask()
1079 case ImmTyDppRowMask: OS << "DppRowMask"; break; in printImmTy()
8944 addOptionalImmOperand(Inst, Operands, OptionalIdx, AMDGPUOperand::ImmTyDppRowMask, 0xf); in cvtVOP3DPP()
9012 addOptionalImmOperand(Inst, Operands, OptionalIdx, AMDGPUOperand::ImmTyDppRowMask, 0xf); in cvtDPP()