Searched defs:LDI_IMMEDIATE (Results 1 – 2 of 2) sorted by relevance
493 #define LDI_IMMEDIATE(x) (((x) & 0xf) | (((x) << 4) & 0xf00)) macro