Home
last modified time | relevance | path

Searched refs:optab_table (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Doptabs.h275 #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 …]
H A Doptabs.c58 optab optab_table[OTI_MAX]; variable
5531 o = optab_table[i]; in debug_optab_libfuncs()
H A DChangeLog-19999085 (optab_table, libfunc_table): New arrays.
9088 * optabs.c (optab_table, libfunc_table): New.