HomeSort by relevance Sort by last modified time
    Searched refs:flagsDef (Results 1 - 11 of 11) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_inlines.h 257 if (flagsDef < 0)
258 flagsDef = d;
259 setDef(flagsDef, val);
261 if (flagsDef >= 0) {
262 setDef(flagsDef, NULL);
263 flagsDef = -1;
nv50_ir_emit_nv50.cpp 268 int flagsDef = i->flagsDef;
271 if (flagsDef < 0) {
274 flagsDef = d;
275 if (flagsDef >= 0 && 0) // TODO: enforce use of flagsDef at some point
276 WARN("Instruction::flagsDef was not set properly\n");
278 if (flagsDef == 0 && i->defExists(1))
281 if (flagsDef >= 0)
282 code[1] |= (DDATA(i->def(flagsDef)).id << 4) | 0x40
    [all...]
nv50_ir_emit_gk110.cpp 500 if (i->flagsDef >= 0)
566 if (i->flagsDef >= 0)
724 assert(i->flagsDef < 0);
735 if (i->flagsDef >= 0)
761 if (i->flagsDef >= 0) code[1] |= 1 << 18;
799 if (i->flagsDef >= 0)
1034 if (i->flagsDef >= 0)
    [all...]
nv50_ir.cpp 579 flagsDef = -1;
773 i->flagsDef = flagsDef;
nv50_ir_emit_nvc0.cpp 734 if (i->flagsDef >= 0)
738 if (i->flagsDef >= 0)
773 if (i->flagsDef >= 0) code[1] |= 1 << 16;
795 if (i->flagsDef >= 0)
836 if (i->flagsDef >= 0)
893 if (i->flagsDef >= 0)
898 if (i->flagsDef >= 0)
1039 if (i->flagsDef >= 0)
    [all...]
nv50_ir_lowering_nv50.cpp 866 bld.mkQuadop(qop, pred, l, bias, bias)->flagsDef = 0;
872 bld.mkCvt(OP_CVT, TYPE_U8, flags, TYPE_U32, cond->getDef(0))->flagsDef = 0;
922 bld.mkQuadop(qop, pred, l, lod, lod)->flagsDef = 0;
    [all...]
nv50_ir_target_nv50.cpp 280 if (sf == FILE_IMMEDIATE && (i->predSrc >= 0 || i->flagsDef >= 0))
289 // NOTE: don't rely on flagsDef
nv50_ir.h 893 int8_t flagsDef;
    [all...]
nv50_ir_build_util.cpp 238 insn->flagsDef = 0;
nv50_ir_ra.cpp     [all...]
nv50_ir_emit_gm107.cpp 441 emitField(pos, 1, insn->flagsDef >= 0);
    [all...]

Completed in 89 milliseconds