Searched refs:offRc (Results 1 – 1 of 1) sorted by relevance
1349 int32_t offRc = rec->offset; in combineLd() local1360 if (((size == 0x8) && (MIN2(offLd, offRc) & 0x7)) || in combineLd()1361 ((size == 0xc) && (MIN2(offLd, offRc) & 0xf))) in combineLd()1364 assert(sizeRc + sizeLd <= 16 && offRc != offLd); in combineLd()1368 if (offLd < offRc) { in combineLd()1402 int32_t offRc = rec->offset; in combineSt() local1415 if (size == 8 && MIN2(offRc, offSt) & 0x7) in combineSt()1420 if (offRc < offSt) { in combineSt()1435 updateLdStOffset(st, offRc, func); in combineSt()