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

/external/valgrind/VEX/priv/
H A Dguest_arm64_toIR.c7118 UInt immhb = (immh << 3) | immb; local
7120 if (shift) *shift = 128 - immhb;
7125 if (shift) *shift = 64 - immhb;
7130 if (shift) *shift = 32 - immhb;
7135 if (shift) *shift = 16 - immhb;
9148 UInt immhb = (immh << 3) | immb; local
9158 UInt sh = 128 - immhb;
9191 UInt sh = 128 - immhb;
9213 UInt sh = 128 - immhb;
9233 UInt sh = immhb
10656 UInt immhb = (immh << 3) | immb; local
[all...]

Completed in 107 milliseconds