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

1 2

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
cpplib.h 60 OP(EQ, "=") \
61 OP(NOT, "!") \
62 OP(GREATER, ">") /* compare */ \
63 OP(LESS, "<") \
64 OP(PLUS, "+") /* math */ \
65 OP(MINUS, "-") \
66 OP(MULT, "*") \
67 OP(DIV, "/") \
68 OP(MOD, "%") \
69 OP(AND, "&") /* bit ops */
    [all...]
tree-ssa-operands.h 162 #define USE_OP_PTR(OP) (&((OP)->use_ptr))
163 #define USE_OP(OP) (USE_FROM_PTR (USE_OP_PTR (OP)))
165 #define DEF_OP_PTR(OP) ((OP)->def_ptr)
166 #define DEF_OP(OP) (DEF_FROM_PTR (DEF_OP_PTR (OP)))
168 #define VUSE_OP_PTR(OP,X) VUSE_ELEMENT_PTR ((OP)->usev, (X))
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
cpplib.h 60 OP(EQ, "=") \
61 OP(NOT, "!") \
62 OP(GREATER, ">") /* compare */ \
63 OP(LESS, "<") \
64 OP(PLUS, "+") /* math */ \
65 OP(MINUS, "-") \
66 OP(MULT, "*") \
67 OP(DIV, "/") \
68 OP(MOD, "%") \
69 OP(AND, "&") /* bit ops */
    [all...]
tree-ssa-operands.h 162 #define USE_OP_PTR(OP) (&((OP)->use_ptr))
163 #define USE_OP(OP) (USE_FROM_PTR (USE_OP_PTR (OP)))
165 #define DEF_OP_PTR(OP) ((OP)->def_ptr)
166 #define DEF_OP(OP) (DEF_FROM_PTR (DEF_OP_PTR (OP)))
168 #define VUSE_OP_PTR(OP,X) VUSE_ELEMENT_PTR ((OP)->usev, (X))
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
cpplib.h 60 OP(EQ, "=") \
61 OP(NOT, "!") \
62 OP(GREATER, ">") /* compare */ \
63 OP(LESS, "<") \
64 OP(PLUS, "+") /* math */ \
65 OP(MINUS, "-") \
66 OP(MULT, "*") \
67 OP(DIV, "/") \
68 OP(MOD, "%") \
69 OP(AND, "&") /* bit ops */
    [all...]
tree-ssa-operands.h 162 #define USE_OP_PTR(OP) (&((OP)->use_ptr))
163 #define USE_OP(OP) (USE_FROM_PTR (USE_OP_PTR (OP)))
165 #define DEF_OP_PTR(OP) ((OP)->def_ptr)
166 #define DEF_OP(OP) (DEF_FROM_PTR (DEF_OP_PTR (OP)))
168 #define VUSE_OP_PTR(OP,X) VUSE_ELEMENT_PTR ((OP)->usev, (X))
    [all...]
  /external/clang/test/SemaCXX/
warn-self-assign.cpp 17 #define OP =
22 a OP a;
25 LHS OP RHS;
26 #undef OP
  /external/qemu/audio/
rate_template.h 54 OP (obuf[i].l, ibuf[i].l);
55 OP (obuf[i].r, ibuf[i].r);
98 OP (obuf->l, out.l);
99 OP (obuf->r, out.r);
111 #undef OP
mixeng.c 320 #define OP(a, b) a += b
324 #define OP(a, b) a = b
  /external/freetype/src/psaux/
psconv.c 46 #define OP >=
67 #define OP <
99 if ( IS_PS_SPACE( *p ) || *p OP 0x80 )
180 if ( IS_PS_SPACE( *p ) || *p OP 0x80 )
362 if ( c OP 0x80 )
394 if ( *p OP 0x80 )
  /external/webkit/Source/WebCore/html/canvas/
