Searched refs:Iop_F128HItoF64 (Results 1 – 5 of 5) sorted by relevance
649 Iop_F128HItoF64,/* F128 -> high half of F128 into a F64 register */ enumerator
284 case Iop_F128HItoF64: vex_printf("F128HItoF64"); return; in ppIROp()2566 case Iop_F128HItoF64: in typeOfPrimop()
1806 if (op == Iop_F128HItoF64 || op == Iop_F128LOtoF64) { in s390_isel_float_expr_wrk()
388 IRExpr *high = unop(Iop_F128HItoF64, expr); in put_fpr_pair()546 hi = unop(Iop_F128HItoF64, mkexpr(d1)); in s390_cc_thunk_put1f128()562 hi = unop(Iop_F128HItoF64, mkexpr(d1)); in s390_cc_thunk_put1f128Z()
3344 case Iop_F128HItoF64: /* F128 -> high half of F128 */ in expr2vbits_Unop()