Searched refs:SOPK (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeon/ |
D | SIInstrFormats.td | 95 : SOPK <op, (outs SReg_32:$dst), (ins i16imm:$src0), opName, pattern>; 98 : SOPK <op, (outs SReg_64:$dst), (ins i16imm:$src0), opName, pattern>;
|
D | SIInstrInfo.td | 322 class SOPK <bits<5> op, dag outs, dag ins, string asm, list<dag> pattern> : 332 let EncodingType = 9; // SIInstrEncodingType::SOPK
|
D | SIInstructions.td | 82 def S_CMPK_EQ_I32 : SOPK <
|
/external/llvm/lib/Target/R600/ |
D | SIDefines.h | 25 SOPK = 1 << 8, enumerator
|
D | SIInstrFormats.td | 27 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;
|
D | SIInstrInfo.h | 163 return get(Opcode).TSFlags & SIInstrFlags::SOPK; in isSOPK()
|
D | SIInstrInfo.td | 644 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, []>,
|
D | SIInstructions.td | 353 // SOPK Instructions
|
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/ |
D | SIMCCodeEmitter.cpp | 46 SOPK = 9, enumerator
|