Home
last modified time | relevance | path

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

/external/valgrind/VEX/pub/
Dlibvex_ir.h1090 Iop_I32UtoD64, enumerator
/external/valgrind/memcheck/tests/vbit-test/
Dirops.c535 { DEFOP(Iop_I32UtoD64, UNDEF_ALL), .s390x = 1, .ppc64 = 0, .ppc32 = 0 },
1103 case Iop_I32UtoD64: // CDLFTR in get_irop()
/external/valgrind/VEX/priv/
Dir_defs.c1094 case Iop_I32UtoD64: vex_printf("I32UtoD64"); return; in ppIROp()
3270 case Iop_I32UtoD64: in typeOfPrimop()
Dhost_s390_isel.c3198 case Iop_I32UtoD64: conv = S390_DFP_U32_TO_D64; goto convert_int1; in s390_isel_dfp_expr_wrk()
Dguest_s390_toIR.c9769 put_dpr_dw0(r1, unop(Iop_I32UtoD64, mkexpr(op2))); in s390_irgen_CDLFTR()
/external/valgrind/memcheck/
Dmc_translate.c4394 case Iop_I32UtoD64: in expr2vbits_Unop()