Home
last modified time | relevance | path

Searched refs:w1 (Results 1 – 25 of 334) sorted by relevance

12345678910>>...14

/external/valgrind/none/tests/amd64/
Dbmi.c858 ULong w1, w2; in main() local
860 w1 = 0xFEDC192837475675ULL; in main()
865 do_andn64(&flags, &res, w1, w2); in main()
866 printf("andn64 %016llx %016llx -> %016llx %04x\n", w1, w2, res, flags); in main()
867 if (w1 == 0) break; in main()
868 w1 = ((w1 >> 2) | (w1 >> 1)) + (w1 / 17ULL); in main()
872 w1 = 0xFEDC192837475675ULL; in main()
877 do_andn32(&flags, &res, w1, w2); in main()
878 printf("andn32 %016llx %016llx -> %016llx %04x\n", w1, w2, res, flags); in main()
879 if (w1 == 0) break; in main()
[all …]
/external/openfst/src/test/
Dweight-tester.h42 Weight w1 = weight_generator_(); variable
47 VLOG(1) << "w1 = " << w1;
51 TestSemiring(w1, w2, w3);
53 TestDivision(w1, w2);
54 TestReverse(w1, w2);
55 TestEquality(w1, w2, w3);
56 TestIO(w1);
57 TestCopy(w1);
66 void TestSemiring(Weight w1, Weight w2, Weight w3) { in TestSemiring() argument
68 CHECK(Plus(w1, w2).Member()); in TestSemiring()
[all …]
/external/llvm/test/MC/AArch64/
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, w2, w3, lsl #2
[all …]
Darmv8.1a-atomic.s6 casb w0, w1, [x2]
7 casab w0, w1, [x2]
8 caslb w0, w1, [x2]
9 casalb w0, w1, [x2]
16 casb w0, w1, [w2]
26 cash w0, w1, [x2]
27 casah w0, w1, [x2]
28 caslh w0, w1, [x2]
29 casalh w0, w1, [x2]
37 cas w0, w1, [x2]
[all …]
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, w2, w3, uxtx
[all …]
Darm64-fp-encoding.s254 fcvtas w1, d2
256 fcvtas w1, s2
258 fcvtas w1, h2
261 ; CHECK: fcvtas w1, d2 ; encoding: [0x41,0x00,0x64,0x1e]
263 ; CHECK: fcvtas w1, s2 ; encoding: [0x41,0x00,0x24,0x1e]
265 ; FP16: fcvtas w1, h2 ; encoding: [0x41,0x00,0xe4,0x1e]
267 ; NO-FP16-NEXT: fcvtas w1, h2
272 fcvtau w1, h2
273 fcvtau w1, s2
274 fcvtau w1, d2
[all …]
Dalias-logicalimm.s10 and w0, w1, #~2
11 bic w0, w1, #2
20 ands w0, w1, #~2
21 bics w0, w1, #2
30 orr w2, w1, #~3
31 orn w2, w1, #3
40 eor w2, w1, #~3
41 eon w2, w1, #3
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]
Darm64-aliases.s39 tst w1, #3
41 tst w1, w2
43 ands wzr, w1, w2, lsl #2
48 ; CHECK: tst w1, #0x3 ; encoding: [0x3f,0x04,0x00,0x72]
50 ; CHECK: tst w1, w2 ; encoding: [0x3f,0x00,0x02,0x6a]
52 ; CHECK: tst w1, w2, lsl #2 ; encoding: [0x3f,0x08,0x02,0x6a]
60 cmn w1, #3, lsl #0
69 ; CHECK: cmn w1, #3 ; encoding: [0x3f,0x0c,0x00,0x31]
82 cmp w1, #1024, lsl #12
90 cmp wzr, w1
[all …]
Dbasic-a64-diagnostics.s184 add wsp, w1, w2, lsr #3
197 add w1, w2, w3, lsl #-1
198 add w1, w2, w3, lsl #32
199 add w1, w2, w3, lsr #-1
200 add w1, w2, w3, lsr #32
201 add w1, w2, w3, asr #-1
202 add w1, w2, w3, asr #32
246 adds w1, w2, w3, lsl #-1
247 adds w1, w2, w3, lsl #32
248 adds w1, w2, w3, lsr #-1
[all …]
/external/openfst/src/include/fst/
Dfloat-weight.h113 inline bool operator==(const FloatWeightTpl<T> &w1,
117 volatile T v1 = w1.Value();
122 inline bool operator==(const FloatWeightTpl<double> &w1,
124 return operator==<double>(w1, w2);
127 inline bool operator==(const FloatWeightTpl<float> &w1,
129 return operator==<float>(w1, w2);
133 inline bool operator!=(const FloatWeightTpl<T> &w1,
135 return !(w1 == w2);
138 inline bool operator!=(const FloatWeightTpl<double> &w1,
140 return operator!=<double>(w1, w2);
[all …]
Dstring-weight.h296 inline bool operator==(const StringWeight<L, S> &w1,
298 if (w1.Size() != w2.Size())
301 StringWeightIterator<L, S> iter1(w1);
312 inline bool operator!=(const StringWeight<L, S> &w1,
314 return !(w1 == w2);
318 inline bool ApproxEqual(const StringWeight<L, S> &w1,
321 return w1 == w2;
370 Plus(const StringWeight<L, S> &w1, in Plus() argument
372 if (!w1.Member() || !w2.Member()) in Plus()
374 if (w1 == StringWeight<L, S>::Zero()) in Plus()
[all …]
Dsigned-log-weight.h108 inline SignedLogWeightTpl<T> Plus(const SignedLogWeightTpl<T> &w1, in Plus() argument
110 if (!w1.Member() || !w2.Member()) in Plus()
112 bool s1 = w1.Value1().Value() > 0.0; in Plus()
114 T f1 = w1.Value2().Value(); in Plus()
119 return w1; in Plus()
122 return SignedLogWeightTpl<T>(w1.Value1(), (f2 - log(2.0F))); in Plus()
128 w1.Value1(), (f2 - log(1.0F + exp(f2 - f1)))); in Plus()
139 w1.Value1(), (f1 - log(1.0F - exp(f1 - f2)))); in Plus()
145 inline SignedLogWeightTpl<T> Minus(const SignedLogWeightTpl<T> &w1, in Minus() argument
148 return Plus(w1, minus_w2); in Minus()
[all …]
Dsparse-power-weight.h150 inline SparsePowerWeight<W, K> Plus(const SparsePowerWeight<W, K> &w1, in Plus() argument
154 SparseTupleWeightMap(&ret, w1, w2, operator_mapper); in Plus()
160 inline SparsePowerWeight<W, K> Times(const SparsePowerWeight<W, K> &w1, in Times() argument
164 SparseTupleWeightMap(&ret, w1, w2, operator_mapper); in Times()
170 inline SparsePowerWeight<W, K> Divide(const SparsePowerWeight<W, K> &w1,
175 SparseTupleWeightMap(&ret, w1, w2, operator_mapper);
181 inline const W& DotProduct(const SparsePowerWeight<W, K> &w1, in DotProduct() argument
183 const SparsePowerWeight<W, K>& product = Times(w1, w2); in DotProduct()
192 inline bool ApproxEqual(const SparsePowerWeight<W, K> &w1,
197 SparseTupleWeightMap(&ret, w1, w2, operator_mapper);
[all …]
Dpair-weight.h54 PairWeight(W1 w1, W2 w2) : value1_(w1), value2_(w2) {} in PairWeight() argument
132 W1 w1 = W1::Zero(); in ReadNoParen() local
133 strm1 >> w1; in ReadNoParen()
139 w = PairWeight<W1, W2>(w1, w2); in ReadNoParen()
181 W1 w1 = W1::Zero(); in ReadWithParen() local
182 strm1 >> w1; in ReadWithParen()
202 w = PairWeight<W1, W2>(w1, w2); in ReadWithParen()
219 inline bool operator!=(const PairWeight<W1, W2> &w1,
221 return w1.Value1() != w2.Value1() || w1.Value2() != w2.Value2();
226 inline bool ApproxEqual(const PairWeight<W1, W2> &w1,
[all …]
/external/llvm/test/MC/Disassembler/AArch64/
Darm64-logical.txt20 # CHECK: and w1, w2, #0xf
25 # CHECK: ands w1, w2, #0xf
33 # CHECK: eor w1, w2, #0x4000
41 # CHECK: orr w1, w2, #0x4000
60 # CHECK: and w1, w2, w3
62 # CHECK: and w1, w2, w3, lsl #2
64 # CHECK: and w1, w2, w3, lsr #2
66 # CHECK: and w1, w2, w3, asr #2
68 # CHECK: and w1, w2, w3, ror #2
82 # CHECK: ands w1, w2, w3
[all …]
Darmv8.1a-atomic.txt11 # CHECK: casb w0, w1, [x2]
12 # CHECK: casab w0, w1, [x2]
13 # CHECK: caslb w0, w1, [x2]
14 # CHECK: casalb w0, w1, [x2]
15 # CHECK: cash w0, w1, [x2]
16 # CHECK: casah w0, w1, [x2]
17 # CHECK: caslh w0, w1, [x2]
18 # CHECK: casalh w0, w1, [x2]
28 # CHECK: cas w0, w1, [x2]
29 # CHECK: casa w0, w1, [x2]
[all …]
Darm64-arithmetic.txt12 # CHECK: adc w1, w2, w3
22 # CHECK: sbc w1, w2, w3
24 # CHECK: sbcs w1, w2, w3
173 # CHECK: add w1, w2, w3, uxtb
174 # CHECK: add w1, w2, w3, uxth
175 # CHECK: add w1, w2, w3
176 # CHECK: add w1, w2, w3, uxtx
177 # CHECK: add w1, w2, w3, sxtb
178 # CHECK: add w1, w2, w3, sxth
179 # CHECK: add w1, w2, w3, sxtw
[all …]
/external/tcpdump/
Dprint-tipc.c67 uint32_t w1; member
74 #define TIPC_MTYPE(w1) (((w1) >> 29) & 0x07) argument
75 #define TIPC_BROADCAST_ACK(w1) (((w1) >> 0) & 0xFFFF) argument
111 uint32_t w1; member
125 uint32_t w1; member
136 #define TIPC_SEQ_GAP(w1) (((w1) >> 16) & 0x1FFF) argument
147 uint32_t w1; member
155 #define TIPC_NODE_SIG(w1) (((w1) >> 0) & 0xFFFF) argument
161 uint32_t w0, w1, w2; in print_payload() local
180 w1 = EXTRACT_32BITS(&ap->w1); in print_payload()
[all …]
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/
Downer_less.pass.cpp42 const std::weak_ptr<int> w1(p1); in main() local
60 assert(!cs(p2, w1)); in main()
61 assert(cs(p1, w3) || cs(p3, w1)); in main()
62 assert(cs(p3, w1) == cs(p3, w2)); in main()
72 assert(!cs(w1, w2)); in main()
73 assert(!cs(w2, w1)); in main()
74 assert(cs(w1, w3) || cs(w3, w1)); in main()
75 assert(cs(w3, w1) == cs(w3, w2)); in main()
77 assert(!cs(w1, p2)); in main()
79 assert(cs(w1, p3) || cs(w3, p1)); in main()
/external/llvm/test/MC/Mips/msa/
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, 21
54 ceqi.w $w12, $w1, -1
62 clei_u.w $w1, $w1, 2
[all …]
Dtest_3rf.s6 # CHECK: fcaf.d $w1, $w1, $w19 # encoding: [0x78,0x33,0x08,0x5a]
7 # CHECK: fceq.w $w1, $w23, $w16 # encoding: [0x78,0x90,0xb8,0x5a]
10 # CHECK: fcle.d $w27, $w14, $w1 # encoding: [0x79,0xa1,0x76,0xda]
20 # CHECK: fcule.d $w31, $w1, $w30 # encoding: [0x79,0xfe,0x0f,0xda]
39 # CHECK: fmin.w $w24, $w1, $w30 # encoding: [0x7b,0x1e,0x0e,0x1b]
55 # CHECK: fsne.w $w30, $w1, $w12 # encoding: [0x7a,0xcc,0x0f,0x9c]
59 # CHECK: fsub.w $w31, $w26, $w1 # encoding: [0x78,0x41,0xd7,0xdb]
80 # CHECK: msubr_q.w $w1, $w14, $w20 # encoding: [0x7b,0xb4,0x70,0x5c]
82 # CHECK: mul_q.w $w16, $w1, $w4 # encoding: [0x79,0x24,0x0c,0x1c]
84 # CHECK: mulr_q.w $w27, $w1, $w20 # encoding: [0x7b,0x34,0x0e,0xdc]
[all …]
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/
Downer_before_weak_ptr.pass.cpp24 const std::weak_ptr<int> w1(p1); in main() local
27 assert(!w1.owner_before(w2)); in main()
28 assert(!w2.owner_before(w1)); in main()
29 assert(w1.owner_before(w3) || w3.owner_before(w1)); in main()
30 assert(w3.owner_before(w1) == w3.owner_before(w2)); in main()
/external/v8/test/cctest/compiler/
Dtest-loop-analysis.cc335 While w1(t, t.p0); in TEST() local
337 w2.chain(w1.exit); in TEST()
341 Node* chain[] = {w1.loop}; in TEST()
344 Node* header[] = {w1.loop}; in TEST()
345 Node* body[] = {w1.branch, w1.if_true}; in TEST()
363 While w1(t, t.p0); in TEST() local
365 Counter c1(w1, 0, 1); in TEST()
367 w2.chain(w1.exit); in TEST()
371 Node* chain[] = {w1.loop}; in TEST()
374 Node* header[] = {w1.loop, c1.phi}; in TEST()
[all …]
/external/libavc/common/armv8/
Dih264_mem_fns_neon_av8.s154 dup v0.8b, w1
180 dup v0.8b, w1
194 strb w1, [x0], #1
195 sxtw x1, w1
222 dup v0.4h, w1
249 dup v0.4h, w1
264 strh w1, [x0], #2
265 sxtw x1, w1

12345678910>>...14