HomeSort by relevance Sort by last modified time
    Searched refs:VOP3 (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/R600/
SIDefines.h 20 VOP3 = 1 << 7,
SIInstrInfo.cpp 387 // XXX: Commute VOP3 instructions with abs and neg set.
475 return get(Opcode).TSFlags & SIInstrFlags::VOP3;
642 // Verify VOP3
645 ErrInfo = "VOP3 src0 cannot be a literal constant.";
649 ErrInfo = "VOP3 src1 cannot be a literal constant.";
653 ErrInfo = "VOP3 src2 cannot be a literal constant.";
897 // XXX - Do any VOP3 instructions read VCC?
898 // Legalize VOP3
912 assert(MO.getReg() != AMDGPU::SCC && "SCC operand to VOP3 instruction");
916 // We can use one SGPR in each VOP3 instruction
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
SIMCCodeEmitter.cpp 51 VOP3 = 14,
224 if (encodingType == SIInstrEncodingType::VOP3) {
285 case SIInstrEncodingType::VOP3:
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
SIMCCodeEmitter.cpp 51 VOP3 = 14,
224 if (encodingType == SIInstrEncodingType::VOP3) {
285 case SIInstrEncodingType::VOP3:

Completed in 158 milliseconds