Home
last modified time | relevance | path

Searched defs:JMP (Results 1 – 11 of 11) sorted by relevance

/openbsd/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/gnu/llvm/llvm/lib/Target/X86/
H A DX86ReturnThunks.cpp82 const MCInstrDesc &JMP = ST.getInstrInfo()->get(X86::TAILJMPd); in runOnMachineFunction() local
H A DX86ISelLowering.cpp29038 const unsigned char JMP = 0xE9; // jmp <32bit dst> opcode. in LowerINIT_TRAMPOLINE() local
/openbsd/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/gnu/usr.bin/binutils/opcodes/
H A Dmcore-opc.h25 RM, RQ, JSR, JMP, OBRa, OBRb, OBRc, OBR2, enumerator
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dmcore-opc.h25 RM, RQ, JSR, JMP, OBRa, OBRb, OBRc, OBR2, enumerator
/openbsd/gnu/llvm/libunwind/src/
H A Dassembly.h278 #define JMP(r) bx r macro
/openbsd/libexec/ld.so/sparc64/
H A Drtld_machine.c347 #define JMP 0x81c06000 /* jmpl %g1+%lo(0), %g0 <-- simm13 */ macro
/openbsd/gnu/usr.bin/binutils/include/opcode/
H A Dm88k.h298 #define JMP STD+4 macro
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dm88k.h299 #define JMP STD+4 macro
/openbsd/lib/libpcap/
H A Dgencode.c62 #define JMP(c) ((c)|BPF_JMP|BPF_K) macro