Home
last modified time | relevance | path

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

/external/lzma/C/
DBraIA64.c31 UInt64 instruction, instNorm; in IA64_Convert() local
41 instNorm = instruction >> bitRes; in IA64_Convert()
42 if (((instNorm >> 37) & 0xF) == 0x5 && ((instNorm >> 9) & 0x7) == 0) in IA64_Convert()
44 UInt32 src = (UInt32)((instNorm >> 13) & 0xFFFFF); in IA64_Convert()
46 src |= ((UInt32)(instNorm >> 36) & 1) << 20; in IA64_Convert()
57 instNorm &= ~((UInt64)(0x8FFFFF) << 13); in IA64_Convert()
58 instNorm |= ((UInt64)(dest & 0xFFFFF) << 13); in IA64_Convert()
59 instNorm |= ((UInt64)(dest & 0x100000) << (36 - 20)); in IA64_Convert()
62 instruction |= (instNorm << bitRes); in IA64_Convert()