CheckedInt.h 489 #define CHECKEDINT_BASIC_BINARY_OPERATOR(NAME, OP) \
491 inline CheckedInt<T> operator OP(const CheckedInt<T> &lhs, const CheckedInt<T> &rhs) \
495 T result = x OP y; \
550 #define CHECKEDINT_CONVENIENCE_BINARY_OPERATORS(OP, COMPOUND_OP) \
555 *this = *this OP cast_to_CheckedInt<T>(rhs); \
559 inline CheckedInt<T> operator OP(const CheckedInt<T> &lhs, const U &rhs) \
561 return lhs OP cast_to_CheckedInt<T>(rhs); \
564 inline CheckedInt<T> operator OP(const U & lhs, const CheckedInt<T> &rhs) \
566 return cast_to_CheckedInt<T>(lhs) OP rhs; \
  /external/llvm/lib/Support/
regengine.inc 316 switch (OP(m->g->strip[es])) {
322 while (OP(m->g->strip[es]) != O_CH)
329 switch (OP(m->g->strip[ss])) {
430 assert(OP(m->g->strip[esub]) == OOR1);
435 assert(OP(m->g->strip[esub]) == OOR1);
437 assert(OP(m->g->strip[esub]) == OOR2);
440 if (OP(m->g->strip[esub]) == OOR2)
443 assert(OP(m->g->strip[esub]) == O_CH);
505 switch (OP(s = m->g->strip[ss])) {
563 assert(OP(s) == OOR2)
    [all...]
regcomp.c 131 #define EMIT(op, sopnd) doemit(p, (sop)(op), (size_t)(sopnd))
132 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos)
297 - p_ere_exp - parse one subERE, an atom possibly followed by a repetition op
507 pos = HERE(); /* repetion op, if any, covers from here */
563 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
564 assert(OP(p->strip[p->pend[i]]) == ORPAREN);
1309 doemit(struct parse *p, sop op, size_t opnd)
1324 p->strip[p->slen++] = SOP(op, opnd)
    [all...]
  /bionic/libc/regex/
engine.c 312 switch (OP(m->g->strip[es])) {
318 while (OP(m->g->strip[es]) != O_CH)
325 switch (OP(m->g->strip[ss])) {
422 assert(OP(m->g->strip[esub]) == OOR1);
427 assert(OP(m->g->strip[esub]) == OOR1);
429 assert(OP(m->g->strip[esub]) == OOR2);
432 if (OP(m->g->strip[esub]) == OOR2)
435 assert(OP(m->g->strip[esub]) == O_CH);
494 switch (OP(s = m->g->strip[ss])) {
552 assert(OP(s) == OOR2)
    [all...]
regcomp.c 130 #define EMIT(op, sopnd) doemit(p, (sop)(op), (size_t)(sopnd))
131 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos)
289 - p_ere_exp - parse one subERE, an atom possibly followed by a repetition op
499 pos = HERE(); /* repetion op, if any, covers from here */
555 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
556 assert(OP(p->strip[p->pend[i]]) == ORPAREN);
1301 doemit(struct parse *p, sop op, size_t opnd)
1316 p->strip[p->slen++] = SOP(op, opnd)
    [all...]
regex2.h 67 #define OP(n) ((n)&OPRMASK)
69 #define SOP(op, opnd) ((op)|(opnd))
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 312 switch (OP(m->g->strip[es])) {
318 while (OP(m->g->strip[es]) != O_CH)
325 switch (OP(m->g->strip[ss])) {
422 assert(OP(m->g->strip[esub]) == OOR1);
427 assert(OP(m->g->strip[esub]) == OOR1);
429 assert(OP(m->g->strip[esub]) == OOR2);
432 if (OP(m->g->strip[esub]) == OOR2)
435 assert(OP(m->g->strip[esub]) == O_CH);
494 switch (OP(s = m->g->strip[ss])) {
552 assert(OP(s) == OOR2)
    [all...]
regcomp.c 130 #define EMIT(op, sopnd) doemit(p, (sop)(op), (size_t)(sopnd))
131 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos)
289 - p_ere_exp - parse one subERE, an atom possibly followed by a repetition op
499 pos = HERE(); /* repetion op, if any, covers from here */
555 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
556 assert(OP(p->strip[p->pend[i]]) == ORPAREN);
1301 doemit(struct parse *p, sop op, size_t opnd)
1316 p->strip[p->slen++] = SOP(op, opnd)
    [all...]
  /bionic/libc/kernel/arch-sh/asm/
sfp-machine.h 37 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) do { if ((_FP_FRAC_HIGH_RAW_##fs(X) & _FP_QNANBIT_##fs) && !(_FP_FRAC_HIGH_RAW_##fs(Y) & _FP_QNANBIT_##fs)) { R##_s = Y##_s; _FP_FRAC_COPY_##wc(R,Y); } else { R##_s = X##_s; _FP_FRAC_COPY_##wc(R,X); } R##_c = FP_CLS_NAN; } while (0)
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 65 Value *OP = MD->getOperand(i);
66 if (OP == 0 || MapValue(OP, VM, Flags, TypeMapper) == OP) continue;
72 Value *Op = MD->getOperand(i);
73 Elts.push_back(Op ? MapValue(Op, VM, Flags, TypeMapper) : 0);
108 Value *Op = C->getOperand(OpNo);
109 Mapped = MapValue(Op, VM, Flags, TypeMapper);
163 for (User::op_iterator op = I->op_begin(), E = I->op_end(); op != E; ++op)
    [all...]
  /external/clang/include/clang/Sema/
Ownership.h 53 static OpaquePtr make(PtrTy P) { OpaquePtr OP; OP.set(P); return OP; }
83 UnionOpaquePtr OP = { P.getAsOpaquePtr() };
84 return OP;
  /frameworks/base/services/camera/tests/CameraServiceTest/
CameraServiceTest.cpp 177 enum OP { EQ, GE, LE, GT, LT };
178 void assertNotify(int32_t msgType, OP op, int count);
179 void assertData(int32_t msgType, OP op, int count);
180 void waitNotify(int32_t msgType, OP op, int count);
181 void waitData(int32_t msgType, OP op, int count);
182 void assertDataSize(int32_t msgType, OP op, int dataSize)
    [all...]
  /external/qemu/
ppc-dis.c 189 i |= (op & o->bitm) << o->shift;
191 this structure, and op is the operand value).
201 (unsigned long instruction, long op, int dialect, const char **errmsg);
207 op = (i >> o->shift) & o->bitm;
209 sign_extend (op);
210 (i is the instruction, o is a pointer to this structure, and op
245 insert function with any op value. The disassembler should call
5252 unsigned long op; local
    [all...]
  /external/valgrind/main/memcheck/tests/amd64/
sse_memory.c 3 should not. Covers insns of the form OP %xmm, %xmm and OP memory,
80 static void showRR ( char* op, RRArgs* rra, V128* rmask )
82 printf("r %10s ", op);
91 static void showRM ( char* op, RMArgs* rra, UChar* mem, Int nMem, V128* rmask )
95 printf("m %10s ", op);
105 #define Wrapper_RegReg(OP) \
106 void r_r_##OP ( RRArgs* p ) \
111 "\t" #OP " %%xmm6, %%xmm7\n" \
119 #define Wrapper_RegMem(OP) \
    [all...]
  /external/valgrind/main/memcheck/tests/x86/
sse_memory.c 3 should not. Covers insns of the form OP %xmm, %xmm and OP memory,
80 static void showRR ( char* op, RRArgs* rra, V128* rmask )
82 printf("r %10s ", op);
91 static void showRM ( char* op, RMArgs* rra, UChar* mem, Int nMem, V128* rmask )
95 printf("m %10s ", op);
105 #define Wrapper_RegReg(OP) \
106 void r_r_##OP ( RRArgs* p ) \
111 "\t" #OP " %%xmm6, %%xmm7\n" \
119 #define Wrapper_RegMem(OP) \
    [all...]

Completed in 1917 milliseconds

1 2