Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:OffsetB

1628   int OffsetA = 0, OffsetB = 0;
1646 unsigned BaseRegB = getBaseAndOffset(&MIb, OffsetB, SizeB);
1655 if (OffsetA > OffsetB) {
1656 uint64_t offDiff = (uint64_t)((int64_t)OffsetA - (int64_t)OffsetB);
1658 } else if (OffsetA < OffsetB) {
1659 uint64_t offDiff = (uint64_t)((int64_t)OffsetB - (int64_t)OffsetA);