Home
last modified time | relevance | path

Searched refs:offRc (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_peephole.cpp1349 int32_t offRc = rec->offset; in combineLd() local
1360 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() local
1415 if (size == 8 && MIN2(offRc, offSt) & 0x7) in combineSt()
1420 if (offRc < offSt) { in combineSt()
1435 updateLdStOffset(st, offRc, func); in combineSt()