Searched refs:op3 (Results 1 - 25 of 37) 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 Dlaa.stdout.exp3 before op3 = 0
6 after op3 = 0
10 before op3 = 0xffffffff
13 after op3 = 0xffffffff
17 before op3 = 0x12345678
20 after op3 = 0x12345678
24 before op3 = 0x12345678
27 after op3 = 0x12345678
31 before op3 = 0xfffffffd
34 after op3
[all...]
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 Dlaa.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);
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/chromium_org/v8/test/cctest/compiler/
H A Dtest-operator.cc23 Operator1<int> op3(12, Operator::kNoProperties, 0, 1, "Mnemonic1", 12333);
24 CHECK_EQ(0, strcmp(op3.mnemonic(), "Mnemonic1"));
132 SimpleOperator op3(25, Operator::kNoProperties, 0, 0, "Weepy");
134 CHECK(!op1a.Equals(&op3));
135 CHECK(!op1b.Equals(&op3));
136 CHECK(!op2a.Equals(&op3));
137 CHECK(!op2b.Equals(&op3));
139 CHECK(!op3.Equals(&op1a));
140 CHECK(!op3.Equals(&op1b));
141 CHECK(!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/valgrind/main/VEX/priv/
H A Dhost_s390_defs.h451 HReg op3; member in struct:__anon32092::__anon32093::__anon32109
487 HReg op3; member in struct:__anon32092::__anon32093::__anon32112
637 s390_insn *s390_insn_cas(UChar size, HReg op1, s390_amode *op2, HReg op3,
651 HReg op2, HReg op3);
671 HReg op2, HReg op3,
675 HReg op2, HReg op3);
680 s390_insn *s390_insn_dfp_reround(UChar size, HReg dst, HReg op2, HReg op3,
H A Dguest_s390_toIR.c177 triop(IROp kind, IRExpr *op1, IRExpr *op2, IRExpr *op3) argument
179 return IRExpr_Triop(kind, op1, op2, op3);
184 qop(IROp kind, IRExpr *op1, IRExpr *op2, IRExpr *op3, IRExpr *op4) argument
186 return IRExpr_Qop(kind, op1, op2, op3, op4);
2642 IRTemp op3 = newTemp(Ity_I32); local
2646 assign(op3, get_gpr_w1(r3));
2647 assign(result, binop(Iop_Add32, mkexpr(op2), mkexpr(op3)));
2648 s390_cc_thunk_putSS(S390_CC_OP_SIGNED_ADD_32, op2, op3);
2658 IRTemp op3 = newTemp(Ity_I64); local
2662 assign(op3, get_gpr_dw
2772 IRTemp op3 = newTemp(Ity_I32); local
2789 IRTemp op3 = newTemp(Ity_I64); local
2906 IRTemp op3 = newTemp(Ity_I32); local
2922 IRTemp op3 = newTemp(Ity_I32); local
3003 IRTemp op3 = newTemp(Ity_I32); local
3019 IRTemp op3 = newTemp(Ity_I64); local
3133 IRTemp op3 = newTemp(Ity_I32); local
3149 IRTemp op3 = newTemp(Ity_I32); local
3277 IRTemp op3 = newTemp(Ity_I32); local
3294 IRTemp op3 = newTemp(Ity_I64); local
3375 IRTemp op3 = newTemp(Ity_I32); local
3391 IRTemp op3 = newTemp(Ity_I64); local
5185 IRTemp op3 = newTemp(Ity_I32); local
5201 IRTemp op3 = newTemp(Ity_I64); local
5646 IRTemp op3 = newTemp(Ity_I32); local
5680 IRTemp op3 = newTemp(Ity_I64); local
5714 IRTemp op3 = newTemp(Ity_I32); local
5744 IRTemp op3 = newTemp(Ity_I64); local
6922 IRTemp op3 = newTemp(Ity_I32); local
6938 IRTemp op3 = newTemp(Ity_I64); local
8182 IRTemp op3 = newTemp(Ity_I32); local
8198 IRTemp op3 = newTemp(Ity_I64); local
8310 IRTemp op3 = newTemp(Ity_I32); local
8326 IRTemp op3 = newTemp(Ity_I32); local
8390 IRTemp op3 = newTemp(Ity_I32); local
8406 IRTemp op3 = newTemp(Ity_I64); local
8520 IRTemp op3 = newTemp(Ity_I32); local
8536 IRTemp op3 = newTemp(Ity_I32); local
11784 IRTemp op3 = newTemp(Ity_I32); local
11832 IRTemp op3 = newTemp(Ity_I64); local
[all...]
H A Dhost_s390_isel.c2303 HReg op1, op2, op3, dst; local
2306 op3 = s390_isel_float_expr(env, expr->Iex.Qop.details->arg2);
2323 addInstr(env, s390_insn_bfp_triop(size, bfpop, dst, op2, op3));
3095 HReg op3; local
3120 op3 = s390_isel_dfp_expr(env, dfp_op);
3123 addInstr(env, s390_insn_dfp_intop(size, intop, dst, op2, op3));
3189 HReg op2, op3, dst; local
3200 op3 = s390_isel_dfp_expr(env, right); /* Process 2nd operand */
3211 addInstr(env, s390_insn_dfp_binop(size, dfpop, dst, op2, op3,
3218 op3
3848 HReg op3 = s390_isel_int_expr(env, cas->dataLo); /* new value */ local
[all...]
/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));
255 PolicyOpcode* op3 = opcode_maker.MakeOpWStringMatch(0, txt3, 0, local
258 EXPECT_EQ(EVAL_TRUE, op3->Evaluate(&pp_tc1, 1, &mc1));
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
H A Dvp9_loopfilter_filters_dspr2.h371 static INLINE void vp9_mbfilter_dspr2(uint32_t *op3, uint32_t *op2, argument
376 const uint32_t p3 = *op3, p2 = *op2, p1 = *op1, p0 = *op0;
528 uint32_t *op3, uint32_t *op2,
535 const uint32_t p3 = *op3, p2 = *op2, p1 = *op1, p0 = *op0;
611 /* *op3 = ROUND_POWER_OF_TWO(p7 * 4 + p6 + p5 + p4 + p3 * 2 + p2 +
659 *op3 = res_op3;
526 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/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_loopfilter_filters_dspr2.h371 static INLINE void vp9_mbfilter_dspr2(uint32_t *op3, uint32_t *op2, argument
376 const uint32_t p3 = *op3, p2 = *op2, p1 = *op1, p0 = *op0;
528 uint32_t *op3, uint32_t *op2,
535 const uint32_t p3 = *op3, p2 = *op2, p1 = *op1, p0 = *op0;
611 /* *op3 = ROUND_POWER_OF_TWO(p7 * 4 + p6 + p5 + p4 + p3 * 2 + p2 +
659 *op3 = res_op3;
526 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/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_loopfilter_filters.c157 uint8_t *op3, uint8_t *op2,
162 const uint8_t p3 = *op3, p2 = *op2, p1 = *op1, p0 = *op0;
235 uint8_t *op3, uint8_t *op2,
243 p3 = *op3, p2 = *op2, p1 = *op1, p0 = *op0;
255 *op3 = ROUND_POWER_OF_TWO(p7 * 4 + p6 + p5 + p4 + p3 * 2 + p2 + p1 + p0 +
278 filter8(mask, thresh, flat, op3, op2, op1, op0, oq0, oq1, oq2, oq3);
156 filter8(int8_t mask, uint8_t thresh, 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
231 filter16(int8_t mask, uint8_t thresh, 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/libvpx/libvpx/vp9/common/
H A Dvp9_loopfilter_filters.c157 uint8_t *op3, uint8_t *op2,
162 const uint8_t p3 = *op3, p2 = *op2, p1 = *op1, p0 = *op0;
235 uint8_t *op3, uint8_t *op2,
243 p3 = *op3, p2 = *op2, p1 = *op1, p0 = *op0;
255 *op3 = ROUND_POWER_OF_TWO(p7 * 4 + p6 + p5 + p4 + p3 * 2 + p2 + p1 + p0 +
278 filter8(mask, thresh, flat, op3, op2, op1, op0, oq0, oq1, oq2, oq3);
156 filter8(int8_t mask, uint8_t thresh, 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
231 filter16(int8_t mask, uint8_t thresh, 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/extensions/common/api/sockets/
H A Dsockets_manifest_permission_unittest.cc139 const CheckFormatEntry& op3,
146 CheckFormatEntry entries[] = {op1, op2, op3, op4, op5, op6, op7, op8, op9};
136 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

Completed in 8578 milliseconds

12