/external/llvm/test/CodeGen/X86/ |
D | tailcall-disable.ll | 2 ; 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/ |
D | udivmodsi4.S | 116 JMP(ip) 163 JMP(lr) 168 JMP(lr) 173 JMP(lr) 181 JMP(lr)
|
D | comparesf2.S | 102 JMP(lr) 131 JMP(lr) 145 JMP(lr)
|
D | clzsi2.S | 30 JMP(lr) 74 JMP(lr)
|
D | umodsi3.S | 107 JMP(ip) 150 JMP(lr) 158 JMP(lr)
|
D | udivsi3.S | 113 JMP(ip) 159 JMP(lr) 167 JMP(lr)
|
D | clzdi2.S | 43 JMP(lr) 95 JMP(lr)
|
D | bswapsi2.S | 38 JMP(lr)
|
D | bswapdi2.S | 46 JMP(lr)
|
D | aeabi_cfcmp.S | 39 JMP(lr)
|
D | aeabi_cdcmp.S | 39 JMP(lr)
|
/external/llvm/lib/Target/BPF/ |
D | BPFInstrInfo.cpp | 102 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()
|
/external/compiler-rt/lib/builtins/ |
D | assembly.h | 79 #define JMP(r) bx r macro 82 #define JMP(r) mov pc, r macro 92 JMP(ip)
|
/external/libunwind_llvm/src/ |
D | UnwindRegistersRestore.S | 406 JMP(lr) 420 JMP(lr) 434 JMP(lr) 465 JMP(lr) 482 JMP(lr)
|
D | assembly.h | 91 #define JMP(r) bx r macro 93 #define JMP(r) mov pc, r macro
|
D | UnwindRegistersSave.S | 481 JMP(lr) 495 JMP(lr) 509 JMP(lr)
|
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/ |
D | MSP430InstrInfo.cpp | 115 if (I->getOpcode() != MSP430::JMP && in RemoveBranch() 204 if (I->getOpcode() == MSP430::JMP) { in AnalyzeBranch() 278 BuildMI(&MBB, DL, get(MSP430::JMP)).addMBB(TBB); in InsertBranch() 289 BuildMI(&MBB, DL, get(MSP430::JMP)).addMBB(FBB); in InsertBranch()
|
D | MSP430BranchSelector.cpp | 106 I->getOpcode() != MSP430::JMP) { in runOnMachineFunction() 144 if (I->getOpcode() == MSP430::JMP) { in runOnMachineFunction()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.cpp | 115 if (I->getOpcode() != MSP430::JMP && in RemoveBranch() 202 if (I->getOpcode() == MSP430::JMP) { in analyzeBranch() 276 BuildMI(&MBB, DL, get(MSP430::JMP)).addMBB(TBB); in InsertBranch() 287 BuildMI(&MBB, DL, get(MSP430::JMP)).addMBB(FBB); in InsertBranch()
|
D | MSP430BranchSelector.cpp | 109 I->getOpcode() != MSP430::JMP) { in runOnMachineFunction() 147 if (I->getOpcode() == MSP430::JMP) { in runOnMachineFunction()
|
/external/libpcap/ |
D | gencode.c | 178 #define JMP(c) ((c)|BPF_JMP|BPF_K) macro 1018 b = new_block(cstate, JMP(jtype)); in gen_ncmp() 1792 b = new_block(cstate, JMP(BPF_JEQ)); in gen_uncond() 2261 sjeq_avs_cookie = new_stmt(cstate, JMP(BPF_JEQ)); in gen_load_prism_llprefixlen() 2285 sjcommon = new_stmt(cstate, JMP(BPF_JA)); in gen_load_prism_llprefixlen() 2574 sjset_data_frame_1 = new_stmt(cstate, JMP(BPF_JSET)); in gen_load_802_11_header_len() 2582 sjset_data_frame_1->s.jt = sjset_data_frame_2 = new_stmt(cstate, JMP(BPF_JSET)); in gen_load_802_11_header_len() 2593 sjset_data_frame_2->s.jf = sjset_qos = new_stmt(cstate, JMP(BPF_JSET)); in gen_load_802_11_header_len() 2641 sjset_radiotap_flags_present = new_stmt(cstate, JMP(BPF_JSET)); in gen_load_802_11_header_len() 2653 sjset_radiotap_ext_present = new_stmt(cstate, JMP(BPF_JSET)); in gen_load_802_11_header_len() [all …]
|
/external/mesa3d/src/mesa/x86/ |
D | x86_cliptest.S | 123 JMP( LLBL(ctp4_clip_table_ready) ) 223 JMP( LLBL(ctp4_next) ) 298 JMP( LLBL(ctp4_np_clip_table_ready) )
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 240 if (I->getOpcode() == SystemZ::JMP) { in AnalyzeBranch() 307 if (I->getOpcode() != SystemZ::JMP && in RemoveBranch() 332 BuildMI(&MBB, DL, get(SystemZ::JMP)).addMBB(TBB); in InsertBranch() 344 BuildMI(&MBB, DL, get(SystemZ::JMP)).addMBB(FBB); in InsertBranch()
|
/external/valgrind/docs/internals/ |
D | tracking-fn-entry-exit.txt | 50 - 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/boringssl/src/ssl/test/runner/poly1305/ |
D | sum_amd64.s | 109 JMP multiply
|