Home | History | Annotate | Download | only in opcodes

Lines Matching defs:RB

57 /* The RB field when it is the same as the RA field in the same insn.
59 the RA field into the RB field, and the extraction function just
210 #define RB (RA + 1)
212 #define RC (RB + 1)
231 /* The RB field when it needs parentheses. */
235 /* The RB field when it needs parentheses _and_ a preceding comma. */
240 /* The RB field when it must be the same as the RA field. */
244 /* The RC field when it must be the same as the RB field. */
253 /* The RC field when it can *default* to RB. */
263 /* The FC field when it can *default* to RB. */
418 #define ARG_OPR { RA, RB, DRC1 }
420 #define ARG_OPRZ1 { ZA, RB, DRC1 }
568 { "mov", OPR(0x11,0x20), BASE, { ZA, RB, RC } }, /* pseudo */
1051 { "rpcc", MFC(0x18,0xC000), BASE, { RA, RB } }, /* ev6 una */
1319 { "hw_mtpr", OP(0x1D), OP_MASK, EV6, { ZA, RB, EV6HWINDEX } },