Searched refs:JMP (Results 1 – 25 of 31) sorted by relevance
12
/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 | 94 JMP(ip) 140 JMP(lr) 145 JMP(lr) 150 JMP(lr) 158 JMP(lr)
|
D | comparesf2.S | 102 JMP(lr) 131 JMP(lr) 145 JMP(lr)
|
D | clzsi2.S | 26 JMP(lr) 70 JMP(lr)
|
D | umodsi3.S | 88 JMP(ip) 130 JMP(lr) 138 JMP(lr)
|
D | udivsi3.S | 92 JMP(ip) 137 JMP(lr) 145 JMP(lr)
|
D | clzdi2.S | 39 JMP(lr) 91 JMP(lr)
|
D | bswapsi2.S | 34 JMP(lr)
|
D | bswapdi2.S | 42 JMP(lr)
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.cpp | 115 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()
|
D | MSP430BranchSelector.cpp | 107 I->getOpcode() != MSP430::JMP) { in runOnMachineFunction() 145 if (I->getOpcode() == MSP430::JMP) { in runOnMachineFunction()
|
/external/compiler-rt/lib/builtins/ |
D | assembly.h | 88 #define JMP(r) bx r macro 91 #define JMP(r) mov pc, r macro
|
/external/libpcap/ |
D | gencode.c | 130 #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/chromium_org/third_party/mesa/src/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) )
|
D | 3dnow_normal.S | 170 JMP ( LLBL (G3TN_exit_3dnow) ) 299 JMP ( LLBL (G3TNNR_exit_3dnow) ) 737 JMP ( LLBL (G3N_end1) )
|
/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) )
|
D | 3dnow_normal.S | 170 JMP ( LLBL (G3TN_exit_3dnow) ) 299 JMP ( LLBL (G3TNNR_exit_3dnow) ) 737 JMP ( LLBL (G3N_end1) )
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.cpp | 127 int BOpc = Hexagon::JMP; in InsertBranch() 216 if (AllowModify && I->getOpcode() == Hexagon::JMP && in AnalyzeBranch() 252 if (LastOpcode == Hexagon::JMP) { in AnalyzeBranch() 277 if (SecLastOpcodeHasJMP_c && (LastOpcode == Hexagon::JMP)) { in AnalyzeBranch() 288 if (SecLastOpcode == Hexagon::JMP && LastOpcode == Hexagon::JMP) { in AnalyzeBranch() 298 LastOpcode == Hexagon::JMP) { in AnalyzeBranch() 311 int BOpc = Hexagon::JMP; in RemoveBranch()
|
D | HexagonCFGOptimizer.cpp | 68 return (Opc == Hexagon::JMP); in IsUnconditionalJump()
|
D | HexagonVLIWPacketizer.cpp | 371 return (MI->getOpcode() == Hexagon::JMP); in IsDirectJump()
|
/external/valgrind/main/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/chromium_org/third_party/icu/source/data/locales/ |
D | luo.txt | 74 "JMP",
|
/external/icu/icu4c/source/data/locales/ |
D | luo.txt | 114 "JMP",
|
/external/llvm/lib/Target/X86/ |
D | README-X86-64.txt | 107 JMP mbb<bb2,0x203afb0>
|
/external/chromium_org/native_client_sdk/src/doc/reference/sandbox_internals/ |
D | x86-64-sandbox.rst | 128 ``CALL``/``JMP`` x, use ``nacljmp`` and ``naclcall`` (see below for
|
12