Home
last modified time | relevance | path

Searched refs:ffebldOp (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dbld.h98 } 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 Dintrin.c68 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 Dbld.c4363 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 Dexpr.c8219 ffebldOp op; in ffeexpr_cb_end_notloc_()