Home | History | Annotate | Download | only in opcodes

Lines Matching defs:RB

62 #define RB(x) ((x)+RL78_Reg_X)
110 #define DRB(r) OP (0, RL78_Operand_Register, RB(r), 0)
121 #define SRB(r) OP (1, RL78_Operand_Register, RB(r), 0)
2782 /** 0110 0001 11rb 1111 sel rb%1 */
2784 int rb AU = (op[1] >> 4) & 0x03;
2788 "/** 0110 0001 11rb 1111 sel rb%1 */",
2790 printf (" rb = 0x%x\n", rb);
2792 SYNTAX("sel rb%1");
2794 ID(sel); SC(rb);