Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPU.td634 // DPP8 allows arbitrary cross-lane swizzling within groups of 8 lanes.
638 "Support DPP8 (Data Parallel Primitives) extension"
H A DVOPInstructions.td873 // Common refers to common between DPP and DPP8
2102 def VOPC64DPP8Table : VOPC64Table<"DPP8">;
H A DSIInstrInfo.td1254 def dpp8 : CustomOperand<i32, 0, "DPP8">;
2748 // DPP8 encoding has no fields for modifiers, and it is enforced by setting
H A DVOPCInstructions.td894 // DPP8 forbids modifiers and can inherit from VOPC_Profile
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp9624 unsigned DPP8 = 0; in parseDPP8() local
9626 DPP8 |= (Sels[i] << (i * 3)); in parseDPP8()
9628 Operands.push_back(AMDGPUOperand::CreateImm(this, DPP8, S, AMDGPUOperand::ImmTyDPP8)); in parseDPP8()