Home
last modified time | relevance | path

Searched refs:ALIGN8 (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb/
Dlarge-stack.ll2 ; RUN: llc < %s -mtriple=thumb-none-eabi | FileCheck %s --check-prefix=CHECK --check-prefix=ALIGN8
6 …m-objdump -triple=thumbv6-none-eabi -d %t | FileCheck %s --check-prefix=CHECK --check-prefix=ALIGN8
37 ; ALIGN8: subs r4, r7, #7
38 ; ALIGN8: subs r4, #1
61 ; ALIGN8: subs r4, r7, #7
62 ; ALIGN8: subs r4, #1
/external/libmpeg2/common/
Dideint.c217 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()
Dicv_macros.h64 #define ALIGN8(x) ((((x) + 7) >> 3) << 3) macro
Dimpeg2_macros.h50 #define ALIGN8(x) ((((x) + 7) >> 3) << 3) macro
/external/libhevc/encoder/
Dihevce_enc_subpel_gen.c265 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()
Dihevce_error_check.c756 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()
/external/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.cpp66 ALIGN8 in EmitSpecializedLibcall() enumerator
69 AlignVariant = ALIGN8; in EmitSpecializedLibcall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.cpp66 ALIGN8 in EmitSpecializedLibcall() enumerator
69 AlignVariant = ALIGN8; in EmitSpecializedLibcall()
/external/libhevc/common/
Dihevc_macros.h53 #define ALIGN8(x) ((((x) + 7) >> 3) << 3) macro
/external/libavc/common/
Dih264_macros.h49 #define ALIGN8(x) ((((x) + 7) >> 3) << 3) macro
/external/libavc/encoder/
Dih264e_api.c2845 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()
/external/libhevc/test/decoder/
Dmain.c65 #define ALIGN8(x) ((((x) + 7) >> 3) << 3) macro
/external/libmpeg2/test/decoder/
Dmain.c67 #define ALIGN8(x) ((((x) + 7) >> 3) << 3) macro
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinInstrInfo.td834 def ALIGN8 : F2<(outs D:$dst), (ins D:$src1, D:$src2),
/external/libavc/test/decoder/
Dmain.c71 #define ALIGN8(x) ((((x) + 7) >> 3) << 3) macro