HomeSort by relevance Sort by last modified time
    Searched refs:QI (Results 1 - 25 of 32) sorted by null

1 2

  /external/clang/test/Sema/
attr-mode-enums.c 5 // 2. "enum X __attribute__((mode(QI))) var;" forms a complete integer type.
33 typedef enum Y __attribute__((mode(QI))) CompleteYType1;
35 typedef enum { A1, B1 } __attribute__((mode(QI))) CompleteType3;
36 typedef enum { A2, B2 } CompleteType4 __attribute__((mode(QI)));
37 typedef enum __attribute__((mode(QI))) { A3, B3 } CompleteType5;
39 enum X __attribute__((mode(QI))) a3;
41 IncompleteYType __attribute__((mode(QI))) a5;
48 enum __attribute__((mode(QI))) { A4, B4 } a12;
attr-mode-vector-types.c 5 typedef int __attribute__((mode(QI))) __attribute__((vector_size(256))) vec_t2;
12 typedef int v8qi __attribute__ ((mode(QI))) __attribute__ ((vector_size(8)));
attr-mode.c 27 int **__attribute((mode(QI)))* i32; // expected-error{{mode attribute}}
29 __attribute__((mode(QI))) int invalid_func() { return 1; } // expected-error{{'mode' attribute only applies to variables, enums, fields and typedefs}}
30 enum invalid_enum { A1 __attribute__((mode(QI))) }; // expected-error{{'mode' attribute only applies to variables, enums, fields and typedefs}}
  /external/clang/test/CodeGen/
attr-mode-enums.c 5 // 2. "enum X __attribute__((mode(QI))) var;" forms a complete integer type.
9 enum { A1, B1 } __attribute__((mode(QI))) x1 = A1;
23 typedef enum __attribute__((mode(QI))) { A5, B5 } T5;
27 typedef enum X __attribute__((mode(QI))) T6;
34 enum __attribute__((mode(QI))) { A8, B8 } x8 = B8;
attr-mode-vector-types.c 4 typedef int __attribute__((mode(QI))) __attribute__((vector_size(8))) vec_t2;
  /toolchain/binutils/binutils-2.27/include/cgen/
basic-modes.h 34 typedef int8_t QI;
basic-ops.h 60 #define DIVQI(x, y) ((QI) (x) / (QI) (y))
62 #define MODQI(x, y) ((QI) (x) % (QI) (y))
64 #define SRAQI(x, y) ((QI) (x) >> (y))
67 extern QI RORQI (QI, int);
68 extern QI ROLQI (QI, int);
73 #define NOTQI(x) (! (QI) (x)
    [all...]
  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal_macros.h 44 #define QI(q) ((int64_t)q)
49 #define KQI(q) QI(q##LL)
  /external/valgrind/none/tests/ppc32/
test_dfp3.stdout.exp     [all...]
  /external/valgrind/none/tests/ppc64/
test_dfp3.stdout.exp     [all...]
  /external/clang/test/SemaCXX/
attr-mode-tmpl.cpp 10 typedef T __attribute__((mode(QI))) T1;
27 typedef T __attribute__((mode(QI))) T1; // expected-error{{mode attribute only supported for integer and floating-point types}}
36 typedef T __attribute__((mode(QI))) T1; // expected-error{{type of machine mode does not match type of base type}}
69 void f1(T __attribute__((mode(QI))) x) {}
75 __attribute__((mode(QI))) T g1() { return 0; } // expected-error{{'mode' attribute only applies to variables, enums, fields and typedefs}}
  /external/clang/test/CodeGenCXX/
attr-mode-vector-types-tmpl.cpp 7 typedef T __attribute__((mode(QI))) T1;
22 typedef int __attribute__((mode(QI))) __attribute__((vector_size(8))) VT_11;
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/gcov-src/
libgcov.h 91 typedef unsigned gcov_unsigned_t __attribute__ ((mode (QI)));
92 typedef unsigned gcov_position_t __attribute__ ((mode (QI)));
99 typedef signed gcov_type __attribute__ ((mode (QI)));
100 typedef unsigned gcov_type_unsigned __attribute__ ((mode (QI)));
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/gcov-src/
libgcov.h 91 typedef unsigned gcov_unsigned_t __attribute__ ((mode (QI)));
92 typedef unsigned gcov_position_t __attribute__ ((mode (QI)));
99 typedef signed gcov_type __attribute__ ((mode (QI)));
100 typedef unsigned gcov_type_unsigned __attribute__ ((mode (QI)));
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/gcov-src/
libgcov.h 91 typedef unsigned gcov_unsigned_t __attribute__ ((mode (QI)));
92 typedef unsigned gcov_position_t __attribute__ ((mode (QI)));
99 typedef signed gcov_type __attribute__ ((mode (QI)));
100 typedef unsigned gcov_type_unsigned __attribute__ ((mode (QI)));
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/gcov-src/
libgcov.h 91 typedef unsigned gcov_unsigned_t __attribute__ ((mode (QI)));
92 typedef unsigned gcov_position_t __attribute__ ((mode (QI)));
99 typedef signed gcov_type __attribute__ ((mode (QI)));
100 typedef unsigned gcov_type_unsigned __attribute__ ((mode (QI)));
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/gcov-src/
libgcov.h 91 typedef unsigned gcov_unsigned_t __attribute__ ((mode (QI)));
92 typedef unsigned gcov_position_t __attribute__ ((mode (QI)));
99 typedef signed gcov_type __attribute__ ((mode (QI)));
100 typedef unsigned gcov_type_unsigned __attribute__ ((mode (QI)));
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/gcov-src/
libgcov.h 91 typedef unsigned gcov_unsigned_t __attribute__ ((mode (QI)));
92 typedef unsigned gcov_position_t __attribute__ ((mode (QI)));
99 typedef signed gcov_type __attribute__ ((mode (QI)));
100 typedef unsigned gcov_type_unsigned __attribute__ ((mode (QI)));
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/gcov-src/
libgcov.h 91 typedef unsigned gcov_unsigned_t __attribute__ ((mode (QI)));
92 typedef unsigned gcov_position_t __attribute__ ((mode (QI)));
99 typedef signed gcov_type __attribute__ ((mode (QI)));
100 typedef unsigned gcov_type_unsigned __attribute__ ((mode (QI)));
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/gcov-src/
libgcov.h 91 typedef unsigned gcov_unsigned_t __attribute__ ((mode (QI)));
92 typedef unsigned gcov_position_t __attribute__ ((mode (QI)));
99 typedef signed gcov_type __attribute__ ((mode (QI)));
100 typedef unsigned gcov_type_unsigned __attribute__ ((mode (QI)));
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrSyntax.g     [all...]
  /prebuilts/android-emulator/darwin-x86_64/lib/
ca-bundle.pem     [all...]
  /prebuilts/android-emulator/linux-x86_64/lib/
ca-bundle.pem     [all...]
  /prebuilts/go/darwin-x86/src/crypto/x509/
root_darwin_armx.go     [all...]
  /prebuilts/go/linux-x86/src/crypto/x509/
root_darwin_armx.go     [all...]

Completed in 1062 milliseconds

1 2