Home
last modified time | relevance | path

Searched refs:jmp (Results 51 – 75 of 179) sorted by relevance

12345678

/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dstrncat.S88 jmp .L2 / goto .L2 (%edi word aligned)
115 jmp .L7 / goto .L7
130 jmp .L7 / goto .L7
144 jmp .L4 / goto .L4
H A Dstrcat.S83 jmp .L2 / goto .L2 (%edi word aligned)
103 jmp .L5 / goto .L5
116 jmp .L5 / goto .L5 (%eax word aligned)
H A D_div64.S256 jmp .LL4
287 jmp .LL22
352 jmp .LL22
361 jmp .LL15
365 jmp .LL17
589 jmp .LL45
596 jmp .LL46
600 jmp .LL40
723 jmp .LL82
801 jmp .LL90
[all …]
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dladd.S52 jmp %o7+8 ! return
64 jmp %o7+12 ! return
H A Dlsub.S51 jmp %o7+8 ! return
63 jmp %o7+12 ! return
/illumos-gate/usr/src/cmd/mdb/intel/amd64/libstand/
H A Dsetjmp.S80 jmp *%rdx
115 jmp *%rdx
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Ddoor.S74 jmp __cerror; \
202 jmp door_restart
208 jmp __cerror
H A Dgetcontext.S109 jmp __cerror /* return (-1) */
129 jmp __cerror /* return (-1) */
/illumos-gate/usr/src/uts/i86xpv/ml/
H A Dhyperevent.S126 jmp _sys_rtt
150 jmp _sys_rtt_ints_disabled
/illumos-gate/usr/src/lib/libc/amd64/sys/
H A Dgetcontext.S109 jmp __cerror /* return (-1) */
128 jmp __cerror /* return (-1) */
H A Ddoor.S151 jmp door_restart
155 jmp __cerror
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dinterrupt.S86 jmp _sys_rtt_ints_disabled
132 jmp cmnint
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dsetjmp.S75 jmp *%rdx
100 jmp *%rdx
H A Dstrcat.S87 jmp .L2 / goto .L2 (%rdi quadword aligned)
106 jmp .L5 / goto .L5
119 jmp .L5 / goto .L5 (%rsi word aligned)
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Dboot_elf.S168 jmp .save_finish
179 jmp .save_finish
213 jmp .restore_finish
224 jmp .restore_finish
388 jmp .end_pltenter
483 ret / jmp to final destination
529 jmp .while_base / }
H A Dboot.S99 jmp .get_got
153 jmp *%rax
/illumos-gate/usr/src/boot/efi/loader/arch/amd64/
H A Dmultiboot_tramp.S90 jmp *%ecx
100 jmp *%esi /* jump to kernel */
H A Dexc.S41 jmp all_handlers
163 jmp 1b
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dasmacros.h102 #define ALTENTRY(name) GEN_ENTRY(name) ; MCOUNT ; MEXITCOUNT ; jmp 9f
104 jfalse 8f; MEXITCOUNT; jmp __CONCAT(to,label); 8:
106 ALIGN_TEXT; __CONCAT(to,label): ; MCOUNT; jmp label
/illumos-gate/usr/src/tools/smatch/src/
H A Dsparse-llvm.c773 struct multijmp *jmp; in output_op_switch() local
776 FOR_EACH_PTR(insn->multijmp_list, jmp) { in output_op_switch()
777 if (jmp->begin <= jmp->end) { in output_op_switch()
778 n_jmp += (jmp->end - jmp->begin) + 1; in output_op_switch()
780 def = jmp->target; in output_op_switch()
781 } END_FOR_EACH_PTR(jmp); in output_op_switch()
787 FOR_EACH_PTR(insn->multijmp_list, jmp) { in output_op_switch()
790 for (val = jmp->begin; val <= jmp->end; val++) { in output_op_switch()
792 LLVMAddCase(target, Val, jmp->target->priv); in output_op_switch()
794 } END_FOR_EACH_PTR(jmp); in output_op_switch()
H A Dlinearize.c382 struct multijmp *jmp; in show_instruction() local
384 FOR_EACH_PTR(insn->multijmp_list, jmp) { in show_instruction()
385 if (jmp->begin == jmp->end) in show_instruction()
386 buf += sprintf(buf, ", %lld -> %s", jmp->begin, show_label(jmp->target)); in show_instruction()
387 else if (jmp->begin < jmp->end) in show_instruction()
388 buf += sprintf(buf, ", %lld ... %lld -> %s", jmp->begin, jmp->end, show_label(jmp->target)); in show_instruction()
390 buf += sprintf(buf, ", default -> %s", show_label(jmp->target)); in show_instruction()
391 } END_FOR_EACH_PTR(jmp); in show_instruction()
395 struct multijmp *jmp; in show_instruction() local
397 FOR_EACH_PTR(insn->multijmp_list, jmp) { in show_instruction()
[all …]
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dlround.S88 jmp 1b
93 jmp 1b
H A Dlroundl.S88 jmp 1b
93 jmp 1b
/illumos-gate/usr/src/boot/i386/pmbr/
H A Dpmbr.s53 start: jmp real_code
82 jmp main-LOAD+EXEC # To relocated code
118 jmp LOAD # Jump to boot code
124 jmp load_boot
158 putstr.1: jmp putstr.1 # Await reset
/illumos-gate/usr/src/common/util/i386/
H A Dmuldiv.S302 jmp .LL4
333 jmp .LL22
398 jmp .LL22
407 jmp .LL15
411 jmp .LL17
635 jmp .LL45
642 jmp .LL46
646 jmp .LL40
769 jmp .LL82
847 jmp .LL90
[all …]

12345678