Searched refs:ffebldOp (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | bld.h | 98 } ffebldOp; typedef 393 ffebldOp op; 711 ffebld ffebld_new_none (ffebldOp o); 714 ffebld ffebld_new_one (ffebldOp o, ffebld left); 715 ffebld ffebld_new_two (ffebldOp o, ffebld left, ffebld right); 716 const char *ffebld_op_string (ffebldOp o);
|
| H A D | intrin.c | 68 static ffebad ffeintrin_check_ (ffeintrinImp imp, ffebldOp op, 150 ffeintrin_check_ (ffeintrinImp imp, ffebldOp op, in ffeintrin_check_() 1275 ffebldOp op; in ffeintrin_fulfill_generic() 1466 ffebldOp op; in ffeintrin_fulfill_specific()
|
| H A D | bld.c | 4363 ffebld_new_none (ffebldOp o) in ffebld_new_none() 4381 ffebld_new_one (ffebldOp o, ffebld left) in ffebld_new_one() 4431 ffebld_new_two (ffebldOp o, ffebld left, ffebld right) in ffebld_new_two() 4488 ffebld_op_string (ffebldOp o) in ffebld_op_string()
|
| H A D | expr.c | 8219 ffebldOp op; in ffeexpr_cb_end_notloc_()
|