| /openbsd-src/gnu/llvm/compiler-rt/lib/builtins/arm/ |
| H A D | udivsi3.S | 39 JMP(lr) 47 JMP(lr) 57 JMP(lr) 170 JMP (r2) 178 JMP(ip) 193 JMP(lr) 255 JMP(lr)
|
| H A D | udivmodsi4.S | 107 JMP(ip) 154 JMP(lr) 159 JMP(lr) 164 JMP(lr) 172 JMP(lr)
|
| H A D | clzsi2.S | 23 JMP(lr) 61 JMP(lr)
|
| H A D | umodsi3.S | 99 JMP(ip) 142 JMP(lr) 150 JMP(lr)
|
| H A D | clzdi2.S | 35 JMP(lr) 81 JMP(lr)
|
| H A D | aeabi_uidivmod.S | 35 JMP (r3) 39 JMP (lr)
|
| H A D | comparesf2.S | 168 JMP(lr) 247 JMP(lr)
|
| H A D | bswapsi2.S | 31 JMP(lr)
|
| H A D | bswapdi2.S | 39 JMP(lr)
|
| H A D | aeabi_idivmod.S | 32 JMP (r3)
|
| H A D | aeabi_cfcmp.S | 59 JMP(lr)
|
| H A D | aeabi_cdcmp.S | 59 JMP(lr)
|
| /openbsd-src/regress/lib/libc/setjmp/ |
| H A D | jmptest.c | 51 #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 D | X86ReturnThunks.cpp | 82 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 D | MSP430InstrInfo.cpp | 117 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 D | mcore-opc.h | 25 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 D | mcore-opc.h | 25 RM, RQ, JSR, JMP, OBRa, OBRb, OBRc, OBR2, enumerator 66 { "jmp", JMP, 2, 0x00C0 },
|
| /openbsd-src/libexec/ld.so/sparc64/ |
| H A D | rtld_machine.c | 347 #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 D | assembly.h | 176 #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 D | BPFInstrInfo.cpp | 190 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 D | UnwindRegistersRestore.S | 754 JMP(lr) 768 JMP(lr) 782 JMP(lr) 813 JMP(lr) 830 JMP(lr)
|
| H A D | assembly.h | 278 #define JMP(r) bx r macro 280 #define JMP(r) mov pc, r
|
| H A D | UnwindRegistersSave.S | 782 JMP(lr) 796 JMP(lr) 810 JMP(lr)
|
| /openbsd-src/lib/libpcap/ |
| H A D | gencode.c | 62 #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 D | crti.asm | 89 JMP exit
|