Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/cpu/cortexm4/
Dcpu.c109 static void cpuUnpackSrBits(uint32_t srcLo, uint32_t srcHi, uint32_t *srP, uint32_t *hfsrP, uint32_… in cpuUnpackSrBits() argument
111 *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()