Searched refs:CC_NOT_P (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_print.cpp | 478 if (cc == CC_NOT_P) in print()
|
D | nv50_ir_from_sm4.cpp | 1958 insn->insn.test_nz ? CC_P : CC_NOT_P, src(0, 0)); in handleInstruction() 1982 mkFlow(OP_BRA, NULL, insn->insn.test_nz ? CC_NOT_P : CC_P, src(0, 0)); in handleInstruction() 2071 CondCode cc = insn->insn.test_nz ? CC_P : CC_NOT_P; in handleInstruction() 2092 mkFlow(OP_CONT, contBB, insn->insn.test_nz ? CC_P : CC_NOT_P, src(0, 0)); in handleInstruction()
|
D | nv50_ir_build_util.cpp | 276 mkMov(def1, flSrc)->setPredicate(CC_NOT_P, pred); in mkSelect()
|
D | nv50_ir.h | 174 CC_NOT_P = CC_EQ, // when used with FILE_PREDICATE enumerator
|
D | nv50_ir_from_tgsi.cpp | 2078 mkFlow(OP_BRA, NULL, CC_NOT_P, fetchSrc(0, 0)); in handleInstruction()
|
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
D | nv50_ir_emit_nvc0.cpp | 233 if (i->cc == CC_NOT_P) in emitPredicate() 954 if (i->cc == CC_NOT_P || i->src(2).mod & Modifier(NV50_IR_MOD_NOT)) in emitSELP()
|