Home
last modified time | relevance | path

Searched refs:INST_NOP (Results 1 – 17 of 17) sorted by relevance

/dports/lang/tcl87/tcl8.7a5/generic/
H A DtclOptimize.c180 *(currentInstPtr + 1 + clear) = INST_NOP; in TrimUnreachable()
216 && *(currentInstPtr+size) == INST_NOP) { in ConvertZeroEffectToNOP()
220 size += InstLength(INST_NOP); in ConvertZeroEffectToNOP()
322 *(currentInstPtr + i) = INST_NOP; in ConvertZeroEffectToNOP()
371 case INST_NOP: in AdvanceJumps()
372 delta = InstLength(INST_NOP); in AdvanceJumps()
399 case INST_NOP: in AdvanceJumps()
400 offset += InstLength(INST_NOP); in AdvanceJumps()
H A DtclAssembly.c448 {"nop", ASSEM_1BYTE, INST_NOP, 0, 0},
528 INST_NOP, /* 132 */
H A DtclCompile.h755 #define INST_NOP 132 macro
H A DtclCompile.c3700 *++site = INST_NOP; in TclFinalizeLoopExceptionRange()
H A DtclExecute.c2360 } else if (inst == INST_NOP) { in TEBCresume()
2362 while (inst == INST_NOP) in TEBCresume()
/dports/lang/tcl86/tcl8.6.12/generic/
H A DtclOptimize.c180 *(currentInstPtr + 1 + clear) = INST_NOP; in TrimUnreachable()
216 && *(currentInstPtr+size) == INST_NOP) { in ConvertZeroEffectToNOP()
220 size += InstLength(INST_NOP); in ConvertZeroEffectToNOP()
322 *(currentInstPtr + i) = INST_NOP; in ConvertZeroEffectToNOP()
371 case INST_NOP: in AdvanceJumps()
372 delta = InstLength(INST_NOP); in AdvanceJumps()
399 case INST_NOP: in AdvanceJumps()
400 offset += InstLength(INST_NOP); in AdvanceJumps()
H A DtclAssembly.c444 {"nop", ASSEM_1BYTE, INST_NOP, 0, 0},
520 INST_NOP, /* 132 */
H A DtclCompile.h738 #define INST_NOP 132 macro
H A DtclCompile.c3640 *++site = INST_NOP; in TclFinalizeLoopExceptionRange()
H A DtclExecute.c2443 } else if (inst == INST_NOP) { in TEBCresume()
2445 while (inst == INST_NOP) in TEBCresume()
/dports/devel/radare2/radare2-5.1.1/libr/asm/arch/xap/
H A Ddis.h64 #define INST_NOP 0x0000 macro
H A Ddis.c48 case INST_NOP: in decode_fixed()
/dports/lang/see/see-3.1.1424/libsee/
H A Dcode1.h29 #define INST_NOP 0x00 macro
H A Dcode1.c402 case SEE_CODE_NOP: add_byte(co, INST_NOP); break;
1052 case INST_NOP:
1875 case INST_NOP: dprintf("NOP"); break;
/dports/devel/radare2/radare2-5.1.1/libr/anal/p/
H A Danal_xap.c68 case INST_NOP: in xap_op()
/dports/lang/tcl86/tcl8.6.12/
H A DChangeLog7355 * generic/tclExecute.c: bytecode instructions, INST_NOP and
/dports/lang/tcl87/tcl8.7a5/
H A DChangeLog7355 * generic/tclExecute.c: bytecode instructions, INST_NOP and