Searched defs:amount_value (Results 1 - 1 of 1) sorted by relevance

/external/vixl/src/aarch32/
H A Dinstructions-aarch32.cc583 ImmediateShiftOperand::ImmediateShiftOperand(int shift_value, int amount_value) argument
587 amount_ = amount_value;
591 amount_ = (amount_value == 0) ? 32 : amount_value;
594 amount_ = amount_value;
595 if (amount_value == 0) SetType(RRX);

Completed in 270 milliseconds