Searched refs:extru (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/math-emu/
H A Dfpudispatch.c61 * definition of extru macro. If pos and len are constants, the compiler
62 * will generate an extru instruction when optimized
64 #define extru(r,pos,len) (((r) >> (31-(pos))) & (( 1 << (len)) - 1)) macro
115 #define get_major(op) extru(op,fpmajorpos,6)
120 #define get_class(op) extru(op,fpclasspos,2)
125 #define get_subop(op) extru(op,fpsubpos,3)
130 #define get_subop1_PA1_1(op) extru(op,fpclass1subpos,2) /* PA89 (1.1) fmt */
131 #define get_subop1_PA2_0(op) extru(op,fpclass1subpos,3) /* PA 2.0 fmt */
302 r1 = extru(ir,fpr1pos,5) * sizeof(double)/sizeof(u_int);
305 t = extru(i
[all...]
H A Ddriver.c37 #define extru(r,pos,len) (((r) >> (31-(pos))) & (( 1 << (len)) - 1)) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/modes/asm/
H A Dghash-parisc.pl237 extru $Zhh,27,28,$Zhh
266 extru $Zhh,27,28,$Zhh
278 extru $Zhh,27,28,$Zhh
300 extru $Zhh,27,28,$Zhh
311 extru $Zhh,27,28,$Zhh
508 extru $Zhh,27,28,$Zhh
539 extru $Zhh,27,28,$Zhh
552 extru $Zhh,27,28,$Zhh
574 extru $Zhh,27,28,$Zhh
585 extru
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/modes/asm/
H A Dghash-parisc.pl237 extru $Zhh,27,28,$Zhh
266 extru $Zhh,27,28,$Zhh
278 extru $Zhh,27,28,$Zhh
300 extru $Zhh,27,28,$Zhh
311 extru $Zhh,27,28,$Zhh
508 extru $Zhh,27,28,$Zhh
539 extru $Zhh,27,28,$Zhh
552 extru $Zhh,27,28,$Zhh
574 extru $Zhh,27,28,$Zhh
585 extru
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/hppa/
H A Dudiv-qrnnd.S124 extru %r24,31,1,%r19 ; r19 = n0 & 1
126 extru %r23,30,31,%r22 ; r22 = d >> 1
128 extru %r25,30,31,%r25 ; r25 = new n1
205 extru %r25,30,31,%r25 ; r25 = new n1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/hppa/
H A Dudiv-qrnnd.S124 extru %r24,31,1,%r19 ; r19 = n0 & 1
126 extru %r23,30,31,%r22 ; r22 = d >> 1
128 extru %r25,30,31,%r25 ; r25 = new n1
205 extru %r25,30,31,%r25 ; r25 = new n1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/sha/asm/
H A Dsha512-parisc.pl153 extru $t1,31,10,$a1
284 extru $inp,31,`log($SZ)/log(2)`,$t0
447 extru $Xlo,31,10,$Xlo
475 extru $Xnhi,`31-$sigma0[2]`,`32-$sigma0[2]`,$t3
487 extru $a3,`31-$sigma1[2]`,`32-$sigma1[2]`,$t3
516 extru $inp,31,2,$t0
522 extru $inp,31,2,$a3
774 $SZ==4 ? sprintf("extru%s,%d,%d,",$1,31-$2,32-$2)
H A Dsha1-parisc.pl179 extru $inp,31,2,$t0 ; t0=inp&3;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/sha/asm/
H A Dsha512-parisc.pl153 extru $t1,31,10,$a1
284 extru $inp,31,`log($SZ)/log(2)`,$t0
447 extru $Xlo,31,10,$Xlo
475 extru $Xnhi,`31-$sigma0[2]`,`32-$sigma0[2]`,$t3
487 extru $a3,`31-$sigma1[2]`,`32-$sigma1[2]`,$t3
516 extru $inp,31,2,$t0
522 extru $inp,31,2,$a3
774 $SZ==4 ? sprintf("extru%s,%d,%d,",$1,31-$2,32-$2)
H A Dsha1-parisc.pl179 extru $inp,31,2,$t0 ; t0=inp&3;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dentry.S413 extru \va,31-ASM_PMD_SHIFT,ASM_BITS_PER_PMD,\index
415 extru \va,31-ASM_PGDIR_SHIFT,ASM_BITS_PER_PGD,\index
424 extru \va,31-PAGE_SHIFT,ASM_BITS_PER_PTE,\index
536 extru,= \pte,_PAGE_NO_CACHE_BIT,1,%r0
538 extru,= \pte,_PAGE_USER_BIT,1,%r0
540 extru,= \pte,_PAGE_GATEWAY_BIT,1,%r0
2037 extru,= %r19,TIF_SINGLESTEP_PA_BIT,1,%r0
2041 extru,= %r19,TIF_BLOCKSTEP_PA_BIT,1,%r0
H A Dsyscall.S525 extru %r26, 27, 4, %r20
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dassembly.h146 extru \r, 31-(\sa), 32-(\sa), \t
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/asm/
H A Dparisc-mont.pl174 extru,= $ti1,31,3,%r0 ; are ap and np 64-bit aligned?
506 extru,= $rp,31,3,%r0 ; is rp 64-bit aligned?
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/asm/
H A Dparisc-mont.pl174 extru,= $ti1,31,3,%r0 ; are ap and np 64-bit aligned?
506 extru,= $rp,31,3,%r0 ; is rp 64-bit aligned?
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/aes/asm/
H A Daes-parisc.pl121 extru,<> $out,31,2,%r0
590 extru,<> $out,31,2,%r0
1015 $SIZE_T==4 ? sprintf("extru%s,%d,8,",$1,31-$2)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/aes/asm/
H A Daes-parisc.pl121 extru,<> $out,31,2,%r0
590 extru,<> $out,31,2,%r0
1015 $SIZE_T==4 ? sprintf("extru%s,%d,8,",$1,31-$2)

Completed in 208 milliseconds