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

  /src/external/gpl3/binutils/dist/opcodes/
arm-dis.c 5287 arm_feature_set allowed_arches = private_data->features;
5292 if (ARM_CPU_HAS_FEATURE (arm_ext_v8_1m_main, allowed_arches)
5293 && !ARM_CPU_IS_ANY (allowed_arches))
7884 arm_feature_set allowed_arches = ARM_ARCH_NONE;
7890 allowed_arches = private_data->features;
7916 allowed_arches = private_data->features;
7963 if (! ARM_CPU_HAS_FEATURE (insn->arch, allowed_arches))
7975 if (ARM_CPU_HAS_FEATURE (arm_ext_v8_1m_main, allowed_arches)
7976 && !ARM_CPU_IS_ANY (allowed_arches)
7993 if (ARM_CPU_HAS_FEATURE (arm_ext_v8_1m_main, allowed_arches)
5286 arm_feature_set allowed_arches = private_data->features; local
7883 arm_feature_set allowed_arches = ARM_ARCH_NONE; local
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
arm-dis.c 5287 arm_feature_set allowed_arches = private_data->features;
5292 if (ARM_CPU_HAS_FEATURE (arm_ext_v8_1m_main, allowed_arches)
5293 && !ARM_CPU_IS_ANY (allowed_arches))
7884 arm_feature_set allowed_arches = ARM_ARCH_NONE;
7890 allowed_arches = private_data->features;
7916 allowed_arches = private_data->features;
7963 if (! ARM_CPU_HAS_FEATURE (insn->arch, allowed_arches))
7975 if (ARM_CPU_HAS_FEATURE (arm_ext_v8_1m_main, allowed_arches)
7976 && !ARM_CPU_IS_ANY (allowed_arches)
7993 if (ARM_CPU_HAS_FEATURE (arm_ext_v8_1m_main, allowed_arches)
5286 arm_feature_set allowed_arches = private_data->features; local
7883 arm_feature_set allowed_arches = ARM_ARCH_NONE; local
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
arm-dis.c 5287 arm_feature_set allowed_arches = private_data->features;
5292 if (ARM_CPU_HAS_FEATURE (arm_ext_v8_1m_main, allowed_arches)
5293 && !ARM_CPU_IS_ANY (allowed_arches))
7884 arm_feature_set allowed_arches = ARM_ARCH_NONE;
7890 allowed_arches = private_data->features;
7916 allowed_arches = private_data->features;
7963 if (! ARM_CPU_HAS_FEATURE (insn->arch, allowed_arches))
7975 if (ARM_CPU_HAS_FEATURE (arm_ext_v8_1m_main, allowed_arches)
7976 && !ARM_CPU_IS_ANY (allowed_arches)
7993 if (ARM_CPU_HAS_FEATURE (arm_ext_v8_1m_main, allowed_arches)
5286 arm_feature_set allowed_arches = private_data->features; local
7883 arm_feature_set allowed_arches = ARM_ARCH_NONE; local
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
arm-dis.c 5287 arm_feature_set allowed_arches = private_data->features;
5292 if (ARM_CPU_HAS_FEATURE (arm_ext_v8_1m_main, allowed_arches)
5293 && !ARM_CPU_IS_ANY (allowed_arches))
7884 arm_feature_set allowed_arches = ARM_ARCH_NONE;
7890 allowed_arches = private_data->features;
7916 allowed_arches = private_data->features;
7963 if (! ARM_CPU_HAS_FEATURE (insn->arch, allowed_arches))
7975 if (ARM_CPU_HAS_FEATURE (arm_ext_v8_1m_main, allowed_arches)
7976 && !ARM_CPU_IS_ANY (allowed_arches)
7993 if (ARM_CPU_HAS_FEATURE (arm_ext_v8_1m_main, allowed_arches)
5286 arm_feature_set allowed_arches = private_data->features; local
7883 arm_feature_set allowed_arches = ARM_ARCH_NONE; local
    [all...]

Completed in 54 milliseconds