Searched refs:DPP8 (Results 1 – 5 of 5) sorted by relevance
634 // DPP8 allows arbitrary cross-lane swizzling within groups of 8 lanes.638 "Support DPP8 (Data Parallel Primitives) extension"
873 // Common refers to common between DPP and DPP82102 def VOPC64DPP8Table : VOPC64Table<"DPP8">;
1254 def dpp8 : CustomOperand<i32, 0, "DPP8">;2748 // DPP8 encoding has no fields for modifiers, and it is enforced by setting
894 // DPP8 forbids modifiers and can inherit from VOPC_Profile
9624 unsigned DPP8 = 0; in parseDPP8() local9626 DPP8 |= (Sels[i] << (i * 3)); in parseDPP8()9628 Operands.push_back(AMDGPUOperand::CreateImm(this, DPP8, S, AMDGPUOperand::ImmTyDPP8)); in parseDPP8()