Home | History | Annotate | Download | only in priv

Lines Matching refs:HWord

46 static UInt genericg_compute_checksum_4al ( HWord first_w32, HWord n_w32s );
48 static UInt genericg_compute_checksum_4al_1 ( HWord first_w32 );
50 static UInt genericg_compute_checksum_4al_2 ( HWord first_w32 );
52 static UInt genericg_compute_checksum_4al_3 ( HWord first_w32 );
54 static UInt genericg_compute_checksum_4al_4 ( HWord first_w32 );
56 static UInt genericg_compute_checksum_4al_5 ( HWord first_w32 );
58 static UInt genericg_compute_checksum_4al_6 ( HWord first_w32 );
60 static UInt genericg_compute_checksum_4al_7 ( HWord first_w32 );
62 static UInt genericg_compute_checksum_4al_8 ( HWord first_w32 );
64 static UInt genericg_compute_checksum_4al_9 ( HWord first_w32 );
66 static UInt genericg_compute_checksum_4al_10 ( HWord first_w32 );
68 static UInt genericg_compute_checksum_4al_11 ( HWord first_w32 );
70 static UInt genericg_compute_checksum_4al_12 ( HWord first_w32 );
73 static ULong genericg_compute_checksum_8al ( HWord first_w64, HWord n_w64s );
75 static ULong genericg_compute_checksum_8al_1 ( HWord first_w64 );
77 static ULong genericg_compute_checksum_8al_2 ( HWord first_w64 );
79 static ULong genericg_compute_checksum_8al_3 ( HWord first_w64 );
81 static ULong genericg_compute_checksum_8al_4 ( HWord first_w64 );
83 static ULong genericg_compute_checksum_8al_5 ( HWord first_w64 );
85 static ULong genericg_compute_checksum_8al_6 ( HWord first_w64 );
87 static ULong genericg_compute_checksum_8al_7 ( HWord first_w64 );
89 static ULong genericg_compute_checksum_8al_8 ( HWord first_w64 );
91 static ULong genericg_compute_checksum_8al_9 ( HWord first_w64 );
93 static ULong genericg_compute_checksum_8al_10 ( HWord first_w64 );
95 static ULong genericg_compute_checksum_8al_11 ( HWord first_w64 );
97 static ULong genericg_compute_checksum_8al_12 ( HWord first_w64 );
221 vassert(sizeof(HWord) == sizeof(void*));
517 HWord expectedhW;
519 HWord VEX_REGPARM(2) (*fn_generic)(HWord, HWord);
520 HWord VEX_REGPARM(1) (*fn_spec)(HWord);
523 HWord fn_generic_entry = 0;
524 HWord fn_spec_entry = 0;
525 UInt host_word_szB = sizeof(HWord);
562 HWord first_hW = ((HWord)base2check)
563 & ~(HWord)(host_word_szB-1);
564 HWord last_hW = (((HWord)base2check) + len2check - 1)
565 & ~(HWord)(host_word_szB-1);
567 HWord hW_diff = last_hW - first_hW;
569 HWord hWs_to_check = (hW_diff + host_word_szB) / host_word_szB;
576 fn_generic = (VEX_REGPARM(2) HWord(*)(HWord, HWord))
580 fn_generic = (VEX_REGPARM(2) HWord(*)(HWord, HWord))
590 ULong VEX_REGPARM(1) (*fn)(HWord) = NULL;
618 fn_spec = (VEX_REGPARM(1) HWord(*)(HWord)) fn;
622 UInt VEX_REGPARM(1) (*fn)(HWord) = NULL;
650 fn_spec = (VEX_REGPARM(1) HWord(*)(HWord))fn;
692 HWord* descr = (HWord*)fn_generic;
695 descr = (HWord*)fn_spec;
698 fn_spec_entry = (HWord)NULL;
701 fn_generic_entry = (HWord)fn_generic;
703 fn_spec_entry = (HWord)fn_spec;
705 fn_spec_entry = (HWord)NULL;
715 mkIRExpr_HWord( (HWord)first_hW )
723 mkIRExpr_HWord( (HWord)first_hW ),
724 mkIRExpr_HWord( (HWord)hWs_to_check )
787 static UInt genericg_compute_checksum_4al ( HWord first_w32, HWord n_w32s )
815 static UInt genericg_compute_checksum_4al_1 ( HWord first_w32 )
826 static UInt genericg_compute_checksum_4al_2 ( HWord first_w32 )
839 static UInt genericg_compute_checksum_4al_3 ( HWord first_w32 )
854 static UInt genericg_compute_checksum_4al_4 ( HWord first_w32 )
868 static UInt genericg_compute_checksum_4al_5 ( HWord first_w32 )
884 static UInt genericg_compute_checksum_4al_6 ( HWord first_w32 )
902 static UInt genericg_compute_checksum_4al_7 ( HWord first_w32 )
922 static UInt genericg_compute_checksum_4al_8 ( HWord first_w32 )
941 static UInt genericg_compute_checksum_4al_9 ( HWord first_w32 )
962 static UInt genericg_compute_checksum_4al_10 ( HWord first_w32 )
985 static UInt genericg_compute_checksum_4al_11 ( HWord first_w32 )
1010 static UInt genericg_compute_checksum_4al_12 ( HWord first_w32 )
1042 static ULong genericg_compute_checksum_8al ( HWord first_w64, HWord n_w64s )
1070 static ULong genericg_compute_checksum_8al_1 ( HWord first_w64 )
1081 static ULong genericg_compute_checksum_8al_2 ( HWord first_w64 )
1094 static ULong genericg_compute_checksum_8al_3 ( HWord first_w64 )
1109 static ULong genericg_compute_checksum_8al_4 ( HWord first_w64 )
1123 static ULong genericg_compute_checksum_8al_5 ( HWord first_w64 )
1139 static ULong genericg_compute_checksum_8al_6 ( HWord first_w64 )
1157 static ULong genericg_compute_checksum_8al_7 ( HWord first_w64 )
1177 static ULong genericg_compute_checksum_8al_8 ( HWord first_w64 )
1196 static ULong genericg_compute_checksum_8al_9 ( HWord first_w64 )
1217 static ULong genericg_compute_checksum_8al_10 ( HWord first_w64 )
1240 static ULong genericg_compute_checksum_8al_11 ( HWord first_w64 )
1265 static ULong genericg_compute_checksum_8al_12 ( HWord first_w64 )