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

1 2

  /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_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)) {
579 case OP_SUB:
1058 case OP_SUB:
1065 if (i->op == OP_SUB)
    [all...]
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 642 Modifier(i->op == OP_SUB ? NV50_IR_MOD_NEG : 0);
660 if (i->op == OP_SUB) code[1] ^= 1 << 27;
664 if (i->op == OP_SUB) code[1] ^= 1 << 16;
681 if (i->op == OP_SUB) code[1] ^= 1 << 27;
685 if (i->op == OP_SUB) code[1] ^= 1 << 16;
694 if (i->op == OP_SUB)
    [all...]
nv50_ir_target_nvc0.cpp 103 { OP_SUB, 0x3, 0x3, 0x0, 0x0, 0x2, 0x2 | 0x8 },
459 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_from_tgsi.cpp     [all...]
  /system/core/libpixelflinger/codeflinger/
mips_opcode.h 298 #define OP_SUB 042
  /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/skia/third_party/lua/src/
lopcodes.h 188 OP_SUB,/* A B C R(A) := RK(B) - RK(C) */
luac.c 338 case OP_SUB:
ldebug.c 453 case OP_SUB: tm = TM_SUB; break;
  /external/syslinux/com32/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;
  /toolchain/binutils/binutils-2.25/opcodes/
lm32-desc.h 75 , OP_SRUI = 0, OP_SUB = 50, OP_SW = 22, OP_USER = 51
  /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;
898 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;
903 struct Evaluator<OP_SUB, In0DataType, In1DataType>
    [all...]
  /external/libchrome/base/test/
trace_event_analyzer.cc 404 case OP_SUB:
648 return Query(*this, rhs, OP_SUB);
trace_event_analyzer.h 554 OP_SUB,

Completed in 795 milliseconds

1 2