HomeSort by relevance Sort by last modified time
    Searched refs:ALIGN8 (Results 1 - 20 of 20) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Math/
s_infinity.c 13 #define ALIGN8 __declspec(align(8))
20 #define ALIGN8
24 ALIGN8 char __infinity[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x7f };
26 ALIGN8 char __infinity[] = { 0x7f, 0xf0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
video2.s 9 //Dreg = ALIGN8 ( Dreg, Dreg ) ; /* overlay 1 byte (b) */
10 R0 = ALIGN8(R0, R0);
11 R0 = ALIGN8(R0, R1);
12 R0 = ALIGN8(R1, R0);
13 R0 = ALIGN8(R1, R1);
14 R0 = ALIGN8(R1, R2);
15 R3 = ALIGN8(R4, R5);
16 R6 = ALIGN8(R7, R0);
17 R1 = ALIGN8(R2, R3);
18 R4 = ALIGN8(R5, R6)
    [all...]
video2.d 8 [ 0-9a-f]+: 0d c6 00 00 R0 = ALIGN8 \(R0, R0\);
9 [ 0-9a-f]+: 0d c6 08 00 R0 = ALIGN8 \(R0, R1\);
10 [ 0-9a-f]+: 0d c6 01 00 R0 = ALIGN8 \(R1, R0\);
11 [ 0-9a-f]+: 0d c6 09 00 R0 = ALIGN8 \(R1, R1\);
12 [ 0-9a-f]+: 0d c6 11 00 R0 = ALIGN8 \(R1, R2\);
13 [ 0-9a-f]+: 0d c6 2c 06 R3 = ALIGN8 \(R4, R5\);
14 [ 0-9a-f]+: 0d c6 07 0c R6 = ALIGN8 \(R7, R0\);
15 [ 0-9a-f]+: 0d c6 1a 02 R1 = ALIGN8 \(R2, R3\);
16 [ 0-9a-f]+: 0d c6 35 08 R4 = ALIGN8 \(R5, R6\);
17 [ 0-9a-f]+: 0d c6 08 0e R7 = ALIGN8 \(R0, R1\)
    [all...]
video.d 7 [ 0-9a-f]+: 0d c6 15 0e R7 = ALIGN8 \(R5, R2\);
parallel4.d 8 0: 0d ce 15 0e R7 = ALIGN8 \(R5, R2\) \|\| \[I0\] = R0 \|\| NOP;
  /external/libhevc/common/
ihevc_macros.h 51 #define ALIGN8(x) ((((x) + 7) >> 3) << 3)
  /external/libmpeg2/common/
icv_macros.h 64 #define ALIGN8(x) ((((x) + 7) >> 3) << 3)
ideint.c 217 num_blks_x = ALIGN8(ps_out_frm->ai4_wd[i]) >> 3;
218 num_blks_y = ALIGN8(ps_out_frm->ai4_ht[i]) >> 3;
230 comp_row_start = ALIGN8(comp_row_start) >> 3;
231 comp_row_end = ALIGN8(comp_row_end) >> 3;
impeg2_macros.h 50 #define ALIGN8(x) ((((x) + 7) >> 3) << 3)
  /prebuilts/misc/common/swig/include/2.0.11/
constraints.i 26 Pointer ALIGN8 - 8-byte aligned pointer
192 void * ALIGN8,
193 Pointer ALIGN8
  /external/libavc/common/
ih264_macros.h 49 #define ALIGN8(x) ((((x) + 7) >> 3) << 3)
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 66 ALIGN8
69 AlignVariant = ALIGN8;
  /external/syslinux/gpxe/src/drivers/net/
depca.c 417 #define ALIGN8 ((u32)8 - 1) /* 2 longword (quadword) align */
418 #define ALIGN ALIGN8 /* Keep the LANCE happy... */
  /toolchain/binutils/binutils-2.25/gas/config/
bfin-lex.l 227 [aA][lL][iI][gG][nN]8 return ALIGN8;
bfin-parse.y 467 %token ALIGN8 ALIGN16 ALIGN24
1026 notethat ("dsp32shift: dregs = ALIGN8 (dregs , dregs )\n");
    [all...]
  /external/libhevc/decoder/
ihevcd_parse_headers.c     [all...]
  /external/libavc/encoder/
ih264e_api.c     [all...]
  /external/libhevc/test/decoder/
main.c 65 #define ALIGN8(x) ((((x) + 7) >> 3) << 3)
    [all...]
  /external/libavc/test/decoder/
main.c 71 #define ALIGN8(x) ((((x) + 7) >> 3) << 3)
    [all...]
  /external/libmpeg2/test/decoder/
main.c 67 #define ALIGN8(x) ((((x) + 7) >> 3) << 3)
    [all...]

Completed in 814 milliseconds