Home
last modified time | relevance | path

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

12345678910>>...48

/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_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_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_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 …]
/external/boringssl/linux-aarch64/crypto/fipsmodule/
Darmv8-mont.S40 ldp x13,x14,[x3],#16 // np[0..1]
53 mul x16,x14,x15 // np[1]*m1
65 umulh x17,x14,x15
75 ldr x14,[x3],#8
82 mul x16,x14,x15 // np[j]*m1
84 umulh x17,x14,x15
113 ldp x13,x14,[x3],#16
124 mul x16,x14,x15 // np[1]*m1
127 umulh x17,x14,x15
139 ldr x14,[x3],#8
[all …]
/external/boringssl/ios-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/u-boot/arch/arm/dts/
Dimx7d-pico-pi.dts70 MX7D_PAD_EPDC_DATA00__GPIO2_IO0 0x14
71 MX7D_PAD_EPDC_DATA01__GPIO2_IO1 0x14
72 MX7D_PAD_EPDC_DATA02__GPIO2_IO2 0x14
73 MX7D_PAD_EPDC_DATA03__GPIO2_IO3 0x14
74 MX7D_PAD_EPDC_DATA05__GPIO2_IO5 0x14
75 MX7D_PAD_EPDC_DATA12__GPIO2_IO12 0x14
76 MX7D_PAD_EPDC_DATA07__GPIO2_IO7 0x14
82 MX7D_PAD_EPDC_DATA06__GPIO2_IO6 0x14
88 MX7D_PAD_EPDC_DATA04__GPIO2_IO4 0x14
89 MX7D_PAD_EPDC_DATA13__GPIO2_IO13 0x14
Dimx6ull-colibri.dtsi335 MX6UL_PAD_JTAG_TCK__GPIO1_IO14 0x14 /* SODIMM 99 */
336 MX6UL_PAD_NAND_CE1_B__GPIO4_IO14 0x14 /* SODIMM 133 */
337 MX6UL_PAD_UART3_TX_DATA__GPIO1_IO24 0x14 /* SODIMM 135 */
338 MX6UL_PAD_UART3_CTS_B__GPIO1_IO26 0x14 /* SODIMM 100 */
339 MX6UL_PAD_JTAG_TRST_B__GPIO1_IO15 0x14 /* SODIMM 102 */
340 MX6UL_PAD_ENET1_RX_ER__GPIO2_IO07 0x14 /* SODIMM 104 */
341 MX6UL_PAD_UART3_RTS_B__GPIO1_IO27 0x14 /* SODIMM 186 */
348 MX6UL_PAD_CSI_MCLK__GPIO4_IO17 0x14 /* SODIMM 75 */
349 MX6UL_PAD_CSI_DATA06__GPIO4_IO27 0x14 /* SODIMM 85 */
350 MX6UL_PAD_CSI_PIXCLK__GPIO4_IO18 0x14 /* SODIMM 96 */
[all …]
Dimx7d-pico-hobbit.dts90 MX7D_PAD_EPDC_DATA00__GPIO2_IO0 0x14
91 MX7D_PAD_EPDC_DATA01__GPIO2_IO1 0x14
92 MX7D_PAD_EPDC_DATA02__GPIO2_IO2 0x14
93 MX7D_PAD_EPDC_DATA03__GPIO2_IO3 0x14
94 MX7D_PAD_EPDC_DATA05__GPIO2_IO5 0x14
95 MX7D_PAD_EPDC_DATA12__GPIO2_IO12 0x14
96 MX7D_PAD_EPDC_DATA07__GPIO2_IO7 0x14
102 MX7D_PAD_EPDC_DATA13__GPIO2_IO13 0x14
/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/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/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 …]
/external/boringssl/ios-aarch64/crypto/third_party/sike/asm/
Dfp-armv8.S47 ldp x14, x15, [x1,#32]
58 adds x10, x10, x14
71 and x14, x10, x7
83 adds x14, x14, x20
206 adds x14, x14, x21
343 sbcs x14, x14, x25
440 sbcs x14, x14, x25
451 adcs x14, x14, x21
458 stp x14, x15, [x2,#64]
537 ldp x14, x15, [x0, #0x38]
[all …]
/external/arm-trusted-firmware/lib/el3_runtime/aarch64/
Dcontext.S51 mrs x14, mair_el1
53 stp x14, x15, [x0, #CTX_MAIR_EL1]
64 mrs x14, far_el1
65 stp x13, x14, [x0, #CTX_PAR_EL1]
82 mrs x14, spsr_fiq
83 stp x13, x14, [x0, #CTX_SPSR_IRQ]
100 mrs x14, cntkctl_el1
101 str x14, [x0, #CTX_CNTKCTL_EL1]
148 ldp x14, x15, [x0, #CTX_MAIR_EL1]
149 msr mair_el1, x14
[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

12345678910>>...48