Searched refs:instructions (Results 1 - 25 of 79) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/regex/
H A Dregex.pl69 my ($from, $instructions) = @_;
75 # $instructions contains information about the flags etc.
76 if ($instructions) {
77 $instructions = "\n$instructions";
78 $instructions =~ s/^(?: )?/ * /mg;
86 $from$instructions */
305 # information and instructions on the tests
309 my $instructions = ""; # test instructions fro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DLexAsm.cxx167 "CPU instructions",
168 "FPU instructions",
172 "Extended instructions",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/sys/ultrix/
H A DMakefile.kernel86 echo "README.ULTRIX for specific instructions."; \
104 @echo "for specific instructions."
113 @echo "for specific instructions."
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/apei/
H A Dapei-internal.h31 u32 instructions; member in struct:apei_exec_context
38 u32 instructions,
H A Dapei-base.c58 u32 instructions,
63 ctx->instructions = instructions;
158 * execute all instructions belong to the action.
182 if (entry->instruction >= ctx->instructions ||
224 if (ins >= ctx->instructions || !ins_table[ins].run) {
585 * Same register may be used by multiple instructions in GARs, so
56 apei_exec_ctx_init(struct apei_exec_context *ctx, struct apei_exec_ins_type *ins_table, u32 instructions, struct acpi_whea_header *action_table, u32 entries) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dentry-armv.S534 * instructions; all instructions with bit 27 set are well
535 * defined. The only instructions that should fault are the
536 * co-processor instructions. However, we have to watch out
540 * NEON instructions are co-processor instructions, so we have
768 * native feature and/or instructions in many ARM CPUs. The idea is for
785 * processors due to the use of unsupported instructions other than what
788 * if your compiled code is not going to use the new instructions for other
962 /* beware -- each __kuser slot must be 8 instructions ma
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/nwfpe/
H A Dentry.S64 way it repeatedly looks ahead and executes floating point instructions
69 floating point instructions. GCC attempts to group floating point
70 instructions to allow the emulator to spread the cost of the trap over
71 several floating point instructions. */
110 @ We need to be prepared for the instructions at .Lx1 and .Lx2
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx88/
H A Dcx88-core.c133 u32 instructions,fields; local
147 instructions = fields * (1 + ((bpl + padding) * lines) / PAGE_SIZE + lines);
148 instructions += 2;
149 if ((rc = btcx_riscmem_alloc(pci,risc,instructions*8)) < 0)
152 /* write risc instructions */
171 u32 instructions; local
179 instructions = 1 + (bpl * lines) / PAGE_SIZE + lines;
180 instructions += 1;
181 if ((rc = btcx_riscmem_alloc(pci,risc,instructions*8)) < 0)
184 /* write risc instructions */
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/bt8xx/
H A Dbttv-risc.c51 u32 instructions,line,todo; local
60 instructions = skip_lines * 4;
61 instructions += (1 + ((bpl + padding) * store_lines)
63 instructions += 2 * 8;
64 if ((rc = btcx_riscmem_alloc(btv->c.pci,risc,instructions)) < 0)
132 unsigned int instructions,line,todo,ylen,chroma; local
144 instructions = ((3 + (ybpl + ypadding) * ylines * 2)
146 instructions += 2;
147 if ((rc = btcx_riscmem_alloc(btv->c.pci,risc,instructions*4*5)) < 0)
259 /* estimate risc mem: worst case is (1.5*clip+1) * lines instructions
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/
H A Dfskeleton.S207 | vector number 11: FP Unimplemented Instructions, FP implemented instructions when
208 | the FPU is disabled, and F-Line Illegal instructions. The 060FPSP module
221 | vector number 11: FP Unimplemented Instructions, FP implemented instructions when
222 | the FPU is disabled, and F-Line Illegal instructions. The 060FPSP module
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/cx25821/
H A Dcx25821-core.c1154 u32 instructions; local
1170 instructions =
1172 instructions += 2;
1173 rc = btcx_riscmem_alloc(pci, risc, instructions * 12);
1178 /* write risc instructions */
1265 u32 instructions; local
1274 instructions = 1 + (bpl * lines) / PAGE_SIZE + lines;
1275 instructions += 1;
1277 rc = btcx_riscmem_alloc(pci, risc, instructions * 12);
1281 /* write risc instructions */
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscript_asm.pl35 # Programmer's guide, with the new instructions, registers, etc.
682 # Handle SET and CLEAR instructions. Note that we should also do something
901 $instructions = 0;
927 $instructions += 1;
978 $instructions;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap1/
H A Dsleep.S263 @ Errata (HEL3SU467, section 1.4.4) specifies nop-instructions
269 @ => 74 nop-instructions
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dhead_32.S322 SYNCO() ! Wait for pending instructions..
H A Ddwarf.c386 * dwarf_cfa_execute_insns - execute instructions to calculate a CFA
391 * @frame: the instructions calculate the CFA for this frame
395 * @insn_start and ending at @insn_end. The instructions describe
418 * in the instructions.
660 /* CIE initial instructions */
665 /* FDE instructions */
666 dwarf_cfa_execute_insns(fde->instructions, fde->end, cie,
916 /* Call frame instructions. */
917 fde->instructions = p;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dcmode.S80 # (4) Preload a series of following instructions to the instruction
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dx_fline.S7 | floating point instructions. If so, let fpsp_unimp handle it.
H A Dsint.S9 | to emulate the fint and fintrz unimplemented instructions,
H A Dslog2.S24 | the first time (so the instructions and data are not
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtdnd.tex61 follow the instructions below:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx23885/
H A Dcx23885-core.c1110 u32 instructions, fields; local
1125 instructions = fields * (1 + ((bpl + padding) * lines)
1127 instructions += 2;
1128 rc = btcx_riscmem_alloc(pci, risc, instructions*12);
1132 /* write risc instructions */
1153 u32 instructions; local
1162 instructions = 1 + (bpl * lines) / PAGE_SIZE + lines;
1163 instructions += 1;
1165 rc = btcx_riscmem_alloc(pci, risc, instructions*12);
1169 /* write risc instructions */
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/mm/
H A Dcache-mn10300.S279 # - we don't bother with delay NOPs as we'll have enough instructions
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Ddwarf.h264 unsigned char *instructions; member in struct:dwarf_fde
353 * Some call frame instructions encode their operands in the opcode. We
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/x86/
H A Dyadif-16.asm140 ; This version of CHECK2 has 3 fewer instructions on sets older than SSE4 but I
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/
H A Dconfig41 See INSTALL for instructions.

Completed in 160 milliseconds

1234