Home
last modified time | relevance | path

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

/external/llvm/docs/
DR600Usage.rst43 SOPC Instructions
45 All SOPC instructions are supported.
/external/mesa3d/src/gallium/drivers/radeon/
DSIInstrFormats.td127 : SOPC <op, (outs SCCReg:$dst), (ins SReg_32:$src0, SReg_32:$src1), opName, pattern>;
130 : SOPC <op, (outs SCCReg:$dst), (ins SReg_64:$src0, SReg_64:$src1), opName, pattern>;
DSIInstrInfo.td307 class SOPC <bits<7> op, dag outs, dag ins, string asm, list<dag> pattern> :
317 let EncodingType = 8; // SIInstrEncodingType::SOPC
/external/llvm/lib/Target/R600/
DSIDefines.h24 SOPC = 1 << 7, enumerator
DSIInstrFormats.td26 field bits<1> SOPC = 0;
53 let TSFlags{7} = SOPC;
247 class SOPC <bits<7> op, dag outs, dag ins, string asm, list<dag> pattern> :
255 let SOPC = 1;
DSIInstrInfo.h159 return get(Opcode).TSFlags & SIInstrFlags::SOPC; in isSOPC()
DSIInstrInfo.td633 string opName, PatLeaf cond> : SOPC <
DSIInstructions.td331 // SOPC Instructions
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
DSIMCCodeEmitter.cpp45 SOPC = 8, enumerator