Home
last modified time | relevance | path

Searched refs:other_bits (Results 1 – 1 of 1) sorted by relevance

/art/compiler/utils/arm/
Dassembler_arm_vixl.cc138 int32_t other_bits = offset & ~allowed_offset_bits; in CanSplitLoadStoreOffset() local
139 if (ShifterOperandCanAlwaysHold(other_bits) || ShifterOperandCanAlwaysHold(-other_bits)) { in CanSplitLoadStoreOffset()