Searched refs:NOP (Results 1 - 25 of 69) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/arch/hwregs/
H A Dsupp_reg.h59 #define NOP() \ macro
64 NOP(); \
65 NOP(); \
66 NOP();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dfixed_code.S149 NOP; NOP; NOP; NOP;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/lib/
H A DGENpatch.S7 #define NOP 0x01000000 define
20 sethi %hi(NOP), %g3; \
21 or %g3, %lo(NOP), %g3; \
H A DNG2patch.S7 #define NOP 0x01000000 define
20 sethi %hi(NOP), %g3; \
21 or %g3, %lo(NOP), %g3; \
H A DNGpatch.S7 #define NOP 0x01000000 define
20 sethi %hi(NOP), %g3; \
21 or %g3, %lo(NOP), %g3; \
H A DU3patch.S7 #define NOP 0x01000000 define
20 sethi %hi(NOP), %g3; \
21 or %g3, %lo(NOP), %g3; \
H A DNG2page.S35 #define NOP 0x01000000 define
48 sethi %hi(NOP), %g3; \
49 or %g3, %lo(NOP), %g3; \
H A DGENpage.S51 #define NOP 0x01000000 define
64 sethi %hi(NOP), %g3; \
65 or %g3, %lo(NOP), %g3; \
H A DNGpage.S73 #define NOP 0x01000000 define
86 sethi %hi(NOP), %g3; \
87 or %g3, %lo(NOP), %g3; \
H A DGENbzero.S130 #define NOP 0x01000000 define
143 sethi %hi(NOP), %g3; \
144 or %g3, %lo(NOP), %g3; \
H A DNGbzero.S133 #define NOP 0x01000000 define
146 sethi %hi(NOP), %g3; \
147 or %g3, %lo(NOP), %g3; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/lib/
H A Dmemchr.S36 NOP;
H A Dmemcmp.S50 NOP;
65 NOP;
H A Dmemmove.S83 NOP;
84 NOP;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dftrace.c10 * mcount call-sites get patched lazily with NOP till they are
24 static const unsigned long NOP = 0xe1a00000; /* mov r0, r0 */ variable
28 return (char *)&NOP;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dtape_std.c67 tape_ccw_end(request->cpaddr + 1, NOP, 0, NULL);
115 tape_ccw_end(request->cpaddr + 1, NOP, 0, NULL);
149 tape_ccw_end(request->cpaddr + 1, NOP, 0, NULL);
172 tape_ccw_end(request->cpaddr + 2, NOP, 0, NULL);
285 ccw = tape_ccw_end(ccw, NOP, 0, NULL);
310 ccw = tape_ccw_end(ccw, NOP, 0, NULL);
342 ccw = tape_ccw_end(ccw, NOP, 0, NULL);
372 ccw = tape_ccw_end(ccw, NOP, 0, NULL);
397 ccw = tape_ccw_end(ccw, NOP, 0, NULL);
422 ccw = tape_ccw_end(ccw, NOP,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/ppc/
H A Dvp3dsp_altivec.c106 #define NOP(a) a macro
114 IDCT_1D(NOP, NOP)
137 IDCT_1D(NOP, NOP)
165 IDCT_1D(NOP, NOP)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/bfin/
H A Dfdct_bfin.S222 R0 = R0 +|+ R3, R3 = R0 -|- R3 || R1.L = W[I0++] || NOP;
232 R1 = R1 +|+ R2, R2 = R1 -|- R2 (CO) || NOP || R7 = [I3++];
261 R4.H=(A1-=R2.L*R7.l), R4.L=(A0+=R2.L*R7.l) || I2+=M0 || NOP;
272 A1=R0.L*R7.h, A0=R0.L*R7.h || NOP || R3.H=W[I1++];
273 R5.H=(A1-=R0.H*R7.h),R5.L=(A0+=R0.H*R7.h) || R7=[I3++] || NOP;
320 .row1: R0=R0+|+R1,R1=R0-|-R1 || W[P1++P5]=R4.H || NOP;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/ppc/
H A Dvp3dsp_altivec.c113 #define NOP(a) a macro
126 IDCT_1D(NOP, NOP)
155 IDCT_1D(NOP, NOP)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/kernel/
H A Dptrace.c424 NOP();
425 NOP();
426 NOP();
485 NOP();
486 NOP();
487 NOP();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-lh7a40x/
H A Dirq-lh7a404.c117 #define NOP 0xe1a00000 /* mov r0, r0 */ macro
118 branch_irq_lh7a400 = NOP;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dentry.h108 NOP; \
138 NOP; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Doptimize.c77 #define NOP -1 macro
340 if (c == NOP)
383 if (s->code == NOP)
424 if (s->s.code == NOP)
577 s->code = NOP;
640 while (s != 0 && s->s.code == NOP)
777 s->s.code = NOP;
778 add->s.code = NOP;
779 tax->s.code = NOP;
809 last->s.code = NOP;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DOpcodes.java93 int NOP = 0; // visitInsn field in interface:Opcodes
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DRESearch.cxx184 #define NOP 0 macro
228 sta = NOP; /* status of lastpat */
314 sta = NOP;

Completed in 175 milliseconds

123