Lines Matching refs:SC
85 #define SC(c) OP (1, MSP430_Operand_Immediate, 0, c)
202 SC (0);
221 SC (1);
233 SC (4);
236 SC (2);
252 SC (x);
256 SC (8);
259 SC (-1);
430 PC+X *as* the address. So we use SC to use the address, not the
432 ID (MSO_jmp); SC (pc + raddr + msp430->n_bytes);
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);
571 ID (MSO_call); SC (IMMU(2) | (extb << 16));