Home | History | Annotate | Download | only in R600

Lines Matching full:instruction

1 //===-- R600InstrInfo.h - R600 Instruction Info Interface -------*- C++ -*-===//
76 /// \returns true if this \p Opcode represents an ALU instruction.
83 /// \returns true if this \p Opcode represents an ALU instruction or an
84 /// instruction that will be lowered in ExpandSpecialInstrs Pass.
107 /// of the instruction's src operands.
132 /// starting from the one already provided in the Instruction Group MIs that
137 /// apply to the last instruction.
138 /// PV holds GPR to PV registers in the Instruction Group MIs.
144 /// An instruction group can only access 2 channel pair (either [XY] or [ZW])
152 /// instruction slots within an instruction group.
233 /// all the instruction modifiers initialized to their default values.
234 /// You can use this function to avoid manually specifying each instruction
235 /// modifier operand when building a new instruction.
237 /// \returns a MachineInstr with all the instruction modifiers initialized
262 /// \returns -1 if the Instruction does not contain the specified \p Op.
267 /// \returns -1 if the Instruction does not contain the specified \p Op.
270 /// \brief Helper function for setting instruction flag values.
273 /// \returns true if this instruction has an operand for storing target flags.
285 /// \returns the operand containing the flags for this instruction.
289 /// \brief Clear the specified flag on the instruction.