Home | History | Annotate | Download | only in arm

Lines Matching refs:SMLAWB

443 inline INT SMLAWB(const LONG accu, const LONG a, const LONG b)
446 asm("smlawb %0, %1, %2, %3 "
486 *sta++ = SMLAWB( sta[1], real, A ); /* index=316...........6 */
487 *sta++ = SMLAWB( sta[1], imag, B ); /* index=8,18, ...318 */
492 *sta++ = SMLAWB( sta[1], real, A ); /* index=318...........8 */
493 *sta++ = SMLAWB( sta[1], imag, B ); /* index=6...........316 */
506 result = SMLAWB( sta[0], real, A ); /* index=310...........0 */
507 *sta++ = SMLAWB( sta[1], imag, B ); /* index=14..........324 */
513 *sta++ = SMLAWB( sta[1], real, A ); /* index=312...........2 */
514 *sta++ = SMLAWB( sta[1], imag, B ); /* index=12..........322 */
519 *sta++ = SMLAWB( sta[1], real, A ); /* index=314...........4 */
568 result = SMLAWB( sta[0], real, A ); /* index=310...........0 */
569 *sta++ = SMLAWB( sta[1], imag, B ); /* index=14..........324 */
574 *sta++ = SMLAWB( sta[1], real, A ); /* index=312...........2 */
575 *sta++ = SMLAWB( sta[1], imag, B ); /* index=12..........322 */
580 *sta++ = SMLAWB( sta[1], real, A ); /* index=314...........4 */