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.h274 CC_FL = 0, enumerator
275 CC_NEVER = CC_FL, // when used with FILE_FLAGS
Dnv50_ir.cpp469 case CC_FL: return false; in compare()
Dnv50_ir_emit_gm107.cpp360 case CC_FL : data = 0x00; break; in emitCond3()
388 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.cpp270 case CC_FL: n = 0x00; break; in emitCondCode()
Dnv50_ir_emit_nvc0.cpp254 case CC_FL: val = 0x0; break; in emitCondCode()
Dnv50_ir_peephole.cpp1191 case CC_LT: cc = CC_FL; break; // bool < 0 -- this is never true in opnd()