reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/Process/Utility/ARMUtils.h
  139   if (amount == 0 || amount > 32) {
  139   if (amount == 0 || amount > 32) {
  145   if (amount <= 32) {
  146     carry_out = Bit32(value, amount - 1);
  148     return UnsignedBits(extended, amount + 31, amount);
  148     return UnsignedBits(extended, amount + 31, amount);