Home
last modified time | relevance | path

Searched refs:v5 (Results 1 – 25 of 376) sorted by relevance

12345678910>>...16

/external/llvm/test/MC/AArch64/
Darm64-simd-ldst.s11 ld1.8b {v4, v5, v6}, [x3]
89 st1.2d {v5}, [x1]
102 ; CHECK: ld1.8b { v4, v5, v6 }, [x3] ; encoding: [0x64,0x60,0x40,0x0c]
181 ; CHECK: st1.2d { v5 }, [x1] ; encoding: [0x25,0x7c,0x00,0x4c]
187 ld2.8b {v4, v5}, [x19]
188 ld2.16b {v4, v5}, [x19]
189 ld2.4h {v4, v5}, [x19]
190 ld2.8h {v4, v5}, [x19]
191 ld2.2s {v4, v5}, [x19]
192 ld2.4s {v4, v5}, [x19]
[all …]
Dneon-compare-instructions.s12 cmeq v5.8h, v6.8h, v7.8h
34 cmhs v5.8h, v6.8h, v7.8h
42 cmls v5.8h, v7.8h, v6.8h
71 cmge v5.8h, v6.8h, v7.8h
79 cmle v5.8h, v7.8h, v6.8h
108 cmhi v5.8h, v6.8h, v7.8h
116 cmlo v5.8h, v7.8h, v6.8h
145 cmgt v5.8h, v6.8h, v7.8h
153 cmlt v5.8h, v7.8h, v6.8h
180 cmtst v5.8h, v6.8h, v7.8h
[all …]
Darm64-crypto.s37 aesd v5.16b, v7.16b
42 ; CHECK: aesd.16b v5, v7 ; encoding: [0xe5,0x58,0x28,0x4e]
48 sha1m q2, s6, v5.4s
49 sha1su0 v3.4s, v5.4s, v9.4s
52 sha256su1 v4.4s, v5.4s, v9.4s
59 ; CHECK: sha1m.4s q2, s6, v5 ; encoding: [0xc2,0x20,0x05,0x5e]
60 ; CHECK: sha1su0.4s v3, v5, v9 ; encoding: [0xa3,0x30,0x09,0x5e]
63 ; CHECK: sha256su1.4s v4, v5, v9 ; encoding: [0xa4,0x60,0x09,0x5e]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
Didctllm_altivec.asm51 vmulosh v5, v1, v9
52 vsraw v5, v5, v12 ;# ip[12] * cos(pi/8) * sqrt(2)
53 vaddsws v5, v5, v1
55 vsubsws v4, v4, v5 ;# c1
61 vmulosh v5, v0, v9
62 vsraw v5, v5, v12 ;# ip[ 4] * cos(pi/8) * sqrt(2)
63 vaddsws v5, v5, v0
65 vaddsws v3, v3, v5 ;# d1
75 vmrghw v5, v2, v3 ;# c0 d0 c1 d1
80 vperm v0, v4, v5, v10 ;# a0 b0 c0 d0
[all …]
Dsad_altivec.asm46 ;# v6 = abs (v4 - v5)
47 vsububs v6, v4, v5
48 vsububs v7, v5, v4
51 ;# v8 += abs (v4 - v5)
66 vperm v5, v1, v2, v3
71 vsububs v6, v4, v5
72 vsububs v7, v5, v4
87 vperm v5, v1, v2, v3
92 vsububs v6, v9, v5
94 vsububs v7, v5, v9
[all …]
/external/libvpx/libvpx/vp8/common/ppc/
Didctllm_altivec.asm51 vmulosh v5, v1, v9
52 vsraw v5, v5, v12 ;# ip[12] * cos(pi/8) * sqrt(2)
53 vaddsws v5, v5, v1
55 vsubsws v4, v4, v5 ;# c1
61 vmulosh v5, v0, v9
62 vsraw v5, v5, v12 ;# ip[ 4] * cos(pi/8) * sqrt(2)
63 vaddsws v5, v5, v0
65 vaddsws v3, v3, v5 ;# d1
75 vmrghw v5, v2, v3 ;# c0 d0 c1 d1
80 vperm v0, v4, v5, v10 ;# a0 b0 c0 d0
[all …]
Dsad_altivec.asm46 ;# v6 = abs (v4 - v5)
47 vsububs v6, v4, v5
48 vsububs v7, v5, v4
51 ;# v8 += abs (v4 - v5)
66 vperm v5, v1, v2, v3
71 vsububs v6, v4, v5
72 vsububs v7, v5, v4
87 vperm v5, v1, v2, v3
92 vsububs v6, v9, v5
94 vsububs v7, v5, v9
[all …]
/external/clang/test/Sema/
Dvector-assign.c13 v4ss v5; in test1() local
18 …v1 = v5; // expected-warning {{incompatible vector types assigning to 'v2s' (vector of 2 'int' val… in test1()
23 …v2 = v5; // expected-warning {{incompatible vector types assigning to 'v2u' (vector of 2 'unsigned… in test1()
28 …v3 = v5; // expected-error {{assigning to 'v1s' (vector of 1 'int' value) from incompatible type '… in test1()
33 …v4 = v5; // expected-warning {{incompatible vector types assigning to 'v2f' (vector of 2 'float' v… in test1()
35v5 = v1; // expected-warning {{incompatible vector types assigning to 'v4ss' (vector of 4 'short' … in test1()
36v5 = v2; // expected-warning {{incompatible vector types assigning to 'v4ss' (vector of 4 'short' … in test1()
37v5 = v3; // expected-error {{assigning to 'v4ss' (vector of 4 'short' values) from incompatible ty… in test1()
38v5 = v4; // expected-warning {{incompatible vector types assigning to 'v4ss' (vector of 4 'short' … in test1()
/external/libhevc/common/arm64/
Dihevc_intra_pred_luma_planar.s146 dup v5.8b,w8 //row + 1
148 …mov v7.8b, v5.8b //mov #1 to d7 to used for inc for row+1 and dec for nt-1-…
184 umlal v27.8h, v5.8b, v0.8b //(1)(row+1) * src[nt-1]
196 add v5.8b, v5.8b , v7.8b //(1)
201 umlal v30.8h, v5.8b, v0.8b //(2)
211 add v5.8b, v5.8b , v7.8b //(2)
215 umlal v28.8h, v5.8b, v0.8b //(3)
228 add v5.8b, v5.8b , v7.8b //(3)
232 umlal v25.8h, v5.8b, v0.8b //(4)
245 add v5.8b, v5.8b , v7.8b //(4)
[all …]
Dihevc_sao_edge_offset_class1_chroma.s159 cmhi v5.16b, v3.16b , v28.16b //vcgtq_u8(pu1_cur_row, pu1_top_row)
164 … SUB v16.16b, v19.16b , v5.16b //sign_up = vreinterpretq_s8_u8(vsubq_u8(cmp_lt, cmp_gt))
175 cmhi v5.16b, v3.16b , v18.16b //vcgtq_u8(pu1_cur_row, pu1_top_row)
183 …SUB v20.16b, v19.16b , v5.16b //sign_down = vreinterpretq_s8_u8(vsubq_u8(cmp_lt, cmp_gt))
186 ADD v5.16b, v0.16b , v16.16b //edge_idx = vaddq_s8(const_2, sign_up)
189 ADD v5.16b, v5.16b , v20.16b //edge_idx = vaddq_s8(edge_idx, sign_down)
194 TBL v5.16b, {v6.16b},v5.16b //vtbl1_s8(edge_idx_tbl, vget_low_s8(edge_idx))
201 mov v17.d[0], v5.d[1]
202 UZP1 v27.8b, v5.8b, v17.8b
203 UZP2 v17.8b, v5.8b, v17.8b
[all …]
Dihevc_sao_edge_offset_class1.s135 cmhi v5.16b, v3.16b , v1.16b //vcgtq_u8(pu1_cur_row, pu1_top_row)
140 … SUB v16.16b, v17.16b , v5.16b //sign_up = vreinterpretq_s8_u8(vsubq_u8(cmp_lt, cmp_gt))
148 cmhi v5.16b, v3.16b , v18.16b //vcgtq_u8(pu1_cur_row, pu1_top_row)
154 …SUB v20.16b, v17.16b , v5.16b //sign_down = vreinterpretq_s8_u8(vsubq_u8(cmp_lt, cmp_gt))
157 ADD v5.16b, v0.16b , v16.16b //edge_idx = vaddq_s8(const_2, sign_up)
160 ADD v5.16b, v5.16b , v20.16b //edge_idx = vaddq_s8(edge_idx, sign_down)
164 TBL v5.16b, {v6.16b},v5.16b //vtbl1_s8(edge_idx_tbl, vget_low_s8(edge_idx))
173 TBL v5.16b, {v7.16b},v5.16b //offset = vtbl1_s8(offset_tbl, vget_low_s8(edge_idx))
179 …SADDW v20.8h, v20.8h , v5.8b //pi2_tmp_cur_row.val[0] = vaddw_s8(pi2_tmp_cur_row.val[0]…
190 …SADDW2 v1.8h, v1.8h , v5.16b //pi2_tmp_cur_row.val[1] = vaddw_s8(pi2_tmp_cur_row.val[1]…
[all …]
Dihevc_sao_edge_offset_class2.s262 LD1 {v5.16b},[x0] //pu1_cur_row = vld1q_u8(pu1_src)
266 cmhi v17.16b, v5.16b , v3.16b //vcgtq_u8(pu1_cur_row, pu1_top_row)
270 cmhi v16.16b, v3.16b , v5.16b //vcltq_u8(pu1_cur_row, pu1_top_row)
313 cmhi v3.16b, v5.16b , v18.16b //I vcgtq_u8(pu1_cur_row, pu1_next_row_tmp)
316 cmhi v18.16b, v18.16b , v5.16b //I vcltq_u8(pu1_cur_row, pu1_next_row_tmp)
329 …Uxtl v20.8h, v5.8b //I pi2_tmp_cur_row.val[0] = vreinterpretq_s16_u16(vmovl_u…
334 …Uxtl2 v22.8h, v5.16b //I pi2_tmp_cur_row.val[1] = vreinterpretq_s16_u16(vmovl_u…
337 mov v5.16b, v16.16b //I pu1_cur_row = pu1_next_row
377 cmhi v24.16b, v5.16b , v22.16b //II vcgtq_u8(pu1_cur_row, pu1_next_row_tmp)
382 cmhi v22.16b, v22.16b , v5.16b //II vcltq_u8(pu1_cur_row, pu1_next_row_tmp)
[all …]
Dihevc_inter_pred_filters_luma_vert_w16out.s126 ld1 {v5.8b},[x3],x2 //src_tmp2 = vld1_u8(pu1_src_tmp)//
131 umlsl v19.8h, v5.8b, v27.8b //mul_res1 = vmlsl_u8(mul_res1, src_tmp2, coeffabs_5)//
154 umlal v20.8h, v5.8b, v26.8b //mul_res2 = vmlal_u8(mul_res2, src_tmp2, coeffabs_4)//
171 umlal v21.8h, v5.8b, v25.8b
185 umlsl v30.8h, v5.8b, v24.8b
191 ld1 {v5.8b},[x3],x2 //src_tmp2 = vld1_u8(pu1_src_tmp)//
224 umlsl v19.8h, v5.8b, v27.8b //mul_res1 = vmlsl_u8(mul_res1, src_tmp2, coeffabs_5)//
246 umlal v20.8h, v5.8b, v26.8b //mul_res2 = vmlal_u8(mul_res2, src_tmp2, coeffabs_4)//
270 umlal v21.8h, v5.8b, v25.8b
293 umlsl v30.8h, v5.8b, v24.8b
[all …]
Dihevc_inter_pred_filters_luma_vert.s169 ld1 {v5.8b},[x3],x2 //src_tmp2 = vld1_u8(pu1_src_tmp)//
174 umlsl v19.8h, v5.8b, v27.8b //mul_res1 = vmlsl_u8(mul_res1, src_tmp2, coeffabs_5)//
196 umlal v20.8h, v5.8b, v26.8b //mul_res2 = vmlal_u8(mul_res2, src_tmp2, coeffabs_4)//
217 umlal v21.8h, v5.8b, v25.8b
231 umlsl v30.8h, v5.8b, v24.8b
237 ld1 {v5.8b},[x3],x2 //src_tmp2 = vld1_u8(pu1_src_tmp)//
270 umlsl v19.8h, v5.8b, v27.8b //mul_res1 = vmlsl_u8(mul_res1, src_tmp2, coeffabs_5)//
292 umlal v20.8h, v5.8b, v26.8b //mul_res2 = vmlal_u8(mul_res2, src_tmp2, coeffabs_4)//
316 umlal v21.8h, v5.8b, v25.8b
343 umlsl v30.8h, v5.8b, v24.8b
[all …]
Dihevc_intra_pred_luma_mode_3_to_9.s187 sub v5.8b, v19.8b , v2.8b //ref_main_idx + 1 (row 1)
193 tbl v17.8b, {v0.16b},v5.8b //load from ref_main_idx + 1 (row 1)
205 sub v5.8b, v5.8b , v3.8b //ref_main_idx + 1 (row 3)
214 tbl v25.8b, {v0.16b},v5.8b //load from ref_main_idx + 1 (row 3)
227 sub v5.8b, v5.8b , v3.8b //ref_main_idx + 1 (row 5)
236 tbl v17.8b, {v0.16b},v5.8b //load from ref_main_idx + 1 (row 5)
249 sub v5.8b, v5.8b , v3.8b //ref_main_idx + 1 (row 7)
258 tbl v25.8b, {v0.16b},v5.8b //load from ref_main_idx + 1 (row 7)
318 tbl v25.8b, {v0.16b},v5.8b //load from ref_main_idx - 1 (row 7)
340 sub v5.8b, v19.8b , v2.8b //ref_main_idx - 1 (row 1)
[all …]
Dihevc_deblk_chroma_vert.s77 ld1 {v5.8b},[x8],x1
83 trn1 v29.8b, v5.8b, v17.8b
84 trn2 v17.8b, v5.8b, v17.8b
85 mov v5.d[0], v29.d[0]
103 trn1 v29.4h, v5.4h, v16.4h
104 trn2 v16.4h, v5.4h, v16.4h
105 mov v5.d[0], v29.d[0]
119 trn1 v29.2s, v5.2s, v17.2s
120 trn2 v17.2s, v5.2s, v17.2s
121 mov v5.d[0], v29.d[0]
[all …]
Dihevc_itrans_recon_16x16.s243 ld1 {v5.4h},[x9],x6
298 smlal v12.4s, v5.4h, v1.4h[2]
300 smlsl v14.4s, v5.4h, v3.4h[2]
302 smlsl v16.4s, v5.4h, v0.4h[2]
304 smlsl v18.4s, v5.4h, v2.4h[2]
324 ld1 {v5.4h},[x9],x6
361 smlal v12.4s, v5.4h, v3.4h[2]
369 smlsl v14.4s, v5.4h, v2.4h[2]
375 smlal v16.4s, v5.4h, v1.4h[2]
381 smlsl v18.4s, v5.4h, v0.4h[2]
[all …]
/external/chromium_org/v8/test/mjsunit/compiler/
Dregress-gap.js39 function select(n, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) { argument
45 v4 = v5;
46 v5 = v6;
56 function select_while(n, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) { argument
63 v4 = v5;
64 v5 = v6;
75 function two_cycles(n, v1, v2, v3, v4, v5, x1, x2, x3, x4, x5) { argument
81 v4 = v5;
82 v5 = tmp;
93 function two_cycles_while(n, v1, v2, v3, v4, v5, x1, x2, x3, x4, x5) { argument
[all …]
/external/openssl/crypto/aes/asm/
Daesv8-armx-64.S34 ext v5.16b,v0.16b,v3.16b,#12
39 eor v3.16b,v3.16b,v5.16b
40 ext v5.16b,v0.16b,v5.16b,#12
41 eor v3.16b,v3.16b,v5.16b
42 ext v5.16b,v0.16b,v5.16b,#12
44 eor v3.16b,v3.16b,v5.16b
52 ext v5.16b,v0.16b,v3.16b,#12
56 eor v3.16b,v3.16b,v5.16b
57 ext v5.16b,v0.16b,v5.16b,#12
58 eor v3.16b,v3.16b,v5.16b
[all …]
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
Dgtest_pred_impl.h308 const T5& v5) { in AssertPred5Helper() argument
309 if (pred(v1, v2, v3, v4, v5)) return AssertionSuccess(); in AssertPred5Helper()
321 << "\n" << e5 << " evaluates to " << v5; in AssertPred5Helper()
326 #define GTEST_PRED_FORMAT5_(pred_format, v1, v2, v3, v4, v5, on_failure)\ argument
327 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, #v5, v1, v2, v3, v4, v5),\
332 #define GTEST_PRED5_(pred, v1, v2, v3, v4, v5, on_failure)\ argument
338 #v5, \
344 v5), on_failure)
347 #define EXPECT_PRED_FORMAT5(pred_format, v1, v2, v3, v4, v5) \ argument
348 GTEST_PRED_FORMAT5_(pred_format, v1, v2, v3, v4, v5, GTEST_NONFATAL_FAILURE_)
[all …]
/external/gtest/include/gtest/
Dgtest_pred_impl.h308 const T5& v5) { in AssertPred5Helper() argument
309 if (pred(v1, v2, v3, v4, v5)) return AssertionSuccess(); in AssertPred5Helper()
321 << "\n" << e5 << " evaluates to " << v5; in AssertPred5Helper()
326 #define GTEST_PRED_FORMAT5_(pred_format, v1, v2, v3, v4, v5, on_failure)\ argument
327 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, #v5, v1, v2, v3, v4, v5), \
332 #define GTEST_PRED5_(pred, v1, v2, v3, v4, v5, on_failure)\ argument
338 #v5, \
344 v5), on_failure)
347 #define EXPECT_PRED_FORMAT5(pred_format, v1, v2, v3, v4, v5) \ argument
348 GTEST_PRED_FORMAT5_(pred_format, v1, v2, v3, v4, v5, GTEST_NONFATAL_FAILURE_)
[all …]
/external/chromium_org/testing/gtest/include/gtest/
Dgtest_pred_impl.h308 const T5& v5) { in AssertPred5Helper() argument
309 if (pred(v1, v2, v3, v4, v5)) return AssertionSuccess(); in AssertPred5Helper()
321 << "\n" << e5 << " evaluates to " << v5; in AssertPred5Helper()
326 #define GTEST_PRED_FORMAT5_(pred_format, v1, v2, v3, v4, v5, on_failure)\ argument
327 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, #v5, v1, v2, v3, v4, v5), \
332 #define GTEST_PRED5_(pred, v1, v2, v3, v4, v5, on_failure)\ argument
338 #v5, \
344 v5), on_failure)
347 #define EXPECT_PRED_FORMAT5(pred_format, v1, v2, v3, v4, v5) \ argument
348 GTEST_PRED_FORMAT5_(pred_format, v1, v2, v3, v4, v5, GTEST_NONFATAL_FAILURE_)
[all …]
/external/protobuf/gtest/include/gtest/
Dgtest_pred_impl.h316 const T5& v5) { in AssertPred5Helper() argument
317 if (pred(v1, v2, v3, v4, v5)) return AssertionSuccess(); in AssertPred5Helper()
330 << "\n" << e5 << " evaluates to " << v5; in AssertPred5Helper()
336 #define GTEST_PRED_FORMAT5_(pred_format, v1, v2, v3, v4, v5, on_failure)\ argument
337 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, #v5, v1, v2, v3, v4, v5),\
342 #define GTEST_PRED5_(pred, v1, v2, v3, v4, v5, on_failure)\ argument
348 #v5, \
354 v5), on_failure)
357 #define EXPECT_PRED_FORMAT5(pred_format, v1, v2, v3, v4, v5) \ argument
358 GTEST_PRED_FORMAT5_(pred_format, v1, v2, v3, v4, v5, GTEST_NONFATAL_FAILURE_)
[all …]
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest_pred_impl.h308 const T5& v5) { in AssertPred5Helper() argument
309 if (pred(v1, v2, v3, v4, v5)) return AssertionSuccess(); in AssertPred5Helper()
321 << "\n" << e5 << " evaluates to " << v5; in AssertPred5Helper()
326 #define GTEST_PRED_FORMAT5_(pred_format, v1, v2, v3, v4, v5, on_failure)\ argument
327 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, #v5, v1, v2, v3, v4, v5),\
332 #define GTEST_PRED5_(pred, v1, v2, v3, v4, v5, on_failure)\ argument
338 #v5, \
344 v5), on_failure)
347 #define EXPECT_PRED_FORMAT5(pred_format, v1, v2, v3, v4, v5) \ argument
348 GTEST_PRED_FORMAT5_(pred_format, v1, v2, v3, v4, v5, GTEST_NONFATAL_FAILURE_)
[all …]
/external/mesa3d/src/gtest/include/gtest/
Dgtest_pred_impl.h308 const T5& v5) { in AssertPred5Helper() argument
309 if (pred(v1, v2, v3, v4, v5)) return AssertionSuccess(); in AssertPred5Helper()
321 << "\n" << e5 << " evaluates to " << v5; in AssertPred5Helper()
326 #define GTEST_PRED_FORMAT5_(pred_format, v1, v2, v3, v4, v5, on_failure)\ argument
327 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, #v5, v1, v2, v3, v4, v5),\
332 #define GTEST_PRED5_(pred, v1, v2, v3, v4, v5, on_failure)\ argument
338 #v5, \
344 v5), on_failure)
347 #define EXPECT_PRED_FORMAT5(pred_format, v1, v2, v3, v4, v5) \ argument
348 GTEST_PRED_FORMAT5_(pred_format, v1, v2, v3, v4, v5, GTEST_NONFATAL_FAILURE_)
[all …]

12345678910>>...16