Home | History | Annotate | Download | only in R600

Lines Matching full:opcode

60   bool isPlaceHolderOpcode(unsigned opcode) const;
61 bool isReductionOp(unsigned opcode) const;
62 bool isCubeOp(unsigned opcode) const;
64 /// \returns true if this \p Opcode represents an ALU instruction.
65 bool isALUInstr(unsigned Opcode) const;
66 bool hasInstrModifiers(unsigned Opcode) const;
67 bool isLDSInstr(unsigned Opcode) const;
69 bool isTransOnly(unsigned Opcode) const;
72 bool usesVertexCache(unsigned Opcode) const;
74 bool usesTextureCache(unsigned Opcode) const;
77 bool mustBeLastInClause(unsigned Opcode) const;
81 int getSrcIdx(unsigned Opcode, unsigned SrcNum) const;
84 int getSelIdx(unsigned Opcode, unsigned SrcIdx) const;
135 virtual bool isMov(unsigned Opcode) const;
227 unsigned Opcode,
247 /// \brief Get the index of \p Op for the given Opcode.
250 int getOperandIdx(unsigned Opcode, unsigned Op) const;