Home | History | Annotate | Download | only in asm

Lines Matching refs:BSWAP

366 		&bswap($A);
367 &bswap($B);
368 &bswap($C);
369 &bswap($D);
420 my ($ABCD,$E,$E_,$BSWAP)=map("xmm$_",(0..3));
452 &movdqa ($BSWAP,&QWP(0x50,$tmp1)); # byte-n-word swap
459 &pshufb (@MSG[0],$BSWAP);
461 &pshufb (@MSG[1],$BSWAP);
462 &pshufb (@MSG[2],$BSWAP);
463 &pshufb (@MSG[3],$BSWAP);
496 &pshufb (@MSG[0],$BSWAP);
502 &pshufb (@MSG[1],$BSWAP);
508 BSWAP);
513 &pshufb (@MSG[3],$BSWAP);