Lines Matching refs:add_offset
272 uint32_t add_offset = offset & ~extra_offset_mask;
273 if ((add_offset != 0) && (IsModifiedImmediate(offset) ||
276 add_offset = offset;
297 add_offset = (offset + sub_pc_offset) & ~extra_offset_mask;
302 if (add_offset == 0) return MemOperand(scratch, load_store_offset);
311 add(cond, scratch, base, add_offset);
1737 // Add the part which can't be used by the MemOperand (add_offset).
1739 uint32_t add_offset = offset & ~extra_offset_mask;
1740 if ((add_offset != 0) &&
1743 add_offset = offset;
1755 add(cond, rn, rn, add_offset);
1781 add(cond, scratch, rn, add_offset);
1810 add(cond, rn, rn, add_offset);
1959 // Add the part which can't be used by the MemOperand (add_offset).
1961 uint32_t add_offset = offset & ~extra_offset_mask;
1962 if ((add_offset != 0) &&
1965 add_offset = offset;
1982 add(cond, rn, rn, add_offset);
2007 add(cond, scratch, rn, add_offset);
2036 add(cond, rn, rn, add_offset);