/openbmc/linux/arch/x86/math-emu/ |
H A D | reg_round.S | 162 jmp L_bugged_denorm_486 166 jmp L_bugged_denorm /* There is no bug, just a bad control word */ 188 jmp L_bugged_round24 195 jmp LCheck_24_round_up 207 jmp L_Re_normalise 235 jmp LCheck_Round_Overflow 248 jmp L_Re_normalise 268 jmp L_bugged_round53 275 jmp LCheck_53_round_up 286 jmp L_Re_normalise [all …]
|
H A D | reg_u_sub.S | 86 jmp L_shift_done 105 jmp L_shift_done 111 jmp L_shift_done 123 jmp L_more_63_no_low 135 jmp L_more_63_no_low 142 jmp L_more_63_no_low 197 jmp fpu_reg_round 210 jmp L_exit 229 jmp fpu_reg_round /* Round the result */ 237 jmp L_error_exit [all …]
|
H A D | reg_u_add.S | 57 jmp L_accum_loaded 86 jmp L_shift_done 105 jmp L_shift_done 111 jmp L_shift_done 122 jmp L_more_63_no_low 149 jmp fpu_reg_round /* Round the result */ 160 jmp L_exit
|
H A D | wm_sqrt.S | 186 jmp sqrt_stage_2_finish 222 jmp sqrt_round_result 301 jmp sqrt_stage_3_finished 352 jmp fpu_reg_round 401 jmp sqrt_round_result 406 jmp sqrt_round_result 413 jmp sqrt_round_result 461 jmp sqrt_round_result 466 jmp sqrt_round_result 471 jmp sqrt_round_result
|
H A D | reg_u_div.S | 159 jmp LRound_precision /* Do the rounding as required */ 226 jmp LFirst_div_done 301 jmp LSecond_div_done 409 jmp LRound_ovfl 415 jmp LRound_ovfl 441 jmp fpu_reg_round 450 jmp L_exit 456 jmp L_exit 462 jmp L_exit
|
H A D | div_Xsig.S | 144 jmp LFirst_div_done 219 jmp LSecond_div_done 306 jmp LDo_3rd_div 353 jmp L_exit 359 jmp L_exit 365 jmp L_exit
|
/openbmc/u-boot/arch/x86/lib/fsp/ |
H A D | fsp_car.S | 19 jmp die 24 jmp find_fsp_header 40 jmp *%eax 61 jmp car_init_done 77 jmp car_init_ret 84 jmp die
|
/openbmc/linux/arch/x86/entry/ |
H A D | entry_64.S | 264 jmp __switch_to 301 jmp swapgs_restore_regs_and_return_to_usermode 359 jmp error_return 473 jmp paranoid_exit 553 jmp paranoid_exit 588 jmp paranoid_exit 656 jmp .Lnative_iret 774 jmp native_irq_return_iret 807 jmp 2b 843 jmp error_return [all …]
|
H A D | entry_32.S | 437 jmp .Lend_\@ 495 jmp .Lcopy_pt_regs_\@ 634 jmp handle_exception 648 jmp handle_exception_return 718 jmp __switch_to 899 jmp 1b 905 jmp .Lsysenter_flags_fixed 984 jmp handle_exception 1068 jmp .Lirq_return 1072 jmp restore_all_switch_stack [all …]
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | module_32.c | 291 ppc_inst_t jmp[4]; in module_trampoline_target() local 294 if (copy_inst_from_kernel_nofault(jmp, (void *)addr)) in module_trampoline_target() 296 if (__copy_inst_from_kernel_nofault(jmp + 1, (void *)addr + 4)) in module_trampoline_target() 298 if (__copy_inst_from_kernel_nofault(jmp + 2, (void *)addr + 8)) in module_trampoline_target() 300 if (__copy_inst_from_kernel_nofault(jmp + 3, (void *)addr + 12)) in module_trampoline_target() 304 if ((ppc_inst_val(jmp[0]) & 0xffff0000) != PPC_RAW_LIS(_R12, 0)) in module_trampoline_target() 306 if ((ppc_inst_val(jmp[1]) & 0xffff0000) != PPC_RAW_ADDI(_R12, _R12, 0)) in module_trampoline_target() 308 if (ppc_inst_val(jmp[2]) != PPC_RAW_MTCTR(_R12)) in module_trampoline_target() 310 if (ppc_inst_val(jmp[3]) != PPC_RAW_BCTR()) in module_trampoline_target() 313 addr = (ppc_inst_val(jmp[1]) & 0xffff) | ((ppc_inst_val(jmp[0]) & 0xffff) << 16); in module_trampoline_target()
|
/openbmc/u-boot/arch/x86/cpu/quark/ |
H A D | car.S | 29 jmp msg_port_write 36 jmp msg_port_write 40 jmp car_init_ret 72 jmp *%esp 104 jmp *%esp
|
/openbmc/linux/arch/x86/lib/ |
H A D | memmove_64.S | 80 jmp 1f 92 jmp 13f 110 jmp 13f 167 jmp 13f 179 jmp 13f 190 jmp 13f 201 jmp 13f
|
H A D | memmove_32.S | 82 jmp .Lmove_16B 92 jmp .Ldone 106 jmp .Ldone 158 jmp .Ldone 169 jmp .Ldone 180 jmp .Ldone
|
H A D | csum-copy_64.S | 207 jmp .L1 232 jmp .Laligned 246 jmp 1b 250 jmp .Lout 255 jmp .Lout
|
/openbmc/u-boot/arch/x86/cpu/ |
H A D | start.S | 52 jmp 1f 91 jmp early_board_init 97 jmp car_init 171 jmp die 195 jmp die
|
/openbmc/linux/arch/x86/xen/ |
H A D | xen-asm.S | 151 jmp \name 195 jmp early_idt_handler_array + i*EARLY_IDT_HANDLER_SIZE 251 jmp xen_iret 284 jmp entry_SYSCALL_64_after_hwframe 304 jmp entry_SYSCALL_compat_after_hwframe 326 jmp entry_SYSENTER_compat_after_hwframe
|
/openbmc/linux/arch/x86/kernel/ |
H A D | head_64.S | 118 jmp 1f 228 jmp *%rax 250 jmp .Lsetup_cpu 271 jmp .Lread_apicid_msr 280 jmp .Llookup_AP 308 jmp 1b 471 jmp .Ljump_to_C_code 532 jmp early_idt_handler_common 573 jmp restore_regs_and_return_to_kernel
|
H A D | relocate_kernel_64.S | 157 jmp 1f 271 jmp 1f 282 jmp 0b 288 jmp 0b 292 jmp 3f 317 jmp 0b
|
H A D | relocate_kernel_32.S | 131 jmp 1f 234 jmp 1f 244 jmp 0b 250 jmp 0b 254 jmp 3f 279 jmp 0b
|
/openbmc/linux/arch/csky/abiv2/ |
H A D | mcount.S | 46 jmp t1 64 jmp t1 91 jmp lr 138 jmp t1 181 jmp lr
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | test-i386-code16.S | 30 jmp 1f 64 jmp myjmp1_next 68 jmp myjmp2_next
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | mem_encrypt.S | 46 jmp .Lsev_exit 90 jmp 1b 144 jmp .Ldone 176 jmp .Lfail 292 jmp 4f 296 jmp 3b
|
/openbmc/u-boot/arch/riscv/include/asm/ |
H A D | setjmp.h | 22 int setjmp(jmp_buf jmp); 23 void longjmp(jmp_buf jmp, int ret);
|
/openbmc/u-boot/arch/sandbox/include/asm/ |
H A D | setjmp.h | 32 int setjmp(jmp_buf jmp); 33 __noreturn void longjmp(jmp_buf jmp, int ret);
|
/openbmc/linux/arch/mips/net/ |
H A D | bpf_jit_comp64.c | 644 u8 alu, jmp; in build_insn() local 922 setup_jmp_r(ctx, dst == src, BPF_OP(code), off, &jmp, &rel); in build_insn() 925 emit_jmp_r(ctx, MIPS_R_T4, MIPS_R_T5, rel, jmp); in build_insn() 926 if (finish_jmp(ctx, jmp, off) < 0) in build_insn() 953 setup_jmp_i(ctx, imm, 32, BPF_OP(code), off, &jmp, &rel); in build_insn() 955 if (valid_jmp_i(jmp, imm)) { in build_insn() 956 emit_jmp_i(ctx, MIPS_R_T4, imm, rel, jmp); in build_insn() 960 emit_jmp_r(ctx, MIPS_R_T4, MIPS_R_T5, rel, jmp); in build_insn() 962 if (finish_jmp(ctx, jmp, off) < 0) in build_insn() 989 setup_jmp_r(ctx, dst == src, BPF_OP(code), off, &jmp, &rel); in build_insn() [all …]
|