Searched defs:op3 (Results 1 - 16 of 16) sorted by relevance

/external/valgrind/main/memcheck/tests/s390x/
H A Dcs.c9 register int32_t op3 asm("9") = op3_init;
18 : "=d" (cc), "+Q" (op2), "+d"(op1), "+d"(op3)
25 int op1, op2, op3; local
29 test(0x10000000, 0x01000000, op3); // no complaint
H A Dcsg.c9 register int64_t op3 asm("9") = op3_init;
18 : "=d" (cc), "+Q" (op2), "+d"(op1), "+d"(op3)
25 int64_t op1, op2, op3; local
29 test(0x1000000000000000ull, 0x1000000000000000ull, op3); // no complaint
H A Dcds.c15 quad_word op3 = op3_init; local
22 "stmg %%r2,%%r3,%3\n" // store r2,r3 to op3
23 : "=d" (cc), "+QS" (op1), "+QS" (op2), "+QS" (op3)
43 quad_word op1, op3; local
49 op3.high = op3.low = 0xdeadbeefdeadbabeull;
50 test(op1, op2, op3); // complaint
55 quad_word op1, op3; local
60 op3.high = op3
66 quad_word op1, op3; local
[all...]
H A Dcdsg.c26 "stmg %%r2,%%r3,%3\n" // store r2,r3 to op3
34 quad_word op1, op2, op3; local
38 op3.high = op3.low = 0xdeadbeefdeadbabeull;
39 test(op1, op2, op3); // complaint
44 quad_word op1, op2, op3; local
48 op3.high = op3.low = 0xdeadbeefdeadbabeull;
49 test(op1, op2, op3); // complaint
54 quad_word op1, op2, op3; local
[all...]
/external/valgrind/main/none/tests/s390x/
H A Dcds.c17 quad_word op3 = op3_init; local
21 quad_word op3_before = op3;
25 printf("before op3 = (%#lx, %#lx)\n", op3.high, op3.low);
32 "stmg %%r2,%%r3,%3\n" // store r2,r3 to op3
35 : "=d" (cc), "+QS" (op1), "+QS" (op2), "+QS" (op3)
41 printf("after op3 = (%#lx, %#lx)\n", op3.high, op3
95 quad_word op1, op3; local
[all...]
H A Dcdsg.c30 printf("before op3 = (%#lx, %#lx)\n", _op3.high, _op3.low);
46 printf("after op3 = (%#lx, %#lx)\n", _op3.high, _op3.low);
84 quad_word op1, op2, op3; local
90 op3.high = op3.low = 0xdeadbeefdeadbabeull;
91 test(op1, op2, op3, 0);
98 op3.high = op3.low = 0xdeadbeefdeadbabeull;
99 test(op1, op2, op3, 1);
106 op3
[all...]
/external/javassist/src/main/javassist/compiler/ast/
H A DStmnt.java45 public static Stmnt make(int op, ASTree op1, ASTree op2, ASTree op3) { argument
46 return new Stmnt(op, op1, new ASTList(op2, new ASTList(op3)));
/external/chromium_org/sandbox/win/src/
H A Dpolicy_opcodes_unittest.cc107 PolicyOpcode* op3 = opcode_maker.MakeOpAlwaysFalse(kPolNegateEval); local
108 EXPECT_EQ(EVAL_TRUE, op3->Evaluate(&ppb1, 1, NULL));
256 PolicyOpcode* op3 = opcode_maker.MakeOpWStringMatch(0, txt3, 0, local
259 EXPECT_EQ(EVAL_TRUE, op3->Evaluate(&pp_tc1, 1, &mc1));
/external/libvpx/libvpx/vp9/common/
H A Dvp9_loopfilter_filters.c145 uint8_t *op3, uint8_t *op2,
150 const uint8_t p3 = *op3, p2 = *op2, p1 = *op1, p0 = *op0;
212 uint8_t *op3, uint8_t *op2,
220 p3 = *op3, p2 = *op2, p1 = *op1, p0 = *op0;
232 *op3 = ROUND_POWER_OF_TWO(p7 * 4 + p6 + p5 + p4 + p3 * 2 + p2 + p1 + p0 +
255 filter8(mask, hev, flat, op3, op2, op1, op0, oq0, oq1, oq2, oq3);
144 filter8(int8_t mask, uint8_t hev, uint8_t flat, uint8_t *op3, uint8_t *op2, uint8_t *op1, uint8_t *op0, uint8_t *oq0, uint8_t *oq1, uint8_t *oq2, uint8_t *oq3) argument
208 filter16(int8_t mask, uint8_t hev, uint8_t flat, uint8_t flat2, uint8_t *op7, uint8_t *op6, uint8_t *op5, uint8_t *op4, uint8_t *op3, uint8_t *op2, uint8_t *op1, uint8_t *op0, uint8_t *oq0, uint8_t *oq1, uint8_t *oq2, uint8_t *oq3, uint8_t *oq4, uint8_t *oq5, uint8_t *oq6, uint8_t *oq7) argument
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir.cpp228 ir_rvalue *op2, ir_rvalue *op3)
236 this->operands[3] = op3;
226 ir_expression(int op, const struct glsl_type *type, ir_rvalue *op0, ir_rvalue *op1, ir_rvalue *op2, ir_rvalue *op3) argument
/external/mesa3d/src/glsl/
H A Dir.cpp228 ir_rvalue *op2, ir_rvalue *op3)
236 this->operands[3] = op3;
226 ir_expression(int op, const struct glsl_type *type, ir_rvalue *op0, ir_rvalue *op1, ir_rvalue *op2, ir_rvalue *op3) argument
/external/valgrind/main/VEX/priv/
H A Dhost_s390_defs.h344 HReg op3; member in struct:__anon26874::__anon26875::__anon26891
375 HReg op3; /* third operand */ member in struct:__anon26874::__anon26875::__anon26894
478 s390_insn *s390_insn_cas(UChar size, HReg op1, s390_amode *op2, HReg op3,
492 HReg op3, s390_round_t);
H A Dhost_s390_isel.c1786 HReg op1, op2, op3, dst; local
1792 op3 = s390_isel_float_expr(env, expr->Iex.Qop.details->arg4);
1807 addInstr(env, s390_insn_bfp_triop(size, bfpop, dst, op2, op3,
2490 HReg op3 = s390_isel_int_expr(env, cas->dataLo); /* new value */ local
2495 addInstr(env, s390_insn_cas(4, op1, op2, op3, old));
2497 addInstr(env, s390_insn_cas(8, op1, op2, op3, old));
2518 /* Use non-virtual registers r10 and r11 as pair for op3
2519 and move op3 there */
H A Dhost_s390_defs.c609 addHRegUse(u, HRmRead, insn->variant.cas.op3);
663 addHRegUse(u, HRmRead, insn->variant.bfp_triop.op3); /* third */
849 insn->variant.cas.op3 = lookupHRegRemap(m, insn->variant.cas.op3);
883 insn->variant.bfp_triop.op3 = lookupHRegRemap(m, insn->variant.bfp_triop.op3);
4357 s390_insn_cas(UChar size, HReg op1, s390_amode *op2, HReg op3, HReg old_mem) argument
4368 insn->variant.cas.op3 = op3;
4439 HReg op3, s390_round_
4438 s390_insn_bfp_triop(UChar size, s390_bfp_triop_t tag, HReg dst, HReg op2, HReg op3, s390_round_t rounding_mode) argument
[all...]
H A Dguest_s390_toIR.c173 triop(IROp kind, IRExpr *op1, IRExpr *op2, IRExpr *op3) argument
175 return IRExpr_Triop(kind, op1, op2, op3);
180 qop(IROp kind, IRExpr *op1, IRExpr *op2, IRExpr *op3, IRExpr *op4) argument
182 return IRExpr_Qop(kind, op1, op2, op3, op4);
2228 IRTemp op3 = newTemp(Ity_I32); local
2232 assign(op3, get_gpr_w1(r3));
2233 assign(result, binop(Iop_Add32, mkexpr(op2), mkexpr(op3)));
2234 s390_cc_thunk_putSS(S390_CC_OP_SIGNED_ADD_32, op2, op3);
2244 IRTemp op3 = newTemp(Ity_I64); local
2248 assign(op3, get_gpr_dw
2358 IRTemp op3 = newTemp(Ity_I32); local
2375 IRTemp op3 = newTemp(Ity_I64); local
2492 IRTemp op3 = newTemp(Ity_I32); local
2508 IRTemp op3 = newTemp(Ity_I32); local
2589 IRTemp op3 = newTemp(Ity_I32); local
2605 IRTemp op3 = newTemp(Ity_I64); local
2719 IRTemp op3 = newTemp(Ity_I32); local
2735 IRTemp op3 = newTemp(Ity_I32); local
2863 IRTemp op3 = newTemp(Ity_I32); local
2880 IRTemp op3 = newTemp(Ity_I64); local
2961 IRTemp op3 = newTemp(Ity_I32); local
2977 IRTemp op3 = newTemp(Ity_I64); local
4771 IRTemp op3 = newTemp(Ity_I32); local
4787 IRTemp op3 = newTemp(Ity_I64); local
5225 IRTemp op3 = newTemp(Ity_I32); local
5242 IRTemp op3 = newTemp(Ity_I64); local
5259 IRTemp op3 = newTemp(Ity_I32); local
5276 IRTemp op3 = newTemp(Ity_I64); local
5293 IRTemp op3 = newTemp(Ity_I32); local
5310 IRTemp op3 = newTemp(Ity_I64); local
5327 IRTemp op3 = newTemp(Ity_I32); local
5344 IRTemp op3 = newTemp(Ity_I64); local
5361 IRTemp op3 = newTemp(Ity_I32); local
5378 IRTemp op3 = newTemp(Ity_I64); local
6465 IRTemp op3 = newTemp(Ity_I32); local
6481 IRTemp op3 = newTemp(Ity_I64); local
7437 IRTemp op3 = newTemp(Ity_I32); local
7453 IRTemp op3 = newTemp(Ity_I64); local
7565 IRTemp op3 = newTemp(Ity_I32); local
7581 IRTemp op3 = newTemp(Ity_I32); local
7645 IRTemp op3 = newTemp(Ity_I32); local
7661 IRTemp op3 = newTemp(Ity_I64); local
7775 IRTemp op3 = newTemp(Ity_I32); local
7791 IRTemp op3 = newTemp(Ity_I32); local
9798 IRTemp op3 = newTemp(Ity_I32); local
9846 IRTemp op3 = newTemp(Ity_I64); local
[all...]
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 754 milliseconds