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

1 2 3 4 5 6 7

  /external/fec/
viterbi27_mmx.c 20 struct v27 { struct
30 struct v27 *vp = (struct v27 *)p;
66 struct v27 *vp;
72 if((vp = (struct v27 *)malloc(sizeof(struct v27))) == NULL)
90 struct v27 *vp = (struct v27 *)p;
109 struct v27 *vp = p;
viterbi27_sse.c 18 struct v27 { struct
28 struct v27 *vp;
35 if((vp = malloc(sizeof(struct v27))) == NULL)
57 struct v27 *vp = p;
78 struct v27 *vp = p;
107 struct v27 *vp = p;
viterbi27_port.c 20 struct v27 { struct
30 struct v27 *vp = p;
57 struct v27 *vp;
63 if((vp = malloc(sizeof(struct v27))) == NULL)
80 struct v27 *vp = p;
108 struct v27 *vp = p;
137 struct v27 *vp = p;
viterbi27_av.c 18 struct v27 { struct
28 struct v27 *vp = p;
54 struct v27 *vp;
60 if((vp = (struct v27 *)malloc(sizeof(struct v27))) == NULL)
76 struct v27 *vp = p;
104 struct v27 *vp = p;
114 struct v27 *vp = p;
viterbi27_sse2.c 18 struct v27 { struct
28 struct v27 *vp = p;
57 struct v27 *vp;
64 if(posix_memalign(&p, sizeof(__m128i),sizeof(struct v27)))
66 vp = (struct v27 *)p;
84 struct v27 *vp = p;
112 struct v27 *vp = p;
124 struct v27 *vp = p;
  /external/libhevc/decoder/arm64/
ihevcd_fmt_conv_420sp_to_rgba8888.s 183 UZP1 v27.8b, v2.8b, v3.8b
185 mov v2.d[0], v27.d[0]
244 ZIP1 v27.8b, v14.8b, v15.8b
246 mov v14.d[0], v27.d[0]
247 ZIP1 v27.8b, v16.8b, v17.8b
249 mov v16.d[0], v27.d[0]
251 ZIP1 v27.8b, v20.8b, v21.8b
253 mov v20.d[0], v27.d[0]
254 ZIP1 v27.8b, v22.8b, v23.8b
256 mov v22.d[0], v27.d[0
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/aarch64/
unallocated-encoding.s 10 #st4 {v27.h, v28.h, v29.h, v30.h}[0], [x30]
20 #st4 {v27.s, v28.s, v29.s, v30.s}[0], [x30]
30 #st4 {v27.d, v28.d, v29.d, v30.d}[0], [x30]
40 #st4 {v27.d, v28.d, v29.d, v30.d}[0], [x30]
50 #st4 {v27.d, v28.d, v29.d, v30.d}[0], [x30]
  /external/libavc/common/armv8/
ih264_inter_pred_filters_luma_horz_av8.s 138 ext v27.8b, v6.8b , v7.8b, #5 ////extract a[5] (column2,row1)
141 uaddl v16.8h, v27.8b, v6.8b //// a0 + a5 (column2,row1)
146 ext v27.8b, v6.8b , v7.8b, #2 ////extract a[2] (column2,row1)
149 umlal v16.8h, v27.8b, v1.8b //// a0 + a5 + 20a2 (column2,row1)
154 ext v27.8b, v6.8b , v7.8b, #3 ////extract a[3] (column2,row1)
157 umlal v16.8h, v27.8b, v1.8b //// a0 + a5 + 20a2 + 20a3 (column2,row1)
162 ext v27.8b, v6.8b , v7.8b, #1 ////extract a[1] (column2,row1)
165 umlsl v16.8h, v27.8b, v0.8b //// a0 + a5 + 20a2 + 20a3 - 5a1 (column2,row1)
170 ext v27.8b, v6.8b , v7.8b, #4 ////extract a[4] (column2,row1)
173 umlsl v16.8h, v27.8b, v0.8b //// a0 + a5 + 20a2 + 20a3 - 5a1 - 5a4 (column2,row1
    [all...]
ih264_inter_pred_luma_horz_qpel_av8.s 146 ext v27.8b, v6.8b , v7.8b , #5
149 uaddl v16.8h, v27.8b, v6.8b //// a0 + a5 (column2,row1)
154 ext v27.8b, v6.8b , v7.8b , #2
157 umlal v16.8h, v27.8b, v1.8b //// a0 + a5 + 20a2 (column2,row1)
162 ext v27.8b, v6.8b , v7.8b , #3
165 umlal v16.8h, v27.8b, v1.8b //// a0 + a5 + 20a2 + 20a3 (column2,row1)
170 ext v27.8b, v6.8b , v7.8b , #1
173 umlsl v16.8h, v27.8b, v0.8b //// a0 + a5 + 20a2 + 20a3 - 5a1 (column2,row1)
178 ext v27.8b, v6.8b , v7.8b , #4
181 umlsl v16.8h, v27.8b, v0.8b //// a0 + a5 + 20a2 + 20a3 - 5a1 - 5a4 (column2,row1
    [all...]
  /external/llvm/test/MC/AArch64/
neon-scalar-by-elem-saturating-mul.s 30 sqdmulh s25, s26, v27.s[3]
36 // CHECK: sqdmulh s25, s26, v27.s[3] // encoding: [0x59,0xcb,0xbb,0x5f]
47 sqrdmulh s20, s26, v27.s[1]
53 // CHECK: sqrdmulh s20, s26, v27.s[1] // encoding: [0x54,0xd3,0xbb,0x5f]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/
fp-const0-parse.s 40 fcmle v3.2s, v27.2s, #0
59 fcmle v3.2s, v27.2s, #0.0
fp-const0-parse.d 21 34: 2ea0db63 fcmle v3.2s, v27.2s, #0.0
36 70: 2ea0db63 fcmle v3.2s, v27.2s, #0.0
  /external/valgrind/none/tests/arm64/
fp_and_simd.stdout.exp     [all...]
  /external/libhevc/common/arm64/
ihevc_intra_pred_luma_planar.s 179 dup v27.8h,w4 //(1)
184 umlal v27.8h, v5.8b, v0.8b //(1)(row+1) * src[nt-1]
187 umlal v27.8h, v17.8b, v1.8b //(1)(col+1) * src[3nt+1]
190 umlal v27.8h, v6.8b, v3.8b //(1)(nt-1-row) * src[2nt+1+col]
193 umlal v27.8h, v19.8b, v20.8b //(1)(nt-1-col) * src[2nt-1-row]
209 sshl v27.8h, v27.8h, v29.8h //(1)shr
214 xtn v27.8b, v27.8h //(1)
223 st1 {v27.8b},[x2], x3 //(1)str 8 value
    [all...]
ihevc_inter_pred_chroma_horz_w16out.s 140 dup v27.8b, v2.b[3] //coeffabs_3 = vdup_lane_u8(coeffabs, 3)
220 umlsl v30.8h, v6.8b, v27.8b //mul_res = vmlal_u8(src[0_1], coeffabs_1)//
235 umlsl v28.8h, v7.8b, v27.8b
282 umlsl v22.8h, v14.8b, v27.8b //mul_res = vmlal_u8(src[0_1], coeffabs_1)//
299 umlsl v20.8h, v15.8b, v27.8b //mul_res = vmlal_u8(src[0_1], coeffabs_1)//
315 umlsl v30.8h, v6.8b, v27.8b //mul_res = vmlal_u8(src[0_1], coeffabs_1)//
331 umlsl v28.8h, v7.8b, v27.8b
359 umlsl v22.8h, v14.8b, v27.8b //mul_res = vmlal_u8(src[0_1], coeffabs_1)//
381 umlsl v20.8h, v15.8b, v27.8b //mul_res = vmlal_u8(src[0_1], coeffabs_1)//
395 umlsl v30.8h, v6.8b, v27.8b //mul_res = vmlal_u8(src[0_1], coeffabs_1)/
    [all...]
ihevc_inter_pred_chroma_horz.s 140 dup v27.8b, v2.b[3] //coeffabs_3 = vdup_lane_u8(coeffabs, 3)
205 umlsl v30.8h, v6.8b, v27.8b //mul_res = vmlal_u8(src[0_1], coeffabs_1)//
217 umlsl v28.8h, v7.8b, v27.8b
272 umlsl v22.8h, v14.8b, v27.8b //mul_res = vmlal_u8(src[0_1], coeffabs_1)//
292 umlsl v20.8h, v15.8b, v27.8b //mul_res = vmlal_u8(src[0_1], coeffabs_1)//
313 umlsl v30.8h, v6.8b, v27.8b //mul_res = vmlal_u8(src[0_1], coeffabs_1)//
331 umlsl v28.8h, v7.8b, v27.8b
364 umlsl v22.8h, v14.8b, v27.8b //mul_res = vmlal_u8(src[0_1], coeffabs_1)//
384 umlsl v20.8h, v15.8b, v27.8b //mul_res = vmlal_u8(src[0_1], coeffabs_1)//
398 umlsl v30.8h, v6.8b, v27.8b //mul_res = vmlal_u8(src[0_1], coeffabs_1)/
    [all...]
ihevc_itrans_recon_4x4.s 167 trn2 v27.4h, v30.4h, v31.4h
170 trn1 v1.2s, v25.2s, v27.2s
171 trn2 v3.2s, v25.2s, v27.2s
203 trn2 v27.4h, v30.4h, v31.4h
206 trn1 v1.2s, v25.2s, v27.2s
207 trn2 v3.2s, v25.2s, v27.2s
ihevc_sao_edge_offset_class1_chroma.s 202 UZP1 v27.8b, v5.8b, v17.8b
204 mov v5.8b,v27.8b
211 ZIP1 v27.8b, v5.8b, v17.8b
213 mov v5.8b,v27.8b
223 UZP1 v27.8b, v22.8b, v23.8b
225 mov v22.8b,v27.8b
236 ZIP1 v27.8b, v24.8b, v25.8b
238 mov v24.8b,v27.8b
284 UZP1 v27.8b, v22.8b, v23.8b
286 mov v22.8b,v27.8
    [all...]
  /external/llvm/test/MC/Hexagon/
v60-vcmp.s 8 #CHECK: 1c84fb2a { q2 &= vcmp.gt(v27.uw{{ *}},{{ *}}v4.uw) }
9 q2&=vcmp.gt(v27.uw,v4.uw)
44 #CHECK: 1c9bf795 { q1 ^= vcmp.gt(v23.h{{ *}},{{ *}}v27.h) }
45 q1^=vcmp.gt(v23.h,v27.h)
62 #CHECK: 1c9ffb4b { q3 |= vcmp.eq(v27.w{{ *}},{{ *}}v31.w) }
63 q3|=vcmp.eq(v27.w,v31.w)
v60-alu.s 32 #CHECK: 1cb8cada { v27:26.w = vsub(v10.uh,{{ *}}v24.uh) }
33 v27:26.w=vsub(v10.uh,v24.uh)
35 #CHECK: 1cbcdbe8 { v9:8.w = vsub(v27.h,{{ *}}v28.h) }
36 v9:8.w=vsub(v27.h,v28.h)
80 #CHECK: 1c7ad4a6 { v7:6.h = vadd(v21:20.h,{{ *}}v27:26.h) }
81 v7:6.h=vadd(v21:20.h,v27:26.h)
98 #CHECK: 1c86dace { v15:14.ub = vsub(v27:26.ub,{{ *}}v7:6.ub):sat }
99 v15:14.ub=vsub(v27:26.ub,v7:6.ub):sat
122 #CHECK: 1c88da56 { v23:22.w = vadd(v27:26.w,{{ *}}v9:8.w):sat }
123 v23:22.w=vadd(v27:26.w,v9:8.w):sa
    [all...]
  /external/libavc/encoder/armv8/
ih264e_evaluate_intra_chroma_modes_av8.s 193 ld1 {v27.8h}, [x1]
195 dup v20.8h, v27.h[7] ///HORIZONTAL VALUE ROW=0//
196 dup v21.8h, v27.h[7]
218 dup v20.8h, v27.h[6]
219 dup v21.8h, v27.h[6] ///HORIZONTAL VALUE ROW=1//
235 dup v20.8h, v27.h[5]
236 dup v21.8h, v27.h[5] ///HORIZONTAL VALUE ROW=2//
251 dup v20.8h, v27.h[4]
252 dup v21.8h, v27.h[4] ///HORIZONTAL VALUE ROW=3//
270 dup v20.8h, v27.h[3
    [all...]
  /external/capstone/suite/MC/AArch64/
neon-scalar-by-elem-saturating-mul.s.cs 12 0x59,0xcb,0xbb,0x5f = sqdmulh s25, s26, v27.s[3]
18 0x54,0xd3,0xbb,0x5f = sqrdmulh s20, s26, v27.s[1]
neon-compare-instructions.s.cs 6 0x7d,0x8f,0xbc,0x2e = cmeq v29.2s, v27.2s, v28.2s
13 0x7d,0x3f,0xbc,0x2e = cmhs v29.2s, v27.2s, v28.2s
20 0x7d,0x3f,0xbc,0x2e = cmhs v29.2s, v27.2s, v28.2s
27 0x7d,0x3f,0xbc,0x0e = cmge v29.2s, v27.2s, v28.2s
34 0x7d,0x3f,0xbc,0x0e = cmge v29.2s, v27.2s, v28.2s
41 0x7d,0x37,0xbc,0x2e = cmhi v29.2s, v27.2s, v28.2s
48 0x7d,0x37,0xbc,0x2e = cmhi v29.2s, v27.2s, v28.2s
55 0x7d,0x37,0xbc,0x0e = cmgt v29.2s, v27.2s, v28.2s
62 0x7d,0x37,0xbc,0x0e = cmgt v29.2s, v27.2s, v28.2s
69 0x7d,0x8f,0xbc,0x0e = cmtst v29.2s, v27.2s, v28.2
    [all...]
  /cts/tests/tests/jni/src/android/jni/cts/
InstanceFromNative.java 88 int v25, int v26, int v27, int v28, int v29,
101 (v24 == 24) && (v25 == 25) && (v26 == 26) && (v27 == 27) &&
StaticFromNative.java 85 int v25, int v26, int v27, int v28, int v29,
98 (v24 == 24) && (v25 == 25) && (v26 == 26) && (v27 == 27) &&

Completed in 840 milliseconds

1 2 3 4 5 6 7