HomeSort by relevance Sort by last modified time
    Searched full:align32 (Results 1 - 25 of 33) sorted by null

1 2

  /external/llvm/test/MC/AsmParser/
directive_align.s 11 .align32 3,,2
  /external/swiftshader/third_party/LLVM/test/MC/AsmParser/
directive_align.s 11 .align32 3,,2
  /external/llvm/test/CodeGen/AMDGPU/
lds-alignment.ll 7 @lds.align32.0 = internal unnamed_addr addrspace(3) global [38 x i8] undef, align 32
146 %lds.align32.0.bc = bitcast [38 x i8] addrspace(3)* @lds.align32.0 to i8 addrspace(3)*
147 call void @llvm.memcpy.p3i8.p1i8.i32(i8 addrspace(3)* %lds.align32.0.bc, i8 addrspace(1)* %in, i32 38, i32 8, i1 false)
148 call void @llvm.memcpy.p1i8.p3i8.i32(i8 addrspace(1)* %out, i8 addrspace(3)* %lds.align32.0.bc, i32 38, i32 8, i1 false)
167 %lds.align32.0.bc = bitcast [38 x i8] addrspace(3)* @lds.align32.0 to i8 addrspace(3)*
168 call void @llvm.memcpy.p3i8.p1i8.i32(i8 addrspace(3)* %lds.align32.0.bc, i8 addrspace(1)* %in, i32 38, i32 8, i1 false)
169 call void @llvm.memcpy.p1i8.p3i8.i32(i8 addrspace(1)* %out, i8 addrspace(3)* %lds.align32.0.bc, i32 38, i32 8, i1 false)
192 %lds.align32.0.bc = bitcast [38 x i8] addrspace(3)* @lds.align32.0 to i8 addrspace(3)
    [all...]
  /external/skia/src/gpu/ops/
