• Home
  • Raw
  • Download

Lines Matching refs:rA

357 def DST      : DSS_Form<0, 342, (outs), (ins u5imm:$STRM, gprc:$rA, gprc:$rB),
358 "dst $rA, $rB, $STRM", IIC_LdStLoad /*FIXME*/,
359 [(int_ppc_altivec_dst i32:$rA, i32:$rB, imm:$STRM)]>,
362 def DSTT : DSS_Form<1, 342, (outs), (ins u5imm:$STRM, gprc:$rA, gprc:$rB),
363 "dstt $rA, $rB, $STRM", IIC_LdStLoad /*FIXME*/,
364 [(int_ppc_altivec_dstt i32:$rA, i32:$rB, imm:$STRM)]>,
367 def DSTST : DSS_Form<0, 374, (outs), (ins u5imm:$STRM, gprc:$rA, gprc:$rB),
368 "dstst $rA, $rB, $STRM", IIC_LdStLoad /*FIXME*/,
369 [(int_ppc_altivec_dstst i32:$rA, i32:$rB, imm:$STRM)]>,
372 def DSTSTT : DSS_Form<1, 374, (outs), (ins u5imm:$STRM, gprc:$rA, gprc:$rB),
373 "dststt $rA, $rB, $STRM", IIC_LdStLoad /*FIXME*/,
374 [(int_ppc_altivec_dststt i32:$rA, i32:$rB, imm:$STRM)]>,
379 def DST64 : DSS_Form<0, 342, (outs), (ins u5imm:$STRM, g8rc:$rA, gprc:$rB),
380 "dst $rA, $rB, $STRM", IIC_LdStLoad /*FIXME*/,
381 [(int_ppc_altivec_dst i64:$rA, i32:$rB, imm:$STRM)]>,
384 def DSTT64 : DSS_Form<1, 342, (outs), (ins u5imm:$STRM, g8rc:$rA, gprc:$rB),
385 "dstt $rA, $rB, $STRM", IIC_LdStLoad /*FIXME*/,
386 [(int_ppc_altivec_dstt i64:$rA, i32:$rB, imm:$STRM)]>,
389 def DSTST64 : DSS_Form<0, 374, (outs), (ins u5imm:$STRM, g8rc:$rA, gprc:$rB),
390 "dstst $rA, $rB, $STRM", IIC_LdStLoad /*FIXME*/,
391 [(int_ppc_altivec_dstst i64:$rA, i32:$rB,
395 def DSTSTT64 : DSS_Form<1, 374, (outs), (ins u5imm:$STRM, g8rc:$rA, gprc:$rB),
396 "dststt $rA, $rB, $STRM", IIC_LdStLoad /*FIXME*/,
397 [(int_ppc_altivec_dststt i64:$rA, i32:$rB,
1258 : VXForm_1<xo, (outs g8rc:$rD), (ins g8rc:$rA, vrrc:$vB),
1259 !strconcat(opc, " $rD, $rA, $vB"), IIC_VecGeneral, pattern>;