Searched refs:inc (Results 1 - 25 of 237) sorted by path

12345678910

/linux-master/arch/hexagon/lib/
H A Dmemcpy.S162 #define inc R15:14 /* inc kernel by -1 and defetch ptr by 32 */ define
348 inc = combine(#32, #-1); define
371 ptr_in_p_128kernel = vaddw(ptr_in_p_128kernel, inc);
407 ptr_in_p_128kernel = vaddw(ptr_in_p_128kernel, inc);
/linux-master/arch/m68k/fpsp040/
H A Dbindec.S432 addl #12,%d3 |inc d3 to next pwrten table entry
653 addl #12,%d3 |inc d3 to next pwrten table entry
682 addql #1,%d6 | and inc ILOG
704 addl #12,%d3 |inc d3 to next pwrten table entry
711 addql #1,%d6 |and inc ILOG by 1
712 addql #1,%d4 | and inc LEN
774 addil #0x00000080,%d3 |inc at bit 7
775 addxl %d1,%d2 |continue inc
859 addil #0x00000080,%d3 |inc at bit 6
860 addxl %d1,%d2 |continue inc
[all...]
H A Ddecbin.S216 | then inc d1 (=2) to point to the next long word and reset d3 to 0
223 addql #1,%d1 |inc lw pointer in mantissa
295 addql #1,%d1 |inc zero count
299 addql #8,%d1 |and inc count by 8
300 addql #1,%d5 |inc lword counter
309 addql #1,%d1 |inc digit counter
334 addl #12,%d3 |inc d3 to next rtable entry
348 addql #8,%d1 |inc counter by 8
357 addql #1,%d1 |inc digit counter
382 addl #12,%d3 |inc d
[all...]
H A Dround.S220 addw #0x1,LOCAL_EX(%a0) |and inc exp
H A Dscale.S216 bnes no_dir |if set, neg op, no inc
221 beqs no_dir |if clr, neg op, no inc
265 bnes no_dir2 |if set, neg op, no inc
272 beqs no_dir2 |if clr, neg op, no inc
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S18111 movq.l &0x1,%d0 # pass amt to inc by
19396 mov.l %a0,%d0 # pass amt to inc by
19397 bsr.l inc_areg # inc addr register
22156 add.w &0x1,FTEMP_EX(%a0) # and inc exp
23170 # then inc d1 (=2) to point to the next long word and reset d3 to 0
23177 addq.l &1,%d1 # inc lw pointer in mantissa
23247 addq.l &1,%d1 # inc zero count
23251 addq.l &8,%d1 # and inc count by 8
23252 addq.l &1,%d5 # inc lword counter
23261 addq.l &1,%d1 # inc digi
[all...]
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-mio-defs.h810 uint64_t inc:1; member in struct:cvmx_mio_emm_buf_idx::cvmx_mio_emm_buf_idx_s
818 uint64_t inc:1;
H A Dcvmx-pko-defs.h2169 uint64_t inc:8; member in struct:cvmx_pko_reg_read_idx::cvmx_pko_reg_read_idx_s
2173 uint64_t inc:8;
H A Dcvmx-spxx-defs.h151 uint64_t inc:1; member in struct:cvmx_spxx_dbg_deskew_ctl::cvmx_spxx_dbg_deskew_ctl_s
165 uint64_t inc:1;
/linux-master/arch/sparc/lib/
H A DM7memset.S153 inc %o5
329 inc %o5 ! next byte
347 inc %o5
/linux-master/drivers/scsi/aic7xxx/
H A Daic79xx.seq445 inc INT_COALESCING_CMDCOUNT;
1936 inc SCB_FIFO_USE_COUNT;
2180 inc SCB_FIFO_USE_COUNT;
2242 inc SCB_FIFO_USE_COUNT;
H A Daic7xxx.seq141 inc QINPOS;
639 inc TQINPOS;
815 inc A;
1687 inc QOUTPOS;
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddispc.h103 const struct dispc_coef *dispc_ovl_get_scale_coef(int inc, int five_taps);
H A Ddispc_coefs.c278 const struct dispc_coef *dispc_ovl_get_scale_coef(int inc, int five_taps) argument
309 inc /= 128;
311 if (inc >= coefs[i].Mmin && inc <= coefs[i].Mmax)
/linux-master/net/rds/
H A Dloop.c93 /* For the embedded inc. Matching put is in loop_inc_free() */
108 * See rds_loop_xmit(). Since our inc is embedded in the rm, we
109 * make sure the rm lives at least until the inc is done.
111 static void rds_loop_inc_free(struct rds_incoming *inc) argument
113 struct rds_message *rm = container_of(inc, struct rds_message, m_inc);
/linux-master/tools/build/tests/ex/
H A Dex.c9 int inc(void);
19 inc();
H A Dinc.c6 int inc(void) function
/linux-master/arch/arm/crypto/
H A Dblake2b-neon-glue.c19 const u8 *block, size_t nblocks, u32 inc);
22 const u8 *block, size_t nblocks, u32 inc)
25 blake2b_compress_generic(state, block, nblocks, inc);
34 blake2b_compress_neon(state, block, blocks, inc);
21 blake2b_compress_arch(struct blake2b_state *state, const u8 *block, size_t nblocks, u32 inc) argument
/linux-master/arch/arm/include/asm/
H A Dassembler.h469 .macro usraccoff, instr, reg, ptr, inc, off, cond, abort, t=TUSER() variable
471 .if \inc == 1
473 .elseif \inc == 4
476 .error "Unsupported inc macro argument"
485 .macro usracc, instr, reg, ptr, inc, cond, rept, abort variable
499 usraccoff \instr, \reg, \ptr, \inc, 0, \cond, \abort variable
501 usraccoff \instr, \reg, \ptr, \inc, \inc, \cond, \abort variable
504 add\cond \ptr, #\rept * \inc
509 .macro usracc, instr, reg, ptr, inc, con
529 .macro strusr, reg, ptr, inc, cond=al, rept=1, abort=9001f variable
530 usracc str, \\reg, \\ptr, \\inc, \\cond, \\rept, \\abort variable
533 .macro ldrusr, reg, ptr, inc, cond=al, rept=1, abort=9001f variable
534 usracc ldr, \\reg, \\ptr, \\inc, \\cond, \\rept, \\abort variable
[all...]
/linux-master/arch/mips/cavium-octeon/
H A Dcsrc-octeon.c146 u64 cur, end, inc; local
150 inc = us * octeon_udelay_factor;
151 end = cur + inc;
160 u64 cur, end, inc; local
164 inc = ((ns * octeon_ndelay_factor) >> 16);
165 end = cur + inc;
H A Dsetup.c931 u64 inc = addr - *mem; local
932 memblock_add(*mem, inc);
933 *mem += inc;
934 *size -= inc;
/linux-master/arch/mips/kernel/
H A Dsignal.c78 int inc = test_thread_flag(TIF_32BIT_FPREGS) ? 2 : 1; local
80 for (i = 0; i < NUM_FPU_REGS; i += inc) {
97 int inc = test_thread_flag(TIF_32BIT_FPREGS) ? 2 : 1; local
100 for (i = 0; i < NUM_FPU_REGS; i += inc) {
/linux-master/arch/powerpc/include/asm/
H A Dkvm_host.h504 u8 inc; member in struct:kvmppc_slb::xive_tma_w01::__anon73
/linux-master/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c1191 unsigned long start, end, inc; local
1201 inc = (0x1ull << shift);
1206 start += inc;
/linux-master/arch/powerpc/xmon/
H A Dxmon.c2411 int cmd, inc, i, nslash; local
2453 inc = size;
2462 inc = size;
2467 inc = 0;
2484 inc = size;
2554 adrs += inc;

Completed in 614 milliseconds

12345678910