GrDrawPathOp.h 112 uint8_t* ptr = (uint8_t*)sk_malloc_throw(Align32(sizeof(InstanceData)) +
113 Align32(reserveCnt * sizeof(uint16_t)) +
116 instanceData->fIndices = (uint16_t*)&ptr[Align32(sizeof(InstanceData))];
117 instanceData->fTransformValues = (float*)&ptr[Align32(sizeof(InstanceData)) +
118 Align32(reserveCnt * sizeof(uint16_t))];
154 static int Align32(int sizeInBytes) { return (sizeInBytes + 3) & ~3; }
  /hardware/qcom/media/msm8974/libc2dcolorconvert/
C2DColorConverter.cpp 48 #define ALIGN32 32
401 return ALIGN(width, ALIGN32) * 2; // RGB565 has width as twice
406 return ALIGN(width, ALIGN32) * 4;
434 return ALIGN(ALIGN(width, ALIGN128) * ALIGN(height, ALIGN32), ALIGN8K);
441 return ALIGN(width, ALIGN128) * ALIGN(height, ALIGN32);
455 size = ALIGN(width, ALIGN32) * ALIGN(height, ALIGN32) * 2;
460 size = mSrcStride * ALIGN(height, ALIGN32) * 4;
462 size = ALIGN(width, ALIGN32) * ALIGN(height, ALIGN32) * 4
    [all...]
  /external/libchrome/base/
lazy_instance_unittest.cc 168 static LazyInstance<AlignedData<32> > align32 = LAZY_INSTANCE_INITIALIZER; local
172 EXPECT_ALIGNED(align32.Pointer(), 32);
  /external/libmpeg2/common/
icv_macros.h 62 #define ALIGN32(x) ((((x) + 31) >> 5) << 5)
impeg2_macros.h 48 #define ALIGN32(x) ((((x) + 31) >> 5) << 5)
  /external/libavc/common/
ih264_macros.h 47 #define ALIGN32(x) ((((x) + 31) >> 5) << 5)
  /hardware/qcom/media/msm8996/libc2dcolorconvert/
C2DColorConverter.cpp 48 #define ALIGN32 32
434 return ALIGN(width, ALIGN32) * 2; // RGB565 has width as twice
439 return ALIGN(width, ALIGN32) * 4;
469 return ALIGN(ALIGN(width, ALIGN128) * ALIGN(height, ALIGN32), ALIGN8K);
476 return ALIGN(width, ALIGN128) * ALIGN(height, ALIGN32);
517 size = ALIGN((alignedw * height) + (ALIGN(width/2, ALIGN32) * (height/2) * 2), ALIGN4K);
529 alignedh = ALIGN(height, ALIGN32);
530 size = ALIGN(alignedw * alignedh, ALIGN8K) + ALIGN(alignedw * ALIGN(height/2, ALIGN32), ALIGN8K);
542 alignedh = ALIGN(height, ALIGN32);
  /hardware/qcom/media/msm8998/libc2dcolorconvert/
C2DColorConverter.cpp 49 #define ALIGN32 32
441 return ALIGN(width, ALIGN32) * 2; // RGB565 has width as twice
446 return ALIGN(width, ALIGN32) * 4;
476 return ALIGN(ALIGN(width, ALIGN128) * ALIGN(height, ALIGN32), ALIGN8K);
483 return ALIGN(width, ALIGN128) * ALIGN(height, ALIGN32);
524 size = ALIGN((alignedw * height) + (ALIGN(width/2, ALIGN32) * (height/2) * 2), ALIGN4K);
536 alignedh = ALIGN(height, ALIGN32);
537 size = ALIGN(alignedw * alignedh, ALIGN8K) + ALIGN(alignedw * ALIGN(height/2, ALIGN32), ALIGN8K);
549 alignedh = ALIGN(height, ALIGN32);
  /external/libchrome/base/memory/
singleton_unittest.cc 279 AlignedTestSingleton<AlignedMemory<32, 32> >* align32 = local
287 EXPECT_ALIGNED(align32, 32);
  /hardware/qcom/media/sdm845/libc2dcolorconvert/
C2DColorConverter.cpp 423 return ALIGN(width, ALIGN32) * 2; // RGB565 has width as twice
428 return ALIGN(width, ALIGN32) * 4;
458 return ALIGN(ALIGN(width, ALIGN128) * ALIGN(height, ALIGN32), ALIGN8K);
465 return ALIGN(width, ALIGN128) * ALIGN(height, ALIGN32);
506 size = ALIGN((alignedw * height) + (ALIGN(width/2, ALIGN32) * (height/2) * 2), ALIGN4K);
518 alignedh = ALIGN(height, ALIGN32);
519 size = ALIGN(alignedw * alignedh, ALIGN8K) + ALIGN(alignedw * ALIGN(height/2, ALIGN32), ALIGN8K);
531 alignedh = ALIGN(height, ALIGN32);
C2DColorConverter.h 55 #define ALIGN32 32
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
param.h 40 #define ALIGN32(p) (((UINT64)(p) + ALIGNBYTES32) &~ALIGNBYTES32)
  /external/libhevc/common/
ihevc_macros.h 49 #define ALIGN32(x) ((((x) + 31) >> 5) << 5)
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
param.h 98 #define ALIGN32(p) (((UINT64)(p) + ALIGNBYTES32) &~ALIGNBYTES32)
  /external/clang/test/Layout/
ms-x86-vtordisp.cpp 21 struct __declspec(align(32)) Align32 {};
23 struct VAlign32 : virtual Align32 {};
90 // CHECK-NEXT: 128 | struct Align32 (virtual base) (empty)
109 // CHECK-X64-NEXT: 128 | struct Align32 (virtual base) (empty)
  /external/boringssl/src/crypto/fipsmodule/sha/asm/
sha1-x86_64.pl 458 sub align32() { subroutine
    [all...]
  /dalvik/dexdump/
DexDump.cpp 1650 static inline const u1* align32(const u1* ptr) function
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_s.h 64 _32 SETS "ALIGN32"
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_s.h 64 _32 SETS "ALIGN32"
  /toolchain/binutils/binutils-2.25/bfd/
bout.c 61 HOWTO (ALIGNER, 0, 0x3, 0, FALSE, 0, complain_overflow_dont, 0, "align32", FALSE, 0, 0, FALSE),
    [all...]
  /external/libhevc/decoder/
ihevcd_parse_headers.c     [all...]
ihevcd_api.c     [all...]

Completed in 708 milliseconds

1 2