Home | History | Annotate | Download | only in bfin

Lines Matching defs:into

559 /* both multiply signed fractions into separate Accumulators */
561 /* same as above, but sum result into A1. MAC order is arbitrary.
564 /* sum product into A1, subtract product from A0 */
578 into the Accumulators,MAC1 into half-word registers. */
580 into A1. ; MAC order is arbitrary. */
581 r7.h=(a1+=r6.h*r5.l), r7.l=(a0=r6.h*r5.h) ; /* sum into A1,
582 subtract into A0 */
605 into the Accumulators */
607 sum result into A1. MAC order is arbitrary. */
608 r7=(a1+=r3.h*r5.h), r6=(a0-=r3.l*r5.l) ; /* sum into A1, subtract
609 into A0 */
667 /* which the assembler expands into: