Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dudivsi3.S40 JMP(lr)
48 JMP(lr)
58 JMP(lr)
171 JMP (r2)
179 JMP(ip)
194 JMP(lr)
256 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 Daeabi_uidivmod.S35 JMP (r3)
39 JMP (lr)
H A Dclzdi2.S35 JMP(lr)
81 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.S55 JMP(lr)
H A Daeabi_cdcmp.S55 JMP(lr)
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/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()
H A DMSP430BranchSelector.cpp124 if (MI->getOpcode() != MSP430::JCC && MI->getOpcode() != MSP430::JMP) { in expandBranches()
/freebsd-14.2/contrib/llvm-project/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)
/freebsd-14.2/sys/i386/i386/
H A Dbpf_jit_machdep.h399 #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 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()
/freebsd-14.2/contrib/llvm-project/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.S820 JMP(lr)
834 JMP(lr)
848 JMP(lr)
/freebsd-14.2/sys/amd64/amd64/
H A Dbpf_jit_machdep.h454 #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 Dgencode.c155 #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 DBPFMCTargetDesc.cpp86 if (Inst.getOpcode() == BPF::JMP) in evaluateBranch()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/Disassembler/
H A DMSP430Disassembler.cpp350 MI.setOpcode(MSP430::JMP); in getInstructionCJ()

12