Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DAMDGPUInstructionSyntax.rst125 Most *VOP1*, *VOP2* and *VOPC* instructions have several variants:
134 Native 32-bit encoding (*VOP1*, *VOP2* or *VOPC*) _e32
H A DAMDGPUUsage.rst11563 For vector ALU instruction opcodes (VOP1, VOP2, VOP3, VOPC, VOP_DPP, VOP_SDWA),
11567 * _e32 for 32-bit VOP1/VOP2/VOPC
11572 VOP1/VOP2/VOP3/VOPC examples:
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInstrFormats.td28 field bit VOP1 = 0;
154 let TSFlags{7} = VOP1;
223 let hasExtraSrcRegAllocReq = !or(VOP1, VOP2, VOP3, VOPC, SDWA, VALU);
H A DVOP1Instructions.td10 // VOP1 Classes
55 let VOP1 = 1;
159 // VOP1 Instructions
187 let VOP1 = 1;
859 let VOP1 = 1;
H A DSIInstrInfo.td1430 !if (!eq(Src1.Value, untyped.Value), 1, // VOP1
1450 VOPDstOperand<VGPR_32>); // VOP1/2 32-bit dst
1593 dag ret = !if(!eq(NumSrcArgs, 1), (ins Src0RC:$src0), // VOP1
1606 // VOP1 without input operands (V_NOP, V_CLREXCP)
1611 // VOP1 with modifiers
1618 // VOP1 without modifiers
1717 // VOP1 without input operands (V_NOP)
1772 // VOP1 without input operands (V_NOP)
1775 // VOP1
1966 "$vdst"), // VOP1/2
H A DSIInstrInfo.h412 return MI.getDesc().TSFlags & SIInstrFlags::VOP1; in isVOP1()
416 return get(Opcode).TSFlags & SIInstrFlags::VOP1; in isVOP1()
H A DSIDefines.h32 VOP1 = 1 << 7, enumerator
H A DVOPInstructions.td817 def VOP1InfoTable : VOPInfoTable<"VOP1">;
H A DSIInstructions.td571 let VOP1 = 1;
796 // VOP1 Patterns
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp378 } else if (((Flags & SIInstrFlags::VOP1) && !getVOP1IsSingle(Opcode)) || in printVOPDst()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3244 SIInstrFlags::VOP1 | SIInstrFlags::VOP2 | in validateConstantBusLimitations()
3785 const auto Enc = VOP1 | VOP2 | VOP3 | VOPC | VOP3P | SIInstrFlags::SDWA; in validateLdsDirect()
8085 cvtSDWA(Inst, Operands, SIInstrFlags::VOP1); in cvtSdwaVOP1()
8156 case SIInstrFlags::VOP1: in cvtSDWA()
/netbsd/external/apache2/llvm/dist/llvm/docs/AMDGPU/
H A DAMDGPUAsmGFX7.rst647 VOP1 section in Instructions
H A DAMDGPUAsmGFX8.rst677 VOP1 section in Instructions
H A DAMDGPUAsmGFX9.rst851 VOP1 section in Instructions
H A DAMDGPUAsmGFX90a.rst752 VOP1 section in Instructions
H A DAMDGPUAsmGFX10.rst1336 VOP1 section in Instructions