Home
last modified time | relevance | path

Searched refs:outtail (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/crypto/
H A Daesp10-ppc.pl122 my ($stage,$outperm,$outmask,$outhead,$outtail)=map("v$_",(7..11));
203 vperm $outtail,$in0,$in0,$outperm # rotate
204 vsel $stage,$outhead,$outtail,$outmask
205 vmr $outhead,$outtail
223 vperm $outtail,$in0,$in0,$outperm # rotate
224 vsel $stage,$outhead,$outtail,$outmask
225 vmr $outhead,$outtail
240 vperm $outtail,$in0,$in0,$outperm # rotate
241 vsel $stage,$outhead,$outtail,$outmask
242 vmr $outhead,$outtail
[all …]
H A Daesp8-ppc.pl122 my ($stage,$outperm,$outmask,$outhead,$outtail)=map("v$_",(7..11));
204 vperm $outtail,$in0,$in0,$outperm # rotate
205 vsel $stage,$outhead,$outtail,$outmask
206 vmr $outhead,$outtail
224 vperm $outtail,$in0,$in0,$outperm # rotate
225 vsel $stage,$outhead,$outtail,$outmask
226 vmr $outhead,$outtail
241 vperm $outtail,$in0,$in0,$outperm # rotate
242 vsel $stage,$outhead,$outtail,$outmask
243 vmr $outhead,$outtail
[all …]
/linux/drivers/hid/usbhid/
H A Dusbhid.h78 unsigned char outhead, outtail; /* Output pipe fifo head & tail */ member