Searched refs:MK_CBO (Results 1 – 1 of 1) sorted by relevance
22 #define MK_CBO(fn) le32_bswap((uint32_t)(fn) << 20 | 10 << 15 | 2 << 12 | 0 << 7 | 15) macro33 assert(insn == MK_CBO(regs[11])); in sigill_handler()45 : : "r" (base), "i" (fn), "i" (MK_CBO(fn)) : "a0", "a1", "memory"); \