Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_nv50.cpp46 const bool highResult = mul->subOp == NV50_IR_SUBOP_MUL_HIGH; in expandIntegerMUL() local
77 if (isSignedType(mul->sType) && highResult) { in expandIntegerMUL()
113 if (highResult) { in expandIntegerMUL()
189 for (int j = 2; j <= (highResult ? 5 : 4); ++j) in expandIntegerMUL()