Searched defs:JMP (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/regress/lib/libc/setjmp/
H A Djmptest.c51 #define JMP(b, v) longjmp(b, v) macro
57 #define JMP(b, v) _longjmp(b, v) macro
63 #define JMP(b, v) siglongjmp(b, v) macro
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86ReturnThunks.cpp82 const MCInstrDesc &JMP = ST.getInstrInfo()->get(X86::TAILJMPd); local
/openbsd-current/gnu/llvm/libunwind/src/
H A Dassembly.h278 #define JMP(r) bx r macro
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dmcore-opc.h25 RM, RQ, JSR, JMP, OBRa, OBRb, OBRc, OBR2, enumerator in enum:__anon5087
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dmcore-opc.h25 RM, RQ, JSR, JMP, OBRa, OBRb, OBRc, OBR2, enumerator in enum:__anon5803
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Dassembly.h176 #define JMP(r) bx r macro
179 #define JMP(r) mov pc, r macro
/openbsd-current/libexec/ld.so/sparc64/
H A Drtld_machine.c347 #define JMP 0x81c06000 /* jmpl %g1+%lo(0), %g0 <-- simm13 */ macro
/openbsd-current/gnu/usr.bin/binutils/include/opcode/
H A Dm88k.h298 #define JMP STD+4 macro
/openbsd-current/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dm88k.h299 #define JMP STD+4 macro
/openbsd-current/lib/libpcap/
H A Dgencode.c62 #define JMP(c) ((c)|BPF_JMP|BPF_K) macro
[all...]

Completed in 206 milliseconds