Home
last modified time | relevance | path

Searched refs:x14 (Results 1 – 25 of 1283) sorted by relevance

12345678910>>...52

/external/libhevc/common/arm64/
Dihevc_intra_pred_chroma_mode_27_to_33.s118 mov x14,#0 //row
148 smov x14, v5.s[0] //(i row)extract idx to the r register
149 lsl x14,x14,#1
152 and x9,x14,#0xff //(i row) get the last byte
156 asr x14,x14,#8 //(ii)shift by 8
158 and x9,x14,#0xff //(ii)get the last byte
160 asr x14,x14,#8 //(iii)
164 and x9,x14,#0xff //(iii)
173 asr x14,x14,#8 //(iv)
177 and x9,x14,#0xff //(iv)
[all …]
Dihevc_intra_pred_luma_mode_27_to_33.s123 mov x14,#0 //row
154 sxtw x14,w14
157 and x9,x14,#0xff //(i row) get the last byte
161 asr x14,x14,#8 //(ii)shift by 8
163 and x9,x14,#0xff //(ii)get the last byte
165 asr x14,x14,#8 //(iii)
169 and x9,x14,#0xff //(iii)
178 asr x14,x14,#8 //(iv)
182 and x9,x14,#0xff //(iv)
203 sxtw x14,w14
[all …]
Dihevc_weighted_pred_bi_default.s162 orr x14,x8,x9
163 cmp x14,#10
166 cmp x14,#6
196 add x14,x2,x5 //pu1_dst_tmp = pu1_dst + dst_strd
216 st1 {v20.s}[1],[x14],x5 //store pu1_dst ii iteration
218 …st1 {v30.s}[0],[x14],x5 //store pu1_dst iii iteration …
220 st1 {v30.s}[1],[x14],x5 //store pu1_dst iv iteration
231 neg x14, x20
232 add x2,x2,x14
251 add x14,x2,x5 //pu1_dst_tmp = pu1_dst + dst_strd
[all …]
Dihevc_sao_edge_offset_class2_chroma.s135 ADD x14,x0,x1 //pu1_src + src_strd
139 LDRB w14,[x14,#2] //pu1_src[2 + src_strd]
144 SUB x11,x9,x14 //pu1_src[0] - pu1_src[2 + src_strd]
152 ADRP x14, :got:gi1_table_edge_idx //table pointer
153 LDR x14, [x14, #:got_lo12:gi1_table_edge_idx]
160 LDRSB x12,[x14,x11] //edge_idx = gi1_table_edge_idx[edge_idx]
175 ADD x14,x0,x1 //pu1_src + src_strd
178 LDRB w14,[x14,#3] //pu1_src[3 + src_strd]
183 SUB x11,x10,x14 //pu1_src[1] - pu1_src[3 + src_strd]
190 ADRP x14, :got:gi1_table_edge_idx //table pointer
[all …]
Dihevc_intra_pred_filters_luma_mode_19_to_25.s204 lsr x14, x7, #8
205 neg x20,x14
235 mov x14,#0 //row
266 sxtw x14,w14
269 sbfx x9,x14,#0,#8
274 sbfx x9,x14,#8,#8
279 sbfx x9,x14,#16,#8
291 sbfx x9,x14,#24,#8
312 sxtw x14,w14
318 sbfx x9,x14,#0,#8
[all …]
Dihevc_sao_edge_offset_class3_chroma.s127 SUB x14,x7,#2 //[wd - 2]
128 LDRB w9,[x0,x14] //u1_pos_0_0_tmp_u = pu1_src[wd - 2]
142 SUB x14,x14,#2 //[wd - 2 - 2]
143 LDRB w14,[x11,x14] //pu1_src[wd - 2 - 2 + src_strd]
144 SUB x11,x9,x14 //pu1_src[wd - 2] - pu1_src[wd - 2 - 2 + src_strd]
152 ADRP x14, :got:gi1_table_edge_idx //table pointer
153 LDR x14, [x14, #:got_lo12:gi1_table_edge_idx]
155 LDRSB x12,[x14,x11] //edge_idx = gi1_table_edge_idx[edge_idx]
178 SUB x14,x7,#3 //[wd - 1 - 2]
179 LDRB w14,[x11,x14] //pu1_src[wd - 1 - 2 + src_strd]
[all …]
Dihevc_sao_edge_offset_class0_chroma.s112 ADRP x14, :got:gi1_table_edge_idx //table pointer
113 LDR x14, [x14, #:got_lo12:gi1_table_edge_idx]
122 LD1 {v5.8b},[x14] //edge_idx_tbl = vld1_s8(gi1_table_edge_idx)
170 SUB x14,x10,x4 //ht - row
172 mul x14, x14, x1 //(ht - row) * src_strd
182 ADD x5,x14,x5 //(ht - row) * src_strd + (wd - col)
282 SUB x14,x10,x4 //II ht - row
284 mul x14, x14, x1 //II (ht - row) * src_strd
286 ADD x5,x14,x5 //II (ht - row) * src_strd + (wd - col)
354 SUB x14,x10,x4 //(ht - row)
[all …]
Dihevc_sao_edge_offset_class0.s93 ADRP x14, :got:gi1_table_edge_idx //table pointer
94 LDR x14, [x14, #:got_lo12:gi1_table_edge_idx]
100 LD1 {v5.8b},[x14] //edge_idx_tbl = vld1_s8(gi1_table_edge_idx)
148 SUB x14,x10,x4 //ht - row
150 mul x14, x14, x1 //(ht - row) * src_strd
154 ADD x5,x14,x5 //(ht - row) * src_strd + (wd - col)
178 SUB x14,x10,x4 //II ht - row
184 mul x14, x14, x1 //II (ht - row) * src_strd
186 ADD x5,x14,x5 //II (ht - row) * src_strd + (wd - col)
326 SUB x14,x10,x4 //ht - row
[all …]
Dihevc_intra_pred_filters_chroma_mode_19_to_25.s231 mov x14,#0 //row
262 smov x14, v5.s[0] //(i row)extract idx to the r register
266 sbfx x9,x14,#0,#8
271 sbfx x9,x14,#8,#8
276 sbfx x9,x14,#16,#8
288 sbfx x9,x14,#24,#8
308 smov x14, v5.s[1] //extract idx to the r register
315 sbfx x9,x14,#0,#8
323 sbfx x9,x14,#8,#8
334 sbfx x9,x14,#16,#8
[all …]
Dihevc_inter_pred_luma_horz_w16out.s135 mov x14,x6 //loads wd
141 sub x20,x14,x2,lsl #1 //2*src_strd - wd
144 sub x20,x14,x3 //dst_strd - wd
159 cmp x14,#4
162 cmp x14,#24
164 csel x14, x20, x14,eq
170 cmp x14,#16
173 cmp x14,#12
186 cmp x14,#24
188 cmp x14,#12
[all …]
Dihevc_sao_edge_offset_class3.s132 SUB x11,x9,x14 //pu1_src[wd - 1] - pu1_src[wd - 1 - 1 + src_strd]
141 ADRP x14, :got:gi1_table_edge_idx //table pointer
142 LDR x14, [x14, #:got_lo12:gi1_table_edge_idx]
146 LDRSB x12,[x14,x11] //edge_idx = gi1_table_edge_idx[edge_idx]
168 MOV x14,x13 //Load pu1_src_bot_left from sp
171 LDRB w14,[x14] //Load pu1_src_bot_left[0]
175 SUB x14,x10,x14 //pu1_src[(ht - 1) * src_strd] - pu1_src_bot_left[0]
184 CMP x14,#0
186 csel x14, x20, x14,LT
188 … csel x14, x20, x14,GT //SIGN(pu1_src[(ht - 1) * src_strd] - pu1_src_bot_left[0])
[all …]
/external/boringssl/ios-aarch64/crypto/fipsmodule/
Darmv8-mont.S38 ldp x13,x14,[x3],#16 // np[0..1]
51 mul x16,x14,x15 // np[1]*m1
63 umulh x17,x14,x15
73 ldr x14,[x3],#8
80 mul x16,x14,x15 // np[j]*m1
82 umulh x17,x14,x15
111 ldp x13,x14,[x3],#16
122 mul x16,x14,x15 // np[1]*m1
125 umulh x17,x14,x15
137 ldr x14,[x3],#8
[all …]
/external/boringssl/linux-aarch64/crypto/fipsmodule/
Darmv8-mont.S39 ldp x13,x14,[x3],#16 // np[0..1]
52 mul x16,x14,x15 // np[1]*m1
64 umulh x17,x14,x15
74 ldr x14,[x3],#8
81 mul x16,x14,x15 // np[j]*m1
83 umulh x17,x14,x15
112 ldp x13,x14,[x3],#16
123 mul x16,x14,x15 // np[1]*m1
126 umulh x17,x14,x15
138 ldr x14,[x3],#8
[all …]
/external/libvpx/libvpx/vp9/common/x86/
Dvp9_highbd_iht16x16_add_sse4.c60 x10[2], x11[2], x12[2], x13[2], x14[2], x15[2]; in highbd_iadst16_4col_sse4_1() local
103 x14[0] = _mm_sub_epi64(s6[0], s14[0]); in highbd_iadst16_4col_sse4_1()
104 x14[1] = _mm_sub_epi64(s6[1], s14[1]); in highbd_iadst16_4col_sse4_1()
136 x14[0] = dct_const_round_shift_64bit(x14[0]); in highbd_iadst16_4col_sse4_1()
137 x14[1] = dct_const_round_shift_64bit(x14[1]); in highbd_iadst16_4col_sse4_1()
154 x14[0] = pack_4(x14[0], x14[1]); in highbd_iadst16_4col_sse4_1()
180 highbd_iadst_butterfly_sse4_1(x15[0], x14[0], cospi_12_64, cospi_20_64, s15, in highbd_iadst16_4col_sse4_1()
195 x14[0] = _mm_sub_epi64(s10[0], s14[0]); in highbd_iadst16_4col_sse4_1()
196 x14[1] = _mm_sub_epi64(s10[1], s14[1]); in highbd_iadst16_4col_sse4_1()
211 x14[0] = dct_const_round_shift_64bit(x14[0]); in highbd_iadst16_4col_sse4_1()
[all …]
/external/libmpeg2/common/armv8/
Dimpeg2_inter_pred.s234 add x14, x1, x2
240 ld1 {v2.8b}, [x14], x2 //// second row hence x2 = D2
242 ld1 {v6.8b}, [x14], x2 //// fourth row hence x4 = D6
244 ld1 {v3.8b}, [x14], x2 //// sixth row hence x6 = D3
249 ld1 {v7.8b}, [x14], x2 //// eighth row hence x8 = D7
256 add x14, x0, x3
260 st1 {v2.8b}, [x14], x3 //// second row hence D2
263 st1 {v9.8b}, [x14], x3 //// fourth row hence D9
265 st1 {v3.8b}, [x14], x3 //// sixth row hence x6 = D3
267 st1 {v7.8b}, [x14], x3 //// eighth row hence x8 = D7
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/Hexagon/
Dxtype_pred.txt85 0x63 0xde 0x14 0xd2
87 0x83 0xde 0x14 0xd2
89 0xa3 0xde 0x14 0xd2
91 0xeb 0xc3 0x14 0xdc
99 0x03 0xfe 0x14 0xd2
103 0x63 0xde 0x14 0xd2
105 0x83 0xde 0x14 0xd2
107 0xa3 0xde 0x14 0xd2
109 0xeb 0xc3 0x14 0xdc
117 0x03 0xde 0x14 0xd2
[all …]
Dxtype_perm.txt37 0x11 0xc0 0x14 0x88
39 0x51 0xc0 0x14 0x88
41 0x91 0xc0 0x14 0x88
43 0xd1 0xc0 0x14 0x88
51 0x90 0xc0 0x14 0x80
53 0xb0 0xc0 0x14 0x80
55 0xd0 0xc0 0x14 0x80
57 0xf0 0xc0 0x14 0x80
61 0x50 0xde 0x14 0xc1
65 0xd0 0xde 0x14 0xc1
Dxtype_shift.txt5 0x10 0xdf 0x14 0x80
7 0x30 0xdf 0x14 0x80
9 0x50 0xdf 0x14 0x80
19 0x10 0xdf 0x14 0x82
21 0x30 0xdf 0x14 0x82
23 0x50 0xdf 0x14 0x82
25 0x90 0xdf 0x14 0x82
27 0xb0 0xdf 0x14 0x82
29 0xd0 0xdf 0x14 0x82
163 0x10 0xdf 0x14 0xcb
[all …]
Dj.txt109 0x00 0xcd 0x09 0x14
111 0x00 0xdd 0x09 0x14
113 0x00 0xed 0x09 0x14
115 0x00 0xfd 0x09 0x14
117 0x00 0xcd 0x49 0x14
119 0x00 0xdd 0x49 0x14
121 0x00 0xed 0x49 0x14
123 0x00 0xfd 0x49 0x14
125 0x00 0xcd 0x89 0x14
127 0x00 0xdd 0x89 0x14
[all …]
/external/llvm/test/MC/Disassembler/Hexagon/
Dxtype_pred.txt85 0x63 0xde 0x14 0xd2
87 0x83 0xde 0x14 0xd2
89 0xa3 0xde 0x14 0xd2
91 0xeb 0xc3 0x14 0xdc
99 0x03 0xfe 0x14 0xd2
103 0x63 0xde 0x14 0xd2
105 0x83 0xde 0x14 0xd2
107 0xa3 0xde 0x14 0xd2
109 0xeb 0xc3 0x14 0xdc
117 0x03 0xde 0x14 0xd2
[all …]
Dxtype_perm.txt37 0x11 0xc0 0x14 0x88
39 0x51 0xc0 0x14 0x88
41 0x91 0xc0 0x14 0x88
43 0xd1 0xc0 0x14 0x88
51 0x90 0xc0 0x14 0x80
53 0xb0 0xc0 0x14 0x80
55 0xd0 0xc0 0x14 0x80
57 0xf0 0xc0 0x14 0x80
61 0x50 0xde 0x14 0xc1
65 0xd0 0xde 0x14 0xc1
Dxtype_shift.txt5 0x10 0xdf 0x14 0x80
7 0x30 0xdf 0x14 0x80
9 0x50 0xdf 0x14 0x80
19 0x10 0xdf 0x14 0x82
21 0x30 0xdf 0x14 0x82
23 0x50 0xdf 0x14 0x82
25 0x90 0xdf 0x14 0x82
27 0xb0 0xdf 0x14 0x82
29 0xd0 0xdf 0x14 0x82
163 0x10 0xdf 0x14 0xcb
[all …]
/external/libxaac/decoder/armv8/
Dixheaacd_apply_scale_factors.s83 SUB x14, x6, #1 //dont do that extra LSL #1 in SMULWB
100 ASR x6, x6, x14 // buffex1 = shx32(buffex1, shift);
101 ASR x7, x7, x14
102 ASR x19, x19, x14
103 ASR x20, x20, x14
115 NEGS x14, x6
139 SUB x14, x14, #1
/external/llvm/test/MC/AArch64/
Darm64-arithmetic-encoding.s107 add x12, x13, x14
109 add x12, x13, x14, lsl #12
110 add x12, x13, x14, lsr #42
111 add x12, x13, x14, asr #39
114 ; CHECK: add x12, x13, x14 ; encoding: [0xac,0x01,0x0e,0x8b]
116 ; CHECK: add x12, x13, x14, lsl #12 ; encoding: [0xac,0x31,0x0e,0x8b]
117 ; CHECK: add x12, x13, x14, lsr #42 ; encoding: [0xac,0xa9,0x4e,0x8b]
118 ; CHECK: add x12, x13, x14, asr #39 ; encoding: [0xac,0x9d,0x8e,0x8b]
121 sub x12, x13, x14
123 sub x12, x13, x14, lsl #12
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/
Darm64-arithmetic-encoding.s107 add x12, x13, x14
109 add x12, x13, x14, lsl #12
110 add x12, x13, x14, lsr #42
111 add x12, x13, x14, asr #39
114 ; CHECK: add x12, x13, x14 ; encoding: [0xac,0x01,0x0e,0x8b]
116 ; CHECK: add x12, x13, x14, lsl #12 ; encoding: [0xac,0x31,0x0e,0x8b]
117 ; CHECK: add x12, x13, x14, lsr #42 ; encoding: [0xac,0xa9,0x4e,0x8b]
118 ; CHECK: add x12, x13, x14, asr #39 ; encoding: [0xac,0x9d,0x8e,0x8b]
121 sub x12, x13, x14
123 sub x12, x13, x14, lsl #12
[all …]

12345678910>>...52