Home
last modified time | relevance | path

Searched defs:s8 (Results 1 – 25 of 162) sorted by relevance

1234567

/external/clang/test/CodeGenCXX/
D2010-06-22-ZeroBitfield.cpp4 struct s8 { s8_0 a; s8_1 b; }; struct
Dx86_32-arguments.cpp109 struct s8 { s8_0 a; s8_1 b; }; struct
/external/llvm-project/clang/test/CodeGenCXX/
D2010-06-22-ZeroBitfield.cpp4 struct s8 { s8_0 a; s8_1 b; }; argument
Dx86_32-arguments.cpp109 struct s8 { s8_0 a; s8_1 b; }; struct
/external/llvm-project/flang/test/Semantics/
Dsymbol09.f90129 subroutine s8 subroutine
132 !DEF: /s8/y (InDataStmt) ObjectEntity REAL(4) argument
135 !REF: /s8/y argument
Dbad-forward-type.f9074 subroutine s8 subroutine
78 type t2
Dassign02.f90121 subroutine s8 subroutine
122 real :: a(10)
123 integer :: b(10)
124 real, pointer :: p(:)
Dresolve55.f9087 subroutine s8(arg) subroutine
93 end subroutine s8 argument
Dresolve57.f90116 subroutine s8() subroutine
122 end subroutine s8 argument
Ddosemantics12.f90280 subroutine s8() subroutine
301 end subroutine s8 argument
/external/clang/test/Sema/
Dno-documentation-warn-tagdecl-specifier.c41 struct s8 { int is8; }; argument
Dpragma-align-mac68k.c71 struct s8 { struct
75 extern int a8_0[sizeof(struct s8) == 2 ? 1 : -1]; argument
/external/llvm-project/clang/test/Sema/
Dno-documentation-warn-tagdecl-specifier.c41 struct s8 { int is8; }; struct
Dpragma-align-mac68k.c71 struct s8 { struct
75 extern int a8_0[sizeof(struct s8) == 2 ? 1 : -1]; argument
/external/libvpx/libvpx/vpx_dsp/arm/
Dvpx_convolve8_neon.c75 int16x4_t filter3, filter4, s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, in vpx_convolve8_horiz_neon() local
155 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_convolve8_horiz_neon() local
328 int16x4_t filter3, filter4, s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, in vpx_convolve8_avg_horiz_neon() local
412 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_convolve8_avg_horiz_neon() local
619 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, d1, d2, d3; in vpx_convolve8_vert_neon() local
690 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_convolve8_vert_neon() local
791 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, d1, d2, d3; in vpx_convolve8_avg_vert_neon() local
872 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_convolve8_avg_vert_neon() local
Dhighbd_vpx_convolve8_neon.c157 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_horiz_neon() local
213 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_horiz_neon() local
366 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_avg_horiz_neon() local
429 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_avg_horiz_neon() local
602 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_vert_neon() local
670 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_vert_neon() local
769 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_avg_vert_neon() local
845 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_avg_vert_neon() local
/external/llvm-project/clang/test/CodeGen/
Dbitfield-2.c294 struct __attribute__((packed)) s8 { struct
301 struct s8 g8 = { 0xF }; argument
Daarch64-debug-sve-vectorx3-types.c10 __clang_svint8x3_t s8; in test_locals() local
Daarch64-debug-sve-vectorx2-types.c10 __clang_svint8x2_t s8; in test_locals() local
Daarch64-debug-sve-vectorx4-types.c10 __clang_svint8x4_t s8; in test_locals() local
/external/clang/test/CodeGen/
Dbitfield-2.c294 struct __attribute__((packed)) s8 { struct
301 struct s8 g8 = { 0xF }; argument
/external/clang/test/CodeGenObjC/
Dencode-test.m143 struct s8 { struct
146 const char g8[] = @encode(struct s8); argument
/external/igt-gpu-tools/lib/
Dpanfrost-misc.h35 typedef int8_t s8; typedef
/external/llvm-project/clang/test/PCH/
Daarch64-sve-types.c7 __SVInt8_t *s8; variable
/external/llvm-project/clang/test/CodeGenObjC/
Daarch64-sve-types.m7 const char s8[] = @encode(__SVInt8_t); function

1234567