Home
last modified time | relevance | path

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

/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir.h352 CC_NC = 0x11, enumerator
Dnv50_ir_lowering_nv50.cpp142 bld->mkMov(r[3], r[0])->setPredicate(CC_NC, c[0]); in expandIntegerMUL()
190 ->setPredicate(CC_NC, cc[1]); in expandIntegerMUL()
Dnv50_ir_emit_nv50.cpp231 case CC_NC: enc = 0x1e; break; in emitCondCode()
Dnv50_ir_emit_gk110.cpp290 case CC_NC: n = 0x11; break; in emitCondCode()
Dnv50_ir_emit_nvc0.cpp268 case CC_NC: val = 0x11; break; in emitCondCode()