Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/arm/
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_cdcmp.S55 JMP(lr)
H A Daeabi_cfcmp.S55 JMP(lr)
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ReturnThunks.cpp83 const MCInstrDesc &JMP = ST.getInstrInfo()->get(X86::TAILJMPd); in runOnMachineFunction() local
88 BuildMI(Ret->getParent(), Ret->getDebugLoc(), JMP) in runOnMachineFunction()
/freebsd/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/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/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/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/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()
2445 sjeq_avs_cookie = new_stmt(cstate, JMP(BPF_JEQ)); in gen_load_prism_llprefixlen()
2469 sjcommon = new_stmt(cstate, JMP(BPF_JA)); in gen_load_prism_llprefixlen()
2758 sjset_data_frame_1 = new_stmt(cstate, JMP(BPF_JSET)); in gen_load_802_11_header_len()
2766 sjset_data_frame_1->s.jt = sjset_data_frame_2 = new_stmt(cstate, JMP(BPF_JSET)); in gen_load_802_11_header_len()
2777 sjset_data_frame_2->s.jf = sjset_qos = new_stmt(cstate, JMP(BPF_JSET)); in gen_load_802_11_header_len()
2825 sjset_radiotap_flags_present = new_stmt(cstate, JMP(BPF_JSET)); in gen_load_802_11_header_len()
2837 sjset_radiotap_ext_present = new_stmt(cstate, JMP(BPF_JSET)); in gen_load_802_11_header_len()
[all …]
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersRestore.S744 JMP(r12)
746 JMP(lr)
H A Dassembly.h293 #define JMP(r) bx r macro
295 #define JMP(r) mov pc, r
H A DUnwindRegistersSave.S820 JMP(lr)
834 JMP(lr)
848 JMP(lr)
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFMCTargetDesc.cpp89 if (Inst.getOpcode() == BPF::JMP) in evaluateBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/Disassembler/
H A DMSP430Disassembler.cpp350 MI.setOpcode(MSP430::JMP); in getInstructionCJ()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRDevices.td37 // The device supports the `JMP k` and `CALL k` instructions.
39 "The device supports the `JMP` and "
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrControl.td17 /// JMP [~] JSR [x] NOP [x] RTD [!] RTR [ ]

12