HomeSort by relevance Sort by last modified time
    Searched refs:op3 (Results 1 - 13 of 13) sorted by null

  /external/javassist/src/main/javassist/compiler/ast/
Stmnt.java 45 public static Stmnt make(int op, ASTree op1, ASTree op2, ASTree op3) {
46 return new Stmnt(op, op1, new ASTList(op2, new ASTList(op3)));
  /frameworks/base/core/tests/coretests/src/android/content/
SyncOperationTest.java 64 SyncOperation op3 = new SyncOperation(account1, 0, local
94 assertNotSame(op1.key, op3.key);
ContentProviderOperationTest.java 189 ContentProviderOperation op3 = ContentProviderOperation.newAssertQuery(sTestUri1) local
194 ContentProviderResult result = op3.apply(new TestContentProvider() {
  /ndk/sources/host-tools/nawk-20071023/
awkgram.y 201 { $$ = op3(CONDEXPR, notnull($1), $3, $5); }
206 | ppattern MATCHOP reg_expr { $$ = op3($2, NIL, $1, (Node*)makedfa($3, 0)); }
209 $$ = op3($2, NIL, $1, (Node*)makedfa(strnode($3), 0));
211 $$ = op3($2, (Node *)1, $1, $3); }
222 { $$ = op3(CONDEXPR, notnull($1), $3, $5); }
233 | pattern MATCHOP reg_expr { $$ = op3($2, NIL, $1, (Node*)makedfa($3, 0)); }
236 $$ = op3($2, NIL, $1, (Node*)makedfa(strnode($3), 0));
238 $$ = op3($2, (Node *)1, $1, $3); }
243 else $$ = op3(GETLINE, $4, itonp($2), $1); }
246 else $$ = op3(GETLINE, (Node*)0, itonp($2), $1);
    [all...]
parse.c 150 Node *op3(int a, Node *b, Node *c, Node *d) function
proto.h 83 extern Node *op3(int, Node *, Node *, Node *);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
dct_inline.h 27 __inline int32 mla724(int32 op1, int32 op2, int32 op3)
33 out = op2 * 724 + op3; /* op1 is not used here */
111 __inline int32 mla724(int32 op1, int32 op2, int32 op3)
117 smlabb out, op1, op2, op3
174 __inline int32 mla724(int32 op1, int32 op2, int32 op3)
181 mla out, op1, out, op3
269 __inline int32 mla724(int32 op1, int32 op2, int32 op3)
274 register int32 cc = (int32)op3;
  /external/valgrind/main/VEX/priv/
host_s390_defs.h 336 HReg op3; member in struct:__anon13469::__anon13470::__anon13486
361 HReg op3; /* third operand */ member in struct:__anon13469::__anon13470::__anon13489
418 s390_insn *s390_insn_cas(UChar size, HReg op1, s390_amode *op2, HReg op3,
430 HReg op3, s390_round_t);
guest_s390_toIR.c 158 triop(IROp kind, IRExpr *op1, IRExpr *op2, IRExpr *op3)
160 return IRExpr_Triop(kind, op1, op2, op3);
165 qop(IROp kind, IRExpr *op1, IRExpr *op2, IRExpr *op3, IRExpr *op4)
167 return IRExpr_Qop(kind, op1, op2, op3, op4);
2138 IRTemp op3 = newTemp(Ity_I32); local
2154 IRTemp op3 = newTemp(Ity_I64); local
2268 IRTemp op3 = newTemp(Ity_I32); local
2285 IRTemp op3 = newTemp(Ity_I64); local
2402 IRTemp op3 = newTemp(Ity_I32); local
2418 IRTemp op3 = newTemp(Ity_I32); local
2499 IRTemp op3 = newTemp(Ity_I32); local
2515 IRTemp op3 = newTemp(Ity_I64); local
2629 IRTemp op3 = newTemp(Ity_I32); local
2645 IRTemp op3 = newTemp(Ity_I32); local
2773 IRTemp op3 = newTemp(Ity_I32); local
2790 IRTemp op3 = newTemp(Ity_I64); local
2871 IRTemp op3 = newTemp(Ity_I32); local
2887 IRTemp op3 = newTemp(Ity_I64); local
4729 IRTemp op3 = newTemp(Ity_I32); local
4745 IRTemp op3 = newTemp(Ity_I64); local
5183 IRTemp op3 = newTemp(Ity_I32); local
5200 IRTemp op3 = newTemp(Ity_I64); local
5217 IRTemp op3 = newTemp(Ity_I32); local
5234 IRTemp op3 = newTemp(Ity_I64); local
5251 IRTemp op3 = newTemp(Ity_I32); local
5268 IRTemp op3 = newTemp(Ity_I64); local
5285 IRTemp op3 = newTemp(Ity_I32); local
5302 IRTemp op3 = newTemp(Ity_I64); local
5319 IRTemp op3 = newTemp(Ity_I32); local
5336 IRTemp op3 = newTemp(Ity_I64); local
6425 IRTemp op3 = newTemp(Ity_I32); local
6441 IRTemp op3 = newTemp(Ity_I64); local
7397 IRTemp op3 = newTemp(Ity_I32); local
7413 IRTemp op3 = newTemp(Ity_I64); local
7525 IRTemp op3 = newTemp(Ity_I32); local
7541 IRTemp op3 = newTemp(Ity_I32); local
7605 IRTemp op3 = newTemp(Ity_I32); local
7621 IRTemp op3 = newTemp(Ity_I64); local
7735 IRTemp op3 = newTemp(Ity_I32); local
7751 IRTemp op3 = newTemp(Ity_I32); local
9811 IRTemp op3 = newTemp(Ity_I32); local
9860 IRTemp op3 = newTemp(Ity_I64); local
    [all...]
host_s390_isel.c 1667 HReg op1, op2, op3, dst; local
2263 HReg op3 = s390_isel_int_expr(env, cas->dataLo); \/* new value *\/ local
    [all...]
guest_s390_helpers.c 359 "sr 0,%[op3]\n\t" /* borrow to cc */ \
362 : [op2] "d"(cc_dep2), [op3] "d"(cc_ndep) \
373 "lgfr 0,%[op3]\n\t" /* first load cc_ndep */ \
377 : [op2] "d"(cc_dep2), [op3] "d"(cc_ndep) \
    [all...]
host_s390_defs.c 606 addHRegUse(u, HRmRead, insn->variant.cas.op3);
655 addHRegUse(u, HRmRead, insn->variant.bfp_triop.op3); /* third */
816 insn->variant.cas.op3 = lookupHRegRemap(m, insn->variant.cas.op3);
842 insn->variant.bfp_triop.op3 = lookupHRegRemap(m, insn->variant.bfp_triop.op3);
    [all...]
  /external/mesa3d/src/glsl/
ir.cpp 223 ir_rvalue *op2, ir_rvalue *op3)
231 this->operands[3] = op3;
    [all...]

Completed in 180 milliseconds