Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/gcn/
H A Dgcn-builtins.def73 /* DEF_BUILTIN_BINOP_INT_FP creates many variants of a builtin function for a
79 DEF_BUILTIN_BINOP_INT_FP (ADD, add, "add")
80 DEF_BUILTIN_BINOP_INT_FP (SUB, sub, "sub")
82 DEF_BUILTIN_BINOP_INT_FP (AND, and, "and")
83 DEF_BUILTIN_BINOP_INT_FP (IOR, ior, "or")
84 DEF_BUILTIN_BINOP_INT_FP (XOR, xor, "xor")
H A Dgcn.h590 #define DEF_BUILTIN_BINOP_INT_FP(fcode, ic, name) \ macro
595 #undef DEF_BUILTIN_BINOP_INT_FP
H A Dgcn.c3421 #define DEF_BUILTIN_BINOP_INT_FP(fcode, ic, name) \ macro
3432 #undef DEF_BUILTIN_BINOP_INT_FP
/netbsd-src/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dgcn-builtins.def73 /* DEF_BUILTIN_BINOP_INT_FP creates many variants of a builtin function for a
79 DEF_BUILTIN_BINOP_INT_FP (ADD, add, "add")
80 DEF_BUILTIN_BINOP_INT_FP (SUB, sub, "sub")
82 DEF_BUILTIN_BINOP_INT_FP (AND, and, "and")
83 DEF_BUILTIN_BINOP_INT_FP (IOR, ior, "or")
84 DEF_BUILTIN_BINOP_INT_FP (XOR, xor, "xor")
H A Dgcn.h593 #define DEF_BUILTIN_BINOP_INT_FP(fcode, ic, name) \ macro
598 #undef DEF_BUILTIN_BINOP_INT_FP
H A Dgcn.cc3630 #define DEF_BUILTIN_BINOP_INT_FP(fcode, ic, name) \ macro
3641 #undef DEF_BUILTIN_BINOP_INT_FP