Home
last modified time | relevance | path

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

/external/llvm/docs/
DR600Usage.rst73 VOP1, VOP2, VOP3, VOPC Instructions
79 VOP1, VOP2, and VOPC instructions based on the operands. If you want to force
/external/llvm/lib/Target/R600/
DCIInstructions.td19 // VOP1 Instructions
DSIDefines.h28 VOP1 = 1 << 10, enumerator
DSIInstrFormats.td30 field bits<1> VOP1 = 0;
57 let TSFlags{10} = VOP1;
112 let VOP1 = 1;
572 class VOP1 <bits<8> op, dag outs, dag ins, string asm, list<dag> pattern> :
DSIInstrInfo.h171 return get(Opcode).TSFlags & SIInstrFlags::VOP1; in isVOP1()
DSIInstrInfo.td800 !if (!eq(Src1.Value, untyped.Value), 1, // VOP1
839 dag ret = !if(!eq(NumSrcArgs, 1), (ins Src0RC:$src0), // VOP1
852 // VOP1 with modifiers
856 // VOP1 without modifiers
1013 VOP1<op.SI, outs, ins, asm, []>,
1017 VOP1<op.VI, outs, ins, asm, []>,
DSIInstructions.td1230 // VOP1 Instructions
1245 def V_READFIRSTLANE_B32 : VOP1 <
2227 // VOP1 Patterns
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
DSIMCCodeEmitter.cpp49 VOP1 = 12, enumerator
/external/mesa3d/src/gallium/drivers/radeon/
DSIInstrInfo.td369 class VOP1 <bits<8> op, dag outs, dag ins, string asm, list<dag> pattern> :
380 let EncodingType = 12; // SIInstrEncodingType::VOP1
DSIInstrFormats.td49 VOP1 <
DSIInstructions.td886 class V_MOV_IMM <Operand immType, SDNode immNode> : VOP1 <