Searched refs:ShOpc (Results 1 – 4 of 4) sorted by relevance
42 static void printRegImmShift(raw_ostream &O, ARM_AM::ShiftOpc ShOpc, in printRegImmShift() argument44 if (ShOpc == ARM_AM::no_shift || (ShOpc == ARM_AM::lsl && !ShImm)) in printRegImmShift()48 assert(!(ShOpc == ARM_AM::ror && !ShImm) && "Cannot have ror #0"); in printRegImmShift()49 O << getShiftOpcStr(ShOpc); in printRegImmShift()51 if (ShOpc != ARM_AM::rrx) { in printRegImmShift()399 ARM_AM::ShiftOpc ShOpc = ARM_AM::getSORegShOp(MO3.getImm()); in printSORegRegOperand() local400 O << ", " << ARM_AM::getShiftOpcStr(ShOpc); in printSORegRegOperand()401 if (ShOpc == ARM_AM::rrx) in printSORegRegOperand()
205 unsigned getShiftOp(ARM_AM::ShiftOpc ShOpc) const { in getShiftOp()206 switch (ShOpc) { in getShiftOp()
184 ARM_AM::ShiftOpc ShOpc = ARM_AM::getAM2ShiftOpc(OffImm); in convertToThreeAddress() local185 unsigned SOOpc = ARM_AM::getSORegOpc(ShOpc, Amt); in convertToThreeAddress()
2361 SDValue ShOpc = in SelectV6T2BitfieldExtractOp() local2364 SDValue Ops[] = { N->getOperand(0).getOperand(0), ShOpc, in SelectV6T2BitfieldExtractOp()