Home
last modified time | relevance | path

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

/external/llvm/docs/
DAMDGPUUsage.rst101 VOP1, VOP2, VOP3, VOPC Instructions
107 VOP1, VOP2, and VOPC instructions based on the operands. If you want to force
/external/llvm/lib/Target/AMDGPU/
DSIInstrFormats.td31 field bits<1> VOP1 = 0;
67 let TSFlags{10} = VOP1;
135 let VOP1 = 1;
642 class VOP1 <bits<8> op, dag outs, dag ins, string asm, list<dag> pattern> :
DSIDefines.h28 VOP1 = 1 << 10, enumerator
DSIInstrInfo.h248 return MI.getDesc().TSFlags & SIInstrFlags::VOP1; in isVOP1()
252 return get(Opcode).TSFlags & SIInstrFlags::VOP1; in isVOP1()
DVIInstructions.td17 // VOP1 Instructions
DCIInstructions.td29 // VOP1 Instructions
DSIInstrInfo.td1140 !if (!eq(Src1.Value, untyped.Value), 1, // VOP1
1190 dag ret = !if(!eq(NumSrcArgs, 1), (ins Src0RC:$src0), // VOP1
1202 // VOP1 without input operands (V_NOP, V_CLREXCP)
1207 // VOP1 with modifiers
1211 // VOP1 without modifiers
1241 // VOP1 without input operands (V_NOP)
1274 // VOP1 without input operands (V_NOP)
1700 VOP1<op.SI, outs, ins, asm, []>,
1708 VOP1<op.VI, outs, ins, asm, []>,
DSIInstructions.td1205 // VOP1 Instructions
1220 def V_READFIRSTLANE_B32 : VOP1 <
2468 // VOP1 Patterns
/external/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp2679 cvtSDWA(Inst, Operands, SIInstrFlags::VOP1); in cvtSdwaVOP1()
2725 case SIInstrFlags::VOP1: { in cvtSDWA()