Searched refs:SOPC (Results 1 – 9 of 9) sorted by relevance
/external/llvm/docs/ |
D | R600Usage.rst | 43 SOPC Instructions 45 All SOPC instructions are supported.
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | SIInstrFormats.td | 127 : 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>;
|
D | SIInstrInfo.td | 307 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/ |
D | SIDefines.h | 24 SOPC = 1 << 7, enumerator
|
D | SIInstrFormats.td | 26 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;
|
D | SIInstrInfo.h | 159 return get(Opcode).TSFlags & SIInstrFlags::SOPC; in isSOPC()
|
D | SIInstrInfo.td | 633 string opName, PatLeaf cond> : SOPC <
|
D | SIInstructions.td | 331 // SOPC Instructions
|
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/ |
D | SIMCCodeEmitter.cpp | 45 SOPC = 8, enumerator
|