HomeSort by relevance Sort by last modified time
    Searched refs:op2 (Results 1 - 25 of 234) sorted by null

1 2 3 4 5 6 7 8 910

  /external/valgrind/none/tests/s390x/
cds.c 16 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 are the lower 32 bits of op3.hig
96 uint64_t op2; local
    [all...]
laa.c 11 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);
34 if (expected_cc == 0 && op2 != 0) {
37 if (expected_cc == 1 && op2 >= 0) {
40 if (expected_cc == 2 && op2 <= 0) {
cs.c 11 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) {
csg.c 11 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) {
cds.stdout.exp 2 before op2 = 0x445566778899aabb
5 after op2 = 0xdeadbabedeadbabe
9 before op2 = 0x8000000000000001
12 after op2 = 0x8000000000000001
cs.stdout.exp 2 before op2 = 0x10000000
5 after op2 = 0x12345678
9 before op2 = 0x20000000
12 after op2 = 0x20000000
csg.stdout.exp 2 before op2 = 0x1000000000000000
5 after op2 = 0x1234567887654321
9 before op2 = 0x2000000000000000
12 after op2 = 0x2000000000000000
laa.stdout.exp 2 before op2 = 0
5 after op2 = 0
9 before op2 = 0xffffffff
12 after op2 = 0xfffffffe
16 before op2 = 0x10000000
19 after op2 = 0x22345678
23 before op2 = 0x20000000
26 after op2 = 0x32345678
30 before op2 = 0x3
33 after op2 =
    [all...]
cdsg.stdout.exp 2 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)
cdsg.c 29 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, op3, 1)
    [all...]
dfp_utils.h 22 #define DFP_BINOP_PRINT(op1, op2, result, type, op, cc) \
26 DFP_VAL_PRINT(op2, type); \
  /device/google/contexthub/firmware/inc/platform/stm32f4xx/cmsis/
core_cmSimd.h 135 __attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __SADD8(uint32_t op1, uint32_t op2)
139 __ASM volatile ("sadd8 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
143 __attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __QADD8(uint32_t op1, uint32_t op2)
147 __ASM volatile ("qadd8 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
151 __attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __SHADD8(uint32_t op1, uint32_t op2)
155 __ASM volatile ("shadd8 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
159 __attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __UADD8(uint32_t op1, uint32_t op2)
163 __ASM volatile ("uadd8 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
167 __attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __UQADD8(uint32_t op1, uint32_t op2)
171 __ASM volatile ("uqadd8 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
    [all...]
  /external/valgrind/memcheck/tests/s390x/
cds.c 14 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 = 100
    [all...]
cdsg.c 34 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, op3); // no complaint; op3 is just copied aroun
    [all...]
cs.c 11 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
csg.c 11 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
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
ldst-reg-uns-imm.s 37 .macro op2 op, reg, simm
45 op2 \op\suffix, \reg, \simm
49 op2 \op\suffix, \reg, \simm
51 op2 \op\suffix, \reg, "(4095*\size)"
58 op2 \op, \reg, \simm
62 op2 \op, \reg, \simm
65 op2 \op, \reg, 4095
68 op2 \op, \reg, 8190
71 op2 \op, \reg, 16380
74 op2 \op, \reg, 3276
    [all...]
ldst-reg-unscaled-imm.s 35 .macro op2 op, reg, simm
42 op2 \op\suffix, \reg, \simm
46 op2 \op\suffix, \reg, \simm
54 op2 \op, \reg, \simm
58 op2 \op, \reg, \simm
ldst-reg-imm-post-ind.s 23 .macro op2 op, reg, simm
30 op2 \op\suffix, \reg, \simm
38 op2 \op, \reg, \simm
ldst-reg-imm-pre-ind.s 23 .macro op2 op, reg, simm
30 op2 \op\suffix, \reg, \simm
38 op2 \op, \reg, \simm
  /frameworks/base/core/tests/coretests/src/android/content/
ContentProviderOperationTest.java 173 ContentProviderOperation op2 = ContentProviderOperation.newAssertQuery(sTestUri1) local
178 ContentProviderResult result = op2.apply(new TestContentProvider() {
285 ContentProviderOperation op2; local
313 op2 = ContentProviderOperation.CREATOR.createFromParcel(parcel);
315 assertEquals(ContentProviderOperation.TYPE_INSERT, operationGetType(op2));
316 assertEquals("content://goo/bar", operationGetUri(op2).toString());
317 assertEquals(Integer.valueOf(42), operationGetExpectedCount(op2));
318 assertEquals("selection", operationGetSelection(op2));
319 assertEquals(2, operationGetSelectionArgs(op2).length);
320 assertEquals("a", operationGetSelectionArgs(op2)[0])
    [all...]
  /external/valgrind/VEX/priv/
guest_s390_toIR.c 161 binop(IROp kind, IRExpr *op1, IRExpr *op2)
163 return IRExpr_Binop(kind, op1, op2);
168 triop(IROp kind, IRExpr *op1, IRExpr *op2, IRExpr *op3)
170 return IRExpr_Triop(kind, op1, op2, op3);
175 qop(IROp kind, IRExpr *op1, IRExpr *op2, IRExpr *op3, IRExpr *op4)
177 return IRExpr_Qop(kind, op1, op2, op3, op4);
785 s390_call_calculate_icc(UInt m, UInt opc, IRTemp op1, IRTemp op2)
792 dep2 = s390_cc_widen(op2, True);
797 dep2 = s390_cc_widen(op2, False);
2601 IRTemp op2 = newTemp(Ity_I32); local
2617 IRTemp op2 = newTemp(Ity_I64); local
2633 IRTemp op2 = newTemp(Ity_I64); local
2648 IRTemp op2 = newTemp(Ity_I32); local
2664 IRTemp op2 = newTemp(Ity_I64); local
2681 IRTemp op2 = newTemp(Ity_I32); local
2697 IRTemp op2 = newTemp(Ity_I32); local
2713 IRTemp op2 = newTemp(Ity_I64); local
2729 IRTemp op2 = newTemp(Ity_I64); local
2745 Int op2; local
2762 Long op2; local
2778 Int op2; local
2795 Long op2; local
2813 Int op2; local
2830 Long op2; local
2847 IRTemp op2 = newTemp(Ity_I32); local
2863 IRTemp op2 = newTemp(Ity_I32); local
2879 Int op2; local
2896 Long op2; local
2912 IRTemp op2 = newTemp(Ity_I32); local
2928 IRTemp op2 = newTemp(Ity_I32); local
2945 Int op2; local
2962 IRTemp op2 = newTemp(Ity_I32); local
2978 IRTemp op2 = newTemp(Ity_I64); local
2994 IRTemp op2 = newTemp(Ity_I64); local
3009 IRTemp op2 = newTemp(Ity_I32); local
3025 IRTemp op2 = newTemp(Ity_I64); local
3042 IRTemp op2 = newTemp(Ity_I32); local
3058 IRTemp op2 = newTemp(Ity_I32); local
3074 IRTemp op2 = newTemp(Ity_I64); local
3090 IRTemp op2 = newTemp(Ity_I64); local
3106 UInt op2; local
3123 ULong op2; local
3139 IRTemp op2 = newTemp(Ity_I32); local
3155 IRTemp op2 = newTemp(Ity_I32); local
3172 IRTemp op2 = newTemp(Ity_I32); local
3191 IRTemp op2 = newTemp(Ity_I64); local
3211 IRTemp op2 = newTemp(Ity_I32); local
3230 IRTemp op2 = newTemp(Ity_I64); local
3250 UInt op2; local
3267 ULong op2; local
3283 UInt op2; local
3300 ULong op2; local
3318 UInt op2; local
3335 UInt op2; local
3350 IRTemp op2 = newTemp(Ity_I32); local
3366 IRTemp op2 = newTemp(Ity_I64); local
3381 IRTemp op2 = newTemp(Ity_I32); local
3397 IRTemp op2 = newTemp(Ity_I64); local
3414 IRTemp op2 = newTemp(Ity_I32); local
3430 IRTemp op2 = newTemp(Ity_I32); local
3446 IRTemp op2 = newTemp(Ity_I64); local
3462 UChar op2; local
3478 UChar op2; local
3494 UInt op2; local
3510 UShort op2; local
3526 UShort op2; local
3542 UInt op2; local
3558 UShort op2; local
3574 UShort op2; local
3899 IRTemp op2 = newTemp(Ity_I32); local
3912 IRTemp op2 = newTemp(Ity_I64); local
3925 IRTemp op2 = newTemp(Ity_I64); local
3938 IRTemp op2 = newTemp(Ity_I32); local
3951 IRTemp op2 = newTemp(Ity_I32); local
3964 IRTemp op2 = newTemp(Ity_I64); local
3977 IRTemp op2 = newTemp(Ity_I64); local
3990 Int op2; local
4004 Long op2; local
4018 IRTemp op2 = newTemp(Ity_I32); local
4032 IRTemp op2 = newTemp(Ity_I64); local
4046 IRTemp op2 = newTemp(Ity_I64); local
4060 IRTemp op2 = newTemp(Ity_I32); local
4084 IRTemp op2 = newTemp(Ity_I64); local
4108 IRTemp op2 = newTemp(Ity_I32); local
4134 IRTemp op2 = newTemp(Ity_I64); local
4160 Int op2; local
4184 Long op2; local
4208 Int op2; local
4233 Long op2; local
4258 IRTemp op2 = newTemp(Ity_I32); local
4271 IRTemp op2 = newTemp(Ity_I32); local
4284 IRTemp op2 = newTemp(Ity_I64); local
4297 Int op2; local
4311 Long op2; local
4325 Short op2; local
4339 Int op2; local
4353 Long op2; local
4367 IRTemp op2 = newTemp(Ity_I32); local
4381 IRTemp op2 = newTemp(Ity_I64); local
4395 IRTemp op2 = newTemp(Ity_I32); local
4408 IRTemp op2 = newTemp(Ity_I32); local
4421 IRTemp op2 = newTemp(Ity_I32); local
4434 Int op2; local
4448 IRTemp op2 = newTemp(Ity_I32); local
4461 IRTemp op2 = newTemp(Ity_I64); local
4474 IRTemp op2 = newTemp(Ity_I64); local
4487 IRTemp op2 = newTemp(Ity_I32); local
4500 IRTemp op2 = newTemp(Ity_I32); local
4513 IRTemp op2 = newTemp(Ity_I64); local
4526 IRTemp op2 = newTemp(Ity_I64); local
4539 UInt op2; local
4553 ULong op2; local
4567 UChar op2; local
4581 UChar op2; local
4595 UInt op2; local
4609 ULong op2; local
4623 UShort op2; local
4637 IRTemp op2 = newTemp(Ity_I32); local
4651 IRTemp op2 = newTemp(Ity_I64); local
4665 IRTemp op2 = newTemp(Ity_I64); local
4679 IRTemp op2 = newTemp(Ity_I32); local
4693 IRTemp op2 = newTemp(Ity_I64); local
4707 IRTemp op2 = newTemp(Ity_I32); local
4731 IRTemp op2 = newTemp(Ity_I64); local
4755 IRTemp op2 = newTemp(Ity_I32); local
4780 IRTemp op2 = newTemp(Ity_I64); local
4805 UInt op2; local
4829 ULong op2; local
4853 UInt op2; local
4878 ULong op2; local
4903 IRTemp op2 = newTemp(Ity_I32); local
4965 IRTemp op2 = newTemp(Ity_I32); local
5027 IRTemp op2 = newTemp(Ity_I32); local
5089 IRTemp op2 = newTemp(Ity_I32); local
5102 IRTemp op2 = newTemp(Ity_I32); local
5115 IRTemp op2 = newTemp(Ity_I32); local
5128 UInt op2; local
5152 IRTemp op2 = newTemp(Ity_I32); local
5172 IRTemp op2 = newTemp(Ity_I64); local
5191 IRTemp op2 = newTemp(Ity_I32); local
5207 IRTemp op2 = newTemp(Ity_I64); local
5224 IRTemp op2 = newTemp(Ity_I32); local
5240 IRTemp op2 = newTemp(Ity_I32); local
5256 IRTemp op2 = newTemp(Ity_I64); local
5272 UChar op2; local
5288 UChar op2; local
5304 UInt op2; local
5320 UInt op2; local
5652 IRTemp op2 = newTemp(Ity_I32); local
5686 IRTemp op2 = newTemp(Ity_I64); local
5720 IRTemp op2 = newTemp(Ity_I32); local
5750 IRTemp op2 = newTemp(Ity_I64); local
5858 IRTemp op2 = newTemp(Ity_I32); local
5870 IRTemp op2 = newTemp(Ity_I64); local
5882 IRTemp op2 = newTemp(Ity_I64); local
5894 IRTemp op2 = newTemp(Ity_I32); local
5906 IRTemp op2 = newTemp(Ity_I64); local
5918 IRTemp op2 = newTemp(Ity_I64); local
5971 IRTemp op2 = newTemp(Ity_I32); local
5988 IRTemp op2 = newTemp(Ity_I64); local
6005 IRTemp op2 = newTemp(Ity_I64); local
6300 IRTemp op2 = newTemp(Ity_I32); local
6315 IRTemp op2 = newTemp(Ity_I64); local
6330 IRTemp op2 = newTemp(Ity_I64); local
6391 IRTemp op2 = newTemp(Ity_I32); local
6406 IRTemp op2 = newTemp(Ity_I64); local
6421 IRTemp op2 = newTemp(Ity_I64); local
6488 IRTemp op2 = newTemp(Ity_I16); local
6500 IRTemp op2 = newTemp(Ity_I32); local
6517 IRTemp op2 = newTemp(Ity_I64); local
6583 IRTemp op2 = newTemp(Ity_I32); local
6599 IRTemp op2 = newTemp(Ity_I32); local
6615 IRTemp op2 = newTemp(Ity_I32); local
6631 IRTemp op2 = newTemp(Ity_I16); local
6647 IRTemp op2 = newTemp(Ity_I16); local
6663 Short op2; local
6679 Short op2; local
6695 IRTemp op2 = newTemp(Ity_I32); local
6711 IRTemp op2 = newTemp(Ity_I64); local
6727 IRTemp op2 = newTemp(Ity_I32); local
6743 IRTemp op2 = newTemp(Ity_I64); local
6759 IRTemp op2 = newTemp(Ity_I32); local
6774 IRTemp op2 = newTemp(Ity_I64); local
6789 IRTemp op2 = newTemp(Ity_I32); local
6805 IRTemp op2 = newTemp(Ity_I32); local
6820 IRTemp op2 = newTemp(Ity_I32); local
6835 IRTemp op2 = newTemp(Ity_I64); local
6850 IRTemp op2 = newTemp(Ity_I32); local
6866 Int op2; local
6881 Int op2; local
6897 IRTemp op2 = newTemp(Ity_I32); local
6913 IRTemp op2 = newTemp(Ity_I64); local
6928 IRTemp op2 = newTemp(Ity_I32); local
6944 IRTemp op2 = newTemp(Ity_I64); local
6961 IRTemp op2 = newTemp(Ity_I32); local
6977 IRTemp op2 = newTemp(Ity_I32); local
6993 IRTemp op2 = newTemp(Ity_I64); local
7009 UChar op2; local
7025 UChar op2; local
7041 UInt op2; local
7057 UShort op2; local
7073 UShort op2; local
7089 UInt op2; local
7105 UShort op2; local
7121 UShort op2; local
7473 IRTemp op2 = newTemp(Ity_I64); local
7512 IRTemp op2 = newTemp(Ity_I64); local
7551 IRTemp op2 = newTemp(Ity_I64); local
7589 IRTemp op2 = newTemp(Ity_I64); local
8139 IRTemp op2 = newTemp(Ity_I32); local
8155 IRTemp op2 = newTemp(Ity_I64); local
8171 IRTemp op2 = newTemp(Ity_I64); local
8186 IRTemp op2 = newTemp(Ity_I32); local
8202 IRTemp op2 = newTemp(Ity_I64); local
8219 IRTemp op2 = newTemp(Ity_I32); local
8235 IRTemp op2 = newTemp(Ity_I32); local
8251 IRTemp op2 = newTemp(Ity_I64); local
8267 IRTemp op2 = newTemp(Ity_I64); local
8283 IRTemp op2 = newTemp(Ity_I32); local
8299 IRTemp op2 = newTemp(Ity_I32); local
8314 IRTemp op2 = newTemp(Ity_I32); local
8330 IRTemp op2 = newTemp(Ity_I32); local
8347 IRTemp op2 = newTemp(Ity_I32); local
8363 IRTemp op2 = newTemp(Ity_I64); local
8379 IRTemp op2 = newTemp(Ity_I64); local
8394 IRTemp op2 = newTemp(Ity_I32); local
8410 IRTemp op2 = newTemp(Ity_I64); local
8427 IRTemp op2 = newTemp(Ity_I32); local
8443 IRTemp op2 = newTemp(Ity_I32); local
8459 IRTemp op2 = newTemp(Ity_I64); local
8475 IRTemp op2 = newTemp(Ity_I64); local
8491 UInt op2; local
8508 ULong op2; local
8524 IRTemp op2 = newTemp(Ity_I32); local
8540 IRTemp op2 = newTemp(Ity_I32); local
8557 IRTemp op2 = newTemp(Ity_I32); local
8577 IRTemp op2 = newTemp(Ity_I64); local
8597 IRTemp op2 = newTemp(Ity_I32); local
8617 IRTemp op2 = newTemp(Ity_I64); local
8949 IRTemp op2 = newTemp(Ity_F32); local
8967 IRTemp op2 = newTemp(Ity_F64); local
8985 IRTemp op2 = newTemp(Ity_F32); local
9003 IRTemp op2 = newTemp(Ity_F64); local
9025 IRTemp op2 = newTemp(Ity_I32); local
9038 IRTemp op2 = newTemp(Ity_I32); local
9054 IRTemp op2 = newTemp(Ity_I64); local
9071 IRTemp op2 = newTemp(Ity_I64); local
9087 IRTemp op2 = newTemp(Ity_I32); local
9103 IRTemp op2 = newTemp(Ity_I32); local
9118 IRTemp op2 = newTemp(Ity_I64); local
9134 IRTemp op2 = newTemp(Ity_I64); local
9296 IRTemp op2 = newTemp(Ity_F32); local
9313 IRTemp op2 = newTemp(Ity_F64); local
9330 IRTemp op2 = newTemp(Ity_F32); local
9347 IRTemp op2 = newTemp(Ity_F64); local
9451 IRTemp op2 = newTemp(Ity_F32); local
9469 IRTemp op2 = newTemp(Ity_F64); local
9486 IRTemp op2 = newTemp(Ity_F32); local
9503 IRTemp op2 = newTemp(Ity_F64); local
9520 IRTemp op2 = newTemp(Ity_F32); local
9538 IRTemp op2 = newTemp(Ity_F64); local
9556 IRTemp op2 = newTemp(Ity_F32); local
9574 IRTemp op2 = newTemp(Ity_F64); local
9595 IRTemp op2 = newTemp(Ity_D64); local
9622 IRTemp op2 = newTemp(Ity_D128); local
9647 IRTemp op2 = newTemp(Ity_D64); local
9665 IRTemp op2 = newTemp(Ity_D128); local
9689 IRTemp op2 = newTemp(Ity_I32); local
9708 IRTemp op2 = newTemp(Ity_I32); local
9724 IRTemp op2 = newTemp(Ity_I64); local
9745 IRTemp op2 = newTemp(Ity_I64); local
9766 IRTemp op2 = newTemp(Ity_I32); local
9785 IRTemp op2 = newTemp(Ity_I32); local
9804 IRTemp op2 = newTemp(Ity_I64); local
9825 IRTemp op2 = newTemp(Ity_I64); local
9937 IRTemp op2 = newTemp(Ity_D64); local
9958 IRTemp op2 = newTemp(Ity_D128); local
10077 IRTemp op2 = newTemp(Ity_D64); local
10103 IRTemp op2 = newTemp(Ity_D128); local
10173 IRTemp op2 = newTemp(Ity_D64); local
10191 IRTemp op2 = newTemp(Ity_D128); local
10302 IRTemp op2 = newTemp(Ity_D64); local
10328 IRTemp op2 = newTemp(Ity_D128); local
10354 IRTemp op2 = newTemp(Ity_D64); local
10382 IRTemp op2 = newTemp(Ity_D128); local
10410 IRTemp op2 = newTemp(Ity_D64); local
10438 IRTemp op2 = newTemp(Ity_D128); local
10466 IRTemp op2 = newTemp(Ity_D64); local
10493 IRTemp op2 = newTemp(Ity_D128); local
11680 IRTemp op2 = newTemp(Ity_I32); local
11692 IRTemp op2 = newTemp(Ity_I32); local
11704 IRTemp op2 = newTemp(Ity_I32); local
11716 IRTemp op2 = newTemp(Ity_I32); local
11728 IRTemp op2 = newTemp(Ity_I64); local
11740 IRTemp op2 = newTemp(Ity_I64); local
11752 IRTemp op2 = newTemp(Ity_I64); local
11764 IRTemp op2 = newTemp(Ity_I64); local
11776 IRTemp op2 = newTemp(Ity_I64); local
11788 IRTemp op2 = newTemp(Ity_I64); local
12065 IRTemp op2 = newTemp(Ity_F128); local
12084 IRTemp op2 = newTemp(Ity_F32); local
12102 IRTemp op2 = newTemp(Ity_F64); local
12120 IRTemp op2 = newTemp(Ity_F128); local
12138 IRTemp op2 = newTemp(Ity_F32); local
12156 IRTemp op2 = newTemp(Ity_F64); local
12174 IRTemp op2 = newTemp(Ity_I32); local
12189 IRTemp op2 = newTemp(Ity_I32); local
12202 IRTemp op2 = newTemp(Ity_I64); local
12217 IRTemp op2 = newTemp(Ity_I64); local
12305 IRTemp op2 = newTemp(Ity_F128); local
12535 IRTemp op2 = newTemp(Ity_F128); local
12573 IRExpr *op2 = load(Ity_F32, mkexpr(op2addr)); local
12585 IRExpr *op2 = load(Ity_F64, mkexpr(op2addr)); local
12619 IRExpr *op2 = load(Ity_F32, mkexpr(op2addr)); local
12631 IRExpr *op2 = load(Ity_F64, mkexpr(op2addr)); local
12705 IRTemp op2 = newTemp(Ity_F128); local
14165 unsigned int op2 : 4; member in struct:__anon24101::__anon24102
15228 unsigned int op2 : 8; member in struct:__anon24116::__anon24117
15237 unsigned int op2 : 8; member in struct:__anon24116::__anon24118
15246 unsigned int op2 : 8; member in struct:__anon24116::__anon24119
15255 unsigned int op2 : 8; member in struct:__anon24116::__anon24120
15263 unsigned int op2 : 8; member in struct:__anon24116::__anon24121
15268 unsigned int op2 : 4; member in struct:__anon24116::__anon24122
15278 unsigned int op2 : 8; member in struct:__anon24116::__anon24123
15288 unsigned int op2 : 8; member in struct:__anon24116::__anon24124
15297 unsigned int op2 : 8; member in struct:__anon24116::__anon24125
15306 unsigned int op2 : 8; member in struct:__anon24116::__anon24126
15315 unsigned int op2 : 8; member in struct:__anon24116::__anon24127
15325 unsigned int op2 : 8; member in struct:__anon24116::__anon24128
15334 unsigned int op2 : 8; member in struct:__anon24116::__anon24129
15342 unsigned int op2 : 8; member in struct:__anon24116::__anon24130
15380 unsigned int op2 : 4; member in struct:__anon24116::__anon24135
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
awkgram.y 199 var ASGNOP ppattern { $$ = op2($2, $1, $3); }
203 { $$ = op2(BOR, notnull($1), notnull($3)); }
205 { $$ = op2(AND, notnull($1), notnull($3)); }
212 | ppattern IN varname { $$ = op2(INTEST, $1, makearr($3)); }
213 | '(' plist ')' IN varname { $$ = op2(INTEST, $2, makearr($5)); }
214 | ppattern term %prec CAT { $$ = op2(CAT, $1, $2); }
220 var ASGNOP pattern { $$ = op2($2, $1, $3); }
224 { $$ = op2(BOR, notnull($1), notnull($3)); }
226 { $$ = op2(AND, notnull($1), notnull($3)); }
227 | pattern EQ pattern { $$ = op2($2, $1, $3);
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
float16_gen.c 189 float op2 = half2float(b); local
190 return float2half(op1 + op2);
195 float op2 = half2float(b); local
196 return float2half(op1 - op2);
201 float op2 = half2float(b); local
202 return float2half(op1 * op2);
207 float op2 = half2float(b); local
208 return float2half(op1 / op2);
  /external/javassist/src/main/javassist/compiler/ast/
Stmnt.java 45 public static Stmnt make(int op, ASTree op1, ASTree op2, ASTree op3) {
46 return new Stmnt(op, op1, new ASTList(op2, new ASTList(op3)));

Completed in 1457 milliseconds

1 2 3 4 5 6 7 8 910