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

1 2 3 4 5 6 7 8

  /cts/tools/dasm/test/
all_opcodes.d 18 move/from16 v11, v222
21 move-wide/from16 v11, v222
24 move-object/from16 v11, v222
26 move-result v11
27 move-result-wide v11
28 move-result-object v11
29 move-exception v11
31 return v11
32 return-wide v11
33 return-object v11
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_double_2addr/d/
T_rem_double_2addr_3.d 16 rem-double/2addr v11, v12
17 return-wide v11
T_rem_double_2addr_6.d 16 rem-double/2addr v11, v13
17 return-wide v11
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_advsimd_Convolve.S 32 st1 {v8.1d-v11.1d}, [x6], #32
96 ld1 {v8.1d-v11.1d}, [sp], #32
117 st1 {v8.1d-v11.1d}, [x8], #32
131 ld1 {v9.8b-v11.8b}, [x1], x6 // y0 ( y - 2 )
141 uxtl v11.8h, v11.8b
157 smlal v5.4s, v11.4h, v0.h[3]
158 smlal v4.4s, v11.4h, v0.h[4]
159 smlal2 v5.4s, v11.8h, v0.h[4]
174 ld1 {v9.8b-v11.8b}, [x3], x6 // y0 ( y
    [all...]
rsCpuIntrinsics_advsimd_Blend.S 69 mov v3.16b, v11.16b
79 mvn v7.16b, v11.16b
120 uqadd v3.16b, v3.16b, v11.16b
133 umull2 v15.8h, v7.16b, v11.16b
134 umull v11.8h, v7.8b, v11.8b
142 rshrn v7.8b, v11.8h, #8
151 uaddw v11.8h, v11.8h, v7.8b
160 rshrn v11.8b, v11.8h, #
    [all...]
rsCpuIntrinsics_advsimd_YuvToRGB.S 24 * v10 and v11. Working constants are pre-loaded into v24-v31, and v3 and v7
30 .macro yuvkern, regu=v10, regv=v11
175 ld2 {v10.16b,v11.16b}, [x3], #32
178 ld1 {v11.16b}, [x4], #16
182 \kernel regu=v11, regv=v10
207 movi v11.8b, #0
212 ld1 {v11.16b}, [x3], #16
215 ld1 {v11.d}[1], [x4], #8
223 ld1 {v11.s}[1], [x4], #4
231 ld1 {v11.h}[1], [x4], #
    [all...]
