Home
last modified time | relevance | path

Searched refs:SIInstrEncodingType (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
DSIMCCodeEmitter.cpp35 namespace SIInstrEncodingType { namespace
224 if (encodingType == SIInstrEncodingType::VOP3) { in VOPPostEncode()
280 case SIInstrEncodingType::EXP: in getEncodingBytes()
281 case SIInstrEncodingType::LDS: in getEncodingBytes()
282 case SIInstrEncodingType::MUBUF: in getEncodingBytes()
283 case SIInstrEncodingType::MTBUF: in getEncodingBytes()
284 case SIInstrEncodingType::MIMG: in getEncodingBytes()
285 case SIInstrEncodingType::VOP3: in getEncodingBytes()
/external/mesa3d/src/gallium/drivers/radeon/
DSIInstrInfo.td139 let EncodingType = 0; //SIInstrEncodingType::EXP
176 let EncodingType = 2; //SIInstrEncodingType::MIMG
214 let EncodingType = 3; //SIInstrEncodingType::MTBUF
251 let EncodingType = 4; //SIInstrEncodingType::MUBUF
273 let EncodingType = 5; //SIInstrEncodingType::SMRD
289 let EncodingType = 6; //SIInstrEncodingType::SOP1
304 let EncodingType = 7; // SIInstrEncodingType::SOP2
317 let EncodingType = 8; // SIInstrEncodingType::SOPC
332 let EncodingType = 9; // SIInstrEncodingType::SOPK
346 let EncodingType = 10; // SIInstrEncodingType::SOPP
[all …]