HomeSort by relevance Sort by last modified time
    Searched full:aarch64_feature_v8 (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/include/opcode/
aarch64.h 40 #define AARCH64_FEATURE_V8 0x00000001 /* All processors. */
56 #define AARCH64_ARCH_V8 AARCH64_FEATURE (AARCH64_FEATURE_V8, \
59 #define AARCH64_ARCH_V8_1 AARCH64_FEATURE (AARCH64_FEATURE_V8, \
68 #define AARCH64_ARCH_V8_2 AARCH64_FEATURE (AARCH64_FEATURE_V8, \
  /toolchain/binutils/binutils-2.27/opcodes/
aarch64-tbl.h 1355 static const aarch64_feature_set aarch64_feature_v8 =
1356 AARCH64_FEATURE (AARCH64_FEATURE_V8, 0);
1382 #define CORE &aarch64_feature_v8
1354 static const aarch64_feature_set aarch64_feature_v8 = variable
    [all...]

Completed in 3247 milliseconds