Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
DSIInstrFormats.td95 : SOPK <op, (outs SReg_32:$dst), (ins i16imm:$src0), opName, pattern>;
98 : SOPK <op, (outs SReg_64:$dst), (ins i16imm:$src0), opName, pattern>;
DSIInstrInfo.td322 class SOPK <bits<5> op, dag outs, dag ins, string asm, list<dag> pattern> :
332 let EncodingType = 9; // SIInstrEncodingType::SOPK
DSIInstructions.td82 def S_CMPK_EQ_I32 : SOPK <
/external/llvm/lib/Target/R600/
DSIDefines.h25 SOPK = 1 << 8, enumerator
DSIInstrFormats.td27 field bits<1> SOPK = 0;
54 let TSFlags{8} = SOPK;
261 class SOPK <dag outs, dag ins, string asm, list<dag> pattern> :
268 let SOPK = 1;
DSIInstrInfo.h163 return get(Opcode).TSFlags & SIInstrFlags::SOPK; in isSOPK()
DSIInstrInfo.td644 SOPK <outs, ins, "", pattern>,
651 SOPK <outs, ins, asm, []>,
659 SOPK <outs, ins, asm, []>,
710 def _si : SOPK <outs, ins, asm, []>,
717 def _vi : SOPK <outs, ins, asm, []>,
DSIInstructions.td353 // SOPK Instructions
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
DSIMCCodeEmitter.cpp46 SOPK = 9, enumerator