Searched refs:Iop_F128HItoF64 (Results 1 – 5 of 5) sorted by relevance
657 Iop_F128HItoF64,/* F128 -> high half of F128 into a F64 register */ enumerator
289 case Iop_F128HItoF64: vex_printf("F128HItoF64"); return; in ppIROp()2698 case Iop_F128HItoF64: in typeOfPrimop()
1926 if (op == Iop_F128HItoF64 || op == Iop_F128LOtoF64) { in s390_isel_float_expr_wrk()
460 IRExpr *high = unop(Iop_F128HItoF64, expr); in put_fpr_pair()636 hi = unop(Iop_F128HItoF64, mkexpr(d1)); in s390_cc_thunk_put1f128()652 hi = unop(Iop_F128HItoF64, mkexpr(d1)); in s390_cc_thunk_put1f128Z()
3599 case Iop_F128HItoF64: /* F128 -> high half of F128 */ in expr2vbits_Unop()