Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir.h279 CC_FL = 0, enumerator
280 CC_NEVER = CC_FL, // when used with FILE_FLAGS
Dnv50_ir.cpp463 case CC_FL: return false; in compare()
Dnv50_ir_emit_gm107.cpp368 case CC_FL : data = 0x00; break; in emitCond3()
396 case CC_FL: data = 0x00; break; in emitCond4()
Dnv50_ir_emit_nv50.cpp225 case CC_FL: enc = 0x0; break; in emitCondCode()
Dnv50_ir_emit_gk110.cpp273 case CC_FL: n = 0x00; break; in emitCondCode()
Dnv50_ir_emit_nvc0.cpp259 case CC_FL: val = 0x0; break; in emitCondCode()
Dnv50_ir_peephole.cpp1241 case CC_LT: cc = CC_FL; break; // bool < 0 -- this is never true in opnd()