Searched refs:op1 (Results 1 - 25 of 128) sorted by relevance

123456

/external/valgrind/main/none/tests/s390x/
H A Dcds.c15 quad_word op1 = op1_init; local
19 quad_word op1_before = op1;
23 printf("before op1 = (%#lx, %#lx)\n", op1.high, op1.low);
31 "stmg %%r0,%%r1,%1\n" // store r0,r1 to op1
35 : "=d" (cc), "+QS" (op1), "+QS" (op2), "+QS" (op3)
39 printf("after op1 = (%#lx, %#lx)\n", op1.high, op1
95 quad_word op1, op3; local
[all...]
H A Dcds.stdout.exp1 before op1 = (0x44556677, 0x111111118899aabb)
4 after op1 = (0x44556677, 0x111111118899aabb)
8 before op1 = (0x1000000000000000, 0)
11 after op1 = (0x1000000080000000, 0x1)
H A Dcs.stdout.exp1 before op1 = 0x10000000
4 after op1 = 0x10000000
8 before op1 = 0x10000000
11 after op1 = 0x20000000
H A Dcsg.stdout.exp1 before op1 = 0x1000000000000000
4 after op1 = 0x1000000000000000
8 before op1 = 0x1000000000000000
11 after op1 = 0x2000000000000000
H A Dlaa.stdout.exp1 before op1 = 0
4 after op1 = 0
8 before op1 = 0xffffffff
11 after op1 = 0xffffffff
15 before op1 = 0x10000000
18 after op1 = 0x10000000
22 before op1 = 0x10000000
25 after op1 = 0x20000000
29 before op1 = 0xffffffff
32 after op1
[all...]
H A Dcs.c8 register int32_t op1 asm("8") = op1_init;
14 printf("before op1 = %#x\n", op1);
22 : "=d" (cc), "+Q" (op2), "+d"(op1), "+d"(op3)
26 printf("after op1 = %#x\n", op1);
39 if (op1 != op2) {
H A Dcsg.c8 register int64_t op1 asm("8") = op1_init;
14 printf("before op1 = %#lx\n", op1);
22 : "=d" (cc), "+Q" (op2), "+d"(op1), "+d"(op3)
26 printf("after op1 = %#lx\n", op1);
39 if (op1 != op2) {
H A Dcdsg.stdout.exp1 before op1 = (0x11223344556677, 0x8899aabbccddeeff)
4 after op1 = (0x11223344556677, 0x8899aabbccddeeff)
8 before op1 = (0x8000000000000000, 0)
11 after op1 = (0, 0x1)
15 before op1 = (0, 0x1)
18 after op1 = (0x1, 0)
H A Dlaa.c8 register int32_t op1 asm("8") = op1_init;
14 printf("before op1 = %#x\n", op1);
22 : "=d" (cc), "+Q" (op2), "+d"(op1), "+d"(op3)
26 printf("after op1 = %#x\n", op1);
H A Dcdsg.c28 printf("before op1 = (%#lx, %#lx)\n", _op1.high, _op1.low);
44 printf("after op1 = (%#lx, %#lx)\n", _op1.high, _op1.low);
84 quad_word op1, op2, op3; local
86 // op1 == op2
87 op1.high = 0x0011223344556677ull;
88 op1.low = 0x8899aabbccddeeffull;
89 op2 = op1;
91 test(op1, op2, op3, 0);
93 // op1 != op2 (only MSB differs)
94 op1
[all...]
H A Ddfp_utils.h22 #define DFP_BINOP_PRINT(op1, op2, result, type, op, cc) \
24 DFP_VAL_PRINT(op1, type); \
H A Dcomp-1.c14 #define RIL_RI(op1,r1,op2,i2) \
15 ".short 0x" #op1 #r1 #op2 "\n\t" \
24 int64_t op1 = v1; \
30 : "d" (op1), "d" (op2) \
33 #insn, op1, op2, cc); \
41 int64_t op1 = v1; \
47 : "d" (op1), "Q" (op2) \
50 #insn, op1, (int64_t)op2, cc); \
58 register int64_t op1 asm("8") = v1; \
63 : "d" (op1) \
[all...]
H A Dcomp-2.c14 #define RIL_RU(op1,r1,op2,i2) \
15 ".short 0x" #op1 #r1 #op2 "\n\t" \
24 uint64_t op1 = v1; \
30 : "d" (op1), "d" (op2) \
33 #insn, op1, op2, cc); \
41 uint64_t op1 = v1; \
47 : "d" (op1), "Q" (op2) \
50 #insn, op1, (uint64_t)op2, cc); \
58 register uint64_t op1 asm("8") = v1; \
63 : "d" (op1) \
[all...]
/external/valgrind/main/memcheck/tests/s390x/
H A Dcds.c13 quad_word op1 = op1_init; local
21 "stmg %%r0,%%r1,%1\n" // store r0,r1 to op1
23 : "=d" (cc), "+QS" (op1), "+QS" (op2), "+QS" (op3)
43 quad_word op1, op3; local
46 // op1 undefined
47 op1 = make_undefined();
50 test(op1, op2, op3); // complaint
55 quad_word op1, op3; local
58 op1.high = op1
66 quad_word op1, op3; local
[all...]
H A Dcdsg.c25 "stmg %%r0,%%r1,%1\n" // store r0,r1 to op1
34 quad_word op1, op2, op3; local
36 // op1 undefined
39 test(op1, op2, op3); // complaint
44 quad_word op1, op2, op3; local
46 op1.high = op1.low = 42;
49 test(op1, op2, op3); // complaint
54 quad_word op1, op2, op3; local
56 op1
[all...]
H A Dcs.c8 register int32_t op1 asm("8") = op1_init;
18 : "=d" (cc), "+Q" (op2), "+d"(op1), "+d"(op3)
25 int op1, op2, op3; local
27 test(op1, 0x10000000, 0x12345678); // complaint
H A Dcsg.c8 register int64_t op1 asm("8") = op1_init;
18 : "=d" (cc), "+Q" (op2), "+d"(op1), "+d"(op3)
25 int64_t op1, op2, op3; local
27 test(op1, 0x1000000000000000ull, 0x1234567887654321ull); // complaint
/external/valgrind/main/none/tests/mips64/
H A Dround.c100 int FCSRRoundingMode(flt_round_op_t op1) argument
114 switch(op1) {
117 printf("%s %lf %lf\n", flt_round_op_names[op1], fd_d, fs_f[i]);
122 printf("%s %lf %d\n", flt_round_op_names[op1], fd_d, fs_w[i]);
127 printf("%s %f %lf\n", flt_round_op_names[op1], fd_f, fs_d[i]);
132 printf("%s %f %d\n", flt_round_op_names[op1], fd_f, fs_w[i]);
137 printf("%s %d %f\n", flt_round_op_names[op1], fd_w, fs_f[i]);
142 printf("%s %d %lf\n", flt_round_op_names[op1], fd_w, fs_d[i]);
147 printf("%s %lf %ld\n", flt_round_op_names[op1], fd_d, fs_l[i]);
152 printf("%s %lld %f\n", flt_round_op_names[op1], fd_
177 flt_round_op_t op1; local
[all...]
/external/valgrind/main/VEX/test/
H A Dtest-amd64-muldiv.h2 void glue(glue(test_, OP), b)(int64 op0, int64 op1) argument
6 s1 = op1;
20 void glue(glue(test_, OP), w)(int64 op0h, int64 op0, int64 op1) argument
23 s1 = op1;
38 void glue(glue(test_, OP), l)(int64 op0h, int64 op0, int64 op1) argument
41 s1 = op1;
56 void glue(glue(test_, OP), q)(int64 op0h, int64 op0, int64 op1) argument
59 s1 = op1;
H A Dtest-i386-muldiv.h2 void glue(glue(test_, OP), b)(int op0, int op1) argument
6 s1 = op1;
20 void glue(glue(test_, OP), w)(int op0h, int op0, int op1) argument
23 s1 = op1;
38 void glue(glue(test_, OP), l)(int op0h, int op0, int op1) argument
41 s1 = op1;
/external/valgrind/main/none/tests/mips32/
H A Dround.c208 int FCSRRoundingMode(flt_round_op_t op1) argument
221 switch(op1) {
224 printf("%s %lf %lf\n", flt_round_op_names[op1], fd_d, fs_f[i]);
229 printf("%s %lf %d\n", flt_round_op_names[op1], fd_d, fs_w[i]);
234 printf("%s %f %lf\n", flt_round_op_names[op1], fd_f, fs_d[i]);
239 printf("%s %f %d\n", flt_round_op_names[op1], fd_f, fs_w[i]);
244 printf("%s %d %f\n", flt_round_op_names[op1], fd_w, fs_f[i]);
249 printf("%s %d %lf\n", flt_round_op_names[op1], fd_w, fs_d[i]);
264 flt_round_op_t op1; local
274 for (op1
[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/third_party/yasm/source/patched-yasm/libyasm/
H A Dintnum.c425 wordptr op1, op2 = NULL; local
431 op1 = intnum_tobv(op1static, acc);
446 BitVector_add(result, op1, op2, &carry);
449 BitVector_sub(result, op1, op2, &carry);
452 BitVector_Multiply(result, op1, op2);
455 /* TODO: make sure op1 and op2 are unsigned */
461 BitVector_Divide(result, op1, op2, spare);
469 BitVector_Divide(result, op1, op2, spare);
472 /* TODO: make sure op1 and op2 are unsigned */
478 BitVector_Divide(spare, op1, op
615 wordptr op1, op2; local
779 wordptr op1 = op1static, op2; local
[all...]
/external/chromium_org/v8/src/compiler/
H A Dvalue-numbering-reducer-unittest.cc18 const SimpleOperator kOp1(1, Operator::kNoProperties, 1, 1, "op1");
67 const SimpleOperator op1(static_cast<Operator::Opcode>(input_count),
70 Node* n1 = graph()->NewNode(&op1, static_cast<int>(input_count), inputs);
95 const SimpleOperator op1(1, Operator::kNoProperties,
96 static_cast<int>(input_count), 1, "op1");
97 Node* n = graph()->NewNode(&op1, static_cast<int>(input_count), inputs);
101 r = Reduce(graph()->NewNode(&op1, static_cast<int>(input_count), inputs));
105 r = Reduce(graph()->NewNode(&op1, static_cast<int>(input_count), inputs));
/external/chromium_org/v8/src/arm64/
H A Dutils-arm64.h103 inline double FusedMultiplyAdd(double op1, double op2, double a) { argument
104 return fma(op1, op2, a);
108 inline float FusedMultiplyAdd(float op1, float op2, float a) { argument
109 return fmaf(op1, op2, a);

Completed in 5953 milliseconds

123456