HomeSort by: relevance | last modified time | path
    Searched defs:JMP (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/sparc/include/
elf_support.h 36 const unsigned int JMP = 0x81c06000U; /* jmpl %g1+%lo(0), %g0 */
55 * jmp %g1+%lo(value)
57 where[1] = JMP | LOVAL(value, 0);
  /src/sys/arch/sparc64/include/
elf_support.h 45 const unsigned int JMP = 0x81c06000U; /* jmpl %g1+%lo(0), %g0 */
74 * jmp %g1+%lo(value)
76 where[1] = JMP | LOVAL(value, 0);
88 * jmp %g1
90 where[2] = JMP;
123 * jmp %g1+%l44(addr)
127 where[3] = JMP | LOVAL(value, 0);
143 * jmp %g1+(addr&0x0fff)
149 where[4] = JMP | (value & 0x0fff);
166 * jmp %g1+%lo(addr
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
assembly.h 69 #define JMP(r) bx r
72 #define JMP(r) mov pc, r
82 JMP(ip)

Completed in 72 milliseconds