Searched refs:last (Results 1 - 25 of 1032) sorted by path

1234567891011>>

/linux-master/Documentation/scheduler/
H A Dsched-pelt.c61 long last = 0, y_inv = ((1UL<<32)-1)*y; local
71 if (last == max)
74 last = max;
/linux-master/arch/alpha/lib/
H A Dev6-stxncpy.S22 * t0 = last word written
25 * t12 = bitmask (with one bit set) indicating the last byte written
26 * a0 = unaligned address of the last *word* written
164 sll t10, t2, t10 # U : t10 = bitmask of last count byte
325 extqh t2, a1, t0 # U : extract low bits for last word (stall)
H A Dstxncpy.S22 * t0 = last word written
25 * t12 = bitmask (with one bit set) indicating the last byte written
26 * a0 = unaligned address of the last *word* written
130 sll t10, t2, t10 # e0 : t10 = bitmask of last count byte
279 extqh t2, a1, t0 # e0 : extract low bits for last word
/linux-master/arch/arm/lib/
H A Dcsumpartial.S68 ldrbne td0, [buf], #1 @ include last byte
71 .Ldone: adc r0, sum, #0 @ collect up the last carry
/linux-master/arch/m68k/fpsp040/
H A Dbinstr.S130 swap %d7 |put last digit in string
H A Dfpsp.h124 | Offsets are defined from the end of an fsave because the last 10
H A Dget_op.S515 andiw #0x000f,%d0 |clear all but last ni(y)bble
582 andiw #0x000f,%d0 |clear all but last ni(y)bble
H A Dres_func.S1418 andiw #0x0c00,%d0 |isolate last 2 bits of size field
H A Dsatan.S397 fmovex X(%a6),%fp0 |last inst - possible exception set
H A Dsetox.S147 | to 62 bits so that the last two bits of T are zero. The
267 | to 62 bits so that the last two bits of T are zero. The
H A Dsrem_mod.S58 | Step 8. Return signQ, last 7 bits of Q, and R as required.
62 | R := 0. Return signQ, last 7 bits of Q, and R.
H A Dssin.S281 faddx X(%a6),%fp0 |last inst - possible exception set
345 fadds POSNEG1(%a6),%fp0 |last inst - possible exception set
364 fmovex X(%a6),%fp0 |last inst - possible exception set
372 fsubs #0x00800000,%fp0 |last inst - possible exception set
502 |--No need to calculate r if this is the last loop
H A Dssinh.S108 fmuls (%sp)+,%fp0 |last fp inst - possible exceptions set
H A Dstan.S247 fdivx %fp1,%fp0 |last inst - possible exception set
287 fdivx (%sp)+,%fp0 |last inst - possible exception set
301 fmovex (%sp)+,%fp0 |last inst - possible exception set
433 |--No need to calculate r if this is the last loop
H A Dstanh.S166 fmovex X(%a6),%fp0 |last inst - possible exception set
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S541 set FMUL_OP, 0x0 # fmul instr performed last
542 set FDIV_OP, 0x1 # fdiv performed last
543 set FADD_OP, 0x2 # fadd performed last
544 set FMOV_OP, 0x3 # fmov performed last
5124 fadd.x X(%a6),%fp0 # last inst - possible exception set
5186 fadd.s POSNEG1(%a6),%fp0 # last inst - possible exception set
5209 mov.b &FMOV_OP,%d1 # last inst is MOVE
5210 fmov.x X(%a6),%fp0 # last inst - possible exception set
5216 fadd.s &0x80800000,%fp0 # last inst - possible exception set
5445 mov.b &FMOV_OP,%d1 # last ins
[all...]
H A Dfpsp.S561 set FMUL_OP, 0x0 # fmul instr performed last
562 set FDIV_OP, 0x1 # fdiv performed last
563 set FADD_OP, 0x2 # fadd performed last
564 set FMOV_OP, 0x3 # fmov performed last
2537 andi.b &0x0f,%d0 # clear all but last nybble
5230 fadd.x X(%a6),%fp0 # last inst - possible exception set
5292 fadd.s POSNEG1(%a6),%fp0 # last inst - possible exception set
5315 mov.b &FMOV_OP,%d1 # last inst is MOVE
5316 fmov.x X(%a6),%fp0 # last inst - possible exception set
5322 fadd.s &0x80800000,%fp0 # last ins
[all...]
H A Dilsp.S185 # last special case:
296 # the last two divisions to get a quotient longword and word remainder:
H A Dpfpsp.S560 set FMUL_OP, 0x0 # fmul instr performed last
561 set FDIV_OP, 0x1 # fdiv performed last
562 set FADD_OP, 0x2 # fadd performed last
563 set FMOV_OP, 0x3 # fmov performed last
2536 andi.b &0x0f,%d0 # clear all but last nybble
6104 # last operation done was an "and" of the bits shifted off so the condition
12940 andi.b &0x0f,%d0 # clear all but last nybble
13135 dbf.w %d2,md2b # check for last digit in this lw
13138 cmp.l %d1,&2 # test for last lw
13139 ble.b loadlw # if not, get last on
[all...]
/linux-master/arch/m68k/include/asm/
H A Dswitch_to.h31 #define switch_to(prev,next,last) do { \
39 (last) = _last; \
/linux-master/arch/mips/sibyte/common/
H A Dcfe_console.c16 int i, last, written; local
18 for (i=0, last=0; i<count; i++) {
24 written = cfe_write(cfe_cons_handle, &str[last], i-last);
27 last += written;
28 } while (last < i);
33 if (last != count) {
35 written = cfe_write(cfe_cons_handle, &str[last], count-last);
38 last
[all...]
/linux-master/arch/nios2/include/asm/
H A Dswitch_to.h17 #define switch_to(prev, next, last) \
28 (last) = _last; \
/linux-master/arch/parisc/include/asm/
H A Dswitch_to.h9 #define switch_to(prev, next, last) do { \
10 (last) = _switch_to(prev, next); \
/linux-master/arch/powerpc/boot/dts/fsl/
H A Dpq3-mpic.dtsi44 last-interrupt-source = <255>;
/linux-master/arch/powerpc/boot/
H A Dstdio.c22 const char *last = NULL; local
25 last = s;
27 return (char *)last;

Completed in 719 milliseconds

1234567891011>>