Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/arm/
H A Dudivsi3.S39 JMP(lr)
47 JMP(lr)
57 JMP(lr)
170 JMP (r2)
178 JMP(ip)
193 JMP(lr)
255 JMP(lr)
H A Dudivmodsi4.S107 JMP(ip)
154 JMP(lr)
159 JMP(lr)
164 JMP(lr)
172 JMP(lr)
H A Dclzsi2.S23 JMP(lr)
61 JMP(lr)
H A Dumodsi3.S99 JMP(ip)
142 JMP(lr)
150 JMP(lr)
H A Dclzdi2.S35 JMP(lr)
81 JMP(lr)
H A Daeabi_uidivmod.S35 JMP (r3)
39 JMP (lr)
H A Dcomparesf2.S168 JMP(lr)
247 JMP(lr)
H A Dbswapsi2.S31 JMP(lr)
H A Dbswapdi2.S39 JMP(lr)
H A Daeabi_idivmod.S32 JMP (r3)
H A Daeabi_cfcmp.S59 JMP(lr)
H A Daeabi_cdcmp.S59 JMP(lr)
/openbsd-src/regress/lib/libc/setjmp/
H A Djmptest.c51 #define JMP(b, v) longjmp(b, v) macro
57 #define JMP(b, v) _longjmp(b, v) macro
63 #define JMP(b, v) siglongjmp(b, v) macro
133 JMP(jb, i); in main()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ReturnThunks.cpp82 const MCInstrDesc &JMP = ST.getInstrInfo()->get(X86::TAILJMPd); in runOnMachineFunction() local
87 BuildMI(Ret->getParent(), Ret->getDebugLoc(), JMP) in runOnMachineFunction()
/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp117 if (I->getOpcode() != MSP430::JMP && in removeBranch()
193 if (I->getOpcode() == MSP430::JMP || I->getOpcode() == MSP430::Bi) { in analyzeBranch()
268 BuildMI(&MBB, DL, get(MSP430::JMP)).addMBB(TBB); in insertBranch()
279 BuildMI(&MBB, DL, get(MSP430::JMP)).addMBB(FBB); in insertBranch()
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Dmcore-opc.h25 RM, RQ, JSR, JMP, OBRa, OBRb, OBRc, OBR2, enumerator
66 { "jmp", JMP, 2, 0x00C0 },
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dmcore-opc.h25 RM, RQ, JSR, JMP, OBRa, OBRb, OBRc, OBR2, enumerator
66 { "jmp", JMP, 2, 0x00C0 },
/openbsd-src/libexec/ld.so/sparc64/
H A Drtld_machine.c347 #define JMP 0x81c06000 /* jmpl %g1+%lo(0), %g0 <-- simm13 */ macro
441 where2[0] = JMP | LOVAL(value); in _dl_reloc_plt()
461 where2[1] = JMP; in _dl_reloc_plt()
504 where2[2] = JMP | LOVAL(value); in _dl_reloc_plt()
527 where2[3] = JMP | LOVAL(value); in _dl_reloc_plt()
550 where2[4] = JMP | LOVAL(value); in _dl_reloc_plt()
/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/
H A Dassembly.h176 #define JMP(r) bx r macro
179 #define JMP(r) mov pc, r macro
189 JMP(ip)
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFInstrInfo.cpp190 if (I->getOpcode() == BPF::JMP) { in analyzeBranch()
234 BuildMI(&MBB, DL, get(BPF::JMP)).addMBB(TBB); in insertBranch()
252 if (I->getOpcode() != BPF::JMP) in removeBranch()
/openbsd-src/gnu/llvm/libunwind/src/
H A DUnwindRegistersRestore.S754 JMP(lr)
768 JMP(lr)
782 JMP(lr)
813 JMP(lr)
830 JMP(lr)
H A Dassembly.h278 #define JMP(r) bx r macro
280 #define JMP(r) mov pc, r
H A DUnwindRegistersSave.S782 JMP(lr)
796 JMP(lr)
810 JMP(lr)
/openbsd-src/lib/libpcap/
H A Dgencode.c62 #define JMP(c) ((c)|BPF_JMP|BPF_K) macro
478 b = new_block(JMP(BPF_JEQ)); in gen_cmp()
494 b = new_block(JMP(BPF_JGT)); in gen_cmp_gt()
639 b = new_block(JMP(BPF_JEQ)); in gen_cmp_nl()
790 b = new_block(JMP(BPF_JEQ)); in gen_uncond()
1536 b = new_block(JMP(BPF_JSET)); in gen_ipfrag()
1608 b = new_block(JMP(BPF_JEQ)); in gen_portatom()
2071 b = new_block(JMP(BPF_JEQ)); in gen_protochain()
2742 b = new_block(JMP(code)); in gen_relation()
2913 b = new_block(JMP(jm in gen_len()
[all...]
/openbsd-src/gnu/gcc/gcc/config/mmix/
H A Dcrti.asm89 JMP exit

123