Searched refs:op3 (Results 1 - 25 of 26) sorted by relevance

12

/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 Dcds.stdout.exp3 before op3 = (0xdeadbeefdeadbabe, 0xdeadbeefdeadbabe)
6 after op3 = (0xdeadbeefdeadbabe, 0xdeadbeefdeadbabe)
10 before op3 = (0xdeadbeefdeadbabe, 0xdeadbeefdeadbabe)
13 after op3 = (0xdeadbeefdeadbabe, 0xdeadbeefdeadbabe)
H A Dcs.stdout.exp3 before op3 = 0x12345678
6 after op3 = 0x12345678
10 before op3 = 0x12345678
13 after op3 = 0x12345678
H A Dcsg.stdout.exp3 before op3 = 0x1234567887654321
6 after op3 = 0x1234567887654321
10 before op3 = 0x1234567887654321
13 after op3 = 0x1234567887654321
H A Dcs.c9 register int32_t op3 asm("9") = op3_init;
16 printf("before op3 = %#x\n", op3);
22 : "=d" (cc), "+Q" (op2), "+d"(op1), "+d"(op3)
28 printf("after op3 = %#x\n", op3);
35 if (op2 != op3) {
H A Dcsg.c9 register int64_t op3 asm("9") = op3_init;
16 printf("before op3 = %#lx\n", op3);
22 : "=d" (cc), "+Q" (op2), "+d"(op1), "+d"(op3)
28 printf("after op3 = %#lx\n", op3);
35 if (op2 != op3) {
H A Dcdsg.stdout.exp3 before op3 = (0xdeadbeefdeadbabe, 0xdeadbeefdeadbabe)
6 after op3 = (0xdeadbeefdeadbabe, 0xdeadbeefdeadbabe)
10 before op3 = (0xdeadbeefdeadbabe, 0xdeadbeefdeadbabe)
13 after op3 = (0xdeadbeefdeadbabe, 0xdeadbeefdeadbabe)
17 before op3 = (0xdeadbeefdeadbabe, 0xdeadbeefdeadbabe)
20 after op3 = (0xdeadbeefdeadbabe, 0xdeadbeefdeadbabe)
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/valgrind/main/memcheck/tests/s390x/
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...]
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
/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/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/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/valgrind/main/VEX/priv/
H A Dhost_s390_defs.h344 HReg op3; member in struct:__anon27759::__anon27760::__anon27776
375 HReg op3; /* third operand */ member in struct:__anon27759::__anon27760::__anon27779
478 s390_insn *s390_insn_cas(UChar size, HReg op1, s390_amode *op2, HReg op3,
492 HReg op3, s390_round_t);
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...]
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_helpers.c870 "sr 0,%[op3]\n\t" /* borrow to cc */ \
873 : [op2] "d"(cc_dep2), [op3] "d"(cc_ndep) \
884 "lgfr 0,%[op3]\n\t" /* first load cc_ndep */ \
888 : [op2] "d"(cc_dep2), [op3] "d"(cc_ndep) \
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_loopfilter_filters_dspr2.h367 static INLINE void vp9_mbfilter_dspr2(uint32_t *op3, uint32_t *op2, argument
372 const uint32_t p3 = *op3, p2 = *op2, p1 = *op1, p0 = *op0;
524 uint32_t *op3, uint32_t *op2,
531 const uint32_t p3 = *op3, p2 = *op2, p1 = *op1, p0 = *op0;
607 /* *op3 = ROUND_POWER_OF_TWO(p7 * 4 + p6 + p5 + p4 + p3 * 2 + p2 +
655 *op3 = res_op3;
522 vp9_wide_mbfilter_dspr2(uint32_t *op7, uint32_t *op6, uint32_t *op5, uint32_t *op4, uint32_t *op3, uint32_t *op2, uint32_t *op1, uint32_t *op0, uint32_t *oq0, uint32_t *oq1, uint32_t *oq2, uint32_t *oq3, uint32_t *oq4, uint32_t *oq5, uint32_t *oq6, uint32_t *oq7) argument
/external/chromium_org/chrome/common/extensions/api/sockets/
H A Dsockets_manifest_permission_unittest.cc147 const CheckFormatEntry& op3,
155 op1, op2, op3, op4, op5, op6, op7, op8, op9
143 CheckFormat( const std::string& json, const CheckFormatEntry& op1, const CheckFormatEntry& op2, const CheckFormatEntry& op3, const CheckFormatEntry& op4, const CheckFormatEntry& op5, const CheckFormatEntry& op6, const CheckFormatEntry& op7, const CheckFormatEntry& op8, const CheckFormatEntry& op9) argument
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_mb_lpf_neon.asm98 vst1.u8 {d26}, [r8@64], r1 ; store op3
531 vbif d26, d4, d17 ; op3 |= p3 & ~(f2 & f & m)
/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

Completed in 653 milliseconds

12