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

/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A Dassembly.h152 #define JMP(r) bx r macro
154 #define JMP(r) mov pc, r macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dassembly.h108 #define JMP(r) bx r macro
111 #define JMP(r) mov pc, r macro
/freebsd-11-stable/sys/i386/i386/
H A Dbpf_jit_machdep.h381 #define JMP(off32) do { \ macro
/freebsd-11-stable/sys/amd64/amd64/
H A Dbpf_jit_machdep.h436 #define JMP(off32) do { \ macro
/freebsd-11-stable/libexec/rtld-elf/sparc64/
H A Dreloc.c518 #define JMP 0x81c06000 /* jmpl %g1+%lo(0), %g0 */ macro
/freebsd-11-stable/contrib/libpcap/
H A Dgencode.c168 #define JMP(c) ((c)|BPF_JMP|BPF_K) macro
[all...]

Completed in 111 milliseconds