Searched refs:jmp (Results 76 - 100 of 110) sorted by relevance

12345

/macosx-10.10/WebCore-7600.1.25/platform/win/
H A Dmakesafeseh.asm42 jmp exceptionHandler@16
/macosx-10.10/OpenSSL098-52/src/crypto/perlasm/
H A Dx86unix.pl176 sub main'jmp { &out1("jmp",@_); }
177 sub main'jmp_ptr { &out1p("jmp",@_); }
698 jmp .Linitalign
719 jmp $under$f
/macosx-10.10/OpenSSL098-52/src/crypto/sha/asm/
H A Dsha512-x86_64.pl210 jmp .Lloop
223 jmp .Lrounds_16_xx
/macosx-10.10/libunwind-35.3/testsuite/
H A Dunwind_test_x86_64_unusual.s91 jmp L33
109 jmp L34
H A Dunwind_test_x86_64.s51 jmp L3
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djmemdosa.asm163 jmp short read_err
201 jmp short write_err
236 jmp short xmsavail_done
321 jmp short avail_done
/macosx-10.10/vim-55/runtime/syntax/
H A Dasmh8300.vim47 syn keyword asmOpcode "das" "eepmov" "eepmovw" "inc" "jmp" "jsr" "ldc" "movfpe"
H A Dmmix.vim108 syn keyword mmixOpcode jmp pushj geta put
/macosx-10.10/OpenSSL098-52/src/crypto/bn/asm/
H A Dx86_64-mont.pl176 jmp .Lsub
/macosx-10.10/OpenSSL098-52/src/crypto/des/asm/
H A Ddes-586.pl94 &jmp(&label("end"));
/macosx-10.10/xnu-2782.1.97/osfmk/x86_64/
H A Dlocore.s173 jmp EXT(return_from_trap)
/macosx-10.10/zlib-55/zlib/contrib/masmx64/
H A Dgvmat64.asm359 jmp LookupLoopIsZero
449 jmp short LenMaximum
490 jmp LookupLoop
508 jmp LookupLoop
/macosx-10.10/zlib-55/zlib/contrib/masmx86/
H A Dmatch686.asm299 jmp short LoopEntry
378 jmp short LenMaximum
407 jmp LookupLoop
426 jmp LookupLoop
/macosx-10.10/objc4-646/runtime/
H A Da1a2-blocktramps-i386.s43 jmp *12(%ecx) // tail to block->invoke
H A Da1a2-blocktramps-x86_64.s41 jmp *16(%rdi)
H A Da2a3-blocktramps-i386.s43 jmp *12(%ecx) // tail to block->invoke
H A Da2a3-blocktramps-x86_64.s42 jmp *16(%rsi)
/macosx-10.10/cxxfilt-11/cxxfilt/include/opcode/
H A Davr.h91 h - absolute code address (call, jmp)
231 AVR_INSN (jmp, "h", "1001010hhhhh110h", 2, AVR_ISA_MEGA, 0x940c)
/macosx-10.10/msdosfs-209.1.1/newfs_msdos.tproj/
H A Dnewfs_msdos.c158 u_int8_t jmp[3]; /* bootstrap entry point */ member in struct:bs
259 0xeb, 0xf5, /* jmp $ - 9 */
915 mk1(bs->jmp[0], 0xeb);
916 mk1(bs->jmp[1], x1 - 2);
917 mk1(bs->jmp[2], 0x90);
/macosx-10.10/JavaScriptCore-7600.1.17/assembler/
H A DMacroAssemblerSH4.h1568 Jump jmp = branchTest32(cond, addressTempRegister, mask); local
1570 return jmp;
1577 Jump jmp = branchTest32(cond, addressTempRegister, mask); local
1579 return jmp;
1587 Jump jmp = branchTest32(cond, addressTempRegister, mask); local
1589 return jmp;
1606 Jump jmp = branch32(cond, addressTempRegister, right); local
1608 return jmp;
1615 Jump jmp = branch32(cond, addressTempRegister, right); local
1617 return jmp;
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Deval.c78 jmp_buf jmp; member in struct:catchtag
1225 if (! _setjmp (c.jmp))
1294 _longjmp (catch->jmp, 1);
1410 if (_setjmp (c.jmp))
1474 if (_setjmp (c.jmp))
1522 if (_setjmp (c.jmp))
1573 if (_setjmp (c.jmp))
/macosx-10.10/Csu-85/
H A Dstart.s177 jmp Lapple2
224 bx ip // jmp exit()
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dmmix-opc.c310 {"jmp", Z (0xf0), OP (jmp), B},
/macosx-10.10/JavaScriptCore-7600.1.17/llint/
H A DLowLevelInterpreter.asm536 jmp t0
605 jmp slowCase
1035 jmp .afterWatchdogTimerCheck
1037 jmp _llint_throw_from_slow_path_trampoline
/macosx-10.10/ksh-23/ksh/src/lib/libast/vmalloc/
H A Dvmhdr.h224 jmp_buf jmp; member in union:_align_u

Completed in 313 milliseconds

12345