Home | History | Annotate | Download | only in ARM

Lines Matching refs:LSB

2267         unsigned LSB = Srl_imm;
2271 if ((LSB + Width + 1) == N->getValueType(0).getSizeInBits()) {
2276 CurDAG->getTargetConstant(LSB, MVT::i32),
2284 CurDAG->getTargetConstant(ARM_AM::getSORegOpc(ShOpcVal, LSB),
2292 CurDAG->getTargetConstant(LSB, MVT::i32),
2310 int LSB = Srl_imm - Shl_imm;
2311 if (LSB < 0)
2315 CurDAG->getTargetConstant(LSB, MVT::i32),