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

1 2 3

  /system/core/libpixelflinger/
col32cb16blend_neon.S 62 vshr.u8 d7, d6, #7 // extract top bit of alpha
78 vshr.u16 q8, q10, #11 // shift dst red0 to low 5 bits
82 vshr.u16 q9, q9, #10 // shift dst green0 to low 6 bits
86 vshr.u16 q13, q11, #11 // shift dst red1 to low 5 bits
88 vshr.u16 q12, q12, #10 // shift dst green1 to low 6 bits
96 vshr.u16 q8, q8, #8 // shift down red0
98 vshr.u16 q9, q9, #8 // shift down green0
100 vshr.u16 q10, q10, #8 // shift down blue0
103 vshr.u16 q13, q13, #8 // shift down red1
105 vshr.u16 q12, q12, #8 // shift down green
    [all...]
  /external/llvm/test/MC/ARM/
neon-shift-encoding.s 39 vshr.u8 d16, d16, #7
40 vshr.u16 d16, d16, #15
41 vshr.u32 d16, d16, #31
42 vshr.u64 d16, d16, #63
43 vshr.u8 q8, q8, #7
44 vshr.u16 q8, q8, #15
45 vshr.u32 q8, q8, #31
46 vshr.u64 q8, q8, #63
47 vshr.s8 d16, d16, #7
48 vshr.s16 d16, d16, #1
    [all...]
neont2-shift-encoding.s 37 @ CHECK: vshr.u8 d16, d16, #8 @ encoding: [0xc8,0xff,0x30,0x00]
38 vshr.u8 d16, d16, #8
39 @ CHECK: vshr.u16 d16, d16, #16 @ encoding: [0xd0,0xff,0x30,0x00]
40 vshr.u16 d16, d16, #16
41 @ CHECK: vshr.u32 d16, d16, #32 @ encoding: [0xe0,0xff,0x30,0x00]
42 vshr.u32 d16, d16, #32
43 @ CHECK: vshr.u64 d16, d16, #64 @ encoding: [0xc0,0xff,0xb0,0x00]
44 vshr.u64 d16, d16, #64
45 @ CHECK: vshr.u8 q8, q8, #8 @ encoding: [0xc8,0xff,0x70,0x00]
46 vshr.u8 q8, q8, #
    [all...]
  /external/swiftshader/third_party/LLVM/test/MC/ARM/
neont2-shift-encoding.s 37 @ CHECK: vshr.u8 d16, d16, #8 @ encoding: [0xc8,0xff,0x30,0x00]
38 vshr.u8 d16, d16, #8
39 @ CHECK: vshr.u16 d16, d16, #16 @ encoding: [0xd0,0xff,0x30,0x00]
40 vshr.u16 d16, d16, #16
41 @ CHECK: vshr.u32 d16, d16, #32 @ encoding: [0xe0,0xff,0x30,0x00]
42 vshr.u32 d16, d16, #32
43 @ CHECK: vshr.u64 d16, d16, #64 @ encoding: [0xc0,0xff,0xb0,0x00]
44 vshr.u64 d16, d16, #64
45 @ CHECK: vshr.u8 q8, q8, #8 @ encoding: [0xc8,0xff,0x70,0x00]
46 vshr.u8 q8, q8, #
    [all...]
neon-shift-encoding.s 36 @ CHECK: vshr.u8 d16, d16, #7 @ encoding: [0x30,0x00,0xc9,0xf3]
37 vshr.u8 d16, d16, #7
38 @ CHECK: vshr.u16 d16, d16, #15 @ encoding: [0x30,0x00,0xd1,0xf3]
39 vshr.u16 d16, d16, #15
40 @ CHECK: vshr.u32 d16, d16, #31 @ encoding: [0x30,0x00,0xe1,0xf3]
41 vshr.u32 d16, d16, #31
42 @ CHECK: vshr.u64 d16, d16, #63 @ encoding: [0xb0,0x00,0xc1,0xf3]
43 vshr.u64 d16, d16, #63
44 @ CHECK: vshr.u8 q8, q8, #7 @ encoding: [0x70,0x00,0xc9,0xf3]
45 vshr.u8 q8, q8, #
    [all...]
  /external/capstone/suite/MC/ARM/
neon-shift-encoding.s.cs 18 0x30,0x00,0xc9,0xf3 = vshr.u8 d16, d16, #7
19 0x30,0x00,0xd1,0xf3 = vshr.u16 d16, d16, #15
20 0x30,0x00,0xe1,0xf3 = vshr.u32 d16, d16, #31
21 0xb0,0x00,0xc1,0xf3 = vshr.u64 d16, d16, #63
22 0x70,0x00,0xc9,0xf3 = vshr.u8 q8, q8, #7
23 0x70,0x00,0xd1,0xf3 = vshr.u16 q8, q8, #15
24 0x70,0x00,0xe1,0xf3 = vshr.u32 q8, q8, #31
25 0xf0,0x00,0xc1,0xf3 = vshr.u64 q8, q8, #63
26 0x30,0x00,0xc9,0xf2 = vshr.s8 d16, d16, #7
27 0x30,0x00,0xd1,0xf2 = vshr.s16 d16, d16, #1
    [all...]
