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

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_from_tgsi.cpp     [all...]
nv50_ir_ra.cpp 806 // need to fixup register id for participants of OP_MERGE/SPLIT
1073 case OP_MERGE:
1078 if (insn->op == OP_MERGE) {
1099 if (i && i->op == OP_MERGE) // do we really still need this ?
    [all...]
nv50_ir_lowering_nvc0.cpp 112 bld.mkOp2(OP_MERGE, TYPE_U64, def, dst[0], dst[1]);
225 bld.mkOp2(OP_MERGE, TYPE_U64, dst64, dst[0], dst[1]);
254 bld.mkOp2(OP_MERGE, TYPE_U64, dst64, dst[0], dst[1]);
    [all...]
nv50_ir.h 47 OP_MERGE, // opposite of split, e.g. combine 2 32 bit into a 64 bit value
    [all...]
nv50_ir_peephole.cpp 36 if (op == OP_PHI || op == OP_SPLIT || op == OP_MERGE || op == OP_CONSTRAINT)
136 if (i->op != OP_MERGE || typeSizeof(i->dType) != 8)
678 case OP_MERGE:
    [all...]

Completed in 55 milliseconds