| /src/usr.bin/make/unit-tests/ |
| varmod-to-many-words.mk | 6 SENTENCE= The quick brown fox jumps over the lazy brown dog. 16 .if ${SENTENCE} != "The quick brown fox jumps over the lazy brown dog."
|
| varmod-to-one-word.mk | 6 SENTENCE= The quick brown fox jumps over the lazy brown dog. 16 .if ${SENTENCE} != "The quick brown fox jumps over the lazy brown dog."
|
| varmisc.mk | 49 # big jumps to handle 3 digits per step
|
| /src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| cec-ifetch.S | 2 # and not the target of the insn (like indirect jumps)
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/ |
| cec-ifetch.S | 2 # and not the target of the insn (like indirect jumps)
|
| /src/external/lgpl3/gmp/dist/mpn/x86_64/fat/ |
| fat_entry.asm | 71 dnl The code simply jumps through the function pointer in __gmpn_cpuvec at 74 dnl For non-PIC, the jumps are 5 bytes each, aligning them to 8 should be 77 dnl For ELF/DARWIN PIC, the jumps are 20 bytes each, and are best aligned to 81 dnl For DOS64, the jumps are 6 bytes. The same form works also for GNU/Linux 124 dnl The code simply calls __gmpn_cpuvec_init, and then jumps back through
|
| /src/external/lgpl3/gmp/dist/mpn/x86/fat/ |
| fat_entry.asm | 52 dnl The code simply jumps through the function pointer in __gmpn_cpuvec at 55 dnl For non-PIC, the jumps are 5 bytes each, aligning them to 8 should be 58 dnl For PIC, the jumps are 20 bytes each, and are best aligned to 16 to 118 dnl The code simply calls __gmpn_cpuvec_init, and then jumps back through
|
| /src/external/gpl3/gdb/dist/sim/testsuite/d10v/ |
| t-macros.i | 158 ;;; Patch VEC so that it jumps back to code that checks PSW 177 ;;; Successful trap jumps back to here
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/d10v/ |
| t-macros.i | 158 ;;; Patch VEC so that it jumps back to code that checks PSW 177 ;;; Successful trap jumps back to here
|
| /src/sys/arch/amiga/stand/bootblock/boot/ |
| Makefile | 91 COPTIM= -Os -fomit-frame-pointer -fcse-follow-jumps -fcse-skip-blocks
|
| /src/sys/arch/amiga/stand/bootblock/bootxx_ffs/ |
| Makefile | 76 COPTIM= -Os -fomit-frame-pointer -fcse-follow-jumps -fcse-skip-blocks
|
| /src/sys/arch/amiga/stand/bootblock/ppcboot/ |
| Makefile | 46 COPTIM= -Os -fomit-frame-pointer -fcse-follow-jumps -fcse-skip-blocks
|
| /src/external/gpl3/gcc/dist/libgcc/config/mmix/ |
| crti.S | 58 % "Main" is the magic symbol the simulator jumps to. We want to go
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/mmix/ |
| crti.S | 58 % "Main" is the magic symbol the simulator jumps to. We want to go
|
| /src/sys/net/ |
| bpfjit.c | 207 /* List of jumps to this insn. */ 320 grow_jumps(struct sljit_jump ***jumps, size_t *size) 334 memcpy(newptr, *jumps, old_size * elemsz); 335 BJ_FREE(*jumps, old_size * elemsz); 337 *jumps = newptr; 343 append_jump(struct sljit_jump *jump, struct sljit_jump ***jumps, 346 if (*size == *max_size && !grow_jumps(jumps, max_size)) 349 (*jumps)[(*size)++] = jump; 1273 * terminate a block. Blocks are linear, that is, there are no jumps out 1274 * from the middle of a block and there are no jumps in to the middle o [all...] |
| /src/sys/arch/m68k/060sp/dist/ |
| test.doc | 114 the entry code jumps to the appropriate test code within the code section.
|
| fpsp.doc | 119 the entry code jumps to the appropriate emulation code within the code section.
|
| isp.doc | 128 the entry code jumps to the appropriate emulation code within the code section.
|
| /src/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/ |
| mod_34lsub1.asm | 42 C more small sizes. 2 limbs measures about 20 cycles, but 3 limbs jumps to
|
| /src/external/bsd/libpcap/dist/msdos/ |
| pkt_rx0.asm | 6 jumps
|
| /src/distrib/sets/ |
| fmt-list | 297 -- To avoid horizontal jumps for the category column, the minimum column is
|
| /src/sys/external/bsd/sljit/dist/sljit_src/ |
| sljitLir.h | 308 struct sljit_jump *jumps; member in struct:sljit_compiler 1132 jumps but destroy all flags for calls. */ 1171 Flags: does not modify flags for unconditional jumps but
|
| /src/external/lgpl3/gmp/dist/mpn/x86_64/coreibwl/ |
| mullo_basecase.asm | 49 C * Rearrange feed-in jumps for short branch forms.
|
| /src/external/lgpl3/gmp/dist/mpn/x86_64/zen/ |
| mullo_basecase.asm | 47 C * Rearrange feed-in jumps for short branch forms.
|
| /src/external/gpl3/binutils/dist/binutils/ |
| objdump.c | 136 static bool visualize_jumps = false; /* --visualize-jumps. */ 137 static bool color_output = false; /* --visualize-jumps=color. */ 138 static bool extended_color_output = false; /* --visualize-jumps=extended-color. */ 242 /* The list of detected jumps inside a function. */ 433 --visualize-jumps Visualize jumps by drawing ASCII art lines\n")); 435 --visualize-jumps=color Use colors in the ASCII art\n")); 437 --visualize-jumps=extended-color\n\ 440 --visualize-jumps=off Disable jump visualization\n")); 568 {"visualize-jumps", optional_argument, 0, OPTION_VISUALIZE_JUMPS} 3017 struct jump_info *jumps = NULL; local [all...] |