Searched defs:JMP (Results 1 – 11 of 11) sorted by relevance
/openbsd/regress/lib/libc/setjmp/ |
H A D | jmptest.c | 51 #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/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ReturnThunks.cpp | 82 const MCInstrDesc &JMP = ST.getInstrInfo()->get(X86::TAILJMPd); in runOnMachineFunction() local
|
H A D | X86ISelLowering.cpp | 29038 const unsigned char JMP = 0xE9; // jmp <32bit dst> opcode. in LowerINIT_TRAMPOLINE() local
|
/openbsd/gnu/llvm/compiler-rt/lib/builtins/ |
H A D | assembly.h | 176 #define JMP(r) bx r macro 179 #define JMP(r) mov pc, r macro
|
/openbsd/gnu/usr.bin/binutils/opcodes/ |
H A D | mcore-opc.h | 25 RM, RQ, JSR, JMP, OBRa, OBRb, OBRc, OBR2, enumerator
|
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | mcore-opc.h | 25 RM, RQ, JSR, JMP, OBRa, OBRb, OBRc, OBR2, enumerator
|
/openbsd/gnu/llvm/libunwind/src/ |
H A D | assembly.h | 278 #define JMP(r) bx r macro
|
/openbsd/libexec/ld.so/sparc64/ |
H A D | rtld_machine.c | 347 #define JMP 0x81c06000 /* jmpl %g1+%lo(0), %g0 <-- simm13 */ macro
|
/openbsd/gnu/usr.bin/binutils/include/opcode/ |
H A D | m88k.h | 298 #define JMP STD+4 macro
|
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/ |
H A D | m88k.h | 299 #define JMP STD+4 macro
|
/openbsd/lib/libpcap/ |
H A D | gencode.c | 62 #define JMP(c) ((c)|BPF_JMP|BPF_K) macro
|