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

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_inlines.h 270 flagsSrc = s;
271 setSrc(flagsSrc, val);
nv50_ir_emit_nv50.cpp 250 int s = (i->flagsSrc >= 0) ? i->flagsSrc : i->predSrc;
760 assert(i->flagsSrc >= 0);
1099 if (i->flagsSrc >= 0) {
1103 srcId(i->src(i->flagsSrc), 32 + 12);
1212 if (i->flagsSrc >= 0) {
1214 assert(SDATA(i->src(i->flagsSrc)).id == 0);
1221 if (i->flagsSrc >= 0) {
1223 assert(SDATA(i->src(i->flagsSrc)).id == 0);
1230 if (i->flagsSrc >= 0)
    [all...]
nv50_ir.cpp 580 flagsSrc = -1;
687 moveSourcesAdjustIndex(flagsSrc, s, delta);
774 i->flagsSrc = flagsSrc;
nv50_ir.h 821 inline bool usesFlags() const { return flagsSrc >= 0; }
894 int8_t flagsSrc;
    [all...]
nv50_ir_emit_gk110.cpp 725 assert(i->flagsSrc < 0);
737 if (i->flagsSrc >= 0)
762 if (i->flagsSrc >= 0) code[1] |= 1 << 20;
1182 if (i->flagsSrc >= 0)
    [all...]
nv50_ir_target_nv50.cpp 491 if (insn->getPredicate() || insn->flagsSrc >= 0)
nv50_ir_emit_nvc0.cpp 745 if (i->flagsSrc >= 0) // add carry
774 if (i->flagsSrc >= 0) code[1] |= 1 << 23;
903 if (i->flagsSrc >= 0) // carry
1212 if (i->flagsSrc >= 0)
1279 emitCondCode(i->flagsSrc >= 0 ? i->cc : CC_ALWAYS, 5);
    [all...]
nv50_ir_peephole.cpp     [all...]
nv50_ir_emit_gm107.cpp 447 emitField(pos, 1, insn->flagsSrc >= 0);
    [all...]
nv50_ir_ra.cpp     [all...]

Completed in 119 milliseconds