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

  /art/compiler/utils/arm/
assembler_arm_vixl.cc 113 bool ArmVIXLAssembler::CanSplitLoadStoreOffset(int32_t allowed_offset_bits,
132 if (CanSplitLoadStoreOffset(allowed_offset_bits, offset, &add_to_base, &offset_for_load)) {
291 if (CanSplitLoadStoreOffset(allowed_offset_bits, offset, &add_to_base, &offset_for_load)) {
assembler_arm_vixl.h 210 bool CanSplitLoadStoreOffset(int32_t allowed_offset_bits,
assembler_thumb2.h     [all...]
assembler_thumb2.cc     [all...]

Completed in 58 milliseconds