HomeSort by: relevance | last modified time | path
    Searched defs:AARCH64_BUILTIN_CLASS (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-protos.h 720 enum aarch64_builtin_class enum
727 AARCH64_BUILTIN_SHIFT bits contain the aarch64_builtin_class
731 /* Mask that selects the aarch64_builtin_class part of a function code. */
732 const unsigned int AARCH64_BUILTIN_CLASS = (1 << AARCH64_BUILTIN_SHIFT) - 1;
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-protos.h 735 enum aarch64_builtin_class enum
742 AARCH64_BUILTIN_SHIFT bits contain the aarch64_builtin_class
746 /* Mask that selects the aarch64_builtin_class part of a function code. */
747 const unsigned int AARCH64_BUILTIN_CLASS = (1 << AARCH64_BUILTIN_SHIFT) - 1;

Completed in 27 milliseconds