Home
last modified time | relevance | path

Searched refs:adj_nunits (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dgenmodes.c109 static struct mode_adjust *adj_nunits; variable
1026 for (mode_adjust *a = adj_nunits; a; a = a->next) in emit_mode_size_inline()
1041 {\n", adj_nunits || adj_bytesize ? "" : "const "); in emit_mode_size_inline()
1060 for (mode_adjust *a = adj_nunits; a; a = a->next) in emit_mode_nunits_inline()
1074 {\n", adj_nunits ? "" : "const "); in emit_mode_nunits_inline()
1297 adj_bytesize || adj_nunits ? "" : " const"); in emit_insn_modes_h()
1414 "NUM_MACHINE_MODES", adj_nunits); in emit_mode_precision()
1448 "NUM_MACHINE_MODES", adj_nunits); in emit_mode_nunits()
1544 "NUM_MACHINE_MODES", adj_nunits); in emit_mode_mask()
1701 if (adj_nunits) in emit_mode_adjustments()
[all …]
H A Dgenmodes.cc111 static struct mode_adjust *adj_nunits; variable
1069 for (mode_adjust *a = adj_nunits; a; a = a->next) in emit_mode_size_inline()
1084 {\n", adj_nunits || adj_bytesize ? "" : "const "); in emit_mode_size_inline()
1103 for (mode_adjust *a = adj_nunits; a; a = a->next) in emit_mode_nunits_inline()
1117 {\n", adj_nunits ? "" : "const "); in emit_mode_nunits_inline()
1365 adj_bytesize || adj_nunits ? "" : " const"); in emit_insn_modes_h()
1482 "NUM_MACHINE_MODES", adj_nunits); in emit_mode_precision()
1516 "NUM_MACHINE_MODES", adj_nunits); in emit_mode_nunits()
1612 "NUM_MACHINE_MODES", adj_nunits); in emit_mode_mask()
1769 if (adj_nunits) in emit_mode_adjustments()
[all …]
H A DChangeLog-201834800 (adj_nunits): New variable.
34804 listed in adj_nunits.
34806 listed in adj_nunits. Don't emit case statements for such modes.
34809 nothing if adj_nunits is nonnull.
34814 if adj_nunits.
34815 (emit_mode_adjustments): Handle adj_nunits.
H A DChangeLog5184 (emit_mode_mask): Treat mode_mask_array as non-constant if adj_nunits.
H A DChangeLog-202016 (emit_mode_mask): Treat mode_mask_array as non-constant if adj_nunits.
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dgenmodes.c109 static struct mode_adjust *adj_nunits; variable
1026 for (mode_adjust *a = adj_nunits; a; a = a->next) in emit_mode_size_inline()
1041 {\n", adj_nunits || adj_bytesize ? "" : "const "); in emit_mode_size_inline()
1060 for (mode_adjust *a = adj_nunits; a; a = a->next) in emit_mode_nunits_inline()
1074 {\n", adj_nunits ? "" : "const "); in emit_mode_nunits_inline()
1297 adj_bytesize || adj_nunits ? "" : " const"); in emit_insn_modes_h()
1414 "NUM_MACHINE_MODES", adj_nunits); in emit_mode_precision()
1448 "NUM_MACHINE_MODES", adj_nunits); in emit_mode_nunits()
1544 "NUM_MACHINE_MODES", adj_nunits); in emit_mode_mask()
1701 if (adj_nunits) in emit_mode_adjustments()
[all …]