Searched refs:offSt (Results 1 – 1 of 1) sorted by relevance
1403 int32_t offSt = st->getSrc(0)->reg.data.offset; in combineSt() local1415 if (size == 8 && MIN2(offRc, offSt) & 0x7) in combineSt()1420 if (offRc < offSt) { in combineSt()1443 rec->offset = offSt; in combineSt()1550 int32_t offSt = rec->offset; in replaceLdFromSt() local1554 for (s = 1; offSt != offLd && st->srcExists(s); ++s) in replaceLdFromSt()1555 offSt += st->getSrc(s)->reg.size; in replaceLdFromSt()1556 if (offSt != offLd) in replaceLdFromSt()