Home
last modified time | relevance | path

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

/external/valgrind/VEX/pub/
Dlibvex_ir.h1075 Iop_I64StoD128, enumerator
/external/valgrind/VEX/priv/
Dir_defs.c1099 case Iop_I64StoD128: vex_printf("I64StoD128"); return; in ppIROp()
3225 case Iop_I64StoD128: in typeOfPrimop()
Dhost_s390_isel.c2916 case Iop_I64StoD128: conv = S390_DFP_I64_TO_D128; goto convert_int; in s390_isel_dfp128_expr_wrk()
Dhost_ppc_isel.c4589 if (e->Iex.Unop.op == Iop_I64StoD128) { in iselDfp128Expr_wrk()
Dguest_ppc_toIR.c10592 assign( frS128, unop( Iop_I64StoD128, in dis_dfp_fmt_convq()
Dguest_s390_toIR.c9751 put_dpr_pair(r1, unop(Iop_I64StoD128, mkexpr(op2))); in s390_irgen_CXGTR()
/external/valgrind/memcheck/tests/vbit-test/
Dirops.c530 { DEFOP(Iop_I64StoD128, UNDEF_ALL), .s390x = 1, .ppc64 = 1, .ppc32 = 1 },
/external/valgrind/memcheck/
Dmc_translate.c4375 case Iop_I64StoD128: /* signed I64 -> D128 */ in expr2vbits_Unop()