HomeSort by: relevance | last modified time | path
    Searched refs:JMP (Results 1 - 13 of 13) 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/external/bsd/compiler_rt/dist/lib/builtins/arm/
clzsi2.S 30 JMP(lr)
74 JMP(lr)
bswapsi2.S 38 JMP(lr)
clzdi2.S 43 JMP(lr)
95 JMP(lr)
comparesf2.S 102 JMP(lr)
131 JMP(lr)
145 JMP(lr)
bswapdi2.S 46 JMP(lr)
udivmodsi4.S 54 * The code before JMP computes the correct shift I, so that
56 * At the time of JMP, ip := .Ldiv0block - 12 * I.
116 JMP(ip)
163 JMP(lr)
168 JMP(lr)
173 JMP(lr)
181 JMP(lr)
udivsi3.S 54 * The code before JMP computes the correct shift I, so that
56 * At the time of JMP, ip := .Ldiv0block - 12 * I.
113 JMP(ip)
159 JMP(lr)
167 JMP(lr)
umodsi3.S 52 * The code before JMP computes the correct shift I, so that
54 * At the time of JMP, ip := .Ldiv0block - 8 * I.
107 JMP(ip)
150 JMP(lr)
158 JMP(lr)
aeabi_cdcmp.S 39 JMP(lr)
aeabi_cfcmp.S 40 JMP(lr)
  /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 18 milliseconds