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

References

tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
 1725         Shift_C(value, shift_t, shift_n, APSR_C, carry, &success);
 3825     uint32_t result = Shift_C(value, shift_type, amt, APSR_C, carry, &success);
 3896     uint32_t result = Shift_C(value, shift_type, amt, APSR_C, carry, &success);
 6168     uint32_t shifted = Shift_C(val2, shift_t, shift_n, APSR_C, carry, &success);
 6332     uint32_t shifted = Shift_C(val2, shift_t, shift_n, APSR_C, carry, &success);
 8980     uint32_t shifted = Shift_C(val2, shift_t, shift_n, APSR_C, carry, &success);
 9145     uint32_t shifted = Shift_C(val2, shift_t, shift_n, APSR_C, carry, &success);
 9869     uint32_t shifted = Shift_C(val2, shift_t, shift_n, APSR_C, carry, &success);
10000     uint32_t shifted = Shift_C(val2, shift_t, shift_n, APSR_C, carry, &success);
tools/lldb/source/Plugins/Process/Utility/ARMUtils.h
  257   uint32_t result = Shift_C(value, type, amount, carry_in, dont_care, success);