neont2-shift-encoding.s.cs 18 0xc8,0xff,0x30,0x00 = vshr.u8 d16, d16, #8
19 0xd0,0xff,0x30,0x00 = vshr.u16 d16, d16, #16
20 0xe0,0xff,0x30,0x00 = vshr.u32 d16, d16, #32
21 0xc0,0xff,0xb0,0x00 = vshr.u64 d16, d16, #64
22 0xc8,0xff,0x70,0x00 = vshr.u8 q8, q8, #8
23 0xd0,0xff,0x70,0x00 = vshr.u16 q8, q8, #16
24 0xe0,0xff,0x70,0x00 = vshr.u32 q8, q8, #32
25 0xc0,0xff,0xf0,0x00 = vshr.u64 q8, q8, #64
26 0xc8,0xef,0x30,0x00 = vshr.s8 d16, d16, #8
27 0xd0,0xef,0x30,0x00 = vshr.s16 d16, d16, #1
    [all...]
  /external/libhevc/common/arm/
ihevc_intra_pred_luma_vert.s 200 @vshr.s16 q0, q0, #1
201 @vshr.s16 q14, q14, #1
233 vshr.s64 d24, d24, #8
236 vshr.s64 d25, d25, #8
243 vshr.s64 d24, d24, #8
246 vshr.s64 d25, d25, #8
268 vshr.s64 d24, d24, #8
271 vshr.s64 d25, d25, #8
281 vshr.s64 d24, d24, #8
284 vshr.s64 d25, d25, #
    [all...]
ihevc_intra_pred_luma_dc.s 137 vshr.s64 d8, d8, #32
206 vshr.u16 d15, d14, #2 @final dst[0]'s value in d15[0]
251 vshr.s64 d3, d3, #8 @row 0 shift (prol) (first value to be ignored)
260 vshr.s64 d3, d3, #8 @row 1 shift (prol)
269 vshr.s64 d3, d3, #8 @row 2 shift (prol)
277 vshr.s64 d3, d3, #8 @row 3 shift (prol)
285 vshr.s64 d3, d3, #8 @row 4 shift (prol)
293 vshr.s64 d3, d3, #8 @row 5 shift (prol)
304 vshr.s64 d3, d3, #8 @row 6 shift (prol)
311 vshr.s64 d3, d3, #8 @row 7 shift (prol
    [all...]
ihevc_intra_pred_chroma_horz.s 214 @vshr.s16 q12,q12,#1
228 @vshr.s16 q12,q12,#1
295 vshr.s16 q12,q12,#1
336 vshr.s16 q12,q12,#1
ihevc_intra_pred_luma_horz.s 207 vshr.s16 q12,q12,#1
221 vshr.s16 q12,q12,#1
285 vshr.s16 q12,q12,#1
326 vshr.s16 q12,q12,#1
  /external/boringssl/src/crypto/curve25519/asm/
x25519-asm-arm.S 47 vshr.u64 q1,q0,#7
48 vshr.u64 q0,q0,#8
82 vshr.u64 q3,q2,#7
83 vshr.u64 q2,q2,#6
99 vshr.u64 q5,q5,#26
100 vshr.u64 q6,q6,#3
101 vshr.u64 q7,q7,#29
102 vshr.u64 q8,q8,#6
103 vshr.u64 q10,q10,#25
104 vshr.u64 q11,q11,#
    [all...]
  /external/arm-neon-tests/
ref_vshr_n.c 40 vshr##Q##_n_##T2##W(VECT_VAR(vector, T1, W, N), \
  /external/boringssl/src/crypto/fipsmodule/sha/asm/
sha512-armv4.pl 526 vshr.u64 $t0,$e,#@Sigma1[0] @ $i
530 vshr.u64 $t1,$e,#@Sigma1[1]
534 vshr.u64 $t2,$e,#@Sigma1[2]
547 vshr.u64 $t0,$a,#@Sigma0[0]
550 vshr.u64 $t1,$a,#@Sigma0[1]
553 vshr.u64 $t2,$a,#@Sigma0[2]
580 vshr.u64 $t0,@X[($i+7)%8],#@sigma1[0]
581 vshr.u64 $t1,@X[($i+7)%8],#@sigma1[1]
583 vshr.u64 $s1,@X[($i+7)%8],#@sigma1[2]
588 vshr.u64 $t0,$s0,#@sigma0[0
    [all...]
  /external/boringssl/src/crypto/poly1305/
poly1305_arm_asm.S 240 # asm 1: vshr.u64 >mask=reg128#7,<mask=reg128#7,#6
241 # asm 2: vshr.u64 >mask=q6,<mask=q6,#6
242 vshr.u64 q6,q6,#6
245 # asm 1: vshr.u64 >u4=reg128#8,<u4=reg128#8,#7
246 # asm 2: vshr.u64 >u4=q7,<u4=q7,#7
247 vshr.u64 q7,q7,#7
690 # asm 1: vshr.u64 >v4=reg128#4,<d23=reg128#2,#40
691 # asm 2: vshr.u64 >v4=q3,<d23=q1,#40
692 vshr.u64 q3,q1,#40
939 # asm 1: vshr.u64 >t1=reg128#4,<r0=reg128#8,#2
    [all...]
  /external/boringssl/ios-arm/crypto/fipsmodule/
