/freebsd/sys/amd64/amd64/ |
H A D | apic_vector.S | 88 jmp 2f 101 jmp doreti 115 jmp doreti_iret 133 jmp doreti 142 jmp doreti 151 jmp doreti 163 jmp doreti 181 jmp ld_regs 191 jmp doreti 201 jmp doreti [all …]
|
H A D | exception.S | 110 jmp alltraps_noen_k 116 jmp alltraps_noen_u 129 jmp alltraps_noen_u 145 jmp alltraps_k 151 jmp alltraps_u 164 jmp alltraps_u 184 jmp alltraps_k 189 jmp alltraps_u 200 jmp alltraps_u 224 jmp alltraps_save_segs [all …]
|
/freebsd/sys/i386/i386/ |
H A D | apic_vector.S | 85 jmp 3f 99 jmp doreti 140 jmp doreti 155 jmp doreti 170 jmp doreti 188 jmp doreti 199 jmp doreti 209 jmp invltlb_ret 223 jmp invltlb_ret 237 jmp invltlb_ret [all …]
|
H A D | exception.S | 98 #define TRAP(a) pushl $(a) ; jmp alltraps 122 jmp irettraps 125 jmp irettraps 128 jmp irettraps 170 jmp upf_eax 187 jmp alltraps 226 jmp doreti 254 jmp 5f 259 jmp 5f 264 jmp [all...] |
H A D | sigtramp.S | 61 jmp 1b 78 jmp 1b 94 0: jmp 0b 112 1: jmp 1b
|
H A D | locore.S | 348 jmp 3f 357 jmp 3f 392 jmp 3f /* You may use Intel CPU. */ 405 jmp 3f 429 jmp 3f 435 jmp 3f
|
/freebsd/lib/libc/i386/string/ |
H A D | wmemchr.S | 68 jmp small 74 jmp found 76 jmp found 78 jmp found 80 jmp found 82 jmp found 84 jmp found 86 jmp found
|
/freebsd/contrib/bionic-x86_64-string/ |
H A D | sse2-memmove-slm.S | 120 jmp L(mm_return) 135 jmp L(mm_return) 158 jmp L(mm_return) 241 jmp L(mm_return) 252 jmp L(mm_return) 259 jmp L(mm_return) 266 jmp L(mm_return) 273 jmp L(mm_return) 280 jmp L(mm_return) 298 jmp L(mm_return) [all …]
|
H A D | ssse3-strcmp-slm.S | 141 jmp *%r10 /* jump to corresponding case */ 205 jmp L(loop_ashr_0) 289 jmp L(loop_ashr_1) 309 jmp L(gobble_ashr_1) 320 jmp L(aftertail) 406 jmp L(loop_ashr_2) 422 jmp L(gobble_ashr_2) 429 jmp L(aftertail) 516 jmp L(loop_ashr_3) 532 jmp L(gobble_ashr_3) [all …]
|
/freebsd/stand/i386/btx/btx/ |
H A D | btx.S | 180 jmp init.1 # Continue 314 jmp ex_noc # Divide error 316 jmp ex_noc # Debug 318 jmp ex_noc # Breakpoint 320 jmp ex_noc # Overflow 322 jmp ex_noc # BOUND range exceeded 324 jmp ex_noc # Invalid opcode 326 jmp ex_noc # Device not available 328 jmp except # Double fault 330 jmp except # Invalid TSS [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl_amd64.S | 51 jmp *(%rdx) 54 jmp *(%rdx) 56 jmp ASM_SYMBOL(setjmp) 93 jmp *(%rdx) 95 jmp ASM_SYMBOL(_setjmp) 149 jmp *(%rdx) 152 jmp *(%rdx) 154 jmp ASM_SYMBOL(sigsetjmp) 203 jmp *(%rdx)
|
/freebsd/lib/libc/amd64/string/ |
H A D | strcat.S | 42 jmp .Lscan_align 61 jmp .Lcopy 66 jmp .Lcopy 71 jmp .Lcopy 76 jmp .Lcopy 81 jmp .Lcopy 86 jmp .Lcopy 91 jmp .Lcopy
|
/freebsd/sys/crypto/openssl/amd64/ |
H A D | aesni-x86_64.S | 295 jmp .Lenc_loop6_enter 351 jmp .Ldec_loop6_enter 408 jmp .Lenc_loop8_inner 474 jmp .Ldec_loop8_inner 548 jmp .Lecb_enc_loop8_enter 618 jmp .Lecb_ret 633 jmp .Lecb_ret 639 jmp .Lecb_ret 646 jmp .Lecb_ret 654 jmp .Lecb_ret [all …]
|
H A D | x86_64-mont.S | 23 jmp .Lmul4x_enter 60 jmp .Lmul_page_walk_done 96 jmp .L1st_enter 137 jmp .Louter 160 jmp .Linner_enter 295 jmp .Lmul4x_page_walk_done 345 jmp .L1st4x 485 jmp .Linner4x 652 jmp .Lcopy4x 736 jmp .Lsqr8x_sp_done [all …]
|
/freebsd/sys/amd64/ia32/ |
H A D | ia32_sigtramp.S | 82 jmp 1b 97 jmp 1b 113 jmp 1b 136 1: jmp 1b
|
/freebsd/crypto/openssl/crypto/ |
H A D | x86cpuid.pl | 89 &jmp (&label("generic")); 230 &jmp (&label("spin")); 313 &jmp (&label("lot")); 376 &jmp (&label("loop")); 422 &jmp (&label("loop2")); 469 &jmp (&label("done")); 480 &jmp (&label("loop"));
|
/freebsd/sys/i386/linux/ |
H A D | linux_locore.asm | 46 0: jmp 0b 79 0: jmp 0b 89 0: jmp 0b 98 0: jmp 0b
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_locore.asm | 47 0: jmp 0b 81 0: jmp 0b 93 0: jmp 0b 104 0: jmp 0b
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrControl.td | 63 "jmp\t$dst", [(br bb:$dst)]>; 66 "jmp\t$dst", []>, OpSize16; 68 "jmp\t$dst", []>, OpSize32; 110 def JMP16r : I<0xFF, MRM4r, (outs), (ins GR16:$dst), "jmp{w}\t{*}$dst", 113 def JMP16m : I<0xFF, MRM4m, (outs), (ins i16mem:$dst), "jmp{w}\t{*}$dst", 117 def JMP32r : I<0xFF, MRM4r, (outs), (ins GR32:$dst), "jmp{l}\t{*}$dst", 120 def JMP32m : I<0xFF, MRM4m, (outs), (ins i32mem:$dst), "jmp{l}\t{*}$dst", 124 def JMP64r : I<0xFF, MRM4r, (outs), (ins GR64:$dst), "jmp{q}\t{*}$dst", 127 def JMP64m : I<0xFF, MRM4m, (outs), (ins i64mem:$dst), "jmp{q}\t{*}$dst", 135 "rex64 jmp{q}\t{*}$dst", []>, Sched<[WriteJump]>; [all …]
|
/freebsd/sys/crypto/openssl/i386/ |
H A D | aesni-x86.S | 316 jmp .L008_aesni_encrypt6_inner 375 jmp .L010_aesni_decrypt6_inner 446 jmp .L015ecb_enc_loop6_enter 497 jmp .L012ecb_ret 512 jmp .L012ecb_ret 518 jmp .L012ecb_ret 525 jmp .L012ecb_ret 533 jmp .L012ecb_ret 548 jmp .L023ecb_dec_loop6_enter 599 jmp .L012ecb_ret [all …]
|
H A D | x86cpuid.S | 81 jmp .L002generic 231 jmp .L014spin 335 jmp .L019lot 411 jmp .L027loop 470 jmp .L030loop2 521 jmp .L032done 532 jmp .L033loop 569 jmp .L036done 580 jmp .L037loop 696 jmp .L002generic [all …]
|
/freebsd/crypto/openssl/crypto/aes/asm/ |
H A D | aesni-x86.pl | 378 &jmp (&label("_aesni_${p}rypt6_inner")); 454 &jmp (&label("ecb_enc_loop6_enter")); 509 jmp (&label("ecb_ret")); 517 &jmp (&label("ecb_ret")); 523 &jmp (&label("ecb_ret")); 530 &jmp (&label("ecb_ret")); 538 &jmp (&label("ecb_ret")); 554 &jmp (&label("ecb_dec_loop6_enter")); 609 &jmp (&label("ecb_ret")); 617 &jmp (&label("ecb_ret")); [all …]
|
H A D | vpaes-x86.pl | 206 &jmp (&label("enc_entry")); 298 &jmp (&label("dec_entry")); 396 &jmp (&label("schedule_go")); 427 &jmp (&label("loop_schedule_128")); 463 &jmp (&label("loop_schedule_192")); 497 &jmp (&label("loop_schedule_256")); 703 &jmp (&label("schedule_mangle_both")); 876 &jmp (&label("cbc_enc_loop")); 889 &jmp (&label("cbc_done"));
|
/freebsd/lib/libsys/i386/ |
H A D | vfork.S | 42 jmp *%ecx 45 jmp HIDENAME(cerror)
|
/freebsd/lib/libsys/amd64/ |
H A D | vfork.S | 42 jmp *%rsi 45 jmp HIDENAME(cerror)
|