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

1 2 3 4 5 6

  /external/llvm/test/MC/AArch64/
optional-hash.s 12 // CHECK: cmgt v0.8b, v15.8b, #0
13 cmgt v0.8b, v15.8b, 0
neon-simd-ldst-multi-elem.s 9 st1 { v15.8h }, [x15]
13 st1 { v15.4h }, [x15]
17 // CHECK: st1 { v15.8h }, [x15] // encoding: [0xef,0x75,0x00,0x4c]
21 // CHECK: st1 { v15.4h }, [x15] // encoding: [0xef,0x75,0x00,0x0c]
29 st1 { v15.8h, v16.8h }, [x15]
33 st1 { v15.4h, v16.4h }, [x15]
37 // CHECK: st1 { v15.8h, v16.8h }, [x15] // encoding: [0xef,0xa5,0x00,0x4c]
41 // CHECK: st1 { v15.4h, v16.4h }, [x15] // encoding: [0xef,0xa5,0x00,0x0c]
46 st1 { v15.8h-v16.8h }, [x15]
50 st1 { v15.4h-v16.4h }, [x15
    [all...]
neon-compare-instructions.s 9 cmeq v0.8b, v15.8b, v17.8b
11 cmeq v15.4h, v16.4h, v17.4h
17 // CHECK: cmeq v0.8b, v15.8b, v17.8b // encoding: [0xe0,0x8d,0x31,0x2e]
19 // CHECK: cmeq v15.4h, v16.4h, v17.4h // encoding: [0x0f,0x8e,0x71,0x2e]
31 cmhs v0.8b, v15.8b, v17.8b
33 cmhs v15.4h, v16.4h, v17.4h
39 cmls v0.8b, v17.8b, v15.8b
41 cmls v15.4h, v17.4h, v16.4h
47 // CHECK: cmhs v0.8b, v15.8b, v17.8b // encoding: [0xe0,0x3d,0x31,0x2e]
49 // CHECK: cmhs v15.4h, v16.4h, v17.4h // encoding: [0x0f,0x3e,0x71,0x2e
    [all...]
neon-facge-facgt.s 10 facge v4.4s, v7.4s, v15.4s
13 facle v4.4s, v15.4s, v7.4s
17 // CHECK: facge v4.4s, v7.4s, v15.4s // encoding: [0xe4,0xec,0x2f,0x6e]
20 // CHECK: facge v4.4s, v7.4s, v15.4s // encoding: [0xe4,0xec,0x2f,0x6e]
29 facgt v17.2d, v15.2d, v13.2d
32 faclt v17.2d, v13.2d, v15.2d
36 // CHECK: facgt v17.2d, v15.2d, v13.2d // encoding: [0xf1,0xed,0xed,0x6e]
39 // CHECK: facgt v17.2d, v15.2d, v13.2d // encoding: [0xf1,0xed,0xed,0x6e]
neon-scalar-by-elem-saturating-mul.s 9 sqdmull s31, h31, v15.h[7]
12 sqdmull d9, s10, v15.s[0]
18 // CHECK: sqdmull s31, h31, v15.h[7] // encoding: [0xff,0xbb,0x7f,0x5f]
21 // CHECK: sqdmull d9, s10, v15.s[0] // encoding: [0x49,0xb1,0x8f,0x5f]
29 sqdmulh h20, h21, v15.h[7]
35 // CHECK: sqdmulh h20, h21, v15.h[7] // encoding: [0xb4,0xca,0x7f,0x5f]
45 sqrdmulh h21, h22, v15.h[7]
51 // CHECK: sqrdmulh h21, h22, v15.h[7] // encoding: [0xd5,0xda,0x7f,0x5f]
neon-frsqrt-frecp.s 9 frsqrts v4.4s, v7.4s, v15.4s
13 // CHECK: frsqrts v4.4s, v7.4s, v15.4s // encoding: [0xe4,0xfc,0xaf,0x4e]
21 frecps v17.2d, v15.2d, v13.2d
25 // CHECK: frecps v17.2d, v15.2d, v13.2d // encoding: [0xf1,0xfd,0x6d,0x4e]
neon-simd-ldst-one-elem.s 9 ld1r { v15.8h }, [x15]
13 ld1r { v15.4h }, [x15]
17 // CHECK: ld1r { v15.8h }, [x15] // encoding: [0xef,0xc5,0x40,0x4d]
21 // CHECK: ld1r { v15.4h }, [x15] // encoding: [0xef,0xc5,0x40,0x0d]
30 ld2r { v15.8h, v16.8h }, [x15]
34 ld2r { v15.4h, v16.4h }, [x15]
38 // CHECK: ld2r { v15.8h, v16.8h }, [x15] // encoding: [0xef,0xc5,0x60,0x4d]
42 // CHECK: ld2r { v15.4h, v16.4h }, [x15] // encoding: [0xef,0xc5,0x60,0x0d]
47 ld3r { v15.8h, v16.8h, v17.8h }, [x15]
51 ld3r { v15.4h, v16.4h, v17.4h }, [x15
    [all...]
neon-simd-post-ldst-multi-elem.s 9 ld1 { v15.8h }, [x15], x2
13 ld1 { v15.4h }, [x15], x3
18 // CHECK: ld1 { v15.8h }, [x15], x2
26 // CHECK: ld1 { v15.4h }, [x15], x3
38 ld1 { v15.8h, v16.8h }, [x15], x2
42 ld1 { v15.4h, v16.4h }, [x15], x3
47 // CHECK: ld1 { v15.8h, v16.8h }, [x15], x2
55 // CHECK: ld1 { v15.4h, v16.4h }, [x15], x3
67 ld1 { v15.8h, v16.8h, v17.8h }, [x15], x2
71 ld1 { v15.4h, v16.4h, v17.4h }, [x15], x
    [all...]
neon-mov.s 11 movi v15.2s, #1, lsl #8
25 // CHECK: movi v15.2s, #{{0x1|1}}, lsl #8 // encoding: [0x2f,0x24,0x00,0x0f]
46 mvni v15.4s, #1, lsl #8
60 // CHECK: mvni v15.4s, #{{0x1|1}}, lsl #8 // encoding: [0x2f,0x24,0x00,0x6f]
80 bic v15.4h, #1
94 // CHECK: bic v15.4h, #{{0x1|1}} // encoding: [0x2f,0x94,0x00,0x2f]
112 orr v15.4h, #1, lsl #8
126 // CHECK: orr v15.4h, #{{0x1|1}}, lsl #8 // encoding: [0x2f,0xb4,0x00,0x0f]
161 movi v15.16b, #0xf
166 // CHECK: movi v15.16b, #{{0xf|15}} // encoding: [0xef,0xe5,0x00,0x4f
    [all...]
neon-max-min-pairwise.s 71 fmaxp v31.4s, v15.4s, v16.4s
75 // CHECK: fmaxp v31.4s, v15.4s, v16.4s // encoding: [0xff,0xf5,0x30,0x6e]
81 fminp v10.2s, v15.2s, v22.2s
85 // CHECK: fminp v10.2s, v15.2s, v22.2s // encoding: [0xea,0xf5,0xb6,0x2e]
93 fmaxnmp v31.4s, v15.4s, v16.4s
97 // CHECK: fmaxnmp v31.4s, v15.4s, v16.4s // encoding: [0xff,0xc5,0x30,0x6e]
103 fminnmp v10.2s, v15.2s, v22.2s
107 // CHECK: fminnmp v10.2s, v15.2s, v22.2s // encoding: [0xea,0xc5,0xb6,0x2e]
neon-max-min.s 71 fmax v31.4s, v15.4s, v16.4s
75 // CHECK: fmax v31.4s, v15.4s, v16.4s // encoding: [0xff,0xf5,0x30,0x4e]
81 fmin v10.2s, v15.2s, v22.2s
85 // CHECK: fmin v10.2s, v15.2s, v22.2s // encoding: [0xea,0xf5,0xb6,0x0e]
93 fmaxnm v31.4s, v15.4s, v16.4s
97 // CHECK: fmaxnm v31.4s, v15.4s, v16.4s // encoding: [0xff,0xc5,0x30,0x4e]
103 fminnm v10.2s, v15.2s, v22.2s
107 // CHECK: fminnm v10.2s, v15.2s, v22.2s // encoding: [0xea,0xc5,0xb6,0x0e]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_advsimd_Blur.S 65 * v12-v15 = temporary sums
70 ld1 {v15.16b}, [x1], #16
73 uxtl v14.8h, v15.8b
75 uxtl2 v15.8h, v15.16b
87 umull v14.4s, v15.4h, v0.h[0]
89 umull2 v15.4s, v15.8h, v0.h[0]
113 umlal2 v15.4s, v11.8h, v\dreg\doth[\lane]
129 uqrshrn2 v11.8h, v15.4s, #16 - FRACTION_BIT
    [all...]
rsCpuIntrinsics_advsimd_ColorMatrix.S 83 vmxx_s16 \i, 8, v6.4s, v15.4h, v1.h[4]
87 vmxx2_s16 \i, 8, v7.4s, v15.8h, v1.h[4]
100 vmxx_s16 \i^31, 8, v6.4s, v15.4h, v1.h[4]
104 vmxx2_s16 \i^31, 8, v7.4s, v15.8h, v1.h[4]
118 vmxx_s16 \i, 8, v6.4s, v15.4h, v1.h[5]
122 vmxx2_s16 \i, 8, v7.4s, v15.8h, v1.h[5]
135 vmxx_s16 \i^31, 8, v6.4s, v15.4h, v1.h[5]
139 vmxx2_s16 \i^31, 8, v7.4s, v15.8h, v1.h[5]
153 vmxx_s16 \i, 8, v6.4s, v15.4h, v1.h[6]
157 vmxx2_s16 \i, 8, v7.4s, v15.8h, v1.h[6
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/instance_of/d/
T_instance_of_2.d 65 instance-of v15, v10, dot/junit/opcodes/instance_of/d/T_instance_of_2/SuperClass
66 if-eqz v15, LabelExit
71 instance-of v15, v10, [Ldot/junit/opcodes/instance_of/d/T_instance_of_2/SuperClass;
72 if-eqz v15, LabelExit
76 instance-of v15, v10, java/lang/Object
77 if-eqz v15, LabelExit
82 instance-of v15, v10, dot/junit/opcodes/instance_of/d/T_instance_of_2/SuperInterface
83 if-eqz v15, LabelExit
88 instance-of v15, v10, dot/junit/opcodes/instance_of/d/T_instance_of_2/SubClass
89 if-nez v15, LabelExi
    [all...]
  /external/openssl/crypto/
arm64cpuid.S 10 orr v15.16b, v15.16b, v15.16b
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move/d/
T_move_1.d 30 const v15, 567989
32 move v0, v15
37 if-ne v15, v4, Label0
  /external/libhevc/common/arm64/
ihevc_itrans_recon_32x32.s 248 ld1 {v15.4h},[x0],x6
262 smlal v24.4s, v15.4h, v1.4h[3]
263 smlal v26.4s, v15.4h, v5.4h[1]
264 smlsl v28.4s, v15.4h, v7.4h[1]
265 smlsl v30.4s, v15.4h, v3.4h[3]
320 ld1 {v15.4h},[x0],x6
336 smlal v24.4s, v15.4h, v3.4h[3]
337 smlsl v26.4s, v15.4h, v4.4h[3]
338 smlsl v28.4s, v15.4h, v2.4h[3]
339 smlal v30.4s, v15.4h, v5.4h[3
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 123 Tpair v30,v31, v7,v15
134 Tpair v14,v15, v23,v31
179 ;# and assumes that v14/v15 contain the b_hihi/b_lolo selectors
253 Tpair v14, v15, v2, v6
259 Tpair v2, v3, v11, v15
293 vmrglb v15, v23, v31
308 vmrghb v30, v7, v15
309 vmrglb v31, v7, v15
325 vmrglb v15, v23, v31
340 vmrghb v30, v7, v15
    [all...]
  /external/libvpx/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 123 Tpair v30,v31, v7,v15
134 Tpair v14,v15, v23,v31
179 ;# and assumes that v14/v15 contain the b_hihi/b_lolo selectors
253 Tpair v14, v15, v2, v6
259 Tpair v2, v3, v11, v15
293 vmrglb v15, v23, v31
308 vmrghb v30, v7, v15
309 vmrglb v31, v7, v15
325 vmrglb v15, v23, v31
340 vmrghb v30, v7, v15
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 123 Tpair v30,v31, v7,v15
134 Tpair v14,v15, v23,v31
179 ;# and assumes that v14/v15 contain the b_hihi/b_lolo selectors
253 Tpair v14, v15, v2, v6
259 Tpair v2, v3, v11, v15
293 vmrglb v15, v23, v31
308 vmrghb v30, v7, v15
309 vmrglb v31, v7, v15
325 vmrglb v15, v23, v31
340 vmrghb v30, v7, v15
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/cmpg_double/d/
T_cmpg_double_6.d 30 move v2, v15
31 move v3, v15
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/cmpl_double/d/
T_cmpl_double_6.d 30 move v2, v15
31 move v3, v15
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/const_4/d/
T_const_4_1.d 30 const/4 v15, -4
31 return v15
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_result_object/d/
T_move_result_object_1.d 32 invoke-direct {v15} dot/junit/opcodes/move_result_object/d/T_move_result_object_1/foo()Ljava/lang/Object;
36 if-eq v0, v15, Label1
  /cts/tests/tests/jni/src/android/jni/cts/
InstanceFromNative.java 86 int v15, int v16, int v17, int v18, int v19,
98 (v14 == 14) && (v15 == 15) && (v16 == 16) && (v17 == 17) &&

Completed in 431 milliseconds

1 2 3 4 5 6