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

  /src/external/gpl3/binutils/dist/opcodes/
aarch64-opc.c 81 const char *const aarch64_sve_prfop_array[16] = { variable
4719 assert (enum_value < ARRAY_SIZE (aarch64_sve_prfop_array));
4720 if (aarch64_sve_prfop_array[enum_value])
4722 style_reg (styler, aarch64_sve_prfop_array[enum_value]));
  /src/external/gpl3/binutils.old/dist/opcodes/
aarch64-opc.c 81 const char *const aarch64_sve_prfop_array[16] = { variable
4646 assert (enum_value < ARRAY_SIZE (aarch64_sve_prfop_array));
4647 if (aarch64_sve_prfop_array[enum_value])
4649 style_reg (styler, aarch64_sve_prfop_array[enum_value]));
  /src/external/gpl3/gdb.old/dist/opcodes/
aarch64-opc.c 81 const char *const aarch64_sve_prfop_array[16] = { variable
4636 assert (enum_value < ARRAY_SIZE (aarch64_sve_prfop_array));
4637 if (aarch64_sve_prfop_array[enum_value])
4639 style_reg (styler, aarch64_sve_prfop_array[enum_value]));
  /src/external/gpl3/gdb/dist/opcodes/
aarch64-opc.c 81 const char *const aarch64_sve_prfop_array[16] = { variable
4659 assert (enum_value < ARRAY_SIZE (aarch64_sve_prfop_array));
4660 if (aarch64_sve_prfop_array[enum_value])
4662 style_reg (styler, aarch64_sve_prfop_array[enum_value]));

Completed in 35 milliseconds