Searched refs:dst_ty (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/memcheck/
H A Dmc_translate.c653 static IRAtom* mkPCastTo( MCEnv* mce, IRType dst_ty, IRAtom* vbits ) argument
657 /* Note, dst_ty is a shadow type, not an original type. */
663 if (src_ty == Ity_I32 && dst_ty == Ity_I32)
666 if (src_ty == Ity_I64 && dst_ty == Ity_I64)
669 if (src_ty == Ity_I32 && dst_ty == Ity_I64) {
708 switch (dst_ty) {
728 ppIRType(dst_ty);
/external/valgrind/main/VEX/priv/
H A Dguest_amd64_toIR.c1609 static IRExpr* narrowTo ( IRType dst_ty, IRExpr* e ) argument
1612 if (src_ty == dst_ty)
1614 if (src_ty == Ity_I32 && dst_ty == Ity_I16)
1616 if (src_ty == Ity_I32 && dst_ty == Ity_I8)
1618 if (src_ty == Ity_I64 && dst_ty == Ity_I32)
1620 if (src_ty == Ity_I64 && dst_ty == Ity_I16)
1622 if (src_ty == Ity_I64 && dst_ty == Ity_I8)
1628 ppIRType(dst_ty);
H A Dguest_x86_toIR.c892 static IRExpr* narrowTo ( IRType dst_ty, IRExpr* e ) argument
895 if (src_ty == dst_ty)
897 if (src_ty == Ity_I32 && dst_ty == Ity_I16)
899 if (src_ty == Ity_I32 && dst_ty == Ity_I8)
905 ppIRType(dst_ty);

Completed in 159 milliseconds