Searched defs:OR1K_ADD (Results 1 – 2 of 2) sorted by relevance
39 #define OR1K_ADD(D,A,B) (0xE0000000 | (D << 21) | (A << 16) | (B << 11)) macro