| /linux/arch/x86/lib/ |
| H A D | checksum_32.S | 56 jz 2f # Jump if alignment is ok. 58 jz 10f # Jump if alignment is boundary of 2 bytes. 71 jae 1f # Jump if we had at least two bytes. 283 jz 2f # Jump if alignment is ok. 285 jae 1f # Jump if we had at least two bytes.
|
| /linux/rust/syn/ |
| H A D | precedence.rs | 22 Jump, enumerator 59 pub(crate) const MIN: Self = Precedence::Jump; 107 ReturnType::Default => Precedence::Jump, in of() 115 Some(_) => Precedence::Jump, in of()
|
| H A D | fixup.rs | 415 return Precedence::Jump; in precedence() 660 let right_fixup = fixup.rightmost_subexpression_fixup(true, true, Precedence::Jump); in scan_right() 661 match scan_right(value, right_fixup, Precedence::Jump, 1, 1) { in scan_right() 677 fixup.rightmost_subexpression_fixup(true, false, Precedence::Jump); in scan_right() 678 match scan_right(e, right_fixup, Precedence::Jump, 1, 1) { in scan_right() 696 fixup.rightmost_subexpression_fixup(false, false, Precedence::Jump); in scan_right() 697 match scan_right(&e.body, right_fixup, Precedence::Jump, 1, 1) { in scan_right()
|
| H A D | expr.rs | 3466 fixup.rightmost_subexpression_fixup(true, true, Precedence::Jump), in print_expr_break() 3563 fixup.rightmost_subexpression_fixup(false, false, Precedence::Jump), in print_expr_closure() 3958 fixup.rightmost_subexpression_fixup(true, false, Precedence::Jump), in print_expr_return() 4093 fixup.rightmost_subexpression_fixup(true, false, Precedence::Jump), in print_expr_yield()
|
| /linux/Documentation/networking/ |
| H A D | filter.rst | 78 __u8 jt; /* Jump true */ 79 __u8 jf; /* Jump false */ 234 jmp 6 Jump to label 235 ja 6 Jump to label 236 jeq 7, 8, 9, 10 Jump on A == <x> 237 jneq 9, 10 Jump on A != <x> 238 jne 9, 10 Jump on A != <x> 239 jlt 9, 10 Jump on A < <x> 240 jle 9, 10 Jump on A <= <x> 241 jgt 7, 8, 9, 10 Jump on A > <x> [all …]
|
| /linux/arch/sh/lib/ |
| H A D | checksum.S | 52 bt 2f ! Jump if alignment is ok. 56 bt/s 1f ! Jump if we had at least two bytes. 177 bt 2f ! Jump if alignment is ok. 179 cmp/pz r6 ! Jump if we had at least two bytes.
|
| H A D | copy_page.S | 112 ! Jump to appropriate routine depending on dest
|
| /linux/arch/mips/include/asm/mach-cavium-octeon/ |
| H A D | kernel-entry-init.h | 91 # Jump the master to kernel_entry 135 # Jump to the normal Linux SMP entry point
|
| /linux/Documentation/bpf/ |
| H A D | clang-notes.rst | 23 Jump instructions
|
| H A D | linux-notes.rst | 15 Jump instructions
|
| /linux/Documentation/translations/zh_CN/staging/ |
| H A D | xz.rst | 19 压缩率的Branch/Call/Jump (BCJ)过滤器。
|
| /linux/arch/x86/boot/ |
| H A D | pmjump.S | 74 jmpl *%eax # Jump to the 32-bit entrypoint
|
| H A D | header.S | 599 # Jump to C code (should not return)
|
| /linux/arch/mips/cavium-octeon/ |
| H A D | octeon-memcpy.S | 228 # Jump here if there are less than 16*NBYTES left. 256 # Jump here if there are less than 8*NBYTES left. 275 # Jump here if there are less than 4*NBYTES left. This means
|
| /linux/arch/s390/boot/ |
| H A D | head_kdump.S | 47 lghi %r14,DATAMOVER_ADDR # Jump to copied data mover
|
| /linux/arch/arm/mach-omap2/ |
| H A D | sleep44xx.S | 323 b cpu_resume @ Jump to generic resume
|
| /linux/Documentation/staging/ |
| H A D | xz.rst | 12 the LZMA2 filter and optionally also Branch/Call/Jump (BCJ) filters
|
| /linux/kernel/ |
| H A D | Kconfig.kexec | 94 Jump between original kernel and kexeced kernel and invoke
|
| /linux/arch/m68k/fpsp040/ |
| H A D | round.S | 67 | Jump table indexed by rounding mode in d1.w. All following assumes 183 |Jump table for adding 1 to the l-bit indexed by rnd prec
|
| /linux/Documentation/trace/ |
| H A D | kprobes.rst | 169 How Does Jump Optimization Work? 606 On x86/x86-64, since the Jump Optimization of Kprobes modifies 625 JTPR: Jump Target Prohibition Region
|
| /linux/Documentation/bpf/standardization/ |
| H A D | instruction-set.rst | 484 Jump instructions 493 .. table:: Jump instructions
|
| /linux/Documentation/arch/x86/ |
| H A D | boot.rst | 196 0200/2 2.00+ jump Jump instruction
|