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

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/lib/
H A Dins.S45 NOP;
46 .Llong_loop_e: NOP;
60 NOP;
61 .Lword_loop_e: NOP;
75 NOP;
76 .Lbyte_loop_e: NOP;
H A Dmemchr.S59 NOP;
H A Dmemcmp.S73 NOP;
88 NOP;
H A Dmemmove.S106 NOP;
107 NOP;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/boot/compressed/
H A Dvmlinux.lds.S10 #define NOP 0x6ff0fff0 define
13 #define NOP 0xf0fff06f define
33 } = NOP
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v32/hwregs/
H A Dsupp_reg.h59 #define NOP() \ macro
64 NOP(); \
65 NOP(); \
66 NOP();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/lib/
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 DNGpage.S72 #define NOP 0x01000000 define
85 sethi %hi(NOP), %g3; \
86 or %g3, %lo(NOP), %g3; \
H A DNGbzero.S137 #define NOP 0x01000000 define
150 sethi %hi(NOP), %g3; \
151 or %g3, %lo(NOP), %g3; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Dvp3dsp_sse2.c154 #define NOP(xmm) macro
165 VP3_1D_IDCT_SSE2(NOP, NOP)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/char/
H A Dtape_std.c67 tape_ccw_end(request->cpaddr + 1, NOP, 0, NULL);
119 tape_ccw_end(request->cpaddr + 1, NOP, 0, NULL);
154 tape_ccw_end(request->cpaddr + 1, NOP, 0, NULL);
177 tape_ccw_end(request->cpaddr + 2, NOP, 0, NULL);
292 ccw = tape_ccw_end(ccw, NOP, 0, NULL);
317 ccw = tape_ccw_end(ccw, NOP, 0, NULL);
349 ccw = tape_ccw_end(ccw, NOP, 0, NULL);
379 ccw = tape_ccw_end(ccw, NOP, 0, NULL);
404 ccw = tape_ccw_end(ccw, NOP, 0, NULL);
429 ccw = tape_ccw_end(ccw, NOP,
[all...]
H A Dtape_std.h33 #define NOP 0x03 /* No operation */ macro
44 #define DIAG_MODE_SET 0x0B /* 3420 NOP, 3480 REJECT */
46 #define LOCATE 0x4F /* 3420 REJ, 3480 NOP */
56 #define RELEASE 0xD4 /* 3420 NOP, 3480 REJECT */
57 #define REQ_TRK_IN_ERROR 0x1B /* 3420 NOP, 3480 REJECT */
58 #define RESERVE 0xF4 /* 3420 NOP, 3480 REJECT */
62 #define SET_DIAGNOSE 0x4B /* 3420 NOP, 3480 REJECT */
65 #define SUSPEND 0x5B /* 3420 REJ, 3480 NOP */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/bfin/
H A Dfdct_bfin.S223 R0 = R0 +|+ R3, R3 = R0 -|- R3 || R1.L = W[I0++] || NOP;
233 R1 = R1 +|+ R2, R2 = R1 -|- R2 (CO) || NOP || R7 = [I3++];
262 R4.H=(A1-=R2.L*R7.l), R4.L=(A0+=R2.L*R7.l) || I2+=M0 || NOP;
273 A1=R0.L*R7.h, A0=R0.L*R7.h || NOP || R3.H=W[I1++];
274 R5.H=(A1-=R0.H*R7.h),R5.L=(A0+=R0.H*R7.h) || R7=[I3++] || NOP;
321 .row1: R0=R0+|+R1,R1=R0-|-R1 || W[P1++P5]=R4.H || NOP;
H A Didct_bfin.S126 NOP;
221 NOP;
H A Dvp3_idct_bfin.S99 NOP;
194 NOP;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Dptrace.c480 NOP();
481 NOP();
482 NOP();
541 NOP();
542 NOP();
543 NOP();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-lh7a40x/
H A Dirq-lh7a404.c117 #define NOP 0xe1a00000 /* mov r0, r0 */ macro
118 branch_irq_lh7a400 = NOP;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/mach-common/
H A Dcplbmgr.S345 NOP;
431 .Ledsearch2: NOP;
432 .Ledsearch1: NOP;
503 .Lde_moved:NOP;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acorn/block/
H A Dfd1772dma.S95 mov r0,r0 @ NOP
98 mov r0,r0 @ NOP
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dsun4v_tlb_miss.S388 #define NOP 0x01000000 define
401 sethi %hi(NOP), %g3; \
402 or %g3, %lo(NOP), %g3; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dsleep.S164 # Execute NOP 32 times.
177 # Execute NOP 32 times.
330 # (8) Execute NOP 32 times.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/
H A Dpa-risc2.s134 NOP ; Needed to make the loop 16-byte aligned
135 NOP ; needed to make the loop 16-byte aligned
138 NOP
309 NOP
468 NOP
602 NOP
678 NOP
855 NOP ;offset 0xa38
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/asm/
H A Dpa-risc2.s134 NOP ; Needed to make the loop 16-byte aligned
135 NOP ; needed to make the loop 16-byte aligned
138 NOP
309 NOP
468 NOP
602 NOP
678 NOP
855 NOP ;offset 0xa38

Completed in 239 milliseconds

123