Home | History | Annotate | Download | only in R600

Lines Matching refs:isVOPC

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))) {