Home | History | Annotate | Download | only in opcodes

Lines Matching defs:raddr

331   int raddr;
1990 raddr = IMMU(2) | (extb << 16);
1991 if (raddr & 0x80000)
1992 raddr -= 0x100000;
1993 ID (MSO_call); SA (pc + raddr + msp430->n_bytes);
2270 raddr = (aa << 9) | (addrlsbs << 1);
2271 if (raddr & 0x400)
2272 raddr = raddr - 0x800;
2277 ID (MSO_jmp); SC (pc + raddr + msp430->n_bytes);