Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_peephole.cpp2523 int32_t offRc = rec->offset; in combineLd() local
2534 if (((size == 0x8) && (MIN2(offLd, offRc) & 0x7)) || in combineLd()
2535 ((size == 0xc) && (MIN2(offLd, offRc) & 0xf))) in combineLd()
2541 assert(sizeRc + sizeLd <= 16 && offRc != offLd); in combineLd()
2549 if (offLd < offRc) { in combineLd()
2583 int32_t offRc = rec->offset; in combineSt() local
2597 if (size == 8 && MIN2(offRc, offSt) & 0x7) in combineSt()
2609 if (offRc < offSt) { in combineSt()
2624 updateLdStOffset(st, offRc, func); in combineSt()