Home
last modified time | relevance | path

Searched refs:nds32_cctl_names (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32.c241 static const char * const nds32_cctl_names[] = variable
3480 fprintf (stream, "%s", nds32_cctl_names[op_value]); in nds32_print_operand()
3487 fprintf (stream, "%s", nds32_cctl_names[op_value + 4]); in nds32_print_operand()
3494 fprintf (stream, "%s", nds32_cctl_names[op_value + 8]); in nds32_print_operand()
3501 fprintf (stream, "%s", nds32_cctl_names[op_value + 12]); in nds32_print_operand()
3508 fprintf (stream, "%s", nds32_cctl_names[op_value + 16]); in nds32_print_operand()
H A Dnds32.cc241 static const char * const nds32_cctl_names[] = variable
3480 fprintf (stream, "%s", nds32_cctl_names[op_value]); in nds32_print_operand()
3487 fprintf (stream, "%s", nds32_cctl_names[op_value + 4]); in nds32_print_operand()
3494 fprintf (stream, "%s", nds32_cctl_names[op_value + 8]); in nds32_print_operand()
3501 fprintf (stream, "%s", nds32_cctl_names[op_value + 12]); in nds32_print_operand()
3508 fprintf (stream, "%s", nds32_cctl_names[op_value + 16]); in nds32_print_operand()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32.c241 static const char * const nds32_cctl_names[] = variable
3480 fprintf (stream, "%s", nds32_cctl_names[op_value]); in nds32_print_operand()
3487 fprintf (stream, "%s", nds32_cctl_names[op_value + 4]); in nds32_print_operand()
3494 fprintf (stream, "%s", nds32_cctl_names[op_value + 8]); in nds32_print_operand()
3501 fprintf (stream, "%s", nds32_cctl_names[op_value + 12]); in nds32_print_operand()
3508 fprintf (stream, "%s", nds32_cctl_names[op_value + 16]); in nds32_print_operand()
/netbsd/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201826184 * config/nds32/nds32.c (nds32_cctl_names): New.