Searched refs:optab_table (Results 1 – 3 of 3) sorted by relevance
275 #define add_optab (optab_table[OTI_add])276 #define sub_optab (optab_table[OTI_sub])296 #define and_optab (optab_table[OTI_and])297 #define ior_optab (optab_table[OTI_ior])298 #define xor_optab (optab_table[OTI_xor])360 #define eq_optab (optab_table[OTI_eq])361 #define ne_optab (optab_table[OTI_ne])362 #define gt_optab (optab_table[OTI_gt])363 #define ge_optab (optab_table[OTI_ge])364 #define lt_optab (optab_table[OTI_lt])[all …]
58 optab optab_table[OTI_MAX]; variable5531 o = optab_table[i]; in debug_optab_libfuncs()
9085 (optab_table, libfunc_table): New arrays.9088 * optabs.c (optab_table, libfunc_table): New.