Home | History | Annotate | Download | only in opcodes

Lines Matching refs:regb

3688                 /** 0011 1111 rega regb		rtsd	#%1, %2-%0 */
3692 int regb AU = op[1] & 0x0f;
3696 "/** 0011 1111 rega regb rtsd #%1, %2-%0 */",
3699 printf (" regb = 0x%x\n", regb);
3703 ID(rtsd); SC(IMM(1) * 4); S2R(rega); DR(regb);