Home | History | Annotate | Download | only in priv

Lines Matching refs:Iop_NegF64

7423                                             unop( Iop_NegF64,
8770 unop(Iop_NegF64,
8998 assign( frD, unop( Iop_NegF64, mkexpr(frB) ));
9008 assign( frD, unop( Iop_NegF64, unop( Iop_AbsF64, mkexpr(frB) )));
13719 unop( Iop_NegF64,
14047 assign(abs_resultHi, unop( Iop_NegF64, unop( Iop_AbsF64, mkexpr( frB ) ) ) );
14048 assign(abs_resultLo, unop( Iop_NegF64, unop( Iop_AbsF64, mkexpr( frB2 ) ) ) );
14110 unop( Iop_NegF64, mkexpr( frB ) ) ),
14112 unop( Iop_NegF64, mkexpr( frB2 ) ) ) ) );