Searched refs:subOp (Results 1 - 13 of 13) sorted by relevance

/external/mesa3d/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_lowering_nvc0.cpp257 usei->subOp != NV50_IR_SUBOP_MOV_FINAL) {
358 if (prev->subOp > useVec[i].level)
359 prev->subOp = useVec[i].level;
364 bar->subOp = useVec[i].level;
398 min = MIN2(min, i->subOp);
399 max = MIN2(max, i->subOp);
442 if (i->subOp >= max) {
445 max = i->subOp;
446 if (prev && prev->op == OP_TEXBAR && prev->subOp >= max) {
996 i->subOp
[all...]
H A Dnv50_ir_emit_nvc0.cpp94 void emitLogicOp(const Instruction *, uint8_t subOp);
99 void emitSFnOp(const Instruction *, uint8_t subOp);
506 if (i->subOp == NV50_IR_SUBOP_MUL_HIGH)
620 if (i->subOp == NV50_IR_SUBOP_MUL_HIGH)
645 CodeEmitterNVC0::emitLogicOp(const Instruction *i, uint8_t subOp) argument
659 code[0] |= subOp << 6;
667 emitForm_S(i, (subOp << 5) |
697 if (i->subOp == NV50_IR_SUBOP_SHIFT_WRAP)
718 CodeEmitterNVC0::emitSFnOp(const Instruction *i, uint8_t subOp) argument
721 code[0] = 0x00000000 | (subOp << 2
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_lowering_nv50.cpp43 const bool highResult = mul->subOp == NV50_IR_SUBOP_MUL_HIGH;
202 pre->subOp = NV50_IR_SUBOP_EMU_PRERET + 0;
214 skip->subOp = NV50_IR_SUBOP_EMU_PRERET + 1;
215 call->subOp = NV50_IR_SUBOP_EMU_PRERET + 2;
373 mul->subOp = add->subOp;
374 add->subOp = 0;
998 i->subOp = NV50_IR_SUBOP_MOV_FINAL;
H A Dnv50_ir_print.cpp508 if (subOp)
509 PRINT("(SUBOP:%u) ", subOp);
H A Dnv50_ir_emit_nv50.cpp107 void emitSFnOp(const Instruction *, uint8_t subOp);
1238 CodeEmitterNV50::emitSFnOp(const Instruction *i, uint8_t subOp) argument
1248 code[1] = subOp << 29;
1440 switch (i->subOp) {
1447 assert(i->subOp == (NV50_IR_SUBOP_EMU_PRERET + 2));
1484 if (i->subOp >= NV50_IR_SUBOP_EMU_PRERET) {
1690 emitQUADOP(insn, insn->lanes, insn->subOp);
H A Dnv50_ir.cpp559 subOp = 0;
728 i->subOp = subOp;
H A Dnv50_ir_peephole.cpp705 mul->subOp = NV50_IR_SUBOP_MUL_HIGH;
737 i->getSrc(0))->subOp = NV50_IR_SUBOP_MUL_HIGH;
1042 add->subOp = src->getInsn()->subOp; // potentially mul-high
2068 if (this->subOp != that->subOp ||
H A Dnv50_ir_build_util.cpp264 quadop->subOp = q;
H A Dnv50_ir_from_sm4.cpp1774 insn->subOp = NV50_IR_SUBOP_SHIFT_WRAP;
1818 mkOp2(OP_MUL, dTy, dst0[c], a, b)->subOp =
1951 cut->subOp = NV50_IR_SUBOP_EMIT_RESTART;
H A Dnv50_ir.h138 // various instruction-specific modifier definitions Instruction::subOp
683 uint8_t subOp; // quadop, 1 for mul-high, etc. member in class:nv50_ir::Instruction
/external/deqp/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp1442 const char* subOp = isNormalOp ? "-" : "-="; local
1489 << operInfoFunc(subName, subOp, GT, Value(GT, -1.0f, 1.0f), Value(GT, -1.0f, 1.0f), notUsed, 1.0f, 0.0f, PRECMASK_ALL, FLOAT_GENTYPE_FUNCS(sub))
1490 << operInfoFunc(subName, subOp, IGT, Value(IGT, -4.0f, 6.0f), Value(IGT, -6.0f, 5.0f), notUsed, 0.1f, 0.5f, PRECMASK_LOWP_MEDIUMP, INT_GENTYPE_FUNCS(sub))
1491 << operInfoFunc(subName, subOp, IGT, Value(IGT, -2e9f, 2e9f), Value(IGT, -2e9f, 2e9f), notUsed, 4e-10f, 0.5f, PRECMASK_HIGHP, INT_GENTYPE_FUNCS(sub))
1492 << operInfoFunc(subName, subOp, UGT, Value(UGT, 1e2f, 2e2f), Value(UGT, 0.0f, 1e2f), notUsed, 5e-3f, 0.0f, PRECMASK_LOWP_MEDIUMP, UINT_GENTYPE_FUNCS(sub))
1493 << operInfoFunc(subName, subOp, UGT, Value(UGT, .5e9f, 3.7e9f), Value(UGT, 0.0f, 3.9e9f), notUsed, 2e-10f, 0.0f, PRECMASK_HIGHP, UINT_GENTYPE_FUNCS(sub))
1494 << operInfoFunc(subName, subOp, FV, Value(FV, -1.0f, 1.0f), Value(F, -1.0f, 1.0f), notUsed, 1.0f, 0.0f, PRECMASK_ALL, FLOAT_VEC_FUNCS(subVecScalar))
1495 << operInfoFunc(subName, subOp, IV, Value(IV, -4.0f, 6.0f), Value(I, -6.0f, 5.0f), notUsed, 0.1f, 0.5f, PRECMASK_LOWP_MEDIUMP, INT_VEC_FUNCS(subVecScalar))
1496 << operInfoFunc(subName, subOp, IV, Value(IV, -2e9f, 2e9f), Value(I, -2e9f, 2e9f), notUsed, 4e-10f, 0.5f, PRECMASK_HIGHP, INT_VEC_FUNCS(subVecScalar))
1497 << operInfoFunc(subName, subOp, U
[all...]
/external/valgrind/memcheck/
H A Dmc_translate.c1973 IROp xorOp, subOp, andOp; local
1984 subOp = Iop_Sub32;
1991 subOp = Iop_Sub64;
2008 binop(subOp, atom, one))));
/external/valgrind/VEX/priv/
H A Dguest_arm_toIR.c3485 IROp subOp; local
3509 subOp = Q ? Iop_Sub8x16 : Iop_Sub8x8;
3513 subOp = Q ? Iop_Sub16x8 : Iop_Sub16x4;
3517 subOp = Q ? Iop_Sub32x4 : Iop_Sub32x2;
3526 subOp = Q ? Iop_Sub8x16 : Iop_Sub8x8;
3530 subOp = Q ? Iop_Sub16x8 : Iop_Sub16x4;
3534 subOp = Q ? Iop_Sub32x4 : Iop_Sub32x2;
3542 binop(subOp,
3543 binop(subOp,

Completed in 1338 milliseconds