Home | History | Annotate | Download | only in SystemZ

Lines Matching defs:isShift

432 static bool isShift(MachineInstr *MI, unsigned Opcode, int64_t Imm) {
457 if (!RLL || !isShift(RLL, SystemZ::RLL, 31))
461 if (!SRL || !isShift(SRL, SystemZ::SRL, SystemZ::IPM_CC))