Searched refs:v6 (Results 1 - 25 of 210) sorted by relevance

123456789

/external/llvm/test/MC/R600/
H A Dvop3.s12 v_cmp_lt_f32 s[2:3] -v4, v6
13 // CHECK: v_cmp_lt_f32_e64 s[2:3], -v4, v6 ; encoding: [0x02,0x00,0x02,0xd0,0x04,0x0d,0x02,0x20]
15 v_cmp_lt_f32 s[2:3] v4, -v6
16 // CHECK: v_cmp_lt_f32_e64 s[2:3], v4, -v6 ; encoding: [0x02,0x00,0x02,0xd0,0x04,0x0d,0x02,0x40]
18 v_cmp_lt_f32 s[2:3] -v4, -v6
19 // CHECK: v_cmp_lt_f32_e64 s[2:3], -v4, -v6 ; encoding: [0x02,0x00,0x02,0xd0,0x04,0x0d,0x02,0x60]
21 v_cmp_lt_f32 s[2:3] |v4|, v6
22 // CHECK: v_cmp_lt_f32_e64 s[2:3], |v4|, v6 ; encoding: [0x02,0x01,0x02,0xd0,0x04,0x0d,0x02,0x00]
24 v_cmp_lt_f32 s[2:3] v4, |v6|
25 // CHECK: v_cmp_lt_f32_e64 s[2:3], v4, |v6| ; encodin
[all...]
H A Dds-err.s10 ds_write2_b32 v2, v4, v6 offset0:4 offset0:8
14 ds_write2_b32 v2, v4, v6 offset1:4 offset1:8
18 ds_write2_b32 v2, v4, v6 offset0:1000000000
22 ds_write2_b32 v2, v4, v6 offset1:1000000000
H A Dds.s15 ds_write2_b32 v2, v4, v6 offset0:4
16 // CHECK: ds_write2_b32 v2, v4, v6 offset0:4 ; encoding: [0x04,0x00,0x38,0xd8,0x02,0x04,0x06,0x00]
18 ds_write2_b32 v2, v4, v6 offset0:4 offset1:8
19 // CHECK: ds_write2_b32 v2, v4, v6 offset0:4 offset1:8 ; encoding: [0x04,0x08,0x38,0xd8,0x02,0x04,0x06,0x00]
21 ds_write2_b32 v2, v4, v6 offset1:8
22 // CHECK: ds_write2_b32 v2, v4, v6 offset1:8 ; encoding: [0x00,0x08,0x38,0xd8,0x02,0x04,0x06,0x00]
72 ds_mskor_b32 v2, v4, v6
73 // CHECK: ds_mskor_b32 v2, v4, v6 ; encoding: [0x00,0x00,0x30,0xd8,0x02,0x04,0x06,0x00]
78 ds_write2_b32 v2, v4, v6
79 // CHECK: ds_write2_b32 v2, v4, v6 ; encodin
[all...]
/external/clang/test/CodeGen/
H A Dmmx-inline-asm.c9 __m64 v1, v2, v3, v4, v5, v6, v7; local
20 "=&y" (v4), "=&y" (v5), "=&y" (v6), "=y" (v7)
H A Dvld_dup.c13 int64_t v6[3]; local
43 v4 = vld3_dup_s64(v6);
H A Dxcore-abi.c87 int* v6 = va_arg (ap, int[4]); // an unusual aggregate type local
88 f(v6);
/external/llvm/test/MC/AArch64/
H A Dneon-simd-misc.s11 rev64 v6.4s, v8.4s
18 // CHECK: rev64 v6.4s, v8.4s // encoding: [0x06,0x09,0xa0,0x4e]
117 suqadd v6.4s, v8.4s
118 suqadd v6.2d, v8.2d
125 // CHECK: suqadd v6.4s, v8.4s // encoding: [0x06,0x39,0xa0,0x4e]
126 // CHECK: suqadd v6.2d, v8.2d // encoding: [0x06,0x39,0xe0,0x4e]
137 usqadd v6.4s, v8.4s
138 usqadd v6.2d, v8.2d
145 // CHECK: usqadd v6.4s, v8.4s // encoding: [0x06,0x39,0xa0,0x6e]
146 // CHECK: usqadd v6
[all...]
/external/clang/test/SemaCXX/
H A Dtype-convert-construct.cpp12 bool v6 = T(0) == p; local
/external/libavc/common/armv8/
H A Dih264_weighted_pred_av8.s140 ld1 {v6.s}[0], [x0], x2 //load row 3 in source
141 ld1 {v6.s}[1], [x0], x2 //load row 4 in source
144 uxtl v6.8h, v6.8b //converting rows 3,4 to 16-bit
147 mul v6.8h, v6.8h , v2.h[0] //weight mult. for rows 3,4
151 srshl v6.8h, v6.8h , v0.8h //rounds off the weighted samples from rows 3,4
154 saddw v6.8h, v6
[all...]
H A Dih264_inter_pred_filters_luma_horz_av8.s129 ld1 {v5.8b, v6.8b, v7.8b}, [x0], x2 //// Load row1
132 ext v28.8b, v5.8b , v6.8b, #5 ////extract a[5] (column1,row1)
134 ext v27.8b, v6.8b , v7.8b, #5 ////extract a[5] (column2,row1)
137 uaddl v16.8h, v27.8b, v6.8b //// a0 + a5 (column2,row1)
140 ext v28.8b, v5.8b , v6.8b, #2 ////extract a[2] (column1,row1)
142 ext v27.8b, v6.8b , v7.8b, #2 ////extract a[2] (column2,row1)
148 ext v28.8b, v5.8b , v6.8b, #3 ////extract a[3] (column1,row1)
150 ext v27.8b, v6.8b , v7.8b, #3 ////extract a[3] (column2,row1)
156 ext v28.8b, v5.8b , v6.8b, #1 ////extract a[1] (column1,row1)
158 ext v27.8b, v6
[all...]
H A Dih264_inter_pred_luma_horz_qpel_av8.s137 ld1 {v5.8b, v6.8b, v7.8b}, [x0], x2 //// Load row1
140 ext v28.8b, v5.8b , v6.8b , #5
142 ext v27.8b, v6.8b , v7.8b , #5
145 uaddl v16.8h, v27.8b, v6.8b //// a0 + a5 (column2,row1)
148 ext v28.8b, v5.8b , v6.8b , #2
150 ext v27.8b, v6.8b , v7.8b , #2
156 ext v28.8b, v5.8b , v6.8b , #3
158 ext v27.8b, v6.8b , v7.8b , #3
164 ext v28.8b, v5.8b , v6.8b , #1
166 ext v27.8b, v6
[all...]
H A Dih264_deblk_chroma_av8.s93 ld2 {v6.8b, v7.8b}, [x0], x1 //D6 = p1u , D7 = p1v
100 uaddl v8.8h, v6.8b, v0.8b //
107 mov v6.d[1], v7.d[0]
108 uabd v26.16b, v6.16b , v4.16b //Q13 = ABS(p1 - p0)
118 umlal v14.8h, v6.8b, v31.8b //
201 ld4 {v4.h, v5.h, v6.h, v7.h}[0], [x0], x1
202 ld4 {v4.h, v5.h, v6.h, v7.h}[1], [x0], x1
203 ld4 {v4.h, v5.h, v6.h, v7.h}[2], [x0], x1
204 ld4 {v4.h, v5.h, v6.h, v7.h}[3], [x0], x1
210 mov v10.16b, v6
[all...]
/external/libhevc/common/arm64/
H A Dihevc_padding.s113 dup v6.16b,w11
141 st1 {v6.16b},[x7],#16 //128/8 = 16 bytes store
142 st1 {v6.16b},[x7],#16 //128/8 = 16 bytes store
143 st1 {v6.16b},[x7],#16 //128/8 = 16 bytes store
144 st1 {v6.16b},[x7],#16 //128/8 = 16 bytes store
145 st1 {v6.16b},[x7] //128/8 = 16 bytes store
231 dup v6.8h,w11
259 st1 {v6.16b},[x7],#16 //128/8 = 16 bytes store
260 st1 {v6.16b},[x7],#16 //128/8 = 16 bytes store
261 st1 {v6
[all...]
H A Dihevc_intra_pred_luma_planar.s147 dup v6.8b,w9 //nt - 1 - row
190 umlal v27.8h, v6.8b, v3.8b //(1)(nt-1-row) * src[2nt+1+col]
198 sub v6.8b, v6.8b , v7.8b //(1)
206 umlal v30.8h, v6.8b, v3.8b //(2)
212 sub v6.8b, v6.8b , v7.8b //(2)
221 umlal v28.8h, v6.8b, v3.8b //(3)
229 sub v6.8b, v6
[all...]
H A Dihevc_intra_pred_chroma_horz.s125 dup v6.8h, v0.h[5] //duplicate the iii value.
134 st1 { v6.8h},[x2],x3
135 st1 { v6.8h},[x9],x3
141 dup v6.8h, v0.h[1]
150 st1 { v6.8h},[x2],x3
151 st1 { v6.8h},[x9],x3
157 dup v6.8h, v18.h[5]
166 st1 { v6.8h},[x2],x3
167 st1 { v6.8h},[x9],x3
173 dup v6
[all...]
H A Dihevc_weighted_pred_bi.s229 smull v6.4s, v2.4h, v7.h[0] //vmull_n_s16(pi2_src1_val2, (int16_t) wgt0) ii iteration
240 add v6.4s, v6.4s , v17.4s //vaddq_s32(i4_tmp2_t1, i4_tmp2_t2) ii iteration
245 add v6.4s, v6.4s , v30.4s //vaddq_s32(i4_tmp2_t1, tmp_lvl_shift_t) ii iteration
249 sshl v6.4s,v6.4s,v28.4s
256 sqxtun v6.4h, v6.4s //vqmovun_s32(sto_res_tmp1) ii iteration
269 uqxtn v6
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dip_addr.h17 struct in6_addr v6; member in union:hostapd_ip_addr::__anon17351
H A Dip_addr.c27 if (inet_ntop(AF_INET6, &addr->u.v6, buf, buflen) == NULL)
45 if (inet_pton(AF_INET6, txt, &addr->u.v6) > 0) {
/external/wpa_supplicant_8/src/utils/
H A Dip_addr.h17 struct in6_addr v6; member in union:hostapd_ip_addr::__anon17596
H A Dip_addr.c27 if (inet_ntop(AF_INET6, &addr->u.v6, buf, buflen) == NULL)
45 if (inet_pton(AF_INET6, txt, &addr->u.v6) > 0) {
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dip_addr.h17 struct in6_addr v6; member in union:hostapd_ip_addr::__anon17839
H A Dip_addr.c27 if (inet_ntop(AF_INET6, &addr->u.v6, buf, buflen) == NULL)
45 if (inet_pton(AF_INET6, txt, &addr->u.v6) > 0) {
/external/libvpx/libvpx/vp8/common/ppc/
H A Dsad_altivec.asm46 ;# v6 = abs (v4 - v5)
47 vsububs v6, v4, v5
49 vor v6, v6, v7
52 vsum4ubs v8, v6, v8
71 vsububs v6, v4, v5
80 vor v6, v6, v7
84 vsum4ubs v8, v6, v8
92 vsububs v6, v
[all...]
/external/v8/test/mjsunit/compiler/
H A Dregress-gap.js39 function select(n, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) {
46 v5 = v6;
47 v6 = v7;
56 function select_while(n, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) {
64 v5 = v6;
65 v6 = v7;
/external/clang/test/CXX/class/class.mem/
H A Dp1.cpp52 void v6() { } //expected-note{{previous definition is here}} function in struct:S5
53 static int v6; //expected-error{{redefinition of 'v6' as different kind of symbol}} member in struct:S5

Completed in 420 milliseconds

123456789