HomeSort by: relevance | last modified time | path
    Searched refs:JMP (Results 1 - 25 of 83) sorted by relevancy

1 2 3 4

  /src/external/gpl3/gdb/dist/sim/testsuite/example-synacor/
jmp.s 1 # check the JMP insn.
7 JMP 3
ret.s 7 JMP 13
mem.s 7 JMP 14
16 # Change the first JMP to skip HALT and hit the pass.
25 JMP 0
mod.s 7 JMP 3
mult.s 7 JMP 3
not.s 7 JMP 3
add.s 7 JMP 3
and.s 7 JMP 3
or.s 7 JMP 3
push-pop.s 7 JMP 3
  /src/external/gpl3/gdb.old/dist/sim/testsuite/example-synacor/
jmp.s 1 # check the JMP insn.
7 JMP 3
ret.s 7 JMP 13
mem.s 7 JMP 14
16 # Change the first JMP to skip HALT and hit the pass.
25 JMP 0
mod.s 7 JMP 3
mult.s 7 JMP 3
not.s 7 JMP 3
  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
c_progctrl_jump_pcpr.s 15 JMP:
17 // jump JMP;
25 JUMP.S JMP;
30 JUMP.S JMP;
35 JUMP.S JMP;
40 JUMP.S JMP;
45 JUMP.S JMP;
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
c_progctrl_jump_pcpr.s 15 JMP:
17 // jump JMP;
25 JUMP.S JMP;
30 JUMP.S JMP;
35 JUMP.S JMP;
40 JUMP.S JMP;
45 JUMP.S JMP;
  /src/external/gpl3/gcc/dist/libgcc/config/nios2/
tramp.c 31 jmp r2
42 #define JMP(reg) \
50 #define JMP(reg) \
68 addr[4] = JMP (2);
  /src/external/gpl3/gcc.old/dist/libgcc/config/nios2/
tramp.c 31 jmp r2
42 #define JMP(reg) \
50 #define JMP(reg) \
68 addr[4] = JMP (2);
  /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)
  /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...]

Completed in 26 milliseconds

1 2 3 4