Searched refs:op2 (Results 1 - 25 of 89) sorted by relevance

1234

/external/valgrind/main/none/tests/s390x/
H A Dcds.c16 uint64_t op2 = op2_init; local
20 uint64_t op2_before = op2;
24 printf("before op2 = %#lx\n", op2);
35 : "=d" (cc), "+QS" (op1), "+QS" (op2), "+QS" (op3)
40 printf("after op2 = %#lx\n", op2);
62 // lower 32 bits of op2 are the lower 32 bits of op3.low
63 if ((op2 & 0xffffffff) != (op3.low & 0xffffffff)) {
66 // higher 32 bits of op2 ar
96 uint64_t op2; local
[all...]
H A Dcs.c11 int32_t op2 = op2_init; local
15 printf("before op2 = %#x\n", op2);
22 : "=d" (cc), "+Q" (op2), "+d"(op1), "+d"(op3)
27 printf("after op2 = %#x\n", op2);
35 if (op2 != op3) {
39 if (op1 != op2) {
H A Dcsg.c11 int64_t op2 = op2_init; local
15 printf("before op2 = %#lx\n", op2);
22 : "=d" (cc), "+Q" (op2), "+d"(op1), "+d"(op3)
27 printf("after op2 = %#lx\n", op2);
35 if (op2 != op3) {
39 if (op1 != op2) {
H A Dcds.stdout.exp2 before op2 = 0x445566778899aabb
5 after op2 = 0xdeadbabedeadbabe
9 before op2 = 0x8000000000000001
12 after op2 = 0x8000000000000001
H A Dcs.stdout.exp2 before op2 = 0x10000000
5 after op2 = 0x12345678
9 before op2 = 0x20000000
12 after op2 = 0x20000000
H A Dcsg.stdout.exp2 before op2 = 0x1000000000000000
5 after op2 = 0x1234567887654321
9 before op2 = 0x2000000000000000
12 after op2 = 0x2000000000000000
H A Dcdsg.stdout.exp2 before op2 = (0x11223344556677, 0x8899aabbccddeeff)
5 after op2 = (0xdeadbeefdeadbabe, 0xdeadbeefdeadbabe)
9 before op2 = (0, 0x1)
12 after op2 = (0, 0x1)
16 before op2 = (0x1, 0)
19 after op2 = (0x1, 0)
H A Dcdsg.c29 printf("before op2 = (%#lx, %#lx)\n", _op2.high, _op2.low);
45 printf("after op2 = (%#lx, %#lx)\n", _op2.high, _op2.low);
84 quad_word op1, op2, op3; local
86 // op1 == op2
89 op2 = op1;
91 test(op1, op2, op3, 0);
93 // op1 != op2 (only MSB differs)
96 op2.high = 0;
97 op2.low = 1;
99 test(op1, op2, op
[all...]
H A Dopcodes.h19 #define RIL_RI(op1,r1,op2,i2) \
20 ".short 0x" #op1 #r1 #op2 "\n\t" \
22 #define RIE_RRI0(op1,r1,r3,i2,u0,op2) \
24 ".long 0x" #i2 #u0 #op2 "\n\t"
26 #define SIY_IRD(op1,i2,b1,dl1,dh1,op2) \
28 ".long 0x" #b1 #dl1 #dh1 #op2 "\n\t"
29 #define RXY_RRRD(op1,r1,x2,b2,dl2,dh2,op2) \
31 ".long 0x" #b2 #dl2 #dh2 #op2 "\n\t"
32 #define RIL_RU(op1,r1,op2,i2) \
33 ".short 0x" #op1 #r1 #op2 "\
[all...]
/external/valgrind/main/memcheck/tests/s390x/
H A Dcds.c14 uint64_t op2 = op2_init; local
23 : "=d" (cc), "+QS" (op1), "+QS" (op2), "+QS" (op3)
44 uint64_t op2; local
48 op2 = 42;
50 test(op1, op2, op3); // complaint
56 uint64_t op2; local
59 // op2 undefined
61 test(op1, op2, op3); // complaint
67 uint64_t op2; local
70 op2
[all...]
H A Dcdsg.c34 quad_word op1, op2, op3; local
37 op2.high = op2.low = 42;
39 test(op1, op2, op3); // complaint
44 quad_word op1, op2, op3; local
47 // op2 undefined
49 test(op1, op2, op3); // complaint
54 quad_word op1, op2, op3; local
57 op2 = op1;
59 test(op1, op2, op
[all...]
H A Dcs.c11 int32_t op2 = op2_init; local
18 : "=d" (cc), "+Q" (op2), "+d"(op1), "+d"(op3)
25 int op1, op2, op3; local
28 test(0x10000000, op2, 0x12345678); // complaint
H A Dcsg.c11 int64_t op2 = op2_init; local
18 : "=d" (cc), "+Q" (op2), "+d"(op1), "+d"(op3)
25 int64_t op1, op2, op3; local
28 test(0x1000000000000000ull, op2, 0x1234567887654321ull); // 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/valgrind/main/VEX/priv/
H A Dguest_s390_toIR.c166 binop(IROp kind, IRExpr *op1, IRExpr *op2) argument
168 return IRExpr_Binop(kind, op1, op2);
173 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);
695 s390_call_calculate_icc(UInt m, UInt opc, IRTemp op1, IRTemp op2) argument
702 dep2 = s390_cc_widen(op2, True);
707 dep2 = s390_cc_widen(op2, False);
2180 IRTemp op2 local
2196 IRTemp op2 = newTemp(Ity_I64); local
2212 IRTemp op2 = newTemp(Ity_I64); local
2227 IRTemp op2 = newTemp(Ity_I32); local
2243 IRTemp op2 = newTemp(Ity_I64); local
2260 IRTemp op2 = newTemp(Ity_I32); local
2276 IRTemp op2 = newTemp(Ity_I32); local
2292 IRTemp op2 = newTemp(Ity_I64); local
2308 IRTemp op2 = newTemp(Ity_I64); local
2324 Int op2; local
2341 Long op2; local
2357 Int op2; local
2374 Long op2; local
2392 Int op2; local
2409 Long op2; local
2426 IRTemp op2 = newTemp(Ity_I32); local
2442 IRTemp op2 = newTemp(Ity_I32); local
2458 Int op2; local
2475 Long op2; local
2491 IRTemp op2 = newTemp(Ity_I32); local
2507 IRTemp op2 = newTemp(Ity_I32); local
2524 Int op2; local
2541 IRTemp op2 = newTemp(Ity_I32); local
2557 IRTemp op2 = newTemp(Ity_I64); local
2573 IRTemp op2 = newTemp(Ity_I64); local
2588 IRTemp op2 = newTemp(Ity_I32); local
2604 IRTemp op2 = newTemp(Ity_I64); local
2621 IRTemp op2 = newTemp(Ity_I32); local
2637 IRTemp op2 = newTemp(Ity_I32); local
2653 IRTemp op2 = newTemp(Ity_I64); local
2669 IRTemp op2 = newTemp(Ity_I64); local
2685 UInt op2; local
2702 ULong op2; local
2718 IRTemp op2 = newTemp(Ity_I32); local
2734 IRTemp op2 = newTemp(Ity_I32); local
2751 IRTemp op2 = newTemp(Ity_I32); local
2770 IRTemp op2 = newTemp(Ity_I64); local
2790 IRTemp op2 = newTemp(Ity_I32); local
2809 IRTemp op2 = newTemp(Ity_I64); local
2829 UInt op2; local
2846 ULong op2; local
2862 UInt op2; local
2879 ULong op2; local
2897 UInt op2; local
2914 UInt op2; local
2929 IRTemp op2 = newTemp(Ity_I32); local
2945 IRTemp op2 = newTemp(Ity_I64); local
2960 IRTemp op2 = newTemp(Ity_I32); local
2976 IRTemp op2 = newTemp(Ity_I64); local
2993 IRTemp op2 = newTemp(Ity_I32); local
3009 IRTemp op2 = newTemp(Ity_I32); local
3025 IRTemp op2 = newTemp(Ity_I64); local
3041 UChar op2; local
3057 UChar op2; local
3073 UInt op2; local
3089 UShort op2; local
3105 UShort op2; local
3121 UInt op2; local
3137 UShort op2; local
3153 UShort op2; local
3478 IRTemp op2 = newTemp(Ity_I32); local
3491 IRTemp op2 = newTemp(Ity_I64); local
3504 IRTemp op2 = newTemp(Ity_I64); local
3517 IRTemp op2 = newTemp(Ity_I32); local
3530 IRTemp op2 = newTemp(Ity_I32); local
3543 IRTemp op2 = newTemp(Ity_I64); local
3556 IRTemp op2 = newTemp(Ity_I64); local
3569 Int op2; local
3583 Long op2; local
3597 IRTemp op2 = newTemp(Ity_I32); local
3611 IRTemp op2 = newTemp(Ity_I64); local
3625 IRTemp op2 = newTemp(Ity_I64); local
3639 IRTemp op2 = newTemp(Ity_I32); local
3663 IRTemp op2 = newTemp(Ity_I64); local
3687 IRTemp op2 = newTemp(Ity_I32); local
3713 IRTemp op2 = newTemp(Ity_I64); local
3739 Int op2; local
3763 Long op2; local
3787 Int op2; local
3812 Long op2; local
3837 IRTemp op2 = newTemp(Ity_I32); local
3850 IRTemp op2 = newTemp(Ity_I32); local
3863 IRTemp op2 = newTemp(Ity_I64); local
3876 Int op2; local
3890 Long op2; local
3904 Short op2; local
3918 Int op2; local
3932 Long op2; local
3946 IRTemp op2 = newTemp(Ity_I32); local
3960 IRTemp op2 = newTemp(Ity_I64); local
3974 IRTemp op2 = newTemp(Ity_I32); local
3987 IRTemp op2 = newTemp(Ity_I32); local
4000 IRTemp op2 = newTemp(Ity_I32); local
4013 Int op2; local
4027 IRTemp op2 = newTemp(Ity_I32); local
4040 IRTemp op2 = newTemp(Ity_I64); local
4053 IRTemp op2 = newTemp(Ity_I64); local
4066 IRTemp op2 = newTemp(Ity_I32); local
4079 IRTemp op2 = newTemp(Ity_I32); local
4092 IRTemp op2 = newTemp(Ity_I64); local
4105 IRTemp op2 = newTemp(Ity_I64); local
4118 UInt op2; local
4132 ULong op2; local
4146 UChar op2; local
4160 UChar op2; local
4174 UInt op2; local
4188 ULong op2; local
4202 UShort op2; local
4216 IRTemp op2 = newTemp(Ity_I32); local
4230 IRTemp op2 = newTemp(Ity_I64); local
4244 IRTemp op2 = newTemp(Ity_I64); local
4258 IRTemp op2 = newTemp(Ity_I32); local
4272 IRTemp op2 = newTemp(Ity_I64); local
4286 IRTemp op2 = newTemp(Ity_I32); local
4310 IRTemp op2 = newTemp(Ity_I64); local
4334 IRTemp op2 = newTemp(Ity_I32); local
4359 IRTemp op2 = newTemp(Ity_I64); local
4384 UInt op2; local
4408 ULong op2; local
4432 UInt op2; local
4457 ULong op2; local
4482 IRTemp op2 = newTemp(Ity_I32); local
4544 IRTemp op2 = newTemp(Ity_I32); local
4606 IRTemp op2 = newTemp(Ity_I32); local
4668 IRTemp op2 = newTemp(Ity_I32); local
4681 IRTemp op2 = newTemp(Ity_I32); local
4694 IRTemp op2 = newTemp(Ity_I32); local
4707 UInt op2; local
4731 IRTemp op2 = newTemp(Ity_I32); local
4751 IRTemp op2 = newTemp(Ity_I64); local
4770 IRTemp op2 = newTemp(Ity_I32); local
4786 IRTemp op2 = newTemp(Ity_I64); local
4803 IRTemp op2 = newTemp(Ity_I32); local
4819 IRTemp op2 = newTemp(Ity_I32); local
4835 IRTemp op2 = newTemp(Ity_I64); local
4851 UChar op2; local
4867 UChar op2; local
4883 UInt op2; local
4899 UInt op2; local
5224 IRTemp op2 = newTemp(Ity_I32); local
5241 IRTemp op2 = newTemp(Ity_I64); local
5258 IRTemp op2 = newTemp(Ity_I32); local
5275 IRTemp op2 = newTemp(Ity_I64); local
5292 IRTemp op2 = newTemp(Ity_I32); local
5309 IRTemp op2 = newTemp(Ity_I64); local
5326 IRTemp op2 = newTemp(Ity_I32); local
5343 IRTemp op2 = newTemp(Ity_I64); local
5360 IRTemp op2 = newTemp(Ity_I32); local
5377 IRTemp op2 = newTemp(Ity_I64); local
5394 IRTemp op2 = newTemp(Ity_I32); local
5406 IRTemp op2 = newTemp(Ity_I64); local
5418 IRTemp op2 = newTemp(Ity_I64); local
5430 IRTemp op2 = newTemp(Ity_I32); local
5442 IRTemp op2 = newTemp(Ity_I64); local
5454 IRTemp op2 = newTemp(Ity_I64); local
5507 IRTemp op2 = newTemp(Ity_I32); local
5524 IRTemp op2 = newTemp(Ity_I64); local
5541 IRTemp op2 = newTemp(Ity_I64); local
5836 IRTemp op2 = newTemp(Ity_I32); local
5851 IRTemp op2 = newTemp(Ity_I64); local
5866 IRTemp op2 = newTemp(Ity_I64); local
5927 IRTemp op2 = newTemp(Ity_I32); local
5942 IRTemp op2 = newTemp(Ity_I64); local
5957 IRTemp op2 = newTemp(Ity_I64); local
6024 IRTemp op2 = newTemp(Ity_I16); local
6036 IRTemp op2 = newTemp(Ity_I32); local
6053 IRTemp op2 = newTemp(Ity_I64); local
6119 IRTemp op2 = newTemp(Ity_I32); local
6135 IRTemp op2 = newTemp(Ity_I32); local
6151 IRTemp op2 = newTemp(Ity_I32); local
6167 IRTemp op2 = newTemp(Ity_I16); local
6183 IRTemp op2 = newTemp(Ity_I16); local
6199 Short op2; local
6215 Short op2; local
6231 IRTemp op2 = newTemp(Ity_I32); local
6247 IRTemp op2 = newTemp(Ity_I64); local
6263 IRTemp op2 = newTemp(Ity_I32); local
6279 IRTemp op2 = newTemp(Ity_I64); local
6295 IRTemp op2 = newTemp(Ity_I32); local
6310 IRTemp op2 = newTemp(Ity_I64); local
6325 IRTemp op2 = newTemp(Ity_I32); local
6341 IRTemp op2 = newTemp(Ity_I32); local
6356 IRTemp op2 = newTemp(Ity_I32); local
6371 IRTemp op2 = newTemp(Ity_I64); local
6386 IRTemp op2 = newTemp(Ity_I32); local
6402 Int op2; local
6417 Int op2; local
6433 IRTemp op2 = newTemp(Ity_I32); local
6449 IRTemp op2 = newTemp(Ity_I64); local
6464 IRTemp op2 = newTemp(Ity_I32); local
6480 IRTemp op2 = newTemp(Ity_I64); local
6497 IRTemp op2 = newTemp(Ity_I32); local
6513 IRTemp op2 = newTemp(Ity_I32); local
6529 IRTemp op2 = newTemp(Ity_I64); local
6545 UChar op2; local
6561 UChar op2; local
6577 UInt op2; local
6593 UShort op2; local
6609 UShort op2; local
6625 UInt op2; local
6641 UShort op2; local
6657 UShort op2; local
6723 IRTemp op2 = newTemp(Ity_I64); local
6762 IRTemp op2 = newTemp(Ity_I64); local
6801 IRTemp op2 = newTemp(Ity_I64); local
6839 IRTemp op2 = newTemp(Ity_I64); local
7389 IRTemp op2 = newTemp(Ity_I32); local
7405 IRTemp op2 = newTemp(Ity_I64); local
7421 IRTemp op2 = newTemp(Ity_I64); local
7436 IRTemp op2 = newTemp(Ity_I32); local
7452 IRTemp op2 = newTemp(Ity_I64); local
7469 IRTemp op2 = newTemp(Ity_I32); local
7485 IRTemp op2 = newTemp(Ity_I32); local
7501 IRTemp op2 = newTemp(Ity_I64); local
7517 IRTemp op2 = newTemp(Ity_I64); local
7533 IRTemp op2 = newTemp(Ity_I32); local
7549 IRTemp op2 = newTemp(Ity_I32); local
7564 IRTemp op2 = newTemp(Ity_I32); local
7580 IRTemp op2 = newTemp(Ity_I32); local
7597 IRTemp op2 = newTemp(Ity_I32); local
7613 IRTemp op2 = newTemp(Ity_I64); local
7629 IRTemp op2 = newTemp(Ity_I64); local
7644 IRTemp op2 = newTemp(Ity_I32); local
7660 IRTemp op2 = newTemp(Ity_I64); local
7677 IRTemp op2 = newTemp(Ity_I32); local
7693 IRTemp op2 = newTemp(Ity_I32); local
7709 IRTemp op2 = newTemp(Ity_I64); local
7725 IRTemp op2 = newTemp(Ity_I64); local
7741 UInt op2; local
7758 ULong op2; local
7774 IRTemp op2 = newTemp(Ity_I32); local
7790 IRTemp op2 = newTemp(Ity_I32); local
7807 IRTemp op2 = newTemp(Ity_I32); local
7827 IRTemp op2 = newTemp(Ity_I64); local
7847 IRTemp op2 = newTemp(Ity_I32); local
7867 IRTemp op2 = newTemp(Ity_I64); local
8145 IRTemp op2 = newTemp(Ity_F32); local
8162 IRTemp op2 = newTemp(Ity_F64); local
8179 IRTemp op2 = newTemp(Ity_F32); local
8196 IRTemp op2 = newTemp(Ity_F64); local
8212 IRTemp op2 = newTemp(Ity_I32); local
8223 IRTemp op2 = newTemp(Ity_I32); local
8234 IRTemp op2 = newTemp(Ity_I64); local
8245 IRTemp op2 = newTemp(Ity_I64); local
8317 IRTemp op2 = newTemp(Ity_F32); local
8333 IRTemp op2 = newTemp(Ity_F64); local
8349 IRTemp op2 = newTemp(Ity_F32); local
8365 IRTemp op2 = newTemp(Ity_F64); local
8462 IRTemp op2 = newTemp(Ity_F32); local
8478 IRTemp op2 = newTemp(Ity_F64); local
8494 IRTemp op2 = newTemp(Ity_F32); local
8510 IRTemp op2 = newTemp(Ity_F64); local
8526 IRTemp op2 = newTemp(Ity_F32); local
8543 IRTemp op2 = newTemp(Ity_F64); local
8560 IRTemp op2 = newTemp(Ity_F32); local
8577 IRTemp op2 = newTemp(Ity_F64); local
9561 s390_irgen_divide_64to32(IROp op, UChar r1, IRTemp op2) argument
9575 s390_irgen_divide_128to64(IROp op, UChar r1, IRTemp op2) argument
9589 s390_irgen_divide_64to64(IROp op, UChar r1, IRTemp op2) argument
9603 IRTemp op2 = newTemp(Ity_I32); local
9615 IRTemp op2 = newTemp(Ity_I32); local
9627 IRTemp op2 = newTemp(Ity_I32); local
9639 IRTemp op2 = newTemp(Ity_I32); local
9651 IRTemp op2 = newTemp(Ity_I64); local
9663 IRTemp op2 = newTemp(Ity_I64); local
9675 IRTemp op2 = newTemp(Ity_I64); local
9687 IRTemp op2 = newTemp(Ity_I64); local
9699 IRTemp op2 = newTemp(Ity_I64); local
9711 IRTemp op2 = newTemp(Ity_I64); local
9988 IRTemp op2 = newTemp(Ity_F128); local
10051 IRTemp op2 = newTemp(Ity_F32); local
10069 IRTemp op2 = newTemp(Ity_F64); local
10087 IRTemp op2 = newTemp(Ity_F128); local
10105 IRTemp op2 = newTemp(Ity_F32); local
10123 IRTemp op2 = newTemp(Ity_F64); local
10140 IRTemp op2 = newTemp(Ity_I32); local
10151 IRTemp op2 = newTemp(Ity_I64); local
10193 IRTemp op2 = newTemp(Ity_F128); local
10371 IRTemp op2 = newTemp(Ity_F128); local
10404 IRExpr *op2 = load(Ity_F32, mkexpr(op2addr)); local
10415 IRExpr *op2 = load(Ity_F64, mkexpr(op2addr)); local
10444 IRExpr *op2 = load(Ity_F32, mkexpr(op2addr)); local
10455 IRExpr *op2 = load(Ity_F64, mkexpr(op2addr)); local
10522 IRTemp op2 = newTemp(Ity_F128); local
11941 unsigned int op2 : 4; member in struct:__anon27374::__anon27375
12858 unsigned int op2 : 8; member in struct:__anon27388::__anon27389
12867 unsigned int op2 : 8; member in struct:__anon27388::__anon27390
12876 unsigned int op2 : 8; member in struct:__anon27388::__anon27391
12885 unsigned int op2 : 8; member in struct:__anon27388::__anon27392
12893 unsigned int op2 : 8; member in struct:__anon27388::__anon27393
12898 unsigned int op2 : 4; member in struct:__anon27388::__anon27394
12908 unsigned int op2 : 8; member in struct:__anon27388::__anon27395
12918 unsigned int op2 : 8; member in struct:__anon27388::__anon27396
12927 unsigned int op2 : 8; member in struct:__anon27388::__anon27397
12936 unsigned int op2 : 8; member in struct:__anon27388::__anon27398
12945 unsigned int op2 : 8; member in struct:__anon27388::__anon27399
12955 unsigned int op2 : 8; member in struct:__anon27388::__anon27400
12964 unsigned int op2 : 8; member in struct:__anon27388::__anon27401
12972 unsigned int op2 : 8; member in struct:__anon27388::__anon27402
13010 unsigned int op2 : 4; member in struct:__anon27388::__anon27407
[all...]
H A Dhost_s390_defs.h294 s390_opnd_RMI op2; member in struct:__anon27759::__anon27760::__anon27766
300 s390_opnd_RMI op2; member in struct:__anon27759::__anon27760::__anon27767
306 s390_opnd_RMI op2; member in struct:__anon27759::__anon27760::__anon27768
311 s390_opnd_RMI op2; member in struct:__anon27759::__anon27760::__anon27769
331 HReg op2; member in struct:__anon27759::__anon27760::__anon27773
343 s390_amode *op2; member in struct:__anon27759::__anon27760::__anon27776
350 s390_amode *op2; member in struct:__anon27759::__anon27760::__anon27777
374 HReg op2; /* second operand */ member in struct:__anon27759::__anon27760::__anon27779
381 HReg op2; /* right operand */ member in struct:__anon27759::__anon27760::__anon27780
470 s390_opnd_RMI op2);
[all...]
H A Dhost_s390_isel.c654 s390_opnd_RMI op2; local
657 op2 = s390_isel_int_expr_RMI(env, arg2); /* Process 2nd operand */
667 addInstr(env, s390_insn_divs(8, r10, r11, op2));
685 s390_opnd_RMI op2; local
690 op2 = s390_isel_int_expr_RMI(env, arg2); /* Process 2nd operand */
700 addInstr(env, s390_insn_mul(8, r10, r11, op2, is_signed_multiply));
713 s390_opnd_RMI op2; local
716 op2 = s390_isel_int_expr_RMI(env, arg2); /* Process 2nd operand */
728 addInstr(env, s390_insn_div(8, r10, r11, op2, is_signed_divide));
820 s390_opnd_RMI op2, valu local
1786 HReg op1, op2, op3, dst; local
1820 HReg h1, op2, dst; local
2122 s390_opnd_RMI op1, op2; local
2154 s390_opnd_RMI op2; local
2171 s390_opnd_RMI op2; local
2187 s390_opnd_RMI op2; local
2489 s390_amode *op2 = s390_isel_amode(env, cas->addr); local
2502 s390_amode *op2 = s390_isel_amode(env, cas->addr); local
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dintnum.c425 wordptr op1, op2 = NULL; local
433 op2 = intnum_tobv(op2static, operand);
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 */
456 if (BitVector_is_empty(op2)) {
461 BitVector_Divide(result, op1, op2, spare);
464 if (BitVector_is_empty(op2)) {
469 BitVector_Divide(result, op1, op2, spar
615 wordptr op1, op2; local
779 wordptr op1 = op1static, op2; local
[all...]
/external/chromium_org/cc/output/
H A Dfilter_operations_unittest.cc44 FilterOperation op2 = FilterOperation::CreateEmptyFilter(); \
45 op2.set_type(FilterOperation::filter_type); \
47 EXPECT_NE(a, op2.amount()); \
49 op2.set_amount(a); \
51 EXPECT_EQ(FilterOperation::filter_type, op2.type()); \
52 EXPECT_EQ(a, op2.amount()); \
64 FilterOperation op2 = FilterOperation::CreateEmptyFilter(); \
65 op2.set_type(FilterOperation::filter_type); \
67 EXPECT_NE(a, op2.drop_shadow_offset()); \
68 EXPECT_NE(b, op2
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/
H A Drtasm_ppc.c295 unsigned op2:11; member in struct:vx_inst::__anon12876
300 emit_vx(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB, argument
308 inst.inst.op2 = op2;
328 unsigned op2:10; member in struct:vxr_inst::__anon12877
333 emit_vxr(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB, argument
342 inst.inst.op2 = op2;
359 unsigned op2:6; member in struct:va_inst::__anon12878
364 emit_va(struct ppc_function *p, uint op2, uin argument
412 unsigned op2:10; member in struct:xl_inst::__anon12880
418 emit_xl(struct ppc_function *p, uint op, uint bo, uint bi, uint bh, uint op2, uint lk) argument
456 unsigned op2:10; member in struct:x_inst::__anon12881
462 emit_x(struct ppc_function *p, uint op, uint vrs, uint ra, uint rb, uint op2, const char *format) argument
520 unsigned op2:5; member in struct:a_inst::__anon12883
526 emit_a(struct ppc_function *p, uint op, uint frt, uint fra, uint frb, uint op2, uint rc, const char *format) argument
553 unsigned op2:9; member in struct:xo_inst::__anon12884
559 emit_xo(struct ppc_function *p, uint op, uint rt, uint ra, uint rb, uint oe, uint op2, uint rc, const char *format) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/rtasm/
H A Drtasm_ppc.c295 unsigned op2:11; member in struct:vx_inst::__anon23361
300 emit_vx(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB, argument
308 inst.inst.op2 = op2;
328 unsigned op2:10; member in struct:vxr_inst::__anon23362
333 emit_vxr(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB, argument
342 inst.inst.op2 = op2;
359 unsigned op2:6; member in struct:va_inst::__anon23363
364 emit_va(struct ppc_function *p, uint op2, uin argument
412 unsigned op2:10; member in struct:xl_inst::__anon23365
418 emit_xl(struct ppc_function *p, uint op, uint bo, uint bi, uint bh, uint op2, uint lk) argument
456 unsigned op2:10; member in struct:x_inst::__anon23366
462 emit_x(struct ppc_function *p, uint op, uint vrs, uint ra, uint rb, uint op2, const char *format) argument
520 unsigned op2:5; member in struct:a_inst::__anon23368
526 emit_a(struct ppc_function *p, uint op, uint frt, uint fra, uint frb, uint op2, uint rc, const char *format) argument
553 unsigned op2:9; member in struct:xo_inst::__anon23369
559 emit_xo(struct ppc_function *p, uint op, uint rt, uint ra, uint rb, uint oe, uint op2, uint rc, const char *format) argument
[all...]
/external/chromium_org/sandbox/win/src/
H A Dpolicy_opcodes_unittest.cc93 PolicyOpcode* op2 = opcode_maker.MakeOpAlwaysTrue(kPolNone); local
94 EXPECT_EQ(EVAL_TRUE, op2->Evaluate(&ppb1, 1, NULL));
97 EXPECT_EQ(EVAL_ERROR, op2->Evaluate(NULL, 0, NULL));
98 EXPECT_EQ(EVAL_ERROR, op2->Evaluate(NULL, 1, NULL));
101 EXPECT_EQ(EVAL_TRUE, op2->Evaluate(&ppb1, 0, NULL));
102 EXPECT_EQ(EVAL_TRUE, op2->Evaluate(&ppb1, 1, NULL));
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dopt_algebraic.cpp64 int op2);
106 int op2)
108 ir_rvalue *temp = ir2->operands[op2];
109 ir2->operands[op2] = ir1->operands[op1];
103 reassociate_operands(ir_expression *ir1, int op1, ir_expression *ir2, int op2) argument
/external/mesa3d/src/glsl/
H A Dopt_algebraic.cpp64 int op2);
106 int op2)
108 ir_rvalue *temp = ir2->operands[op2];
109 ir2->operands[op2] = ir1->operands[op1];
103 reassociate_operands(ir_expression *ir1, int op1, ir_expression *ir2, int op2) argument
/external/qemu/target-arm/
H A Dhelper.c1402 int op2; local
1406 op2 = (insn >> 5) & 7;
1416 && op1 == 2 && crm == 0 && op2 == 0) {
1425 op2 = 0;
1426 switch (op2) {
1458 switch (op2) {
1484 switch (op2) {
1495 switch (op2) {
1521 op2 = 0;
1522 switch (op2) {
1837 int op2; local
[all...]

Completed in 1876 milliseconds

1234