Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dtailcall-disable.ll2 ; RUN: llc < %s | FileCheck --check-prefix=JMP %s
23 ; JMP-LABEL: test1:
24 ; JMP-NOT: ret
25 ; JMP: jmp helper # TAILCALL
38 ; JMP-LABEL: test2:
39 ; JMP-NOT: ret
40 ; JMP: jmp test2 # TAILCALL
H A Ddebugloc-no-line-0.ll7 ; CHECK: JMP{{.*}}%bb.4, debug-location ![[JUMPLOC:[0-9]+]]
11 ; CHECK: JMP{{.*}}debug-location ![[JUMPLOC]]
/llvm-project-15.0.7/llvm/test/MC/X86/
H A Dalign-branch-single.s2 …-x86-align-branch=jmp %s | llvm-objdump -d --no-show-raw-insn - | FileCheck %s --check-prefixes=JMP
19 # JMP: 1e: jne
31 # JMP: 60: jmp
43 # JMP: 9e: jmpq *%rax
56 # JMP: de: callq *%rax
69 # JMP: 11e: retq
83 # JMP: 15d: cmpq %rax, %rbp
84 # JMP: 160: je
/llvm-project-15.0.7/compiler-rt/lib/builtins/arm/
H A Dudivsi3.S39 JMP(lr)
47 JMP(lr)
57 JMP(lr)
170 JMP (r2)
178 JMP(ip)
193 JMP(lr)
255 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 Dclzdi2.S35 JMP(lr)
81 JMP(lr)
H A Daeabi_uidivmod.S35 JMP (r3)
39 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.S59 JMP(lr)
H A Daeabi_cdcmp.S59 JMP(lr)
/llvm-project-15.0.7/lld/test/ELF/lto/
H A Dwrap-2.ll10 ; RUN: llvm-objdump -d %t.bc-bc.so | FileCheck %s --check-prefixes=CHECK,JMP
16 ; RUN: llvm-objdump -d %t.bc-o.so | FileCheck %s --check-prefixes=CHECK,JMP
29 ; RUN: llvm-objdump -d %t.thin-thin.so | FileCheck %s --check-prefixes=CHECK,JMP
34 ; RUN: llvm-objdump -d %t.thin-o.so | FileCheck %s --check-prefixes=CHECK,JMP
48 ; JMP-NEXT: popq %rax
49 ; JMP-NEXT: jmp{{.*}}<bar>
/llvm-project-15.0.7/lld/test/COFF/
H A Dwrap-lto-2.ll28 ; RUN: llvm-objdump -d %t.bc-bc.exe | FileCheck %s --check-prefixes=CHECK,JMP
32 ; RUN: llvm-objdump -d %t.bc-obj.exe | FileCheck %s --check-prefixes=CHECK,JMP
40 ; RUN: llvm-objdump -d %t.thin-thin.exe | FileCheck %s --check-prefixes=CHECK,JMP
44 ; RUN: llvm-objdump -d %t.thin-obj.exe | FileCheck %s --check-prefixes=CHECK,JMP
54 ; JMP: jmp {{.*}}<__wrap_bar>
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ReturnThunks.cpp76 const MCInstrDesc &JMP = ST.getInstrInfo()->get(X86::TAILJMPd); in runOnMachineFunction() local
79 BuildMI(Ret->getParent(), Ret->getDebugLoc(), JMP) in runOnMachineFunction()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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)
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFInstrInfo.cpp188 if (I->getOpcode() == BPF::JMP) { in analyzeBranch()
232 BuildMI(&MBB, DL, get(BPF::JMP)).addMBB(TBB); in insertBranch()
250 if (I->getOpcode() != BPF::JMP) in removeBranch()
/llvm-project-15.0.7/llvm/test/tools/llvm-ml/
H A Djmp_short.asm9 JMP SHORT t1_label
/llvm-project-15.0.7/libunwind/src/
H A DUnwindRegistersRestore.S730 JMP(lr)
744 JMP(lr)
758 JMP(lr)
789 JMP(lr)
806 JMP(lr)
H A Dassembly.h278 #define JMP(r) bx r macro
280 #define JMP(r) mov pc, r
H A DUnwindRegistersSave.S822 JMP(lr)
836 JMP(lr)
850 JMP(lr)

12