Home
last modified time | relevance | path

Searched refs:jumps (Results 1 – 25 of 243) sorted by relevance

12345678910

/netbsd/src/external/bsd/tcpdump/dist/tests/
Dpgm_zmtp1v.out23 0x0010: 666f 7820 6a75 6d70 7320 6f76 6572 2074 fox.jumps.over.t
26 0x0040: 206a 756d 7073 206f 7665 7220 7468 6520 .jumps.over.the.
36 0x0020: 666f 7820 6a75 6d70 7320 6f76 6572 2074 fox.jumps.over.t
39 0x0050: 206a 756d 7073 206f 7665 7220 7468 6520 .jumps.over.the.
48 0x0020: 6272 6f77 6e20 666f 7820 6a75 6d70 7320 brown.fox.jumps.
Depgm_zmtp1v.out27 0x0010: 666f 7820 6a75 6d70 7320 6f76 6572 2074 fox.jumps.over.t
30 0x0040: 206a 756d 7073 206f 7665 7220 7468 6520 .jumps.over.the.
43 0x0050: 726f 776e 2066 6f78 206a 756d 7073 206f rown.fox.jumps.o
53 0x0030: 6272 6f77 6e20 666f 7820 6a75 6d70 7320 brown.fox.jumps.
Dzmtp1.out49 0x0010: 666f 7820 6a75 6d70 7320 6f76 6572 2074 fox.jumps.over.t
52 0x0040: 206a 756d 7073 206f 7665 7220 7468 6520 .jumps.over.the.
/netbsd/src/external/lgpl3/gmp/dist/mpn/x86/k7/
DREADME94 Computed jumps into the unrolling are used to handle sizes not a multiple of
101 computed jumps and a ret is always done, rather than an addl $4,%esp or a
105 Branch prediction, in absence of any history, will guess forward jumps are
106 not taken and backward jumps are taken. Where possible it's arranged that
/netbsd/src/external/lgpl3/gmp/dist/mpn/x86/k6/
DREADME109 Sometimes computed jumps into the unrolling are used to handle sizes not a
116 computed jumps and a ret is always done, rather than an addl $4,%esp or a
121 Branch prediction, in absence of any history, will guess forward jumps are
122 not taken and backward jumps are taken. Where possible it's arranged that
194 - indirect jumps and calls are not branch predicted, they measure about 6
/netbsd/src/usr.bin/make/unit-tests/
Dvarmod-to-many-words.mk6 SENTENCE= The quick brown fox jumps over the lazy brown dog.
Dvarmod-to-one-word.mk6 SENTENCE= The quick brown fox jumps over the lazy brown dog.
/netbsd/src/sys/external/bsd/sljit/dist/
DAPI_CHANGES57 The sljit_set_target now supports those jumps, which
60 jumps.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/v850/
Dv850.opt137 mlong-jumps
139 Prohibit PC relative jumps.
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dcfg.texi268 These edges are used for unconditional or conditional jumps and in
269 RTL also for table jumps. They are the easiest to manipulate as they
321 @item computed jumps
324 Computed jumps contain edges to all labels in the function referenced
326 The edges used to represent computed jumps often cause compile time
328 and many computed jumps may have @emph{very} dense flow graphs, so
331 graphs by factoring computed jumps. For example, given the following
332 series of jumps,
346 factoring the computed jumps results in the following code sequence
366 computed jumps are un-factored in the later passes of the compiler
[all …]
Dpasses.texi684 Loop unswitching. This pass moves the conditional jumps that are invariant
797 jumps. No code transformation is actually applied here, but the
961 This pass removes unreachable code, simplifies jumps to next, jumps to
962 jump, jumps across jumps, etc. The pass is run multiple times.
1156 delay slots of other instructions, usually jumps and calls. The code
/netbsd/src/sys/net/
Dbpfjit.c320 grow_jumps(struct sljit_jump ***jumps, size_t *size) in grow_jumps() argument
334 memcpy(newptr, *jumps, old_size * elemsz); in grow_jumps()
335 BJ_FREE(*jumps, old_size * elemsz); in grow_jumps()
337 *jumps = newptr; in grow_jumps()
343 append_jump(struct sljit_jump *jump, struct sljit_jump ***jumps, in append_jump() argument
346 if (*size == *max_size && !grow_jumps(jumps, max_size)) in append_jump()
349 (*jumps)[(*size)++] = jump; in append_jump()
/netbsd/src/external/gpl3/binutils/dist/gas/doc/
Dc-i386.texi462 combination of @samp{jcc}, which aligns conditional jumps,
463 @samp{fused}, which aligns fused conditional jumps, @samp{jmp},
464 which aligns unconditional jumps, @samp{call} which aligns calls,
466 jumps and calls. The default is @option{-malign-branch=jcc+fused+jmp}.
478 This option aligns conditional jumps, fused conditional jumps and
479 unconditional jumps within 32 byte boundary with up to 5 segment prefixes
867 Immediate form long jumps and calls are
1400 jumps whenever the target is sufficiently close. If a byte displacement
1402 word (16-bit) displacement jumps in 32-bit mode (i.e. prefixing the jump
1685 conditional jumps will be promoted when necessary to a two instruction
[all …]
Dc-xtensa.texi119 Enable or disable transformation of jump instructions to allow jumps
122 potentially be out of range. In the absence of such jumps this option
387 jump instruction. @command{@value{AS}} cannot relax unconditional jumps.
454 contain intermediate jumps, or they may be inserted in the middle of code
514 This relaxation does not apply to jumps to undefined symbols, assuming they
/netbsd/src/external/gpl3/gcc/dist/gcc/config/m32r/
Dt-m32r21 # libraries. The only difference is that the large model can handle jumps
/netbsd/src/external/gpl3/binutils/dist/ld/emultempl/
Dmipself.em272 --compact-branches Generate compact branches/jumps for MIPS R6\n"
275 --no-compact-branches Generate delay slot branches/jumps for MIPS R6\n"
/netbsd/src/sys/arch/amiga/stand/bootblock/ppcboot/
DMakefile46 COPTIM= -Os -fomit-frame-pointer -fcse-follow-jumps -fcse-skip-blocks
/netbsd/src/sys/arch/amiga/stand/bootblock/boot/
DMakefile91 COPTIM= -Os -fomit-frame-pointer -fcse-follow-jumps -fcse-skip-blocks
/netbsd/src/sys/arch/amiga/stand/bootblock/bootxx_ffs/
DMakefile76 COPTIM= -Os -fomit-frame-pointer -fcse-follow-jumps -fcse-skip-blocks
/netbsd/src/external/lgpl3/gmp/dist/mpn/x86_64/fat/
Dfat_entry.asm81 dnl For DOS64, the jumps are 6 bytes. The same form works also for GNU/Linux
/netbsd/src/external/gpl3/gcc/dist/libgcc/config/mmix/
Dcrti.S58 % "Main" is the magic symbol the simulator jumps to. We want to go
/netbsd/src/external/bsd/libpcap/dist/msdos/
Dpkt_rx0.asm6 jumps
/netbsd/src/sys/arch/evbarm/nslu2/
DREADME64 and the image in segment 4 into SDRAM at 0x01000000. RedBoot then jumps to
/netbsd/src/external/gpl3/binutils/dist/binutils/
Dobjdump.c2953 struct jump_info *jumps = NULL; in disassemble_jumps() local
3044 jump_info_add_front (ji, &jumps); in disassemble_jumps()
3057 jump_info_merge (&jumps); in disassemble_jumps()
3059 jump_info_sort (&jumps); in disassemble_jumps()
3062 struct jump_info *last_jump = jumps; in disassemble_jumps()
3106 jump_info_move_linked (it, exchange_item, &jumps); in disassemble_jumps()
3123 return jumps; in disassemble_jumps()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/
D10000.md92 ;; Unsure if the brancher handles jumps and calls as well, but since

12345678910