Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/projects/libunwind/src/
HDassembly.h74 #define JMP(r) bx r macro
76 #define JMP(r) mov pc, r macro
/NextBSD/contrib/compiler-rt/lib/builtins/
HDassembly.h69 #define JMP(r) bx r macro
72 #define JMP(r) mov pc, r macro
/NextBSD/libexec/rtld-elf/sparc64/
HDreloc.c519 #define JMP 0x81c06000 /* jmpl %g1+%lo(0), %g0 */ macro
/NextBSD/sys/i386/i386/
HDbpf_jit_machdep.h381 #define JMP(off32) do { \ macro
/NextBSD/sys/amd64/amd64/
HDbpf_jit_machdep.h436 #define JMP(off32) do { \ macro
/NextBSD/contrib/libpcap/
HDgencode.c128 #define JMP(c) ((c)|BPF_JMP|BPF_K) macro
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86ISelLowering.cpp16541 const unsigned char JMP = 0xE9; // jmp <32bit dst> opcode. in LowerINIT_TRAMPOLINE() local