Searched defs:JMP (Results 1 - 3 of 3) sorted by relevance
| /src/sys/arch/sparc/include/ | ||
| H A D | elf_support.h | 36 const unsigned int JMP = 0x81c06000U; /* jmpl %g1+%lo(0), %g0 */ local in function:sparc_write_branch |
| /src/sys/arch/sparc64/include/ | ||
| H A D | elf_support.h | 45 const unsigned int JMP = 0x81c06000U; /* jmpl %g1+%lo(0), %g0 */ local in function:sparc_write_branch |
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ | ||
| H A D | assembly.h | 69 #define JMP(r) bx r macro 72 #define JMP(r) mov pc, r macro |
Completed in 5 milliseconds