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

1 2 3 4

  /external/compiler-rt/test/ubsan/TestCases/Integer/
shift.cpp 31 a OP 1;
37 a OP (-3);
43 a OP 32;
  /external/valgrind/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/clang/test/SemaCXX/
warn-self-assign.cpp 20 #define OP =
25 a OP a;
28 LHS OP RHS;
29 #undef OP
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /toolchain/binutils/binutils-2.25/opcodes/
mmix-opc.c 89 #define OP(y) XCONCAT2 (mmix_operands_,y)
97 {"trap", O (0), OP (xyz_opt), J},
98 {"fcmp", O (1), OP (regs), N},
99 {"flot", Z (8), OP (roundregs_z), N},
101 {"fun", O (2), OP (regs), N},
102 {"feql", O (3), OP (regs), N},
103 {"flotu", Z (10), OP (roundregs_z), N},
105 {"fadd", O (4), OP (regs), N},
106 {"fix", O (5), OP (roundregs), N},
107 {"sflot", Z (12), OP (roundregs_z), N}
    [all...]
epiphany-opc.c 209 #define OPERAND(op) EPIPHANY_OPERAND_##op
211 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
224 { { MNEM, ' ', OP (SIMM8), 0 } },
230 { { MNEM, ' ', OP (SIMM24), 0 } },
236 { { MNEM, ' ', OP (SIMM8), 0 } },
242 { { MNEM, ' ', OP (SIMM24), 0 } },
248 { { MNEM, ' ', OP (SIMM8), 0 } },
254 { { MNEM, ' ', OP (SIMM24), 0 } },
260 { { MNEM, ' ', OP (SIMM8), 0 } }
    [all...]
fr30-opc.c 167 #define OPERAND(op) FR30_OPERAND_##op
169 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
182 { { MNEM, ' ', OP (RJ), ',', OP (RI), 0 } },
188 { { MNEM, ' ', OP (U4), ',', OP (RI), 0 } },
194 { { MNEM, ' ', OP (M4), ',', OP (RI), 0 } },
200 { { MNEM, ' ', OP (RJ), ',', OP (RI), 0 } }
    [all...]
iq2000-opc.c 227 #define OPERAND(op) IQ2000_OPERAND_##op
229 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
242 { { MNEM, ' ', OP (RD_RS), ',', OP (RT), 0 } },
248 { { MNEM, ' ', OP (RD), ',', OP (RS), ',', OP (RT), 0 } },
254 { { MNEM, ' ', OP (RT_RS), ',', OP (LO16), 0 } }
    [all...]
lm32-opc.c 139 #define OPERAND(op) LM32_OPERAND_##op
141 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
154 { { MNEM, ' ', OP (R2), ',', OP (R0), ',', OP (R1), 0 } },
160 { { MNEM, ' ', OP (R1), ',', OP (R0), ',', OP (IMM), 0 } },
166 { { MNEM, ' ', OP (R2), ',', OP (R0), ',', OP (R1), 0 } }
    [all...]
m32c-opc.c     [all...]
  /prebuilts/gdb/darwin-x86/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:
  /prebuilts/gdb/linux-x86/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:
  /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:
  /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 )
489 if ( c OP 0x80 )
521 if ( *p OP 0x80 )
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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 )
489 if ( c OP 0x80 )
521 if ( *p OP 0x80 )
  /external/pdfium/third_party/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 )
489 if ( c OP 0x80 )
521 if ( *p OP 0x80 )

Completed in 1041 milliseconds

1 2 3 4