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

/external/valgrind/main/VEX/priv/
H A Dguest_arm64_toIR.c5168 UInt immhb = (immh << 3) | immb; local
5170 if (shift) *shift = 128 - immhb;
5175 if (shift) *shift = 64 - immhb;
5180 if (shift) *shift = 32 - immhb;
5185 if (shift) *shift = 16 - immhb;
7011 UInt immhb = (immh << 3) | immb; local
7024 sh = immhb - 32;
7033 sh = immhb - 16;
7042 sh = immhb - 8;

Completed in 112 milliseconds