Searched refs:extru (Results 1 – 6 of 6) sorted by relevance
/arch/parisc/math-emu/ |
D | fpudispatch.c | 65 #define extru(r,pos,len) (((r) >> (31-(pos))) & (( 1 << (len)) - 1)) macro 116 #define get_major(op) extru(op,fpmajorpos,6) 121 #define get_class(op) extru(op,fpclasspos,2) 126 #define get_subop(op) extru(op,fpsubpos,3) 131 #define get_subop1_PA1_1(op) extru(op,fpclass1subpos,2) /* PA89 (1.1) fmt */ 132 #define get_subop1_PA2_0(op) extru(op,fpclass1subpos,3) /* PA 2.0 fmt */ 303 r1 = extru(ir,fpr1pos,5) * sizeof(double)/sizeof(u_int); in decode_0c() 306 t = extru(ir,fptpos,5) * sizeof(double)/sizeof(u_int); in decode_0c() 309 fmt = extru(ir,fpfmtpos,2); /* get fmt completer */ in decode_0c() 407 df = extru(ir,fpdfpos,2); /* get dest format */ in decode_0c() [all …]
|
D | driver.c | 37 #define extru(r,pos,len) (((r) >> (31-(pos))) & (( 1 << (len)) - 1)) macro
|
/arch/parisc/lib/ |
D | lusercopy.S | 208 extru t0,31,2,t1 213 extru t0,31,3,t1 218 extru dst,31,3,t1 270 extru dst,31,2,t1 327 extru dst,31,2,t1 356 extru len,31,2,t0
|
/arch/parisc/kernel/ |
D | entry.S | 411 extru \va,31-ASM_PMD_SHIFT,ASM_BITS_PER_PMD,\index 417 extru \va,31-ASM_PGDIR_SHIFT,32-ASM_PGDIR_SHIFT,\index 419 extru \va,31-ASM_PGDIR_SHIFT,ASM_BITS_PER_PGD,\index 430 extru \va,31-PAGE_SHIFT,ASM_BITS_PER_PTE,\index 591 extru,= \pte,_PAGE_NO_CACHE_BIT,1,%r0 593 extru,= \pte,_PAGE_USER_BIT,1,%r0 595 extru,= \pte,_PAGE_GATEWAY_BIT,1,%r0 1920 extru,= %r19,TIF_SINGLESTEP_PA_BIT,1,%r0 1924 extru,= %r19,TIF_BLOCKSTEP_PA_BIT,1,%r0
|
D | syscall.S | 568 extru %r26, 27, 4, %r20 758 extru %r26, 27, 4, %r20
|
/arch/parisc/include/asm/ |
D | assembly.h | 148 extru \r, 31-(\sa), 32-(\sa), \t
|