Home
last modified time | relevance | path

Searched refs:w4 (Results 1 – 25 of 419) sorted by relevance

12345678910>>...17

/external/libxaac/decoder/armv8/
Dixheaacd_fft32x32_ld2_armv8.s44 LDR w4, [x0, #64] //x_4 = x[16]
45 sxtw x4, w4
48 ADD w6, w2, w4 //xh0_0 = x_0 + x_4
49 SUB w7, w2, w4 //xl0_0 = x_0 - x_4
57 LDR w4, [x0, #68] //x_5 = x[16+1]
58 sxtw x4, w4
61 ADD w10, w2, w4 //xh1_0 = x_1 + x_5
62 SUB w11, w2, w4 //xl1_0 = x_1 - x_5
68 SUB w4, w6, w8 //n20 = xh0_0 - xh0_1
72 STR w4, [x0, #64] //x[16] = n20
[all …]
/external/libaom/libaom/aom_dsp/x86/
Dlpf_common_sse2.h25 __m128i w0, w1, w2, w3, w4, w5, ww0; in highbd_transpose6x6_sse2() local
48 w4 = _mm_unpackhi_epi16(*x2, *x3); // 24 34 25 35 xx xx xx xx in highbd_transpose6x6_sse2()
53 ww0 = _mm_unpacklo_epi32(w3, w4); // 04 14 24 34 05 15 25 35 in highbd_transpose6x6_sse2()
318 __m128i w0, w1, w2, w3, w4, w5; in transpose8x8_low_sse2() local
332 w4 = _mm_unpacklo_epi16( in transpose8x8_low_sse2()
338 w4, w5); // 00 10 20 30 40 50 60 70 01 11 21 31 41 51 61 71 in transpose8x8_low_sse2()
341 w4, w5); // 02 12 22 32 42 52 62 72 03 13 23 33 43 53 63 73 in transpose8x8_low_sse2()
350 __m128i w0, w1, w2, w3, w4, w5, w6, w7; in transpose8x8_sse2() local
371 w4 = _mm_unpacklo_epi16( in transpose8x8_sse2()
377 w4, w5); // 00 10 20 30 40 50 60 70 01 11 21 31 41 51 61 71 in transpose8x8_sse2()
[all …]
/external/arm-trusted-firmware/plat/layerscape/board/ls1043/aarch64/
Dls1043_helpers.S108 ldr w4,=0xffffff01
111 sub w4, w4, #1
112 cmp w4, #0
124 ldr w4,=0xffffff02
126 sub w4, w4, #1
127 cmp w4, #0
/external/python/cpython2/Modules/
Dyuvconvert.c45 int w4 = width / 4; /* quarter of width is used often */ in yuv_sv411_to_cl422dc_quartersize() local
47 struct yuv411 *in_odd = in_even + w4; in yuv_sv411_to_cl422dc_quartersize()
49 struct yuv422 *out_odd = out_even + w4; in yuv_sv411_to_cl422dc_quartersize()
54 for (j = w4; j--; ) { in yuv_sv411_to_cl422dc_quartersize()
73 in_even += w4; in yuv_sv411_to_cl422dc_quartersize()
74 in_odd += w4; in yuv_sv411_to_cl422dc_quartersize()
75 out_even += w4; in yuv_sv411_to_cl422dc_quartersize()
76 out_odd += w4; in yuv_sv411_to_cl422dc_quartersize()
/external/capstone/suite/MC/Mips/
Dtest_3r.s.cs2 0x78,0x04,0x4e,0x90 = add_a.b $w26, $w9, $w4
7 0x78,0xa4,0x36,0x50 = adds_a.h $w25, $w6, $w4
15 0x79,0xa4,0xf2,0x90 = adds_u.h $w10, $w30, $w4
19 0x78,0x3b,0x69,0x0e = addv.h $w4, $w13, $w27
49 0x79,0xe4,0xfe,0xcd = bclr.d $w27, $w31, $w4
59 0x7a,0xa4,0x87,0x0d = bneg.h $w28, $w16, $w4
70 0x7a,0x09,0x25,0xcf = cle_s.b $w23, $w4, $w9
88 0x7a,0x5e,0xc9,0x12 = div_s.w $w4, $w25, $w30
99 0x78,0xfa,0x81,0x13 = dotp_u.d $w4, $w16, $w26
106 0x7a,0x2c,0x59,0x13 = dpsub_s.h $w4, $w11, $w12
[all …]
/external/llvm/test/MC/AArch64/
Darm64-arithmetic-encoding.s10 adcs w5, w4, w3
15 ; CHECK: adcs w5, w4, w3 ; encoding: [0x85,0x00,0x03,0x3a]
32 add w3, w4, #1024
33 add w3, w4, #1024, lsl #0
37 ; CHECK: add w3, w4, #1024 ; encoding: [0x83,0x00,0x10,0x11]
38 ; CHECK: add w3, w4, #1024 ; encoding: [0x83,0x00,0x10,0x11]
42 add w3, w4, #1024, lsl #12
43 add w3, w4, #4194304
44 add w3, w4, #0, lsl #12
50 ; CHECK: add w3, w4, #1024, lsl #12 ; encoding: [0x83,0x00,0x50,0x11]
[all …]
Darm64-memory.s16 ldrb w4, [x3]
51 ; CHECK: ldrb w4, [x3] ; encoding: [0x64,0x00,0x40,0x39]
89 strb w4, [x3]
101 ; CHECK: strb w4, [x3] ; encoding: [0x64,0x00,0x00,0x39]
139 stur w4, [x3]
149 sturb w4, [x3]
154 ; CHECK: stur w4, [x3] ; encoding: [0x64,0x00,0x00,0xb8]
164 ; CHECK: sturb w4, [x3] ; encoding: [0x64,0x00,0x00,0x38]
196 sttrb w4, [x3]
203 ; CHECK: sttrb w4, [x3] ; encoding: [0x64,0x08,0x00,0x38]
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/
Darm64-arithmetic-encoding.s10 adcs w5, w4, w3
15 ; CHECK: adcs w5, w4, w3 ; encoding: [0x85,0x00,0x03,0x3a]
32 add w3, w4, #1024
33 add w3, w4, #1024, lsl #0
37 ; CHECK: add w3, w4, #1024 ; encoding: [0x83,0x00,0x10,0x11]
38 ; CHECK: add w3, w4, #1024 ; encoding: [0x83,0x00,0x10,0x11]
42 add w3, w4, #1024, lsl #12
43 add w3, w4, #4194304
44 add w3, w4, #0, lsl #12
50 ; CHECK: add w3, w4, #1024, lsl #12 ; encoding: [0x83,0x00,0x50,0x11]
[all …]
Darm64-memory.s16 ldrb w4, [x3]
51 ; CHECK: ldrb w4, [x3] ; encoding: [0x64,0x00,0x40,0x39]
89 strb w4, [x3]
101 ; CHECK: strb w4, [x3] ; encoding: [0x64,0x00,0x00,0x39]
139 stur w4, [x3]
149 sturb w4, [x3]
154 ; CHECK: stur w4, [x3] ; encoding: [0x64,0x00,0x00,0xb8]
164 ; CHECK: sturb w4, [x3] ; encoding: [0x64,0x00,0x00,0x38]
196 sttrb w4, [x3]
203 ; CHECK: sttrb w4, [x3] ; encoding: [0x64,0x08,0x00,0x38]
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/msa/
Dtest_3r.s3 # CHECK: add_a.b $w26, $w9, $w4 # encoding: [0x78,0x04,0x4e,0x90]
8 # CHECK: adds_a.h $w25, $w6, $w4 # encoding: [0x78,0xa4,0x36,0x50]
16 # CHECK: adds_u.h $w10, $w30, $w4 # encoding: [0x79,0xa4,0xf2,0x90]
20 # CHECK: addv.h $w4, $w13, $w27 # encoding: [0x78,0x3b,0x69,0x0e]
50 # CHECK: bclr.d $w27, $w31, $w4 # encoding: [0x79,0xe4,0xfe,0xcd]
60 # CHECK: bneg.h $w28, $w16, $w4 # encoding: [0x7a,0xa4,0x87,0x0d]
71 # CHECK: cle_s.b $w23, $w4, $w9 # encoding: [0x7a,0x09,0x25,0xcf]
89 # CHECK: div_s.w $w4, $w25, $w30 # encoding: [0x7a,0x5e,0xc9,0x12]
100 # CHECK: dotp_u.d $w4, $w16, $w26 # encoding: [0x78,0xfa,0x81,0x13]
107 # CHECK: dpsub_s.h $w4, $w11, $w12 # encoding: [0x7a,0x2c,0x59,0x13]
[all …]
Dtest_elm.s7 copy_u.h $20, $w4[0] # CHECK: copy_u.h $20, $w4[0] # encoding: [0x78,0xe0,0x25,0x19]
11 sldi.d $w4, $w12[0] # CHECK: sldi.d $w4, $w12[0] # encoding: [0x78,0x38,0x61,0x19]
/external/llvm/test/MC/Mips/msa/
Dtest_3r.s3 # CHECK: add_a.b $w26, $w9, $w4 # encoding: [0x78,0x04,0x4e,0x90]
8 # CHECK: adds_a.h $w25, $w6, $w4 # encoding: [0x78,0xa4,0x36,0x50]
16 # CHECK: adds_u.h $w10, $w30, $w4 # encoding: [0x79,0xa4,0xf2,0x90]
20 # CHECK: addv.h $w4, $w13, $w27 # encoding: [0x78,0x3b,0x69,0x0e]
50 # CHECK: bclr.d $w27, $w31, $w4 # encoding: [0x79,0xe4,0xfe,0xcd]
60 # CHECK: bneg.h $w28, $w16, $w4 # encoding: [0x7a,0xa4,0x87,0x0d]
71 # CHECK: cle_s.b $w23, $w4, $w9 # encoding: [0x7a,0x09,0x25,0xcf]
89 # CHECK: div_s.w $w4, $w25, $w30 # encoding: [0x7a,0x5e,0xc9,0x12]
100 # CHECK: dotp_u.d $w4, $w16, $w26 # encoding: [0x78,0xfa,0x81,0x13]
107 # CHECK: dpsub_s.h $w4, $w11, $w12 # encoding: [0x7a,0x2c,0x59,0x13]
[all …]
Dtest_elm.s7 copy_u.h $20, $w4[0] # CHECK: copy_u.h $20, $w4[0] # encoding: [0x78,0xe0,0x25,0x19]
11 sldi.d $w4, $w12[0] # CHECK: sldi.d $w4, $w12[0] # encoding: [0x78,0x38,0x61,0x19]
/external/openssh/
Dblocks.c56 M(w3 ,w1 ,w12,w4 ) \
57 M(w4 ,w2 ,w13,w5 ) \
59 M(w6 ,w4 ,w15,w7 ) \
64 M(w11,w9 ,w4 ,w12) \
110 uint64 w4 = load_bigendian(in + 32); in crypto_hashblocks_sha512() local
127 F(w4 ,0x3956c25bf348b538ULL) in crypto_hashblocks_sha512()
146 F(w4 ,0x2de92c6f592b0275ULL) in crypto_hashblocks_sha512()
165 F(w4 ,0x650a73548baf63deULL) in crypto_hashblocks_sha512()
184 F(w4 ,0x391c0cb3c5c95a63ULL) in crypto_hashblocks_sha512()
203 F(w4 ,0x06f067aa72176fbaULL) in crypto_hashblocks_sha512()
/external/boringssl/linux-aarch64/crypto/fipsmodule/
Dsha1-armv8.S68 add w23,w23,w4 // future e+=X[i]
248 eor w4,w4,w6
252 eor w4,w4,w12
256 eor w4,w4,w17
260 ror w4,w4,#31
271 add w22,w22,w4 // future e+=X[i]
295 eor w7,w7,w4
355 eor w12,w12,w4
423 eor w19,w19,w4
447 eor w4,w4,w6
[all …]
Dsha256-armv8.S97 ldp w3,w4,[x1],#2*4
125 rev w4,w4 // 1
134 add w26,w26,w4 // h+=X[i]
480 ror w9,w4,#7
487 eor w9,w9,w4,ror#18
495 eor w9,w9,w4,lsr#3 // sigma0(X[i+1])
532 add w4,w4,w13
536 add w4,w4,w10
538 add w4,w4,w9
548 add w26,w26,w4 // h+=X[i]
[all …]
/external/boringssl/ios-aarch64/crypto/fipsmodule/
Dsha1-armv8.S67 add w23,w23,w4 // future e+=X[i]
247 eor w4,w4,w6
251 eor w4,w4,w12
255 eor w4,w4,w17
259 ror w4,w4,#31
270 add w22,w22,w4 // future e+=X[i]
294 eor w7,w7,w4
354 eor w12,w12,w4
422 eor w19,w19,w4
446 eor w4,w4,w6
[all …]
Dsha256-armv8.S96 ldp w3,w4,[x1],#2*4
124 rev w4,w4 // 1
133 add w26,w26,w4 // h+=X[i]
479 ror w9,w4,#7
486 eor w9,w9,w4,ror#18
494 eor w9,w9,w4,lsr#3 // sigma0(X[i+1])
531 add w4,w4,w13
535 add w4,w4,w10
537 add w4,w4,w9
547 add w26,w26,w4 // h+=X[i]
[all …]
/external/libopus/celt/arm/
Darm2gnu.pl304 my $w4;
314 $w4 = $4;
322 "\t.byte\t0x".$w4."; ";
327 $prefix = "\t.byte\t0x".$w4.";".
/external/libhevc/common/arm64/
Dihevc_intra_pred_luma_planar.s116 clz w5,w4
121 dup v2.8b,w4 //nt
122 dup v16.8h,w4 //nt
179 dup v27.8h,w4 //(1)
195 dup v30.8h,w4 //(2)
203 dup v28.8h,w4 //(3)
220 dup v25.8h,w4 //(4)
237 dup v16.8h,w4 //(5)
254 dup v18.8h,w4 //(6)
270 dup v26.8h,w4 //(7)
[all …]
/external/tcpdump/
Dprint-tipc.c128 uint32_t w4; member
139 #define TIPC_LAST_SENT_FRAG(w4) (((w4) >> 16) & 0xFFFF) argument
140 #define TIPC_NEXT_SENT_FRAG(w4) (((w4) >> 0) & 0xFFFF) argument
226 uint32_t w0, w1, w2, w4, w5, w9; in print_internal() local
270 w4 = EXTRACT_32BITS(&ap->w4); in print_internal()
271 last_sent_frag = TIPC_LAST_SENT_FRAG(w4); in print_internal()
272 next_sent_frag = TIPC_NEXT_SENT_FRAG(w4); in print_internal()
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/BPF/
Dinsn-unit-32.s10 w3 /= w4 // BPF_DIV | BPF_X
17 w4 |= w5 // BPF_OR | BPF_X
41 w4 |= 0xff // BPF_OR | BPF_K
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dpitch_filter_mips.c26 int32_t w1, w2, w3, w4, w5, gain32, sign32; in WebRtcIsacfix_PitchFilterCore() local
121 : [w1] "=&r" (w1), [w2] "=&r" (w2), [w3] "=&r" (w3), [w4] "=&r" (w4), in WebRtcIsacfix_PitchFilterCore()
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/Mips/msa/
Dtest_3r.txt3 0x78 0x04 0x4e 0x90 # CHECK: add_a.b $w26, $w9, $w4
8 0x78 0xa4 0x36 0x50 # CHECK: adds_a.h $w25, $w6, $w4
16 0x79 0xa4 0xf2 0x90 # CHECK: adds_u.h $w10, $w30, $w4
20 0x78 0x3b 0x69 0x0e # CHECK: addv.h $w4, $w13, $w27
50 0x79 0xe4 0xfe 0xcd # CHECK: bclr.d $w27, $w31, $w4
60 0x7a 0xa4 0x87 0x0d # CHECK: bneg.h $w28, $w16, $w4
71 0x7a 0x09 0x25 0xcf # CHECK: cle_s.b $w23, $w4, $w9
89 0x7a 0x5e 0xc9 0x12 # CHECK: div_s.w $w4, $w25, $w30
100 0x78 0xfa 0x81 0x13 # CHECK: dotp_u.d $w4, $w16, $w26
107 0x7a 0x2c 0x59 0x13 # CHECK: dpsub_s.h $w4, $w11, $w12
[all …]
/external/llvm/test/MC/Disassembler/Mips/msa/
Dtest_3r.txt3 0x78 0x04 0x4e 0x90 # CHECK: add_a.b $w26, $w9, $w4
8 0x78 0xa4 0x36 0x50 # CHECK: adds_a.h $w25, $w6, $w4
16 0x79 0xa4 0xf2 0x90 # CHECK: adds_u.h $w10, $w30, $w4
20 0x78 0x3b 0x69 0x0e # CHECK: addv.h $w4, $w13, $w27
50 0x79 0xe4 0xfe 0xcd # CHECK: bclr.d $w27, $w31, $w4
60 0x7a 0xa4 0x87 0x0d # CHECK: bneg.h $w28, $w16, $w4
71 0x7a 0x09 0x25 0xcf # CHECK: cle_s.b $w23, $w4, $w9
89 0x7a 0x5e 0xc9 0x12 # CHECK: div_s.w $w4, $w25, $w30
100 0x78 0xfa 0x81 0x13 # CHECK: dotp_u.d $w4, $w16, $w26
107 0x7a 0x2c 0x59 0x13 # CHECK: dpsub_s.h $w4, $w11, $w12
[all …]

12345678910>>...17