| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/builtins/arm/ |
| H A D | udivsi3.S | 40 JMP(lr) 48 JMP(lr) 58 JMP(lr) 171 JMP (r2) 179 JMP(ip) 194 JMP(lr) 256 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 | aeabi_uidivmod.S | 35 JMP (r3) 39 JMP (lr)
|
| H A D | clzdi2.S | 35 JMP(lr) 81 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 | 55 JMP(lr)
|
| H A D | aeabi_cdcmp.S | 55 JMP(lr)
|
| /freebsd-14.2/contrib/llvm-project/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()
|
| /freebsd-14.2/contrib/llvm-project/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()
|
| H A D | MSP430BranchSelector.cpp | 124 if (MI->getOpcode() != MSP430::JCC && MI->getOpcode() != MSP430::JMP) { in expandBranches()
|
| /freebsd-14.2/contrib/llvm-project/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)
|
| /freebsd-14.2/sys/i386/i386/ |
| H A D | bpf_jit_machdep.h | 399 #define JMP(off32) do { \ macro 426 JMP(stream.refs[stream.bpf_pc + ins->jf] - \ 441 JMP(stream.refs[stream.bpf_pc + (off)] - \
|
| /freebsd-14.2/contrib/llvm-project/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()
|
| /freebsd-14.2/contrib/llvm-project/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 | 820 JMP(lr) 834 JMP(lr) 848 JMP(lr)
|
| /freebsd-14.2/sys/amd64/amd64/ |
| H A D | bpf_jit_machdep.h | 454 #define JMP(off32) do { \ macro 481 JMP(stream.refs[stream.bpf_pc + ins->jf] - \ 496 JMP(stream.refs[stream.bpf_pc + (off)] - \
|
| /freebsd-14.2/contrib/libpcap/ |
| H A D | gencode.c | 155 #define JMP(c) ((c)|BPF_JMP|BPF_K) macro 1127 b = new_block(cstate, JMP(jtype)); in gen_ncmp() 1927 b = new_block(cstate, JMP(BPF_JEQ)); in gen_uncond() 3035 b = new_block(cstate, JMP(BPF_JEQ)); in gen_ppi_dlt_check() 3824 b1 = new_block(cstate, JMP(BPF_JSET)); in gen_llc_i() 5612 b = new_block(cstate, JMP(BPF_JSET)); in gen_ipfrag() 6374 b = new_block(cstate, JMP(BPF_JEQ)); in gen_protochain() 7882 b = new_block(cstate, JMP(code)); in gen_relation_internal() 8120 b = new_block(cstate, JMP(jmp)); in gen_len() 8208 b = new_block(cstate, JMP(BPF_JEQ)); in gen_byteop() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/ |
| H A D | BPFMCTargetDesc.cpp | 86 if (Inst.getOpcode() == BPF::JMP) in evaluateBranch()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/Disassembler/ |
| H A D | MSP430Disassembler.cpp | 350 MI.setOpcode(MSP430::JMP); in getInstructionCJ()
|