Home
last modified time | relevance | path

Searched refs:OP_UNION (Results 1 – 14 of 14) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DOpCodes.java302 public static final int OP_UNION = 20; field in OpCodes
DCompiler.java161 case OpCodes.OP_UNION : in compile()
DXPathParser.java1244 insertOp(opPos, 2, OpCodes.OP_UNION); in UnionExpr()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_nv50.cpp125 bld->mkOp2(OP_UNION, TYPE_U32, r[2], r[1], r[3]); in expandIntegerMUL()
173 bld->mkOp2(OP_UNION, fTy, rr[4], rr[2], rr[3]); in expandIntegerMUL()
180 bld->mkOp2(OP_UNION, mul->sType, mul->getDef(0), rr[5], rr[6]); in expandIntegerMUL()
552 div->op = OP_UNION; in handleDIV()
857 Instruction *cond = bld.mkOp1(OP_UNION, TYPE_U32, bld.getScratch(), in handleTXB()
891 Instruction *dst = bld.mkOp(OP_UNION, TYPE_U32, i->getDef(d)); in handleTXB()
1002 Instruction *u = bld.mkOp(OP_UNION, TYPE_U32, i->getDef(c)); in handleTXD()
1078 bld.mkOp2(OP_UNION, i->dType, i->getDef(0), src0, src1); in handleSLCT()
1106 bld.mkOp2(OP_UNION, i->dType, i->getDef(0), src0, src1); in handleSELP()
Dnv50_ir_inlines.h241 return defExists(1) || op == OP_UNION; in constrainedDefs()
Dnv50_ir_lowering_nvc0.cpp260 bld.mkOp2(OP_UNION, TYPE_U32, (dst[1] = bld.getSSA()), hi1, hi2); in handleShift()
1290 Instruction *u = bld.mkOp(OP_UNION, TYPE_U32, i->getDef(c)); in handleManualTXD()
1688 bld.mkOp2(OP_UNION, TYPE_U32, dst, atom->getDef(0), zero); in handleATOM()
2335 Instruction *uni = bld.mkOp2(OP_UNION, TYPE_U32, bld.getSSA(), NULL, mov->getDef(0)); in insertOOBSurfaceOpResult()
2374 bld.mkOp2(OP_UNION, TYPE_U32, su->getDef(0), in handleSurfaceOpNVE4()
2497 bld.mkOp2(OP_UNION, TYPE_U32, def, red->getDef(0), mov->getDef(0)); in handleSurfaceOpNVC0()
2624 Instruction *uni = ret[i] = bld.mkOp2(OP_UNION, TYPE_U32, in processSurfaceCoordsGM107()
2643 Instruction *uni = ret[i] = bld.mkOp2(OP_UNION, TYPE_U32, in processSurfaceCoordsGM107()
2762 bld.mkOp2(OP_UNION, TYPE_U32, dst, i->getDef(0), zero); in handleLDST()
2804 bld.mkOp2(OP_UNION, TYPE_U32, dst, i->getDef(0), zero); in handleLDST()
Dnv50_ir_lowering_gm107.cpp195 Instruction *u = bld.mkOp(OP_UNION, TYPE_U32, i->getDef(c)); in handleManualTXD()
Dnv50_ir_ra.cpp1140 case OP_UNION: in doCoalesce()
1990 if (v->getInsn()->op == OP_PHI || v->getInsn()->op == OP_UNION) { in resolveSplitsAndMerges()
2570 if (i->op == OP_UNION || in visit()
2657 if (cst->op == OP_MERGE || cst->op == OP_UNION) { in insertConstraintMoves()
Dnv50_ir_build_util.cpp281 return mkOp2(OP_UNION, typeOfSize(dst->reg.size), dst, def0, def1); in mkSelect()
Dnv50_ir.h45 OP_UNION, // unify a new definition and several source values enumerator
Dnv50_ir_peephole.cpp52 if (op == OP_MOV || op == OP_UNION) { in isNop()
55 if (op == OP_UNION) in isNop()
1316 newi = bld.mkOp2(OP_UNION, TYPE_S32, i->getDef(0), v1, v2); in opnd()
Dnv50_ir_emit_nv50.cpp2040 case OP_UNION: in emitInstruction()
Dnv50_ir_emit_gk110.cpp2746 case OP_UNION: in emitInstruction()
Dnv50_ir_emit_nvc0.cpp2928 case OP_UNION: in emitInstruction()