Searched refs:srcLo (Results 1 – 1 of 1) sorted by relevance
109 static void cpuUnpackSrBits(uint32_t srcLo, uint32_t srcHi, uint32_t *srP, uint32_t *hfsrP, uint32_… in cpuUnpackSrBits() argument111 *srP = srcLo & 0xFF00FDFF; in cpuUnpackSrBits()112 *hfsrP = ((srcLo << 12) & 0x40000000) | ((srcLo >> 8) & 0x00000002); in cpuUnpackSrBits()113 …*cfsrP = ((srcLo & 0x00FB0000) >> 4) | (srcHi & 0x0FBF) | ((srcHi << 13) & 0x02000000) | ((srcHi <… in cpuUnpackSrBits()