Home
last modified time | relevance | path

Searched refs:Iop_I64StoF128 (Results 1 – 8 of 8) sorted by relevance

/external/valgrind/VEX/pub/
Dlibvex_ir.h685 Iop_I64StoF128, /* signed I64 -> F128 */ enumerator
/external/valgrind/memcheck/tests/vbit-test/
Dirops.c250 …{ DEFOP(Iop_I64StoF128, UNDEF_ALL), .s390x = 1, .amd64 = 0, .x86 = 0, .arm = 0, .ppc64 = 0, .pp…
1280 case Iop_I64StoF128: in get_irop()
/external/valgrind/VEX/priv/
Dir_defs.c304 case Iop_I64StoF128: vex_printf("I64StoF128"); return; in ppIROp()
3256 case Iop_I64StoF128: UNARY(Ity_I64, Ity_F128); in typeOfPrimop()
Dhost_s390_isel.c2211 case Iop_I64StoF128: conv = S390_BFP_I64_TO_F128; goto convert_int; in s390_isel_float128_expr_wrk()
Dhost_ppc_isel.c4564 case Iop_I64StoF128: in iselFp128Expr_wrk()
Dguest_s390_toIR.c12340 put_fpr_pair(r1, unop(Iop_I64StoF128, mkexpr(op2))); in s390_irgen_CXGBR()
Dguest_ppc_toIR.c21787 assign( vT, unop( Iop_I64StoF128, mkexpr( tmp ) ) ); in dis_vx_Floating_Point_Arithmetic_quad_precision()
/external/valgrind/memcheck/
Dmc_translate.c4442 case Iop_I64StoF128: /* signed I64 -> F128 */ in expr2vbits_Unop()