Lines Matching refs:IMMU
97 #define IMMU(bytes) immediate (bytes, 0, ld)
170 int x = IMMU(2) | (ext << 16);
213 x = IMMU(2) | (ext << 16);
217 x = IMMU(2) | (ext << 16);
224 x = IMMU(2) | (ext << 16);
251 x = IMMU(2) | (ext << 16);
448 ID (MSO_mov); SA ((srcr << 16) + IMMU(2)); DR (dstr);
458 ID (MSO_mov); SR (srcr); DA ((dstr << 16) + IMMU(2));
468 ID (MSO_mov); SC ((srcr << 16) + IMMU(2)); DR (dstr);
473 ID (MSO_cmp); SC ((srcr << 16) + IMMU(2)); DR (dstr);
479 ID (MSO_add); SC ((srcr << 16) + IMMU(2)); DR (dstr);
485 ID (MSO_sub); SC ((srcr << 16) + IMMU(2)); DR (dstr);
491 ID (MSO_sub); SC ((srcr << 16) + IMMU(2)); DR (dstr);
558 ID (MSO_call); SA (IMMU(2) | (extb << 16));
563 raddr = IMMU(2) | (extb << 16);
571 ID (MSO_call); SC (IMMU(2) | (extb << 16));