Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_generic_bb_to_IR.c530 UInt host_word_szB = sizeof(HWord); in bb_to_IR() local
536 if (host_word_szB == 4) host_word_type = Ity_I32; in bb_to_IR()
537 if (host_word_szB == 8) host_word_type = Ity_I64; in bb_to_IR()
567 & ~(HWord)(host_word_szB-1); in bb_to_IR()
569 & ~(HWord)(host_word_szB-1); in bb_to_IR()
572 vassert(0 == (hW_diff & (host_word_szB-1))); in bb_to_IR()
573 HWord hWs_to_check = (hW_diff + host_word_szB) / host_word_szB; in bb_to_IR()
575 && hWs_to_check < 1004/*arbitrary*/ / host_word_szB); in bb_to_IR()
579 if (host_word_szB == 8) { in bb_to_IR()
592 if (host_word_szB == 8) { in bb_to_IR()