Searched refs:ccRev (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_inlines.h28 static const uint8_t ccRev[8] = { 0, 4, 2, 6, 1, 5, 3, 7 }; local in function:reverseCondCode
30 return static_cast<CondCode>(ccRev[cc & 7] | (cc & ~7));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_inlines.h28 static const uint8_t ccRev[8] = { 0, 4, 2, 6, 1, 5, 3, 7 }; local in function:reverseCondCode
30 return static_cast<CondCode>(ccRev[cc & 7] | (cc & ~7));

Completed in 3 milliseconds