Lines Matching refs:fetch32

3104 static UInt fetch32 ( UChar* p, VexEndness endness_host )  in fetch32()  function
3521 return fetch32(p_to_check + 0, endness_host) == expect[0] in isLoadImm_EXACTLY2or5()
3522 && fetch32(p_to_check + 4, endness_host) == expect[1]; in isLoadImm_EXACTLY2or5()
3548 return fetch32(p_to_check + 0, endness_host) == expect[0] in isLoadImm_EXACTLY2or5()
3549 && fetch32(p_to_check + 4, endness_host) == expect[1] in isLoadImm_EXACTLY2or5()
3550 && fetch32(p_to_check + 8, endness_host) == expect[2] in isLoadImm_EXACTLY2or5()
3551 && fetch32(p_to_check + 12, endness_host) == expect[3] in isLoadImm_EXACTLY2or5()
3552 && fetch32(p_to_check + 16, endness_host) == expect[4]; in isLoadImm_EXACTLY2or5()
5888 vassert(fetch32(p + (mode64 ? 20 : 8) + 0, endness_host) == 0x7FC903A6); in chainXDirect_PPC()
5889 vassert(fetch32(p + (mode64 ? 20 : 8) + 4, endness_host) == 0x4E800421); in chainXDirect_PPC()
5942 vassert(fetch32(p + (mode64 ? 20 : 8) + 0, endness_host) == 0x7FC903A6); in unchainXDirect_PPC()
5943 vassert(fetch32(p + (mode64 ? 20 : 8) + 4, endness_host) == 0x4E800420); in unchainXDirect_PPC()
5989 vassert(fetch32(p + 20, endness_host) == 0xEBBE0000); in patchProfInc_PPC()
5990 vassert(fetch32(p + 24, endness_host) == 0x3BBD0001); in patchProfInc_PPC()
5991 vassert(fetch32(p + 28, endness_host) == 0xFBBE0000); in patchProfInc_PPC()
6001 vassert(fetch32(p + 8, endness_host) == 0x83BE0004); in patchProfInc_PPC()
6002 vassert(fetch32(p + 12, endness_host) == 0x37BD0001); in patchProfInc_PPC()
6003 vassert(fetch32(p + 16, endness_host) == 0x93BE0004); in patchProfInc_PPC()
6004 vassert(fetch32(p + 20, endness_host) == 0x83BE0000); in patchProfInc_PPC()
6005 vassert(fetch32(p + 24, endness_host) == 0x7FBD0194); in patchProfInc_PPC()
6006 vassert(fetch32(p + 28, endness_host) == 0x93BE0000); in patchProfInc_PPC()