Searched refs:Iop_I64StoF128 (Results 1 – 5 of 5) sorted by relevance
662 Iop_I64StoF128, /* signed I64 -> F128 */ enumerator
287 case Iop_I64StoF128: vex_printf("I64StoF128"); return; in ppIROp()2584 case Iop_I64StoF128: UNARY(Ity_I64, Ity_F128); in typeOfPrimop()
1534 case Iop_I64StoF128: bfpop = S390_BFP_I64_TO_F128; goto convert_int; in s390_isel_float128_expr_wrk()
10062 put_fpr_pair(r1, unop(Iop_I64StoF128, mkexpr(op2))); in s390_irgen_CXGBR()
3354 case Iop_I64StoF128: /* signed I64 -> F128 */ in expr2vbits_Unop()