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

  /external/llvm/lib/Target/R600/
SIInstrInfo.h 108 bool isVOPC(uint16_t Opcode) const;
SIInstrInfo.cpp 478 bool SIInstrInfo::isVOPC(uint16_t Opcode) const {
600 if (isVOP1(Opcode) || isVOP2(Opcode) || isVOP3(Opcode) || isVOPC(Opcode)) {
634 if (Src1Idx != -1 && (isVOP2(Opcode) || isVOPC(Opcode))) {
    [all...]

Completed in 2566 milliseconds