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

  /external/deqp/modules/gles2/functional/
es2fShaderMatrixTests.cpp 127 OP_SUB,
182 case OP_SUB: return "-";
207 case OP_SUB: return OPERATIONTYPE_BINARY_OPERATOR;
242 case OP_SUB: return TESTMATRIXTYPE_DEFAULT;
272 return op == OP_ADD || op == OP_SUB || op == OP_MUL || op == OP_DIV;
282 return op == OP_ADD || op == OP_SUB || op == OP_MUL || op == OP_DIV || op == OP_COMP_MUL;
459 struct Evaluator<OP_SUB, In0Type, In0DataType, In1Type, In1DataType>
602 MAKE_EVAL_CASE(OP_SUB, IN0TYPE, IN0DATATYPE, IN1TYPE, IN1DATATYPE); \
608 MAKE_EVAL_CASE(OP_SUB, IN0TYPE, IN0DATATYPE, IN1TYPE, IN1DATATYPE); \
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_target_gm107.cpp 229 case OP_SUB:
nv50_ir_target_nv50.cpp 86 { OP_SUB, 0x3, 0x0, 0x0, 0x8, 0x2, 0x1, 0x1, 0x2 },
471 case OP_SUB:
nv50_ir_lowering_nv50.cpp 523 bld.mkOp2(OP_SUB, TYPE_U32, (aRf = bld.getSSA()), a, t);
535 bld.mkOp2(OP_SUB, TYPE_U32, (m = bld.getSSA()), a, t);
538 div->op = OP_SUB;
543 bld.mkOp2(OP_SUB, TYPE_U32, (q = bld.getSSA()), t, s);
574 mod->op = OP_SUB;
    [all...]
nv50_ir_emit_gk110.cpp 661 Modifier(i->op == OP_SUB ? NV50_IR_MOD_NEG : 0);
679 if (i->op == OP_SUB) code[1] ^= 1 << 27;
683 if (i->op == OP_SUB) code[1] ^= 1 << 16;
700 if (i->op == OP_SUB) code[1] ^= 1 << 27;
704 if (i->op == OP_SUB) code[1] ^= 1 << 16;
713 if (i->op == OP_SUB)
    [all...]
nv50_ir_peephole.cpp 195 if (insn->op != OP_SET && insn->op != OP_SLCT && insn->op != OP_SUB)
236 if (insn->op == OP_SUB) {
313 } else if (insn->op == OP_SUB && !isFloatType(insn->dType)) {
581 case OP_SUB:
1064 case OP_SUB:
1076 if (i->op == OP_SUB)
    [all...]
nv50_ir_from_tgsi.cpp     [all...]
nv50_ir_target_nvc0.cpp 103 { OP_SUB, 0x3, 0x3, 0x0, 0x0, 0x2, 0x2 | 0x8 },
458 case OP_SUB:
nv50_ir_emit_nv50.cpp 1027 const int neg1 = i->src(1).mod.neg() ^ ((i->op == OP_SUB) ? 1 : 0);
1061 const int neg1 = i->src(1).mod.neg() ^ ((i->op == OP_SUB) ? 1 : 0);
1080 const int neg1 = i->src(1).mod.neg() ^ ((i->op == OP_SUB) ? 1 : 0);
    [all...]
nv50_ir_emit_nvc0.cpp 676 if ((i->op == OP_SUB) != static_cast<bool>(i->src(1).mod.neg()))
686 if (i->op == OP_SUB) code[0] ^= 1 << 8;
691 assert(!i->saturate && i->op != OP_SUB &&
711 if (i->op == OP_SUB)
726 if (i->op == OP_SUB)
    [all...]
nv50_ir_emit_gm107.cpp 1031 if (insn->op == OP_SUB)
1271 if (insn->op == OP_SUB)
1283 if (insn->op == OP_SUB)
    [all...]
nv50_ir.h 53 OP_SUB,
    [all...]
nv50_ir_build_util.cpp 583 case OP_SUB:
nv50_ir_lowering_nvc0.cpp 267 bld.mkOp2(OP_SUB, hTy, NULL, src0[0], src1[0])
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lopcodes.h 188 OP_SUB,/* A B C R(A) := RK(B) - RK(C) */
luac.c 338 case OP_SUB:
ldebug.c 466 case OP_SUB: tm = TM_SUB; break;
lvm.c 429 case OP_ADD: case OP_SUB: case OP_MUL: case OP_DIV:
620 vmcase(OP_SUB,
  /external/lua/src/
lopcodes.h 190 OP_SUB,/* A B C R(A) := RK(B) - RK(C) */
luac.c 349 case OP_SUB:
lvm.c 662 case OP_ADD: case OP_SUB: case OP_MUL: case OP_DIV: case OP_IDIV:
903 vmcase(OP_SUB) {
    [all...]
ldebug.c 516 case OP_ADD: case OP_SUB: case OP_MUL: case OP_MOD:
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderMatrixTests.cpp 227 OP_SUB,
292 case OP_SUB: return "-";
322 case OP_SUB: return OPERATIONTYPE_BINARY_OPERATOR;
363 case OP_SUB: return TESTMATRIXTYPE_DEFAULT;
397 return op == OP_ADD || op == OP_SUB || op == OP_MUL || op == OP_DIV;
412 return op == OP_ADD || op == OP_SUB || op == OP_MUL || op == OP_DIV || op == OP_COMP_MUL;
884 struct Evaluator<OP_SUB, In0DataType, In1DataType>
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderMatrixTests.cpp 232 OP_SUB,
297 case OP_SUB: return "-";
327 case OP_SUB: return OPERATIONTYPE_BINARY_OPERATOR;
368 case OP_SUB: return TESTMATRIXTYPE_DEFAULT;
402 return op == OP_ADD || op == OP_SUB || op == OP_MUL || op == OP_DIV;
417 return op == OP_ADD || op == OP_SUB || op == OP_MUL || op == OP_DIV || op == OP_COMP_MUL;
889 struct Evaluator<OP_SUB, In0DataType, In1DataType>
    [all...]

Completed in 743 milliseconds