Lines Matching defs:RC
560 /* The RC register field in an maddld, maddhd or maddhdu instruction. */
561 #define RC RBOPT + 1
567 #define RS RC + 1
2599 /* An XX3 form instruction with the RC bit specified. */
2608 /* An X form instruction with the RC bit specified. */
2611 /* A X form instruction for Quad-Precision FP Instructions with RC bit. */
2617 /* A Z form instruction with the RC bit specified. */
2732 /* An X form instruction with the L bit and RC bit specified. */
3147 {"maddhd", VXA(4, 48), VXA_MASK, POWER9, 0, {RT, RA, RB, RC}},
3149 {"maddhdu", VXA(4, 49), VXA_MASK, POWER9, 0, {RT, RA, RB, RC}},
3152 {"maddld", VXA(4, 51), VXA_MASK, POWER9, 0, {RT, RA, RB, RC}},