Home | History | Annotate | Download | only in arm64

Lines Matching defs:shift_amount

561   LAddI(LOperand* left, LOperand* right, Shift shift, LOperand* shift_amount)
562 : shift_(shift), shift_amount_(shift_amount) {
571 LOperand* shift_amount() const { return shift_amount_; }
758 LBitI(LOperand* left, LOperand* right, Shift shift, LOperand* shift_amount)
759 : shift_(shift), shift_amount_(shift_amount) {
768 LOperand* shift_amount() const { return shift_amount_; }
2477 LSubI(LOperand* left, LOperand* right, Shift shift, LOperand* shift_amount)
2478 : shift_(shift), shift_amount_(shift_amount) {
2487 LOperand* shift_amount() const { return shift_amount_; }