HomeSort by relevance Sort by last modified time
    Searched refs:signed_val (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64RelocationHelpers.h 24 int64_t signed_val = static_cast<int64_t>(pValue);
27 if (signed_val > max || signed_val < min)
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 266 int32_t signed_val = static_cast<int32_t>(pValue); local
269 if (signed_val > max || signed_val < min) {
    [all...]

Completed in 6469 milliseconds