Home
last modified time | relevance | path

Searched refs:Iop_I32StoD128 (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/VEX/pub/
Dlibvex_ir.h1093 Iop_I32StoD128, enumerator
/external/valgrind/memcheck/tests/vbit-test/
Dirops.c545 { DEFOP(Iop_I32StoD128, UNDEF_ALL), .s390x = 1, .ppc64 = 0, .ppc32 = 0 },
1135 case Iop_I32StoD128: // CXFTR in get_irop()
/external/valgrind/VEX/priv/
Dir_defs.c1121 case Iop_I32StoD128: vex_printf("I32StoD128"); return; in ppIROp()
3319 case Iop_I32StoD128: in typeOfPrimop()
Dhost_s390_isel.c2915 case Iop_I32StoD128: conv = S390_DFP_I32_TO_D128; goto convert_int; in s390_isel_dfp128_expr_wrk()
Dguest_s390_toIR.c9814 put_dpr_pair(r1, unop(Iop_I32StoD128, mkexpr(op2))); in s390_irgen_CXFTR()
/external/valgrind/memcheck/
Dmc_translate.c4447 case Iop_I32StoD128: /* signed I64 -> D128 */ in expr2vbits_Unop()