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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
2006-03-17-KnRMismatch.c 3 void regnode(int op);
5 void regnode(op)
6 char op;
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
util.rs 19 void utilSendMessage(int op) {
20 rsSendToClient(op);
  /dalvik/libdex/
DexOpcodes.cpp 295 const char* dexGetOpcodeName(Opcode op)
297 assert(op >= 0 && op < kNumPackedOpcodes);
298 return gOpNames[op];
  /external/liblzf/
lzf_d.c 60 u8 *op = (u8 *)out_data; local
62 u8 *const out_end = op + out_len;
72 if (op + ctrl > out_end)
87 lzf_movsb (op, ip, ctrl);
91 case 32: *op++ = *ip++; case 31: *op++ = *ip++; case 30: *op++ = *ip++; case 29: *op++ = *ip++;
92 case 28: *op++ = *ip++; case 27: *op++ = *ip++; case 26: *op++ = *ip++; case 25: *op++ = *ip++
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
shifted.s 23 .macro op3_64 op, shift
24 \op x1, x2, x3, \shift #0
25 \op x1, x2, x3, \shift #1
26 \op x1, x2, x3, \shift #3
27 \op x1, x2, x3, \shift #7
28 \op x1, x2, x3, \shift #15
29 \op x1, x2, x3, \shift #31
30 \op x1, x2, x3, \shift #63
33 .macro op3_32 op, shift
34 \op w1, w2, w3, \shift #
    [all...]
advsimd-across.s 23 .macro asimdall op, V, T
24 \op \V\()7, v31.\()\T
28 .irp op, saddlv, uaddlv
29 asimdall \op, h, 8b
30 asimdall \op, h, 16b
31 asimdall \op, s, 4h
32 asimdall \op, s, 8h
33 asimdall \op, d, 4s
36 .irp op, smaxv, umaxv, sminv, uminv, addv
37 asimdall \op, b, 8
    [all...]
bitfield-alias.s 31 // <op> <Wd>, <Wn>
32 .macro bf_32r op
33 \op wzr, w7
36 // <op> <Xd>, <Wn>
37 .macro bf_64x op
38 \op xzr, w7
41 // <op> <Wd>, <Wn>, #<shift>
42 .macro bf_32s op, shift
43 \op wzr, w7, \shift
46 // <op> <Xd>, <Xn>, #<shift
    [all...]
ldst-exclusive.s 25 .macro LR32 op
26 \op w1, [x7]
27 \op w1, [x7, #0]
28 \op w1, [x7, 0]
32 .macro LR64 op
33 \op x1, [x7]
34 \op x1, [x7, #0]
35 \op x1, [x7, 0]
39 .macro SR32 op
40 \op w15, w1, [x7
    [all...]
advsisd-copy.s 22 .macro element2scalar op, type, index
23 \op \type\()31, V7.\type[\index]
26 .macro iterate op, type, from, to
27 element2scalar \op, \type, \from
29 iterate \op, \type, "(\from+1)", \to
34 .irp op, dup, mov
35 iterate \op, b, 0, 15
36 iterate \op, h, 0, 7
37 iterate \op, s, 0, 3
38 iterate \op, d, 0,
    [all...]
advsisd-misc.s 23 .macro asisd op T
24 \op \T\()0, \T\()31
28 .irp op, abs, neg
29 asisd \op d
33 .irp op, sqabs, sqneg
34 asisd \op \type
  /external/v8/src/compiler/
operator-properties.h 20 static bool HasContextInput(const Operator* op);
21 static int GetContextInputCount(const Operator* op) {
22 return HasContextInput(op) ? 1 : 0;
24 static int GetFrameStateInputCount(const Operator* op);
26 static int GetTotalInputCount(const Operator* op);
28 static bool IsBasicBlockBegin(const Operator* op);
  /frameworks/compile/mclinker/lib/Script/
Operator.cpp 58 static NullaryOp<Operator::SIZEOF_HEADERS> op; local
59 return op;
64 static NullaryOp<Operator::MAXPAGESIZE> op; local
65 return op;
70 static NullaryOp<Operator::COMMONPAGESIZE> op; local
71 return op;
77 static UnaryOp<Operator::UNARY_PLUS> op; local
78 return op;
83 static UnaryOp<Operator::UNARY_MINUS> op; local
84 return op;
89 static UnaryOp<Operator::LOGICAL_NOT> op; local
95 static UnaryOp<Operator::BITWISE_NOT> op; local
101 static UnaryOp<Operator::ABSOLUTE> op; local
107 static UnaryOp<Operator::ADDR> op; local
113 static UnaryOp<Operator::ALIGNOF> op; local
119 static UnaryOp<Operator::DATA_SEGMENT_END> op; local
125 static UnaryOp<Operator::DEFINED> op; local
131 static UnaryOp<Operator::LENGTH> op; local
137 static UnaryOp<Operator::LOADADDR> op; local
143 static UnaryOp<Operator::NEXT> op; local
149 static UnaryOp<Operator::ORIGIN> op; local
155 static UnaryOp<Operator::SIZEOF> op; local
162 static BinaryOp<Operator::MUL> op; local
168 static BinaryOp<Operator::DIV> op; local
174 static BinaryOp<Operator::MOD> op; local
180 static BinaryOp<Operator::ADD> op; local
186 static BinaryOp<Operator::SUB> op; local
192 static BinaryOp<Operator::LSHIFT> op; local
198 static BinaryOp<Operator::RSHIFT> op; local
204 static BinaryOp<Operator::LT> op; local
210 static BinaryOp<Operator::LE> op; local
216 static BinaryOp<Operator::GT> op; local
222 static BinaryOp<Operator::GE> op; local
228 static BinaryOp<Operator::EQ> op; local
234 static BinaryOp<Operator::NE> op; local
240 static BinaryOp<Operator::BITWISE_AND> op; local
246 static BinaryOp<Operator::BITWISE_XOR> op; local
252 static BinaryOp<Operator::BITWISE_OR> op; local
258 static BinaryOp<Operator::LOGICAL_AND> op; local
264 static BinaryOp<Operator::LOGICAL_OR> op; local
270 static BinaryOp<Operator::ALIGN> op; local
276 static BinaryOp<Operator::DATA_SEGMENT_RELRO_END> op; local
282 static BinaryOp<Operator::MAX> op; local
288 static BinaryOp<Operator::MIN> op; local
294 static BinaryOp<Operator::SEGMENT_START> op; local
301 static TernaryOp<Operator::TERNARY_IF> op; local
307 static TernaryOp<Operator::DATA_SEGMENT_ALIGN> op; local
    [all...]
  /external/libpcap/
bpf_image.c 55 const char *fmt, *op; local
63 op = "unimp";
69 op = "ret";
74 op = "ret";
79 op = "ld";
84 op = "ldh";
89 op = "ldb";
94 op = "ld";
99 op = "ld";
104 op = "ldh"
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/seq/
fold_left.hpp 26 # define BOOST_PP_SEQ_FOLD_LEFT(op, state, seq) ...
33 # define BOOST_PP_SEQ_FOLD_LEFT_257(op, st, ss) BOOST_PP_ERROR(0x0005)
34 # define BOOST_PP_SEQ_FOLD_LEFT_I_257(op, st, ss, sz) BOOST_PP_ERROR(0x0005)
38 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_1(op, st, ss, sz) 0
39 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_2(op, st, ss, sz) 0
40 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_3(op, st, ss, sz) 0
41 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_4(op, st, ss, sz) 0
42 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_5(op, st, ss, sz) 0
43 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_6(op, st, ss, sz) 0
44 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_7(op, st, ss, sz)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderLoopTests.cpp 248 std::ostringstream& op = isVertexCase ? vtx : frag; local
284 op << "uniform ${COUNTER_PRECISION} int " << getIntUniformName(numLoopIters) << ";\n";
289 op << "uniform ${COUNTER_PRECISION} float " << getFloatFractionUniformName(numLoopIters) << ";\n";
292 op << "uniform ${COUNTER_PRECISION} float uf_one;\n";
328 op << " ${PRECISION} vec4 res = coords;\n";
382 op << " for (" + loopCountDeclStr + "; " + loopCmpStr + "; " + incrementStr + ")\n";
383 op << " {\n";
384 op << loopBody;
385 op << " }\n";
389 op << "\t" << loopCountDeclStr + ";\n"
446 std::ostringstream& op = isVertexCase ? vtx : frag; local
    [all...]
  /external/google-breakpad/src/third_party/libdisasm/
ia32_operand.c 16 static void apply_seg( x86_op_t *op, unsigned int prefixes ) {
22 op->flags |= op_cs_seg; break;
24 op->flags |= op_ss_seg; break;
26 op->flags |= op_ds_seg; break;
28 op->flags |= op_es_seg; break;
30 op->flags |= op_fs_seg; break;
32 op->flags |= op_gs_seg; break;
39 x86_op_t *op, x86_insn_t *insn,
68 size = ia32_modrm_decode( buf, buf_len, op, insn,
72 size = ia32_modrm_decode( buf, buf_len, op, insn,
384 x86_op_t *op; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
thumb2_relax.s 5 .macro ls op w=".w"
7 \op r1, [r5]
8 \op r1, [r5, #(far_\op + 4)]
9 \op r1, [r5, #far_\op]
10 \op\w r1, [r5, #far_\op]
11 \op r1, [r5, #-far_\op]
    [all...]
  /external/v8/test/unittests/compiler/
common-operator-unittest.cc 79 const Operator* op = (common.*sop.constructor)(); local
81 EXPECT_EQ(sop.value_input_count, op->ValueInputCount());
82 EXPECT_EQ(sop.effect_input_count, op->EffectInputCount());
83 EXPECT_EQ(sop.control_input_count, op->ControlInputCount());
86 OperatorProperties::GetTotalInputCount(op));
88 EXPECT_EQ(sop.value_output_count, op->ValueOutputCount());
89 EXPECT_EQ(sop.effect_output_count, op->EffectOutputCount());
90 EXPECT_EQ(sop.control_output_count, op->ControlOutputCount());
97 const Operator* op = (common.*sop.constructor)(); local
98 EXPECT_EQ(sop.opcode, op->opcode())
105 const Operator* op = (common.*sop.constructor)(); local
175 const Operator* const op = common()->End(input_count); local
192 const Operator* const op = common()->Return(input_count); local
208 const Operator* const op = common()->Branch(hint); local
227 const Operator* const op = common()->IfException(hint); local
243 const Operator* const op = common()->Switch(cases); local
259 const Operator* const op = common()->IfValue(value); local
284 const Operator* const op = common()->Select(rep, hint); local
303 const Operator* op = common()->Float32Constant(value); local
324 const Operator* op = common()->Float64Constant(value); local
345 const Operator* op = common()->NumberConstant(value); local
366 const Operator* op = local
375 const Operator* op = local
386 const Operator* op = common()->FinishRegion(); local
397 const Operator* op = common()->Projection(index); local
    [all...]
  /frameworks/base/libs/hwui/
OpDumper.cpp 27 void OpDumper::dump(const RecordedOp& op, std::ostream& output, int level) {
32 Rect localBounds(op.unmappedBounds);
33 op.localMatrix.mapRect(localBounds);
34 output << sOpNameLut[op.opId] << " " << localBounds;
36 if (op.localClip
37 && (!op.localClip->rect.contains(localBounds) || op.localClip->intersectWithRoot)) {
39 << " clip=" << op.localClip->rect
40 << " mode=" << (int)op.localClip->mode;
42 if (op.localClip->intersectWithRoot)
    [all...]
  /external/toybox/toys/other/
flock.c 28 int fd = xstrtol(*toys.optargs, NULL, 10), op; local
30 if (toys.optflags & FLAG_u) op = LOCK_UN;
31 else op = (toys.optflags & FLAG_s) ? LOCK_SH : LOCK_EX;
33 if (toys.optflags & FLAG_n) op |= LOCK_NB;
35 if (flock(fd, op)) {
36 if ((op & LOCK_NB) && errno == EAGAIN) toys.exitval = 1;
  /libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/
IntermediateTestOp.java 32 IntermediateTestOp<?, T> op) {
33 if (op instanceof StatelessTestOp)
34 return StatelessTestOp.chain(upstream, (StatelessTestOp) op);
36 if (op instanceof StatefulTestOp)
37 return StatefulTestOp.chain(upstream, (StatefulTestOp) op);
39 throw new IllegalStateException("Unknown test op type: " + op.getClass().getName());
  /libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/
IntermediateTestOp.java 34 IntermediateTestOp<?, T> op) {
35 if (op instanceof StatelessTestOp)
36 return StatelessTestOp.chain(upstream, (StatelessTestOp) op);
38 if (op instanceof StatefulTestOp)
39 return StatefulTestOp.chain(upstream, (StatefulTestOp) op);
41 throw new IllegalStateException("Unknown test op type: " + op.getClass().getName());
  /prebuilts/gdb/darwin-x86/include/python2.7/
cellobject.h 16 #define PyCell_Check(op) (Py_TYPE(op) == &PyCell_Type)
22 #define PyCell_GET(op) (((PyCellObject *)(op))->ob_ref)
23 #define PyCell_SET(op, v) (((PyCellObject *)(op))->ob_ref = v)
  /prebuilts/gdb/linux-x86/include/python2.7/
cellobject.h 16 #define PyCell_Check(op) (Py_TYPE(op) == &PyCell_Type)
22 #define PyCell_GET(op) (((PyCellObject *)(op))->ob_ref)
23 #define PyCell_SET(op, v) (((PyCellObject *)(op))->ob_ref = v)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
cellobject.h 16 #define PyCell_Check(op) (Py_TYPE(op) == &PyCell_Type)
22 #define PyCell_GET(op) (((PyCellObject *)(op))->ob_ref)
23 #define PyCell_SET(op, v) (((PyCellObject *)(op))->ob_ref = v)

Completed in 2876 milliseconds

1 2 3 4 5 6 7 8 91011>>