Home | History | Annotate | Download | only in asm

Lines Matching full:inout

312 my ($rndkey0,$rndkey1,$inout)=map("q$_",(0..3));
321 vld1.8 {$inout},[$inp]
326 aes$e $inout,$rndkey0
327 aes$mc $inout,$inout
330 aes$e $inout,$rndkey1
331 aes$mc $inout,$inout
335 aes$e $inout,$rndkey0
336 aes$mc $inout,$inout
338 aes$e $inout,$rndkey1
339 veor $inout,$inout,$rndkey0
341 vst1.8 {$inout},[$out]