Searched refs:after (Results 1 - 25 of 147) sorted by path

123456

/linux-master/arch/arm/boot/compressed/
H A Dll_char_wr.S67 sub r1, r1, #1 @ avoid using r7 directly after
72 tst r1, #7 @ avoid using r7 directly after
/linux-master/arch/arm/mach-omap2/
H A Dsleep24xx.S74 nop @ start auto refresh only after clk ok
/linux-master/arch/m68k/fpsp040/
H A Dbindec.S47 | after the decimal point which are to be included as
279 | a positive number, or the number of digits after the
H A Dfpsp.h60 | if the FPU state after the exception is idle.
H A Dsetox.S112 | d) It is important to estimate how large can |R| be after
H A Dx_fline.S35 | the equate is valid only after a 'link a6' has pushed one more
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S6770 # after Step 3.2. #
H A Dfpsp.S34 # after _060FPSP_TABLE.
750 frestore FP_SRC(%a6) # do this after fmovm,other f<op>s!
769 frestore FP_SRC(%a6) # do this after fmovm,other f<op>s!
965 # if our emulation, after re-doing the operation, decided that
998 # if our emulation, after re-doing the operation, decided that
1012 frestore FP_SRC(%a6) # do this after fmovm,other f<op>s!
1043 frestore FP_SRC(%a6) # do this after fmovm,other f<op>s!
4006 # - Next PC - => PC of instr to execute after exc handling
6876 # after Step 3.2. #
14628 # Do addition after scalin
[all...]
H A Disp.S33 # after _060ISP_TABLE.
2629 # saved. so, saving hi after lo accomplishes this without need to
2922 # _isp_cas_restart(): restart cas emulation after a fault #
2974 # Either way, after emulation, the package is re-entered at #
H A Dpfpsp.S33 # after _060FPSP_TABLE.
749 frestore FP_SRC(%a6) # do this after fmovm,other f<op>s!
768 frestore FP_SRC(%a6) # do this after fmovm,other f<op>s!
964 # if our emulation, after re-doing the operation, decided that
997 # if our emulation, after re-doing the operation, decided that
1011 frestore FP_SRC(%a6) # do this after fmovm,other f<op>s!
1042 frestore FP_SRC(%a6) # do this after fmovm,other f<op>s!
5390 # norm() - normalize mantissa after adjusting exponent #
5887 # make a copy of FTEMP_LO and place the g,r,s bits directly after it
5891 mov.l %d0, GRS(%a6) # place g,r,s after i
[all...]
/linux-master/arch/m68k/math-emu/
H A Dfp_entry.S80 | we jump here after an access error while trying to access
/linux-master/arch/powerpc/lib/
H A Drheap.c155 rh_block_t *after; local
166 /* Find the blocks immediately before and after the given one
169 after = NULL;
185 after = blk;
188 if (before != NULL && after != NULL)
196 if (after && e != after->start)
197 after = NULL;
200 if (before == NULL && after == NULL) {
214 if (before != NULL && after
[all...]
/linux-master/arch/sparc/lib/
H A DM7memcpy.S565 add %o1, %o5, %o1 ! advance %o1 to after blocks
677 add %o1, %o5, %o1 ! advance %o1 to after blocks
724 add %o1, %o5, %o1 ! advance %o1 to after multiple of 8
H A DM7memset.S179 and %o2, 63, %o3 ! %o3 = bytes left after blk stores.
308 and %o2, 7, %o2 ! calc bytes left after long words
H A Dudivdi3.S190 wr %g0,%o1,%y ! SPARC has 0-3 delay insn after a wr
/linux-master/net/netfilter/ipset/
H A Dpfxlen.c181 if (!after(last, to)) {
/linux-master/arch/alpha/lib/
H A Dev67-strrchr.S82 /* Mask out character matches after terminator */
89 and t3, t4, t3 # E : mask out char matches after null
H A Dstrrchr.S54 /* Mask out character matches after terminator */
61 and t3, t4, t3 # e0 : mask out char matches after null
/linux-master/arch/arc/kernel/
H A Dentry-arcv2.S182 # reenabled after we return from interrupt/exception.
H A Dentry-compact.S313 # reenabled after we return from interrupt/exception.
/linux-master/arch/arm/kernel/
H A Dhead.S160 ldr r13, =__mmap_switched @ address to jump to after
/linux-master/arch/arm/mach-pxa/
H A Dsleep.S160 @ external accesses after SDRAM is put in self-refresh mode
/linux-master/arch/arm/nwfpe/
H A Dentry.S124 @ r4 = PC value to resume execution after successful emulation
/linux-master/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h70 # Flush dcache after config change
/linux-master/arch/powerpc/xmon/
H A Dxmon.c188 const char *after);
3722 const char *after)
3746 printf("%s", after);
3721 xmon_print_symbol(unsigned long address, const char *mid, const char *after) argument

Completed in 738 milliseconds

123456