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