Searched defs:RISC_STATUS (Results 1 – 2 of 2) sorted by relevance
33 #define RISC_STATUS(status) ((((~status) & 0x0f) << 20) | ((status & 0x0f) << 16)) macro
115 #define RISC_STATUS(status) ((((~status) & 0x0F) << 20) | ((status & 0x0F) << 16)) macro