Home
last modified time | relevance | path

Searched refs:OP (Results 1 – 25 of 67) sorted by relevance

123

/external/elfutils/lib/
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 (8, C, D, E, A, B);
[all …]
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 (A, B, C, D, 7, 0x698098d8);
[all …]
/external/valgrind/main/VEX/test/
Dtest-amd64-muldiv.h2 void glue(glue(test_, OP), b)(int64 op0, int64 op1) in glue() argument
11 stringify(OP)"b %b2\n\t" in glue()
17 stringify(OP) "b", s0, s1, res, flags & CC_MASK); in glue()
20 void glue(glue(test_, OP), w)(int64 op0h, int64 op0, int64 op1) in glue() argument
29 stringify(OP) "w %w3\n\t" in glue()
35 stringify(OP) "w", op0h, op0, s1, resh, res, flags & CC_MASK); in glue()
38 void glue(glue(test_, OP), l)(int64 op0h, int64 op0, int64 op1) in glue() argument
47 stringify(OP) "l %3\n\t" in glue()
53 stringify(OP) "l", op0h, op0, s1, resh, res, flags & CC_MASK); in glue()
56 void glue(glue(test_, OP), q)(int64 op0h, int64 op0, int64 op1) in glue() argument
[all …]
Dtest-i386-muldiv.h2 void glue(glue(test_, OP), b)(int op0, int op1) in glue() argument
11 stringify(OP)"b %b2\n\t" in glue()
17 stringify(OP) "b", s0, s1, res, flags & CC_MASK); in glue()
20 void glue(glue(test_, OP), w)(int op0h, int op0, int op1) in glue() argument
29 stringify(OP) "w %w3\n\t" in glue()
35 stringify(OP) "w", op0h, op0, s1, resh, res, flags & CC_MASK); in glue()
38 void glue(glue(test_, OP), l)(int op0h, int op0, int op1) in glue() argument
47 stringify(OP) "l %3\n\t" in glue()
53 stringify(OP) "l", op0h, op0, s1, resh, res, flags & CC_MASK); in glue()
56 #undef OP
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); in exec_opq()
43 stringify(OP) "l", s0, res, iflags, flags & CC_MASK); in exec_opl()
52 stringify(OP) "w", s0, res, iflags, flags & CC_MASK); in exec_opw()
[all …]
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); in exec_opq()
53 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK); in exec_opl()
66 stringify(OP) "w", s0, s1, res, iflags, flags & CC_MASK); in exec_opw()
[all …]
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); in exec_opl()
52 stringify(OP) "w", s0, s1, res, iflags, flags & CC_MASK); in exec_opw()
59 stringify(OP) size " %%cl, %" size "5, %" size "0\n\t" \
75 stringify(OP) "l", s0, s2, s1, res, iflags, flags & CC_MASK); in exec_opl()
[all …]
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); in exec_opl()
50 stringify(OP) "w", s0, res, iflags, flags & CC_MASK); in exec_opw()
64 stringify(OP) "b", s0, res, iflags, flags & CC_MASK); in exec_opb()
79 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK); in exec_opl()
[all …]
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 dec macro
[all …]
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 dec macro
[all …]
/external/bison/tests/
Dconflicts.at133 [[%token NUM OP
135 exp: exp OP exp | NUM;
151 1 exp: exp OP exp
160 OP (259) 1
174 1 exp: . exp OP exp
192 1 exp: exp . OP exp
195 OP shift, and go to state 4
207 1 exp: . exp OP exp
208 1 | exp OP . exp
218 1 exp: exp . OP exp [$end, OP]
[all …]
/external/openssh/
Dttymodes.c321 #define TTYCHAR(NAME, OP) \ in tty_make_modes() argument
322 buffer_put_char(&buf, OP); \ in tty_make_modes()
325 #define TTYMODE(NAME, FIELD, OP) \ in tty_make_modes() argument
326 buffer_put_char(&buf, OP); \ in tty_make_modes()
406 #define TTYCHAR(NAME, OP) \ in tty_parse_modes() argument
407 case OP: \ in tty_parse_modes()
411 #define TTYMODE(NAME, FIELD, OP) \ in tty_parse_modes() argument
412 case OP: \ in tty_parse_modes()
/external/icu4c/data/unidata/
DLineBreak.txt20 # "XX", "OP", "CL", "CP", "QU", "NS", "EX", "SY",
60 0028;OP
73 005B;OP
77 007B;OP
85 00A1;OP
104 00BF;OP
427 0F3A;OP
429 0F3C;OP
490 169B;OP
620 201A;OP
[all …]
/external/openssl/crypto/bn/asm/
Dmodexp512-x86_64.pl86 my ($x, $DST, $SRC2, $ASRC, $OP, $TMP)=@_;
90 mul $OP # rdx:rax = %OP * [0]
101 mul $OP # rdx:rax = %OP * [$i]
119 my ($x, $DST, $SRC2, $OP, $TMP)=@_;
123 mul $OP # rdx:rax = %OP * [0]
133 mul $OP # rdx:rax = %OP * [$i]
375 my ($pDst, $pA, $pB, $OP, $TMP, $X)=@_;
377 mov (+8*12)($pA), $OP
379 &MULSTEP_512_ADD($X, "(+8*0)($pDst)", $pB, $pA, $OP, $TMP);
383 mov (+8*13)($pA), $OP
[all …]
/external/clang/test/SemaCXX/
Dwarn-self-assign.cpp17 #define OP = in false_positives() macro
22 a OP a; in false_positives()
25 LHS OP RHS; in false_positives()
26 #undef OP in false_positives()
/external/qemu/audio/
Drate_template.h54 OP (obuf[i].l, ibuf[i].l); in NAME()
55 OP (obuf[i].r, ibuf[i].r); in NAME()
98 OP (obuf->l, out.l); in NAME()
99 OP (obuf->r, out.r); in NAME()
111 #undef OP
/external/icu4c/data/brkitr/
Dline_fi.txt86 $OP = [:LineBreak = Open_Punctuation:];
137 $OPcm = $OP $CM*;
171 $OP $CM+;
196 $AL_FOLLOW_CM = [$CL $CP $EX $IS $SY $WJ $GL $OP $QU $BA $HH $HY $NS $IN $NU $ALPlus];
288 # LB 14 Do not break after OP, even after spaces
418 $CM+ $OP;
435 … $SP+ $CM* ([^$OP $CM $SP] | [$AL {eof}])); # if LB 14 will match, need to surpress this break.
436 # LB14 says OP SP* x .
437 # becomes OP SP* x AL
438 # becomes OP SP* x CM+ AL_FOLLOW
[all …]
Dline.txt85 $OP = [:LineBreak = Open_Punctuation:];
135 $OPcm = $OP $CM*;
168 $OP $CM+;
193 $AL_FOLLOW_CM = [$CL $CP $EX $IS $SY $WJ $GL $OP $QU $BA $HY $NS $IN $NU $ALPlus];
285 # LB 14 Do not break after OP, even after spaces
411 $CM+ $OP;
428 … $SP+ $CM* ([^$OP $CM $SP] | [$AL {eof}])); # if LB 14 will match, need to surpress this break.
429 # LB14 says OP SP* x .
430 # becomes OP SP* x AL
431 # becomes OP SP* x CM+ AL_FOLLOW
[all …]
Dline_ja.txt90 $OP = [:LineBreak = Open_Punctuation:];
140 $OPcm = $OP $CM*;
173 $OP $CM+;
198 $AL_FOLLOW_CM = [$CL $CP $EX $IS $SY $WJ $GL $OP $QU $BA $HY $NS $IN $NU $ALPlus];
290 # LB 14 Do not break after OP, even after spaces
416 $CM+ $OP;
433 … $SP+ $CM* ([^$OP $CM $SP] | [$AL {eof}])); # if LB 14 will match, need to surpress this break.
434 # LB14 says OP SP* x .
435 # becomes OP SP* x AL
436 # becomes OP SP* x CM+ AL_FOLLOW
[all …]
Dline_he.txt87 $OP = [:LineBreak = Open_Punctuation:];
139 $OPcm = $OP $CM*;
173 $OP $CM+;
198 $AL_FOLLOW_CM = [$CL $CP $EX $IS $SY $WJ $GL $OP $QU $BA $HH $HY $NS $IN $NU $ALPlus];
290 # LB 14 Do not break after OP, even after spaces
419 $CM+ $OP;
436 … $SP+ $CM* ([^$OP $CM $SP] | [$AL {eof}])); # if LB 14 will match, need to surpress this break.
437 # LB14 says OP SP* x .
438 # becomes OP SP* x AL
439 # becomes OP SP* x CM+ AL_FOLLOW
[all …]
/external/llvm/test/CodeGen/Thumb2/
D2009-11-11-ScavengerAssert.ll3 %struct.OP = type { %struct.OP*, %struct.OP*, %struct.OP* ()*, i32, i16, i16, i8, i8 }
8 define %struct.OP* @Perl_pp_complement() nounwind {
80 ret %struct.OP* undef
/external/freetype/src/psaux/
Dpsconv.c46 #define OP >= macro
67 #define OP < macro
99 if ( IS_PS_SPACE( *p ) || *p OP 0x80 ) in PS_Conv_Strtol()
180 if ( IS_PS_SPACE( *p ) || *p OP 0x80 ) in PS_Conv_ToFixed()
366 if ( c OP 0x80 ) in PS_Conv_ASCIIHexDecode()
398 if ( *p OP 0x80 ) in PS_Conv_ASCIIHexDecode()
/external/webkit/Source/WebCore/html/canvas/
DCheckedInt.h489 #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/valgrind/tsan/
Dsuppressions.cc209 const char *OP[] = {">>=", "<<=", in ParseStackTraceLine() local
226 for (size_t i = 0; i < TS_ARRAY_SIZE(OP); i++) { in ParseStackTraceLine()
227 size_t op_offset = ((string)OP[i]).find(s2[next]); in ParseStackTraceLine()
232 OP[i] == s2.substr(next- op_offset, strlen(OP[i]))) { in ParseStackTraceLine()
233 checked_till = next + strlen(OP[i] + op_offset); in ParseStackTraceLine()
/external/icu4c/test/testdata/
DLineBreakTest.txt125 × 0023 × 0028 ÷ # × [0.3] NUMBER SIGN (AL) × [30.01] LEFT PARENTHESIS (OP) ÷ [0.3]
126 …020 ÷ 0028 ÷ # × [0.3] NUMBER SIGN (AL) × [7.01] SPACE (SP) ÷ [18.0] LEFT PARENTHESIS (OP) ÷ [0.3]
127 … × [0.3] NUMBER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM) × [30.01] LEFT PARENTHESIS (OP) ÷ [0.3]
128 …GN (AL) × [9.0] COMBINING DIAERESIS (CM) × [7.01] SPACE (SP) ÷ [18.0] LEFT PARENTHESIS (OP) ÷ [0.3]
269 × 2014 ÷ 0028 ÷ # × [0.3] EM DASH (B2) ÷ [999.0] LEFT PARENTHESIS (OP) ÷ [0.3]
270 × 2014 × 0020 ÷ 0028 ÷ # × [0.3] EM DASH (B2) × [7.01] SPACE (SP) ÷ [18.0] LEFT PARENTHESIS (OP) ÷…
271 … ÷ # × [0.3] EM DASH (B2) × [9.0] COMBINING DIAERESIS (CM) ÷ [999.0] LEFT PARENTHESIS (OP) ÷ [0.3]
272 …SH (B2) × [9.0] COMBINING DIAERESIS (CM) × [7.01] SPACE (SP) ÷ [18.0] LEFT PARENTHESIS (OP) ÷ [0.3]
413 × 0009 ÷ 0028 ÷ # × [0.3] <CHARACTER TABULATION> (BA) ÷ [999.0] LEFT PARENTHESIS (OP) ÷ [0.3]
414 …÷ # × [0.3] <CHARACTER TABULATION> (BA) × [7.01] SPACE (SP) ÷ [18.0] LEFT PARENTHESIS (OP) ÷ [0.3]
[all …]

123