Searched refs:w1 (Results 1 - 25 of 245) sorted by relevance

12345678910

/external/llvm/test/MC/AArch64/
H A Dalias-logicalimm.s8 // CHECK: and w0, w1, #0xfffffffd
9 // CHECK: and w0, w1, #0xfffffffd
10 and w0, w1, #~2
11 bic w0, w1, #2
18 // CHECK: ands w0, w1, #0xfffffffd
19 // CHECK: ands w0, w1, #0xfffffffd
20 ands w0, w1, #~2
21 bics w0, w1, #2
28 // CHECK: orr w2, w1, #0xfffffffc
29 // CHECK: orr w2, w1, #
[all...]
H A Darmv8.1a-atomic.s6 casb w0, w1, [x2]
7 casab w0, w1, [x2]
8 caslb w0, w1, [x2]
9 casalb w0, w1, [x2]
11 //CHECK: casb w0, w1, [x2] // encoding: [0x41,0x7c,0xa0,0x08]
12 //CHECK: casab w0, w1, [x2] // encoding: [0x41,0x7c,0xe0,0x08]
13 //CHECK: caslb w0, w1, [x2] // encoding: [0x41,0xfc,0xa0,0x08]
14 //CHECK: casalb w0, w1, [x2] // encoding: [0x41,0xfc,0xe0,0x08]
16 casb w0, w1, [w2]
19 //CHECK-ERROR: casb w0, w1, [w
[all...]
H A Darm64-bitfield-encoding.s8 bfm w1, w2, #1, #15
10 sbfm w1, w2, #1, #15
12 ubfm w1, w2, #1, #15
19 ; CHECK: bfxil w1, w2, #1, #15 ; encoding: [0x41,0x3c,0x01,0x33]
21 ; CHECK: sbfx w1, w2, #1, #15 ; encoding: [0x41,0x3c,0x01,0x13]
23 ; CHECK: ubfx w1, w2, #1, #15 ; encoding: [0x41,0x3c,0x01,0x53]
34 extr w1, w2, w3, #15
37 ; CHECK: extr w1, w2, w3, #15 ; encoding: [0x41,0x3c,0x83,0x13]
H A Darm64-logical-encoding.s10 and w1, w2, #15
15 ands w1, w2, #15
20 ; CHECK: and w1, w2, #0xf ; encoding: [0x41,0x0c,0x00,0x12]
25 ; CHECK: ands w1, w2, #0xf ; encoding: [0x41,0x0c,0x00,0x72]
28 eor w1, w2, #0x4000
31 ; CHECK: eor w1, w2, #0x4000 ; encoding: [0x41,0x00,0x12,0x52]
34 orr w1, w2, #0x4000
37 ; CHECK: orr w1, w2, #0x4000 ; encoding: [0x41,0x00,0x12,0x32]
50 and w1, w2, w3
52 and w1, w
[all...]
H A Darmv8.1a-lor.s36 ldlarb w0,[w1]
38 stllrb w0,[w1]
40 stllr w0,[w1]
48 // CHECK-ERROR: ldlarb w0,[w1]
54 // CHECK-ERROR: stllrb w0,[w1]
60 // CHECK-ERROR: stllr w0,[w1]
H A Darm64-arithmetic-encoding.s8 adc w1, w2, w3
13 ; CHECK: adc w1, w2, w3 ; encoding: [0x41,0x00,0x03,0x1a]
18 sbc w1, w2, w3
20 sbcs w1, w2, w3
23 ; CHECK: sbc w1, w2, w3 ; encoding: [0x41,0x00,0x03,0x5a]
25 ; CHECK: sbcs w1, w2, w3 ; encoding: [0x41,0x00,0x03,0x7a]
170 add w1, w2, w3, uxtb
171 add w1, w2, w3, uxth
172 add w1, w2, w3, uxtw
173 add w1, w
[all...]
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/
H A Downer_before_weak_ptr.pass.cpp25 const std::weak_ptr<int> w1(p1);
28 assert(!w1.owner_before(w2));
29 assert(!w2.owner_before(w1));
30 assert(w1.owner_before(w3) || w3.owner_before(w1));
31 assert(w3.owner_before(w1) == w3.owner_before(w2));
32 ASSERT_NOEXCEPT(w1.owner_before(w2));
H A Dnot_less_than.fail.cpp23 const std::weak_ptr<int> w1(p1);
26 bool b = w1 < w2;
H A Downer_before_shared_ptr.pass.cpp25 const std::weak_ptr<int> w1(p1);
28 assert(!w1.owner_before(p2));
30 assert(w1.owner_before(p3) || w3.owner_before(p1));
32 ASSERT_NOEXCEPT(w1.owner_before(p2));
/external/valgrind/none/tests/amd64/
H A Dbmi.c858 ULong w1, w2; local
860 w1 = 0xFEDC192837475675ULL;
865 do_andn64(&flags, &res, w1, w2);
866 printf("andn64 %016llx %016llx -> %016llx %04x\n", w1, w2, res, flags);
867 if (w1 == 0) break;
868 w1 = ((w1 >> 2) | (w1 >> 1)) + (w1 / 17ULL);
872 w1
[all...]
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod/
H A Dreset.pass.cpp34 std::weak_ptr<A> w1(p1);
35 assert(w1.use_count() == 1);
36 w1.reset();
37 assert(w1.use_count() == 0);
H A Dswap.pass.cpp36 std::weak_ptr<A> w1(p1);
40 w1.swap(w2);
41 assert(w1.use_count() == 1);
42 assert(w1.lock().get() == ptr2);
/external/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_bc_decoder.cpp59 CF_WORD1_EG w1(dw1);
61 bc.barrier = w1.get_BARRIER();
62 bc.cf_const = w1.get_CF_CONST();
63 bc.cond = w1.get_COND();
64 bc.count = w1.get_COUNT();
65 bc.end_of_program = w1.get_END_OF_PROGRAM();
66 bc.pop_count = w1.get_POP_COUNT();
67 bc.valid_pixel_mode = w1.get_VALID_PIXEL_MODE();
68 bc.whole_quad_mode = w1.get_WHOLE_QUAD_MODE();
71 CF_WORD1_CM w1(dw
[all...]
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/
H A Downer_before_weak_ptr.pass.cpp25 const std::weak_ptr<int> w1(p1);
29 assert(!p2.owner_before(w1));
30 assert(p1.owner_before(w3) || p3.owner_before(w1));
31 assert(p3.owner_before(w1) == p3.owner_before(w2));
/external/llvm/test/MC/Mips/msa/
H A Dtest_elm_insert_msa64.s3 # CHECK: insert.d $w1[1], $sp # encoding: [0x79,0x39,0xe8,0x59]
5 insert.d $w1[1], $sp
H A Dinvalid.s8 addvi.b $w1, $w2, -1 # CHECK: :[[@LINE]]:23: error: expected 5-bit unsigned immediate
9 addvi.b $w1, $w2, 32 # CHECK: :[[@LINE]]:23: error: expected 5-bit unsigned immediate
10 addvi.h $w1, $w2, -1 # CHECK: :[[@LINE]]:23: error: expected 5-bit unsigned immediate
11 addvi.h $w1, $w2, 32 # CHECK: :[[@LINE]]:23: error: expected 5-bit unsigned immediate
12 addvi.w $w1, $w2, -1 # CHECK: :[[@LINE]]:23: error: expected 5-bit unsigned immediate
13 addvi.w $w1, $w2, 32 # CHECK: :[[@LINE]]:23: error: expected 5-bit unsigned immediate
14 addvi.d $w1, $w2, -1 # CHECK: :[[@LINE]]:23: error: expected 5-bit unsigned immediate
15 addvi.d $w1, $w2, 32 # CHECK: :[[@LINE]]:23: error: expected 5-bit unsigned immediate
16 andi.b $w1, $w2, -1 # CHECK: :[[@LINE]]:22: error: expected 8-bit unsigned immediate
17 andi.b $w1,
[all...]
H A Dtest_i5.s6 # CHECK: addvi.d $w16, $w1, 21 # encoding: [0x78,0x75,0x0c,0x06]
9 # CHECK: ceqi.w $w12, $w1, -1 # encoding: [0x78,0x5f,0x0b,0x07]
17 # CHECK: clei_u.w $w1, $w1, 2 # encoding: [0x7a,0xc2,0x08,0x47]
25 # CHECK: clti_u.w $w1, $w1, 22 # encoding: [0x79,0xd6,0x08,0x47]
29 # CHECK: maxi_s.w $w1, $w10, -12 # encoding: [0x79,0x54,0x50,0x46]
32 # CHECK: maxi_u.h $w1, $w14, 3 # encoding: [0x79,0xa3,0x70,0x46]
35 # CHECK: mini_s.b $w4, $w1, 1 # encoding: [0x7a,0x01,0x09,0x06]
51 addvi.d $w16, $w1, 2
[all...]
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/
H A Downer_less.pass.cpp61 const std::weak_ptr<int> w1(p1);
80 assert(!cs(p2, w1));
81 assert(cs(p1, w3) || cs(p3, w1));
82 assert(cs(p3, w1) == cs(p3, w2));
83 ASSERT_NOEXCEPT(cs(p1, w1));
84 ASSERT_NOEXCEPT(cs(w1, p1));
94 assert(!cs(w1, w2));
95 assert(!cs(w2, w1));
96 assert(cs(w1, w3) || cs(w3, w1));
[all...]
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec/
H A Dswap.pass.cpp36 std::weak_ptr<A> w1(p1);
40 swap(w1, w2);
41 assert(w1.use_count() == 1);
42 assert(w1.lock().get() == ptr2);
/external/libunwind/src/ppc/
H A DGis_signal_frame.c34 unw_word_t w0, w1, ip; local
61 || (ret = (*a->access_mem) (as, ip + 8, &w1, 0, arg)) < 0)
63 w1 >>= 32;
64 return (w0 == 0x38210080380000ac && w1 == 0x44000002);
/external/libunwind/src/mips/
H A DGis_signal_frame.c33 unw_word_t w0, w1, ip; local
46 if ((ret = (*a->access_mem) (as, ip + 4, &w1, 0, arg)) < 0)
48 if ((w1 & 0xffffffff) != 0x0c)
/external/python/cpython3/Modules/_decimal/libmpdec/
H A Dsixstep.c57 mpd_uint_t *x, w0, w1, wstep; local
94 w1 = POWMOD(kernel, i); /* r**(i*1): initial value for k=1 */
95 wstep = MULMOD(w1, w1); /* r**(2*i) */
99 MULMOD2(&x0, w0, &x1, w1);
100 MULMOD2C(&w0, &w1, wstep); /* r**(i*(k+2)) = r**(i*k) * r**(2*i) */
142 mpd_uint_t *x, w0, w1, wstep; local
176 w1 = POWMOD(kernel, i);
177 wstep = MULMOD(w1, w1);
[all...]
/external/tcpdump/
H A Dprint-tipc.c67 uint32_t w1; member in struct:tipc_pkthdr
74 #define TIPC_MTYPE(w1) (((w1) >> 29) & 0x07)
75 #define TIPC_BROADCAST_ACK(w1) (((w1) >> 0) & 0xFFFF)
111 uint32_t w1; member in struct:payload_tipc_pkthdr
125 uint32_t w1; member in struct:internal_tipc_pkthdr
136 #define TIPC_SEQ_GAP(w1) (((w1) >> 16) & 0x1FFF)
147 uint32_t w1; member in struct:link_conf_tipc_pkthdr
161 uint32_t w0, w1, w2; local
226 uint32_t w0, w1, w2, w4, w5, w9; local
294 uint32_t w0, w1, w5; local
[all...]
/external/vixl/examples/aarch64/
H A Dsum-array.cc44 __ Cbz(w1, &end);
52 __ Sub(w1, w1, 1);
53 __ Cbnz(w1, &loop);
/external/tensorflow/tensorflow/core/graph/
H A Dalgorithm_test.cc75 Node* w1 = SourceOp("TestParams", b.opts().WithName("W1"));
78 SourceOp("TestInput", b.opts().WithName("input").WithControlInput(w1));
79 Node* t1 = BinaryOp("TestMul", w1, {input, 1}, b.opts().WithName("t1"));
80 BinaryOp("TestMul", w1, {input, 1},
127 Node* w1 = SourceOp("TestParams", b.opts().WithName("W1")); local
129 SourceOp("TestInput", b.opts().WithName("input").WithControlInput(w1));
130 BinaryOp("TestMul", w1, {input, 1}, b.opts().WithName("t2"));
136 BinaryOp("TestMul", w1, {input, 1},
140 BinaryOp("TestMul", w1, {input, 1}, b.opts().WithName("t3"));

Completed in 680 milliseconds

12345678910