Searched defs:OP (Results 1 - 23 of 23) sorted by relevance

/external/clang/test/SemaCXX/
H A Dwarn-self-assign.cpp17 #define OP = macro
22 a OP a;
25 LHS OP RHS;
26 #undef OP macro
/external/freetype/src/psaux/
H A Dpsconv.c46 #define OP >= macro
67 #define OP < macro
99 if ( IS_PS_SPACE( *p ) || *p OP 0x80 )
180 if ( IS_PS_SPACE( *p ) || *p OP 0x80 )
366 if ( c OP 0x80 )
398 if ( *p OP 0x80 )
/external/valgrind/main/VEX/test/
H A Dtest-amd64-muldiv.h2 void glue(glue(test_, OP), b)(int64 op0, int64 op1)
11 stringify(OP)"b %b2\n\t"
17 stringify(OP) "b", s0, s1, res, flags & CC_MASK);
20 void glue(glue(test_, OP), w)(int64 op0h, int64 op0, int64 op1)
29 stringify(OP) "w %w3\n\t"
35 stringify(OP) "w", op0h, op0, s1, resh, res, flags & CC_MASK);
38 void glue(glue(test_, OP), l)(int64 op0h, int64 op0, int64 op1)
47 stringify(OP) "l %3\n\t"
53 stringify(OP) "l", op0h, op0, s1, resh, res, flags & CC_MASK);
56 void glue(glue(test_, OP),
74 #undef OP macro
[all...]
H A Dtest-i386-muldiv.h2 void glue(glue(test_, OP), b)(int op0, int op1)
11 stringify(OP)"b %b2\n\t"
17 stringify(OP) "b", s0, s1, res, flags & CC_MASK);
20 void glue(glue(test_, OP), w)(int op0h, int op0, int op1)
29 stringify(OP) "w %w3\n\t"
35 stringify(OP) "w", op0h, op0, s1, resh, res, flags & CC_MASK);
38 void glue(glue(test_, OP), l)(int op0h, int op0, int op1)
47 stringify(OP) "l %3\n\t"
53 stringify(OP) "l", op0h, op0, s1, resh, res, flags & CC_MASK);
56 #undef OP macro
[all...]
H A Dtest-amd64-shift.h2 #define exec_op glue(exec_, OP)
3 #define exec_opq glue(glue(exec_, OP), q)
4 #define exec_opl glue(glue(exec_, OP), l)
5 #define exec_opw glue(glue(exec_, OP), w)
6 #define exec_opb glue(glue(exec_, OP), b)
14 stringify(OP) size " %" size "2, %" size "0\n\t" \
23 stringify(OP) size " %%cl, %" size "0\n\t" \
40 stringify(OP) "q", s0, s1, res, iflags, flags & CC_MASK);
53 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK);
66 stringify(OP) "
173 #undef OP macro
[all...]
H A Dtest-amd64.h2 #define exec_op glue(exec_, OP)
3 #define exec_opq glue(glue(exec_, OP), q)
4 #define exec_opl glue(glue(exec_, OP), l)
5 #define exec_opw glue(glue(exec_, OP), w)
6 #define exec_opb glue(glue(exec_, OP), b)
11 stringify(OP) size " %" size "2, %" size "0\n\t" \
20 stringify(OP) size " %" size "0\n\t" \
34 stringify(OP) "q", s0, res, iflags, flags & CC_MASK);
43 stringify(OP) "l", s0, res, iflags, flags & CC_MASK);
52 stringify(OP) "
226 #undef OP macro
[all...]
H A Dtest-i386-shift.h2 #define exec_op glue(exec_, OP)
3 #define exec_opl glue(glue(exec_, OP), l)
4 #define exec_opw glue(glue(exec_, OP), w)
5 #define exec_opb glue(glue(exec_, OP), b)
13 stringify(OP) size " %" size "2, %" size "0\n\t" \
22 stringify(OP) size " %%cl, %" size "0\n\t" \
39 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK);
52 stringify(OP) "w", s0, s1, res, iflags, flags & CC_MASK);
59 stringify(OP) size " %%cl, %" size "5, %" size "0\n\t" \
75 stringify(OP) "
156 #undef OP macro
[all...]
H A Dtest-i386.h4 #define exec_op glue(exec_, OP)
5 #define exec_opl glue(glue(exec_, OP), l)
6 #define exec_opw glue(glue(exec_, OP), w)
7 #define exec_opb glue(glue(exec_, OP), b)
12 stringify(OP) size " %" size "2, %" size "0\n\t" \
21 stringify(OP) size " %" size "0\n\t" \
36 stringify(OP) "l", s0, res, iflags, flags & CC_MASK);
50 stringify(OP) "w", s0, res, iflags, flags & CC_MASK);
64 stringify(OP) "b", s0, res, iflags, flags & CC_MASK);
79 stringify(OP) "
207 #undef OP macro
[all...]
H A Dtest-amd64.c69 #define OP add macro
72 #define OP sub macro
75 #define OP xor macro
78 #define OP and macro
81 #define OP or macro
84 #define OP cmp macro
87 #define OP adc macro
91 #define OP sbb macro
95 #define OP inc macro
100 #define OP de macro
105 #define OP macro
110 #define OP macro
118 #define OP macro
121 #define OP macro
124 #define OP macro
127 #define OP macro
130 #define OP macro
133 #define OP macro
137 #define OP macro
362 #define OP macro
365 #define OP macro
441 #define OP macro
444 #define OP macro
[all...]
H A Dtest-i386.c59 #define OP add macro
62 #define OP sub macro
65 #define OP xor macro
68 #define OP and macro
71 #define OP or macro
74 #define OP cmp macro
77 #define OP adc macro
81 #define OP sbb macro
85 #define OP inc macro
90 #define OP de macro
95 #define OP macro
100 #define OP macro
108 #define OP macro
111 #define OP macro
114 #define OP macro
117 #define OP macro
120 #define OP macro
123 #define OP macro
127 #define OP macro
131 #define OP macro
136 #define OP macro
146 #define OP macro
150 #define OP macro
154 #define OP macro
158 #define OP macro
350 #define OP macro
353 #define OP macro
412 #define OP macro
415 #define OP macro
[all...]
/external/qemu/audio/
H A Drate_template.h54 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 macro
H A Dmixeng.c320 #define OP(a, b) a += b macro
324 #define OP(a, b) a = b macro
/external/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp65 Value *OP = MD->getOperand(i); local
66 if (OP == 0 || MapValue(OP, VM, Flags, TypeMapper) == OP) continue;
/external/elfutils/lib/
H A Dmd5.c329 #define OP(a, b, c, d, s, T) \ macro
350 OP (A, B, C, D, 7, 0xd76aa478);
351 OP (D, A, B, C, 12, 0xe8c7b756);
352 OP (C, D, A, B, 17, 0x242070db);
353 OP (B, C, D, A, 22, 0xc1bdceee);
354 OP (A, B, C, D, 7, 0xf57c0faf);
355 OP (D, A, B, C, 12, 0x4787c62a);
356 OP (C, D, A, B, 17, 0xa8304613);
357 OP (B, C, D, A, 22, 0xfd469501);
358 OP (
370 #undef OP macro
371 #define OP macro
[all...]
H A Dsha1.c257 #define OP(i, a, b, c, d, e) \ macro
268 OP (0, A, B, C, D, E);
269 OP (1, E, A, B, C, D);
270 OP (2, D, E, A, B, C);
271 OP (3, C, D, E, A, B);
272 OP (4, B, C, D, E, A);
273 OP (5, A, B, C, D, E);
274 OP (6, E, A, B, C, D);
275 OP (7, D, E, A, B, C);
276 OP (
290 #undef OP macro
291 #define OP macro
[all...]
/external/eigen/blas/
H A Dcommon.h38 #define OP(X) ( ((X)=='N' || (X)=='n') ? NOTR \ macro
58 return OP(*op)!=0xff;
/external/clang/include/clang/Sema/
H A DOwnership.h53 static OpaquePtr make(PtrTy P) { OpaquePtr OP; OP.set(P); return OP; } local
83 UnionOpaquePtr OP = { P.getAsOpaquePtr() }; local
84 return OP;
/external/llvm/lib/Support/
H A Dregex2.h67 #define OP(n) ((n)&OPRMASK) macro
/external/tcpdump/
H A Dprint-arp.c91 #define OP(ap) EXTRACT_16BITS(&(ap)->ar_op) macro
269 op = OP(ap);
/external/valgrind/tsan/
H A Dsuppressions.cc209 const char *OP[] = {">>=", "<<=", local
226 for (size_t i = 0; i < TS_ARRAY_SIZE(OP); i++) {
227 size_t op_offset = ((string)OP[i]).find(s2[next]);
232 OP[i] == s2.substr(next- op_offset, strlen(OP[i]))) {
233 checked_till = next + strlen(OP[i] + op_offset);
H A Dts_util.cc259 const char *OP[] = {">>=", "<<=", local
266 for (size_t i = 0; i < TS_ARRAY_SIZE(OP); i++) {
267 size_t op_offset = ((string)OP[i]).find(fname[next_brace]);
272 OP[i] == fname.substr(next_brace - op_offset, strlen(OP[i]))) {
274 ret += OP[i] + op_offset;
275 next_brace += strlen(OP[i] + op_offset);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2183 const MachineOperand& OP = *OI; local
2184 if (OP.isJTI())
2186 if (OP.isMBB() && OP.getMBB() == MBB)
/external/qemu/
H A Dppc-dis.c1597 #define OP(x) ((((unsigned long)(x)) & 0x3f) << 26)
1598 #define OP_MASK OP (0x3f)
1603 #define OPTO(x,to) (OP (x) | ((((unsigned long)(to)) & 0x1f) << 21))
1609 #define OPL(x,l) (OP (x) | ((((unsigned long)(l)) & 1) << 21))
1613 #define A(op, xop, rc) (OP (op) | ((((unsigned long)(xop)) & 0x1f) << 1) | (((unsigned long)(rc)) & 1))
1629 #define B(op, aa, lk) (OP (op) | ((((unsigned long)(aa)) & 1) << 1) | ((lk) & 1))
1661 #define CTX(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x7))
1665 #define UCTX(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x1f))
1672 #define DSO(op, xop) (OP (op) | ((xop) & 0x3))
1676 #define DEO(op, xop) (OP (o
1592 #define OP macro
[all...]

Completed in 419 milliseconds