bsaes-armv7.S 129 vshr.u64 q10, q6, #1
130 vshr.u64 q11, q4, #1
141 vshr.u64 q10, q2, #1
142 vshr.u64 q11, q0, #1
154 vshr.u64 q10, q5, #2
155 vshr.u64 q11, q4, #2
166 vshr.u64 q10, q1, #2
167 vshr.u64 q11, q0, #2
178 vshr.u64 q10, q3, #4
179 vshr.u64 q11, q2, #
    [all...]
  /external/boringssl/linux-arm/crypto/fipsmodule/
bsaes-armv7.S 128 vshr.u64 q10, q6, #1
129 vshr.u64 q11, q4, #1
140 vshr.u64 q10, q2, #1
141 vshr.u64 q11, q0, #1
153 vshr.u64 q10, q5, #2
154 vshr.u64 q11, q4, #2
165 vshr.u64 q10, q1, #2
166 vshr.u64 q11, q0, #2
177 vshr.u64 q10, q3, #4
178 vshr.u64 q11, q2, #
    [all...]
  /external/boringssl/src/crypto/fipsmodule/modes/asm/
ghash-armv4.pl 446 vshr.u64 $t0#lo,#63 @ t0=0xc2....01
448 vshr.u64 $Hlo,$IN#lo,#63
449 vshr.s8 $t1,#7 @ broadcast carry bit
522 vshr.u64 $t2,$Xl,#1 @ 2nd phase
525 vshr.u64 $t2,$t2,#6
526 vshr.u64 $Xl,$Xl,#1 @
ghashv8-armx.pl 95 vshr.u64 $t2,$xC2,#63
98 vshr.u64 $t2,$IN,#63
99 vshr.s32 $t1,$t1,#31 @ broadcast carry bit
368 s/vshr\.s/sshr\.s/o or
369 s/vshr/ushr/o or
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_neon_3DLUT.S 163 vshr.u16 q12, q0, #8
164 vshr.u16 q13, q1, #8
165 vshr.u16 q14, q2, #8
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
neon-omit.s 46 vshr.s16 q1,#4
91 vshr.s16 q1,q13,#4
  /external/libavc/common/arm/
ih264_iquant_itrans_recon_a9.s 172 vshr.s16 d8, d1, #1 @q0>>1
173 vshr.s16 d9, d3, #1 @q1>>1
197 vshr.s16 d18, d11, #1 @q0>>1
198 vshr.s16 d19, d13, #1 @q1>>1
346 vshr.s16 d8, d1, #1 @q0>>1
347 vshr.s16 d9, d3, #1 @q1>>1
372 vshr.s16 d18, d11, #1 @q0>>1
373 vshr.s16 d19, d13, #1 @q1>>1
607 vshr.s16 q10, q2, #0x1 @
634 vshr.s16 q6, q3, #0x1
    [all...]
  /external/boringssl/ios-arm/crypto/chacha/
chacha-armv4.S 898 vshr.u32 q1,q12,#20
900 vshr.u32 q5,q13,#20
902 vshr.u32 q9,q14,#20
922 vshr.u32 q3,q12,#24
924 vshr.u32 q7,q13,#24
926 vshr.u32 q11,q14,#24
946 vshr.u32 q1,q12,#25
948 vshr.u32 q5,q13,#25
950 vshr.u32 q9,q14,#25
1006 vshr.u32 q1,q12,#2
    [all...]
  /external/boringssl/linux-arm/crypto/chacha/
chacha-armv4.S 895 vshr.u32 q1,q12,#20
897 vshr.u32 q5,q13,#20
899 vshr.u32 q9,q14,#20
919 vshr.u32 q3,q12,#24
921 vshr.u32 q7,q13,#24
923 vshr.u32 q11,q14,#24
943 vshr.u32 q1,q12,#25
945 vshr.u32 q5,q13,#25
947 vshr.u32 q9,q14,#25
1003 vshr.u32 q1,q12,#2
    [all...]
  /external/boringssl/src/crypto/fipsmodule/bn/asm/
armv4-mont.pl 368 vshr.u64 $temp,$temp,#16
374 vshr.u64 $temp,$temp,#16
416 vshr.u64 $temp,$temp,#16
422 vshr.u64 $temp,$temp,#16
428 vshr.u64 $temp,@ACC[0]#lo,#16
432 vshr.u64 $temp,@ACC[0]#hi,#16
500 vshr.u64 @ACC[0]#lo,@ACC[0]#lo,#16
505 vshr.u64 @ACC[0]#lo,@ACC[0]#lo,#16
536 vshr.u64 @ACC[0]#lo,@ACC[0]#lo,#16
541 vshr.u64 @ACC[0]#lo,@ACC[0]#lo,#1
    [all...]

Completed in 1925 milliseconds

1 2 3