Home | History | Annotate | Download | only in arm64

Lines Matching refs:cur_offset

1494   int cur_offset = 2;  // What's the starting offset after the first stp? We expect the base slot
1519 cur_offset = 0; // That core reg needs to go into the upper half.
1555 cur_offset);
1559 RegStorage::FloatSolo64(reg1).GetReg(), base.GetReg(), cur_offset);
1560 cur_offset += 2;
1571 cur_offset + 1);
1572 cur_offset += 2; // Half-slot filled now.
1578 for (; core_reg_mask != 0; cur_offset += 2) {
1581 RegStorage::Solo64(reg1).GetReg(), base.GetReg(), cur_offset);
1584 DCHECK_EQ(cur_offset, all_offset);