Home
last modified time | relevance | path

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

12345678910>>...13

/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/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/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 …]
Dtest_cbranch.s5 #CHECK: bnz.h $w1, 16 # encoding: [0x47,0xa1,0x00,0x04]
13 #CHECK: bnz.h $w1, SYMBOL1 # encoding: [0x47,0xa1,A,A]
31 #CHECK: bz.h $w1, 256 # encoding: [0x47,0x21,0x00,0x40]
40 #CHECK: bz.h $w1, SYMBOL1 # encoding: [0x47,0x21,A,A]
57 bnz.h $w1, 16
61 bnz.h $w1, SYMBOL1
69 bz.h $w1, 256
73 bz.h $w1, SYMBOL1
/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/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/opencv3/modules/cudaimgproc/src/cuda/
Dblend.cu61 float w1 = weights1.ptr(y)[x_]; in blendLinearKernel() local
65 result.ptr(y)[x] = (p1 * w1 + p2 * w2) / (w1 + w2 + 1e-5f); in blendLinearKernel()
94 float w1 = weights1.ptr(y)[x]; in blendLinearKernel8UC4() local
96 float sum_inv = 1.f / (w1 + w2 + 1e-5f); in blendLinearKernel8UC4()
97 w1 *= sum_inv; in blendLinearKernel8UC4()
101 … ((uchar4*)result.ptr(y))[x] = make_uchar4(p1.x * w1 + p2.x * w2, p1.y * w1 + p2.y * w2, in blendLinearKernel8UC4()
102 … p1.z * w1 + p2.z * w2, p1.w * w1 + p2.w * w2); in blendLinearKernel8UC4()
/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
/external/dng_sdk/source/
Ddng_color_spec.cpp37 dng_vector_3 w1 = Mb * XYtoXYZ (white1); in MapWhiteMatrix() local
42 w1 [0] = Max_real64 (w1 [0], 0.0); in MapWhiteMatrix()
43 w1 [1] = Max_real64 (w1 [1], 0.0); in MapWhiteMatrix()
44 w1 [2] = Max_real64 (w1 [2], 0.0); in MapWhiteMatrix()
54 A [0] [0] = Pin_real64 (0.1, w1 [0] > 0.0 ? w2 [0] / w1 [0] : 10.0, 10.0); in MapWhiteMatrix()
55 A [1] [1] = Pin_real64 (0.1, w1 [1] > 0.0 ? w2 [1] / w1 [1] : 10.0, 10.0); in MapWhiteMatrix()
56 A [2] [2] = Pin_real64 (0.1, w1 [2] > 0.0 ? w2 [2] / w1 [2] : 10.0, 10.0); in MapWhiteMatrix()
/external/llvm/test/CodeGen/AArch64/
Dfast-isel-logic-op.ll7 ; CHECK: and [[REG:w[0-9]+]], w0, w1
14 ; CHECK: and [[REG:w[0-9]+]], w0, w1
22 ; CHECK: and [[REG:w[0-9]+]], w0, w1
30 ; CHECK: and w0, w0, w1
79 ; CHECK: and [[REG:w[0-9]+]], w0, w1, lsl #4
88 ; CHECK: and [[REG:w[0-9]+]], w0, w1, lsl #8
97 ; CHECK: and w0, w0, w1, lsl #8
113 ; CHECK: and w0, w0, w1, lsl #2
130 ; CHECK: orr [[REG:w[0-9]+]], w0, w1
137 ; CHECK: orr [[REG:w[0-9]+]], w0, w1
[all …]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
DSpdy3.java126 int w1; in nextFrame() local
129 w1 = source.readInt(); in nextFrame()
135 boolean control = (w1 & 0x80000000) != 0; in nextFrame()
140 int version = (w1 & 0x7fff0000) >>> 16; in nextFrame()
141 int type = (w1 & 0xffff); in nextFrame()
185 int streamId = w1 & 0x7fffffff; in nextFrame()
193 int w1 = source.readInt(); in readSynStream() local
195 int streamId = w1 & 0x7fffffff; in readSynStream()
207 int w1 = source.readInt(); in readSynReply() local
208 int streamId = w1 & 0x7fffffff; in readSynReply()
[all …]
/external/opencv3/samples/python2/
Dfind_obj.py71 h1, w1 = img1.shape[:2]
73 vis = np.zeros((max(h1, h2), w1+w2), np.uint8)
74 vis[:h1, :w1] = img1
75 vis[:h2, w1:w1+w2] = img2
79 corners = np.float32([[0, 0], [w1, 0], [w1, h1], [0, h1]])
80 …rners = np.int32( cv2.perspectiveTransform(corners.reshape(1, -1, 2), H).reshape(-1, 2) + (w1, 0) )
86 p2 = np.int32([kpp[1].pt for kpp in kp_pairs]) + (w1, 0)
127 cur_vis[:,w1:] = cv2.drawKeypoints(cur_vis[:,w1:], kp2s, flags=4, color=kp_color)

12345678910>>...13