/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/arm/ |
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_cdcmp.S | 55 JMP(lr)
|
H A D | aeabi_cfcmp.S | 55 JMP(lr)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ReturnThunks.cpp | 83 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 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/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/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/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/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() 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 D | UnwindRegistersRestore.S | 744 JMP(r12) 746 JMP(lr)
|
H A D | assembly.h | 293 #define JMP(r) bx r macro 295 #define JMP(r) mov pc, r
|
H A D | UnwindRegistersSave.S | 820 JMP(lr) 834 JMP(lr) 848 JMP(lr)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/ |
H A D | BPFMCTargetDesc.cpp | 89 if (Inst.getOpcode() == BPF::JMP) in evaluateBranch()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/Disassembler/ |
H A D | MSP430Disassembler.cpp | 350 MI.setOpcode(MSP430::JMP); in getInstructionCJ()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRDevices.td | 37 // 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 D | M68kInstrControl.td | 17 /// JMP [~] JSR [x] NOP [x] RTD [!] RTR [ ]
|