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

References

tools/lldb/source/Plugins/Process/Utility/ARMUtils.h
  311   if (bits(imm12, 11, 10) == 0) {
  312     switch (bits(imm12, 9, 8)) {
  332     const uint32_t unrotated_value = 0x80 | bits(imm12, 6, 0);
  333     imm32 = ror(unrotated_value, 32, bits(imm12, 11, 7));