Home
last modified time | relevance | path

Searched refs:JMP (Results 1 – 25 of 132) sorted by relevance

123456

/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Dc_progctrl_jump_pcpr.s15 JMP: label
25 JUMP.S JMP;
30 JUMP.S JMP;
35 JUMP.S JMP;
40 JUMP.S JMP;
45 JUMP.S JMP;
H A Dc_progctrl_call_pcpr.s16 JMP: label
18 JUMP.S JMP;
/netbsd-src/sys/arch/sparc64/include/
H A Delf_support.h45 const unsigned int JMP = 0x81c06000U; /* jmpl %g1+%lo(0), %g0 */ in sparc_write_branch() local
76 where[1] = JMP | LOVAL(value, 0); in sparc_write_branch()
90 where[2] = JMP; in sparc_write_branch()
127 where[3] = JMP | LOVAL(value, 0); in sparc_write_branch()
149 where[4] = JMP | (value & 0x0fff); in sparc_write_branch()
172 where[5] = JMP | LOVAL(value, 0); in sparc_write_branch()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/
H A Dudivmodsi4.S116 JMP(ip)
163 JMP(lr)
168 JMP(lr)
173 JMP(lr)
181 JMP(lr)
H A Dcomparesf2.S102 JMP(lr)
131 JMP(lr)
145 JMP(lr)
H A Dumodsi3.S107 JMP(ip)
150 JMP(lr)
158 JMP(lr)
H A Dclzsi2.S30 JMP(lr)
74 JMP(lr)
H A Dudivsi3.S113 JMP(ip)
159 JMP(lr)
167 JMP(lr)
H A Dclzdi2.S43 JMP(lr)
95 JMP(lr)
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/example-synacor/
H A Dmem.s7 JMP 14
16 # Change the first JMP to skip HALT and hit the pass.
25 JMP 0
H A Djmp.s1 # check the JMP insn.
7 JMP 3
H A Dret.s7 JMP 13
H A Dnot.s7 JMP 3
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/nios2/
H A Dtramp.c42 #define JMP(reg) \ macro
50 #define JMP(reg) \ macro
68 addr[4] = JMP (2); in __trampoline_setup()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/nios2/
H A Dtramp.c42 #define JMP(reg) \ macro
50 #define JMP(reg) \ macro
68 addr[4] = JMP (2); in __trampoline_setup()
/netbsd-src/sys/arch/sparc/include/
H A Delf_support.h36 const unsigned int JMP = 0x81c06000U; /* jmpl %g1+%lo(0), %g0 */ in sparc_write_branch() local
57 where[1] = JMP | LOVAL(value, 0); in sparc_write_branch()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dassembly.h69 #define JMP(r) bx r macro
72 #define JMP(r) mov pc, r macro
82 JMP(ip)
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/builtins/
H A Dassembly.h112 #define JMP(r) bx r macro
115 #define JMP(r) mov pc, r macro
125 JMP(ip)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp117 if (I->getOpcode() != MSP430::JMP && in removeBranch()
192 if (I->getOpcode() == MSP430::JMP) { in analyzeBranch()
268 BuildMI(&MBB, DL, get(MSP430::JMP)).addMBB(TBB); in insertBranch()
279 BuildMI(&MBB, DL, get(MSP430::JMP)).addMBB(FBB); in insertBranch()
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dmcore-opc.h27 RM, RQ, JSR, JMP, OBRa, OBRb, OBRc, OBR2, enumerator
68 { "jmp", JMP, 2, 0x00C0 },
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dmcore-opc.h27 RM, RQ, JSR, JMP, OBRa, OBRb, OBRc, OBR2, enumerator
68 { "jmp", JMP, 2, 0x00C0 },
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/builtins/
H A Dassembly.h170 #define JMP(r) bx r macro
173 #define JMP(r) mov pc, r macro
183 JMP(ip)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFInstrInfo.cpp188 if (I->getOpcode() == BPF::JMP) { in analyzeBranch()
233 BuildMI(&MBB, DL, get(BPF::JMP)).addMBB(TBB); in insertBranch()
251 if (I->getOpcode() != BPF::JMP) in removeBranch()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Drx-parse.h131 JMP = 332, /* JMP */ enumerator
300 #define JMP 332 macro
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Drx-parse.h131 JMP = 332, /* JMP */ enumerator
300 #define JMP 332 macro

123456