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

/external/valgrind/main/memcheck/
H A Dmc_translate.c749 static IRAtom* mkPCastTo( MCEnv* mce, IRType dst_ty, IRAtom* vbits ) argument
754 /* Note, dst_ty is a shadow type, not an original type. */
759 if (src_ty == Ity_I32 && dst_ty == Ity_I32)
762 if (src_ty == Ity_I64 && dst_ty == Ity_I64)
765 if (src_ty == Ity_I32 && dst_ty == Ity_I64) {
771 if (src_ty == Ity_I32 && dst_ty == Ity_V128) {
778 if (src_ty == Ity_I32 && dst_ty == Ity_V256) {
786 if (src_ty == Ity_I64 && dst_ty == Ity_I32) {
828 switch (dst_ty) {
855 ppIRType(dst_ty);
[all...]
/external/valgrind/main/VEX/
H A Dtest_main.c957 static IRAtom* mkPCastTo( MCEnv* mce, IRType dst_ty, IRAtom* vbits ) argument
961 /* Note, dst_ty is a shadow type, not an original type. */
987 switch (dst_ty) {
1003 ppIRType(dst_ty);
/external/valgrind/main/VEX/priv/
H A Dguest_x86_toIR.c891 static IRExpr* narrowTo ( IRType dst_ty, IRExpr* e ) argument
894 if (src_ty == dst_ty)
896 if (src_ty == Ity_I32 && dst_ty == Ity_I16)
898 if (src_ty == Ity_I32 && dst_ty == Ity_I8)
904 ppIRType(dst_ty);
H A Dguest_mips_toIR.c1288 static IRExpr *narrowTo(IRType dst_ty, IRExpr * e) argument
1291 if (src_ty == dst_ty)
1293 if (src_ty == Ity_I32 && dst_ty == Ity_I16)
1295 if (src_ty == Ity_I32 && dst_ty == Ity_I8)
1297 if (src_ty == Ity_I64 && dst_ty == Ity_I8) {
1301 if (src_ty == Ity_I64 && dst_ty == Ity_I16) {
H A Dguest_amd64_toIR.c1747 static IRExpr* narrowTo ( IRType dst_ty, IRExpr* e ) argument
1750 if (src_ty == dst_ty)
1752 if (src_ty == Ity_I32 && dst_ty == Ity_I16)
1754 if (src_ty == Ity_I32 && dst_ty == Ity_I8)
1756 if (src_ty == Ity_I64 && dst_ty == Ity_I32)
1758 if (src_ty == Ity_I64 && dst_ty == Ity_I16)
1760 if (src_ty == Ity_I64 && dst_ty == Ity_I8)
1766 ppIRType(dst_ty);
[all...]

Completed in 248 milliseconds