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.td501 // DPP8 allows arbitrary cross-lane swizzling within groups of 8 lanes.
505 "Support DPP8 (Data Parallel Primitives) extension"
H A DVOPInstructions.td740 // Common refers to common between DPP and DPP8
1690 def VOPC64DPP8Table : VOPC64Table<"DPP8">;
H A DSIInstrInfo.td1122 def dpp8 : CustomOperand<i32, 0, "DPP8">;
2443 // DPP8 encoding has no fields for modifiers, and it is enforced by setting
H A DVOPCInstructions.td776 // DPP8 forbids modifiers and can inherit from VOPC_Profile
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp9039 unsigned DPP8 = 0; in parseDPP8() local
9041 DPP8 |= (Sels[i] << (i * 3)); in parseDPP8()
9043 Operands.push_back(AMDGPUOperand::CreateImm(this, DPP8, S, AMDGPUOperand::ImmTyDPP8)); in parseDPP8()