Home | History | Annotate | Download | only in opcodes

Lines Matching refs:RB

30 #define ARG_32BIT_RARBRC	{ RA, RB, RC }
31 #define ARG_32BIT_ZARBRC { ZA, RB, RC }
32 #define ARG_32BIT_RBRBRC { RB, RBdup, RC }
33 #define ARG_32BIT_RARBU6 { RA, RB, UIMM6_20 }
34 #define ARG_32BIT_ZARBU6 { ZA, RB, UIMM6_20 }
35 #define ARG_32BIT_RBRBU6 { RB, RBdup, UIMM6_20 }
36 #define ARG_32BIT_RBRBS12 { RB, RBdup, SIMM12_20 }
38 #define ARG_32BIT_RARBLIMM { RA, RB, LIMM }
40 #define ARG_32BIT_ZARBLIMM { ZA, RB, LIMM }
42 #define ARG_32BIT_RBRBLIMM { RB, RBdup, LIMM }
50 #define ARG_32BIT_RBRC { RB, RC }
52 #define ARG_32BIT_RBU6 { RB, UIMM6_20 }
54 #define ARG_32BIT_RBLIMM { RB, LIMM }