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 D | gcn-builtins.def | 73 /* 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 D | gcn.h | 590 #define DEF_BUILTIN_BINOP_INT_FP(fcode, ic, name) \ macro 595 #undef DEF_BUILTIN_BINOP_INT_FP
|
| H A D | gcn.c | 3421 #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 D | gcn-builtins.def | 73 /* 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 D | gcn.h | 593 #define DEF_BUILTIN_BINOP_INT_FP(fcode, ic, name) \ macro 598 #undef DEF_BUILTIN_BINOP_INT_FP
|
| H A D | gcn.cc | 3630 #define DEF_BUILTIN_BINOP_INT_FP(fcode, ic, name) \ macro 3641 #undef DEF_BUILTIN_BINOP_INT_FP
|