rsCpuIntrinsics_advsimd_Resize.S 55 ld1 {v11.8b}, [x7], #8
59 uxtl v11.8h, v11.8b
66 umlsl v12.4s, v11.4h, v3.h[3]
67 umlsl2 v13.4s, v11.8h, v3.h[3]
83 ld1 {v11.s}[0], [x7], #4
87 uxtl v11.8h, v11.8b
91 umlsl v12.4s, v11.4h, v3.h[3]
158 st1 {v8.1d - v11.1d}, [sp
    [all...]
  /external/llvm/test/MC/Hexagon/
v60-vmpy1.s 11 #CHECK: 1919ccea { v11:10.h = vdmpy(v13:12.ub,{{ *}}r25.b) }
12 v11:10.h=vdmpy(v13:12.ub,r25.b)
38 #CHECK: 19bccb13 { v19.w = vmpyi(v11.w,{{ *}}r28.b) }
39 v19.w=vmpyi(v11.w,r28.b)
41 #CHECK: 19c8cb0a { v11:10.uh = vmpy(v11.ub,{{ *}}r8.ub) }
42 v11:10.uh=vmpy(v11.ub,r8.ub)
47 #CHECK: 1922d1aa { v11:10.h = vmpy(v17.ub,{{ *}}r2.b) }
48 v11:10.h=vmpy(v17.ub,r2.b
    [all...]
v60-permute.s 26 #CHECK: 1febc140 { v0.h = vpacko(v1.w{{ *}},{{ *}}v11.w) }
27 v0.h=vpacko(v1.w,v11.w)
47 #CHECK: 1e02cb1c { v28.b = vshuff(v11.b) }
48 v28.b=vshuff(v11.b)
  /external/clang/test/CodeGen/
vector-alignment.c 58 double __attribute__((vector_size(24), aligned(64))) v11; variable
59 // ALL: @v11 {{.*}}, align 64
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/shl_long/d/
T_shl_long_2.d 16 shl-long v0, v8, v11
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/shl_long_2addr/d/
T_shl_long_2addr_2.d 16 shl-long/2addr v8, v11
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/shr_long/d/
T_shr_long_2.d 16 shr-long v0, v8, v11
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/shr_long_2addr/d/
T_shr_long_2addr_2.d 16 shr-long/2addr v8, v11
  /external/llvm/test/MC/AArch64/
neon-simd-copy.s 93 dup v11.4h, v7.h[7]
96 dup v11.8h, v7.h[7]
101 // CHECK: {{mov|dup}} v11.4h, v7.h[7] // encoding: [0xeb,0x04,0x1e,0x0e]
104 // CHECK: {{mov|dup}} v11.8h, v7.h[7] // encoding: [0xeb,0x04,0x1e,0x4e]
112 dup v11.4h, w14
115 dup v11.8h, w16
120 // CHECK: {{mov|dup}} v11.4h, w14 // encoding: [0xcb,0x0d,0x02,0x0e]
123 // CHECK: {{mov|dup}} v11.8h, w16 // encoding: [0x0b,0x0e,0x02,0x4e]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
variance_subpixel_altivec.asm 206 load_c v11, b_4567_b, 0, r12, r0
208 hfilter_8 v0, v10, v11, 1
209 hfilter_8 v1, v10, v11, 1
210 hfilter_8 v2, v10, v11, 1
211 hfilter_8 v3, v10, v11, 1
219 hfilter_8 v4, v10, v11, 0
297 load_c v11, b_4567_b, 0, r12, r0
299 hfilter_8 v0, v10, v11, 1
300 hfilter_8 v1, v10, v11, 1
301 hfilter_8 v2, v10, v11,
    [all...]
loopfilter_filters_altivec.asm 119 Tpair v22,v23, v3,v11
132 Tpair v10,v11, v21,v29
251 Tpair v10, v11, v0, v4
259 Tpair v2, v3, v11, v15
289 vmrglb v11, v21, v29
300 vmrghb v22, v3, v11
301 vmrglb v23, v3, v11
321 vmrglb v11, v21, v29
332 vmrghb v22, v3, v11
333 vmrglb v23, v3, v11
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/
b2CollidePolygon.cpp 170 b2Vec2 v11 = vertices1[iv1];
173 b2Vec2 localTangent = v12 - v11;
177 b2Vec2 planePoint = 0.5f * (v11 + v12);
182 v11 = b2Mul(xf1, v11);
186 float32 frontOffset = b2Dot(normal, v11);
189 float32 sideOffset1 = -b2Dot(tangent, v11) + totalRadius;
  /external/libavc/common/armv8/
ih264_iquant_itrans_recon_dc_av8.s 244 ld1 {v11.d}[0], [x2], x4 //load pu1_out for interleaving
245 ld1 {v11.d}[1], [x2], x4
261 bit v11.16b, v1.16b, v31.16b
264 st1 {v11.d}[0], [x0], x4
265 st1 {v11.d}[1], [x0], x4
373 uaddw v11.8h, v0.8h, v28.8b
382 sqxtun v11.8b, v11.8h
391 st1 {v11.8b}, [x2], x4
ih264_iquant_itrans_recon_av8.s 180 add v11.4h, v5.4h , v6.4h // x1+x2
189 trn1 v4.4h, v10.4h, v11.4h
190 trn2 v5.4h, v10.4h, v11.4h
195 trn1 v11.2s, v5.2s, v7.2s // 8
200 sshr v18.4h, v11.4h, #1 // q0>>1
206 add v17.4h, v11.4h, v19.4h // x3 = q1+ (q3 >> 3)//
367 add v11.4h, v5.4h , v6.4h // x1+x2
378 trn1 v4.4h, v10.4h, v11.4h
379 trn2 v5.4h, v10.4h, v11.4h
384 trn1 v11.2s, v5.2s, v7.2s //
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/mul_double_2addr/d/
T_mul_double_2addr_3.d 30 mul-double/2addr v11, v12
31 return-wide v11
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/mul_long_2addr/d/
T_mul_long_2addr_4.d 30 mul-long/2addr v11, v13
31 return-wide v11
T_mul_long_2addr_5.d 30 mul-long/2addr v11, v12
31 return-wide v11
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/or_long_2addr/d/
T_or_long_2addr_4.d 30 or-long/2addr v11, v12
31 return-wide v11
T_or_long_2addr_5.d 30 or-long/2addr v11, v12
31 return-wide v11

Completed in 324 milliseconds

1 2 3 4 5 6 7 8