Searched refs:ALIGN8 (Results 1 – 15 of 15) sorted by relevance
2 ; RUN: llc < %s -mtriple=thumb-none-eabi | FileCheck %s --check-prefix=CHECK --check-prefix=ALIGN86 …m-objdump -triple=thumbv6-none-eabi -d %t | FileCheck %s --check-prefix=CHECK --check-prefix=ALIGN837 ; ALIGN8: subs r4, r7, #738 ; ALIGN8: subs r4, #161 ; ALIGN8: subs r4, r7, #762 ; ALIGN8: subs r4, #1
217 num_blks_x = ALIGN8(ps_out_frm->ai4_wd[i]) >> 3; in ideint_process()218 num_blks_y = ALIGN8(ps_out_frm->ai4_ht[i]) >> 3; in ideint_process()230 comp_row_start = ALIGN8(comp_row_start) >> 3; in ideint_process()231 comp_row_end = ALIGN8(comp_row_end) >> 3; in ideint_process()
64 #define ALIGN8(x) ((((x) + 7) >> 3) << 3) macro
50 #define ALIGN8(x) ((((x) + 7) >> 3) << 3) macro
265 pad_x = ALIGN8(NTAPS_LUMA); in ihevce_pad_interp_recon_ctb()266 pad_y = ALIGN8(NTAPS_LUMA); in ihevce_pad_interp_recon_ctb()520 pad_x = ALIGN8(NTAPS_LUMA); in ihevce_pad_interp_recon_src_ctb()521 pad_y = ALIGN8(NTAPS_LUMA); in ihevce_pad_interp_recon_src_ctb()
756 ALIGN8(i4_max_idr_period); in ihevce_hle_validate_static_params()763 ALIGN8(i4_max_cra_period); in ihevce_hle_validate_static_params()765 ALIGN8(i4_max_i_period); in ihevce_hle_validate_static_params()
66 ALIGN8 in EmitSpecializedLibcall() enumerator69 AlignVariant = ALIGN8; in EmitSpecializedLibcall()
53 #define ALIGN8(x) ((((x) + 7) >> 3) << 3) macro
49 #define ALIGN8(x) ((((x) + 7) >> 3) << 3) macro
2845 total_size = ALIGN8(total_size); in ih264e_fill_num_mem_rec()3719 size = ALIGN8(size); in ih264e_init_mem_rec()3763 size = ALIGN8(size); in ih264e_init_mem_rec()
65 #define ALIGN8(x) ((((x) + 7) >> 3) << 3) macro
67 #define ALIGN8(x) ((((x) + 7) >> 3) << 3) macro
834 def ALIGN8 : F2<(outs D:$dst), (ins D:$src1, D:$src2),
71 #define ALIGN8(x) ((((x) + 7) >> 3) << 3) macro