Home
last modified time | relevance | path

Searched refs:VOPC (Results 1 – 10 of 10) sorted by relevance

/external/llvm/docs/
DAMDGPUUsage.rst78 VOP1, VOP2, VOP3, VOPC Instructions
84 VOP1, VOP2, and VOPC instructions based on the operands. If you want to force
/external/llvm/lib/Target/AMDGPU/
DSIDefines.h31 VOPC = 1 << 13, enumerator
DSIInstrFormats.td33 field bits<1> VOPC = 0;
65 let TSFlags{13} = VOPC;
107 let VOPC = 1;
605 class VOPC <bits<8> op, dag ins, string asm, list<dag> pattern> :
DSIInstrInfo.h235 return MI.getDesc().TSFlags & SIInstrFlags::VOPC; in isVOPC()
239 return get(Opcode).TSFlags & SIInstrFlags::VOPC; in isVOPC()
DSISchedule.td39 // instructions and have VALU rates, but write to the SALU (i.e. VOPC
DSIInstrInfo.td1234 // VOPC instructions are a special case because for the 32-bit
1772 def _si : VOPC<op.SI, ins, asm, []>,
1782 def _vi : VOPC<op.VI, ins, asm, []>,
DSIInstructions.td521 // VOPC Instructions
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
DSIMCCodeEmitter.cpp52 VOPC = 15 enumerator
/external/mesa3d/src/gallium/drivers/radeon/
DSIInstrInfo.td428 class VOPC <bits<8> op, dag ins, string asm, list<dag> pattern> :
439 let EncodingType = 15; //SIInstrEncodingType::VOPC
DSIInstrFormats.td102 VOPC <