Lines Matching defs:SC
88 #define SC(c) OP (1, MSP430_Operand_Immediate, 0, c)
205 SC (0);
224 SC (1);
236 SC (4);
239 SC (2);
256 SC (x);
260 SC (8);
263 SC (-1);
552 ID (MSO_mov); SC ((srcr << 16) + IMMU(2)); DR (dstr);
576 ID (MSO_cmp); SC ((srcr << 16) + IMMU(2)); DR (dstr);
601 ID (MSO_add); SC ((srcr << 16) + IMMU(2)); DR (dstr);
626 ID (MSO_sub); SC ((srcr << 16) + IMMU(2)); DR (dstr);
2028 ID (MSO_call); SC (IMMU(2) | (extb << 16));
2275 PC+X *as* the address. So we use SC to use the address, not the
2277 ID (MSO_jmp); SC (pc + raddr + msp430->n_bytes);