Home | History | Annotate | Download | only in SystemZ

Lines Matching full:opcode

200   // Opcode is the opcode of an instruction that has an address operand,
202 // address that has displacement Offset. Return the opcode of a suitable
203 // instruction (which might be Opcode itself) or 0 if no such instruction
205 unsigned getOpcodeForOffset(unsigned Opcode, int64_t Offset) const;
207 // If Opcode is a load instruction that has a LOAD AND TEST form,
208 // return the opcode for the testing form, otherwise return 0.
209 unsigned getLoadAndTest(unsigned Opcode) const;
217 // If Opcode is a COMPARE opcode for which an associated COMPARE AND
218 // BRANCH exists, return the opcode for the latter, otherwise return 0.
220 unsigned getCompareAndBranch(unsigned Opcode,