Searched refs:aarch64_sve_pattern_array (Results 1 – 9 of 9) sorted by relevance
40 const char *const aarch64_sve_pattern_array[32] = { variable4357 assert (enum_value < ARRAY_SIZE (aarch64_sve_pattern_array)); in aarch64_print_operand()4358 if (aarch64_sve_pattern_array[enum_value]) in aarch64_print_operand()4360 style_reg (styler, aarch64_sve_pattern_array[enum_value])); in aarch64_print_operand()4372 assert (enum_value < ARRAY_SIZE (aarch64_sve_pattern_array)); in aarch64_print_operand()4373 if (aarch64_sve_pattern_array[opnd->imm.value]) in aarch64_print_operand()4376 aarch64_sve_pattern_array[opnd->imm.value])); in aarch64_print_operand()
1034 (aarch64_sve_pattern_array): New variable.
40 const char *const aarch64_sve_pattern_array[32] = { variable4382 assert (enum_value < ARRAY_SIZE (aarch64_sve_pattern_array)); in aarch64_print_operand()4383 if (aarch64_sve_pattern_array[enum_value]) in aarch64_print_operand()4385 style_reg (styler, aarch64_sve_pattern_array[enum_value])); in aarch64_print_operand()4397 assert (enum_value < ARRAY_SIZE (aarch64_sve_pattern_array)); in aarch64_print_operand()4398 if (aarch64_sve_pattern_array[opnd->imm.value]) in aarch64_print_operand()4401 aarch64_sve_pattern_array[opnd->imm.value])); in aarch64_print_operand()
1894 extern const char *const aarch64_sve_pattern_array[32];
1907 extern const char *const aarch64_sve_pattern_array[32];
292 (aarch64_sve_pattern_array): Declare.
6922 po_enum_or_fail (aarch64_sve_pattern_array); in parse_operands()6927 po_enum_or_fail (aarch64_sve_pattern_array); in parse_operands()