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

  /src/external/gpl3/binutils/dist/opcodes/
aarch64-dis.c 47 static aarch64_feature_set arch_variant; /* See select_aarch64_variant. */ variable
3414 if (!AARCH64_CPU_HAS_ALL_FEATURES (arch_variant, *alias->avariant))
3995 arch_variant, &styler);
4386 /* Set the feature bits in arch_variant in order to get the correct disassembly
4397 AARCH64_SET_FEATURE (arch_variant, AARCH64_ARCH_V8R);
4400 arch_variant = (aarch64_feature_set) AARCH64_ALL_FEATURES;
4401 AARCH64_CLEAR_FEATURE (arch_variant, arch_variant, V8R);
  /src/external/gpl3/binutils.old/dist/opcodes/
aarch64-dis.c 47 static aarch64_feature_set arch_variant; /* See select_aarch64_variant. */ variable
3391 if (!AARCH64_CPU_HAS_ALL_FEATURES (arch_variant, *alias->avariant))
3971 arch_variant, &styler);
4372 /* Set the feature bits in arch_variant in order to get the correct disassembly
4383 AARCH64_SET_FEATURE (arch_variant, AARCH64_ARCH_V8R);
4386 arch_variant = (aarch64_feature_set) AARCH64_ALL_FEATURES;
4387 AARCH64_CLEAR_FEATURE (arch_variant, arch_variant, V8R);
  /src/external/gpl3/gdb.old/dist/opcodes/
aarch64-dis.c 47 static aarch64_feature_set arch_variant; /* See select_aarch64_variant. */ variable
3365 if (!AARCH64_CPU_HAS_ALL_FEATURES (arch_variant, *alias->avariant))
3930 arch_variant, &styler);
4331 /* Set the feature bits in arch_variant in order to get the correct disassembly
4342 AARCH64_SET_FEATURE (arch_variant, AARCH64_ARCH_V8R);
4345 arch_variant = (aarch64_feature_set) AARCH64_ALL_FEATURES;
4346 AARCH64_CLEAR_FEATURE (arch_variant, arch_variant, V8R);
  /src/external/gpl3/gdb/dist/opcodes/
aarch64-dis.c 47 static aarch64_feature_set arch_variant; /* See select_aarch64_variant. */ variable
3390 if (!AARCH64_CPU_HAS_ALL_FEATURES (arch_variant, *alias->avariant))
3970 arch_variant, &styler);
4371 /* Set the feature bits in arch_variant in order to get the correct disassembly
4382 AARCH64_SET_FEATURE (arch_variant, AARCH64_ARCH_V8R);
4385 arch_variant = (aarch64_feature_set) AARCH64_ALL_FEATURES;
4386 AARCH64_CLEAR_FEATURE (arch_variant, arch_variant, V8R);

Completed in 27 milliseconds