| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| step-bg-decr-pc-switch-thread.c | 22 /* NOP instruction: must have the same size as the breakpoint 26 # define NOP asm ("nopr 0") 28 # define NOP asm ("nop") 34 NOP; /* set breakpoint here */
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/ |
| range-stepping.c | 28 # define NOP " .byte 0xe9,0x00,0x00,0x00,0x00\n" /* jmp $+5 (5-byte nop) */ 30 # define NOP " nop\n" 32 # define NOP "" /* port me */ 50 NOP \
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/ |
| step-bg-decr-pc-switch-thread.c | 22 /* NOP instruction: must have the same size as the breakpoint 26 # define NOP asm ("nopr 0") 28 # define NOP asm ("nop") 34 NOP; /* set breakpoint here */
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/ |
| range-stepping.c | 28 # define NOP " .byte 0xe9,0x00,0x00,0x00,0x00\n" /* jmp $+5 (5-byte nop) */ 30 # define NOP " nop\n" 32 # define NOP "" /* port me */ 50 NOP \
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| bp-permanent.c | 24 /* NOP instruction: must have the same size as the breakpoint 28 #define NOP asm("nopr 0") 30 #define NOP asm("l.nop") 32 #define NOP asm("nop") 45 NOP; 46 NOP; 47 NOP; 48 NOP; /* write permanent bp here * [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| bp-permanent.c | 24 /* NOP instruction: must have the same size as the breakpoint 28 #define NOP asm("nopr 0") 30 #define NOP asm("l.nop") 32 #define NOP asm("nop") 45 NOP; 46 NOP; 47 NOP; 48 NOP; /* write permanent bp here * [all...] |
| /src/lib/libedit/ |
| chared.h | 115 #define NOP 0x00
|
| /src/libexec/ld.elf_so/arch/sparc/ |
| mdreloc.c | 179 #define NOP 0x01000000 183 obj->pltgot[2] = NOP;
|
| /src/external/gpl3/binutils/dist/include/opcode/ |
| d10v.h | 35 #define NOP 0x5e00 86 #define ALONE 1024 /* short but pack with a NOP if on asm line alone */
|
| d30v.h | 29 #define NOP 0x00F00000
|
| /src/external/gpl3/binutils.old/dist/include/opcode/ |
| d10v.h | 35 #define NOP 0x5e00 86 #define ALONE 1024 /* short but pack with a NOP if on asm line alone */
|
| d30v.h | 29 #define NOP 0x00F00000
|
| /src/external/gpl3/gdb/dist/gdb/arch/ |
| aarch64-insn.h | 135 NOP = (0 << 5) | HINT, 347 /* Write a NOP instruction into *BUF. */ 349 #define emit_nop(buf) aarch64_emit_insn (buf, NOP)
|
| /src/external/gpl3/gdb/dist/include/opcode/ |
| d10v.h | 35 #define NOP 0x5e00 86 #define ALONE 1024 /* short but pack with a NOP if on asm line alone */
|
| d30v.h | 29 #define NOP 0x00F00000
|
| /src/external/gpl3/gdb.old/dist/gdb/arch/ |
| aarch64-insn.h | 135 NOP = (0 << 5) | HINT, 347 /* Write a NOP instruction into *BUF. */ 349 #define emit_nop(buf) aarch64_emit_insn (buf, NOP)
|
| /src/external/gpl3/gdb.old/dist/include/opcode/ |
| d10v.h | 35 #define NOP 0x5e00 86 #define ALONE 1024 /* short but pack with a NOP if on asm line alone */
|
| d30v.h | 29 #define NOP 0x00F00000
|
| /src/usr.sbin/gspa/gspa/ |
| gsp_inst.c | 59 #define NOP 0 /* no operands */ 138 {"CLRC",0x0320, NOP, {0, 0, 0, 0}}, 145 {"DINT",0x0360, NOP, {0, 0, 0, 0}}, 153 {"EINT",0x0D60, NOP, {0, 0, 0, 0}}, 154 {"EMU", 0x0100, NOP, {0, 0, 0, 0}}, 222 {"NOP", 0x0300, NOP, {0, 0, 0, 0}}, 228 {"POPST",0x01C0,NOP, {0, 0, 0, 0}}, 229 {"PUSHST",0x01E0,NOP, {0, 0, 0, 0}}, 231 {"RETI",0x0940, NOP, {0, 0, 0, 0}} 271 unsigned nop; local [all...] |
| /src/sys/arch/powerpc/oea/ |
| oea_machdep.c | 312 #define NOP 0x60000000 350 ip[0] = NOP; /* mfspr */ 351 ip[1] = NOP; /* stw */ 353 ip[-1] = NOP; /* lwz */ 354 ip[0] = NOP; /* mtspr */ 371 ip[0] = NOP; /* mfspr */ 372 ip[1] = NOP; /* stw */ 374 ip[-1] = NOP; /* lwz */ 375 ip[0] = NOP; /* mtspr */ 393 *ip++ = NOP; [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| rl78-parse.h | 136 NOP = 337, /* NOP */ 261 #define NOP 337
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| rl78-parse.h | 136 NOP = 337, /* NOP */ 261 #define NOP 337
|
| /src/external/lgpl3/gmp/dist/demos/ |
| pexpr.c | 94 enum op_t {NOP, LIT, NEG, NOT, PLUS, MINUS, MULT, DIV, MOD, REM, INVMOD, POW, 737 {"", NOP, 0} 752 for (i = 0; fns[i].op != NOP; i++) 772 for (i = 0; fns[i].op != NOP; i++)
|
| /src/include/arpa/ |
| telnet.h | 54 #define NOP 241 /* nop */ 66 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC",
|
| /src/sys/external/bsd/sljit/dist/sljit_src/ |
| sljitNativeARM_32.c | 93 #define NOP 0xe1a00000 469 inst[1] = NOP; 1565 FAIL_IF(push_inst(compiler, NOP));
|