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

1 2

  /external/compiler-rt/lib/ubsan/lit_tests/Integer/
shift.cpp 24 a OP 1;
29 a OP (-3);
35 a OP 32;
  /external/valgrind/main/VEX/test/
test-amd64-muldiv.h 2 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), q)(int64 op0h, int64 op0, int64 op1)
    [all...]
test-i386-muldiv.h 2 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
    [all...]
test-i386-shift.h 2 #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) "l", s0, s2, s1, res, iflags, flags & CC_MASK)
    [all...]
test-amd64-shift.h 2 #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) "w", s0, s1, res, iflags, flags & CC_MASK)
    [all...]
test-amd64.h 2 #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) "w", s0, res, iflags, flags & CC_MASK)
    [all...]
test-i386.h 4 #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) "l", s0, s1, res, iflags, flags & CC_MASK)
    [all...]
  /external/chromium_org/third_party/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/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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tokenize.py 12 OP '+' (1, 2) (1, 3)
20 OP ':' (1, 8) (1, 9)
26 OP '=' (3, 9) (3, 10)
127 OP '<=' (1, 5) (1, 7)
131 OP '<=' (1, 5) (1, 7)
135 OP '<=' (1, 6) (1, 8)
139 OP '>' (1, 9) (1, 10)
140 OP '~' (1, 11) (1, 12)
144 OP '!=' (1, 8) (1, 10)
147 OP '(' (1, 0) (1, 1
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tokenize.py 12 OP '+' (1, 2) (1, 3)
20 OP ':' (1, 8) (1, 9)
26 OP '=' (3, 9) (3, 10)
127 OP '<=' (1, 5) (1, 7)
131 OP '<=' (1, 5) (1, 7)
135 OP '<=' (1, 6) (1, 8)
139 OP '>' (1, 9) (1, 10)
140 OP '~' (1, 11) (1, 12)
144 OP '!=' (1, 8) (1, 10)
147 OP '(' (1, 0) (1, 1
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pyclbr.py 45 from token import NAME, DEDENT, OP
225 # only use NAME and OP (== dot) tokens for type name
226 elif tokentype in (NAME, OP) and level == 1:
token.py 64 OP = 51
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pyclbr.py 45 from token import NAME, DEDENT, OP
225 # only use NAME and OP (== dot) tokens for type name
226 elif tokentype in (NAME, OP) and level == 1:
  /external/freetype/src/psaux/
psconv.c 57 #define OP >=
78 #define OP <
124 if ( IS_PS_SPACE( *p ) || *p OP 0x80 )
245 if ( IS_PS_SPACE( *p ) || *p OP 0x80 )
488 if ( c OP 0x80 )
520 if ( *p OP 0x80 )
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 73 Value *OP = MD->getOperand(i);
74 if (OP == 0) continue;
75 Value *Mapped_OP = MapValue(OP, VM, Flags, TypeMapper, Materializer);
78 if (Mapped_OP == OP ||
86 Value *Op = MD->getOperand(i);
87 if (Op == 0)
90 Value *Mapped_Op = MapValue(Op, VM, Flags, TypeMapper, Materializer);
94 Mapped_Op = Op;
131 Value *Op = C->getOperand(OpNo);
132 Mapped = MapValue(Op, VM, Flags, TypeMapper, Materializer)
    [all...]
  /external/chromium_org/courgette/
encoded_program.h 46 CheckBool AddRel32ARM(uint16 op, int label_index) WARN_UNUSED_RESULT;
67 enum OP {
79 // subset, and 1-12 are the compressed ARM op.
91 typedef NoThrowBuffer<OP> OPVector;
101 CheckBool EvaluateRel32ARM(OP op, size_t& ix_rel32_ix, RVA& current_rva,
  /external/eigen/blas/
common.h 38 #define OP(X) ( ((X)=='N' || (X)=='n') ? NOTR \
56 inline bool check_op(const char* op)
58 return OP(*op)!=0xff;
  /external/elfutils/lib/
md5.c 329 #define OP(a, b, c, d, s, T) \
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 (A, B, C, D, 7, 0x698098d8)
    [all...]
sha1.c 257 #define OP(i, a, b, c, d, e) \
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 (8, C, D, E, A, B)
    [all...]
  /external/clang/include/clang/Sema/
Ownership.h 50 static OpaquePtr make(PtrTy P) { OpaquePtr OP; OP.set(P); return OP; }
80 UnionOpaquePtr OP = { P.getAsOpaquePtr() };
81 return OP;
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
token.h 64 #define OP 51
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 60 OP = 51

Completed in 737 milliseconds

1 2