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

  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 302 static const arm_feature_set arm_arch_any = ARM_ANY;
30486 {"mall", &legacy_cpu, ARM_ANY, N_("use -mcpu=all")},
30531 ARM_CPU_OPT ("all", NULL, ARM_ANY,
31249 ARM_ARCH_OPT ("all", ARM_ANY, FPU_NONE),
31371 ARM_ANY marks an empty entry. */
31377 #define ARM_EXT_OPT(N, M, C, AA) { N, sizeof (N) - 1, M, C, { AA, ARM_ANY } }
31555 const arm_feature_set arm_any = ARM_ANY;
31657 if (ARM_FEATURE_EQUAL (opt->allowed_archs[i], arm_any))
31546 const arm_feature_set arm_any = ARM_ANY; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 302 static const arm_feature_set arm_arch_any = ARM_ANY;
30493 {"mall", &legacy_cpu, ARM_ANY, N_("use -mcpu=all")},
30538 ARM_CPU_OPT ("all", NULL, ARM_ANY,
31256 ARM_ARCH_OPT ("all", ARM_ANY, FPU_NONE),
31378 ARM_ANY marks an empty entry. */
31384 #define ARM_EXT_OPT(N, M, C, AA) { N, sizeof (N) - 1, M, C, { AA, ARM_ANY } }
31562 const arm_feature_set arm_any = ARM_ANY;
31664 if (ARM_FEATURE_EQUAL (opt->allowed_archs[i], arm_any))
31553 const arm_feature_set arm_any = ARM_ANY; local

Completed in 71 milliseconds