Home
last modified time | relevance | path

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

12

/external/llvm/test/CodeGen/X86/
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
/external/compiler-rt/lib/builtins/arm/
Dudivmodsi4.S116 JMP(ip)
163 JMP(lr)
168 JMP(lr)
173 JMP(lr)
181 JMP(lr)
Dcomparesf2.S102 JMP(lr)
131 JMP(lr)
145 JMP(lr)
Dclzsi2.S30 JMP(lr)
74 JMP(lr)
Dumodsi3.S107 JMP(ip)
150 JMP(lr)
158 JMP(lr)
Dudivsi3.S113 JMP(ip)
159 JMP(lr)
167 JMP(lr)
Dclzdi2.S43 JMP(lr)
95 JMP(lr)
Dbswapsi2.S38 JMP(lr)
Dbswapdi2.S46 JMP(lr)
/external/llvm/lib/Target/BPF/
DBPFInstrInfo.cpp102 if (I->getOpcode() == BPF::JMP) { in AnalyzeBranch()
144 BuildMI(&MBB, DL, get(BPF::JMP)).addMBB(TBB); in InsertBranch()
159 if (I->getOpcode() != BPF::JMP) in RemoveBranch()
DBPFInstrInfo.td376 def JMP : BRANCH<0x0, "jmp", [(br bb:$BrDst)]>;
/external/libcxxabi/src/Unwind/
Dassembly.h74 #define JMP(r) bx r macro
76 #define JMP(r) mov pc, r macro
DUnwindRegistersSave.S327 JMP(lr)
339 JMP(lr)
351 JMP(lr)
DUnwindRegistersRestore.S341 JMP(lr)
/external/llvm/lib/Target/MSP430/
DMSP430InstrInfo.cpp115 if (I->getOpcode() != MSP430::JMP && in RemoveBranch()
201 if (I->getOpcode() == MSP430::JMP) { in AnalyzeBranch()
275 BuildMI(&MBB, DL, get(MSP430::JMP)).addMBB(TBB); in InsertBranch()
286 BuildMI(&MBB, DL, get(MSP430::JMP)).addMBB(FBB); in InsertBranch()
DMSP430BranchSelector.cpp108 I->getOpcode() != MSP430::JMP) { in runOnMachineFunction()
146 if (I->getOpcode() == MSP430::JMP) { in runOnMachineFunction()
DMSP430InstrInfo.td177 def JMP : CJForm<0, 0, (outs), (ins jmptarget:$dst),
/external/compiler-rt/lib/builtins/
Dassembly.h69 #define JMP(r) bx r macro
72 #define JMP(r) mov pc, r macro
/external/libpcap/
Dgencode.c130 #define JMP(c) ((c)|BPF_JMP|BPF_K) macro
758 b = new_block(JMP(jtype));
1702 b = new_block(JMP(BPF_JEQ));
2145 sjeq_avs_cookie = new_stmt(JMP(BPF_JEQ)); in gen_load_prism_llprefixlen()
2169 sjcommon = new_stmt(JMP(BPF_JA)); in gen_load_prism_llprefixlen()
2457 sjset_data_frame_1 = new_stmt(JMP(BPF_JSET)); in gen_load_802_11_header_len()
2465 sjset_data_frame_1->s.jt = sjset_data_frame_2 = new_stmt(JMP(BPF_JSET)); in gen_load_802_11_header_len()
2476 sjset_data_frame_2->s.jf = sjset_qos = new_stmt(JMP(BPF_JSET)); in gen_load_802_11_header_len()
2515 sjset_radiotap_flags = new_stmt(JMP(BPF_JSET)); in gen_load_802_11_header_len()
2528 new_stmt(JMP(BPF_JSET)); in gen_load_802_11_header_len()
[all …]
/external/mesa3d/src/mesa/x86/
Dx86_cliptest.S123 JMP( LLBL(ctp4_clip_table_ready) )
223 JMP( LLBL(ctp4_next) )
298 JMP( LLBL(ctp4_np_clip_table_ready) )
D3dnow_normal.S170 JMP ( LLBL (G3TN_exit_3dnow) )
299 JMP ( LLBL (G3TNNR_exit_3dnow) )
737 JMP ( LLBL (G3N_end1) )
Dassyntax.h498 #define JMP(a) CHOICE(jmp a, jmp a, jmp a) macro
1225 #define JMP(a) jmp a macro
/external/valgrind/docs/internals/
Dtracking-fn-entry-exit.txt50 - otherwise this is a JMP using a RET instruction (typically used in
66 mainly done to catch the JMP from PLT code.
165 This is only another way of saying "JMP addr", and doesn't add/remove any
168 this is a JMP between functions, let's say from B to C. Suppose B was called
/external/icu/icu4c/source/data/locales/
Dluo.txt108 "JMP",
/external/llvm/lib/Target/X86/
DREADME-X86-64.txt107 JMP mbb<bb2,0x203afb0>

12