Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/X86/
Dtailcall-disable.ll2 ; RUN: llc < %s | FileCheck --check-prefix=JMP %s
23 ; JMP: test1:
24 ; JMP-NOT: ret
25 ; JMP: jmp helper # TAILCALL
38 ; JMP: test2:
39 ; JMP-NOT: ret
40 ; JMP: jmp test2 # TAILCALL
/external/llvm/lib/Target/MSP430/
DMSP430InstrInfo.cpp112 if (I->getOpcode() != MSP430::JMP && in RemoveBranch()
198 if (I->getOpcode() == MSP430::JMP) { in AnalyzeBranch()
272 BuildMI(&MBB, DL, get(MSP430::JMP)).addMBB(TBB); in InsertBranch()
283 BuildMI(&MBB, DL, get(MSP430::JMP)).addMBB(FBB); in InsertBranch()
DMSP430BranchSelector.cpp106 I->getOpcode() != MSP430::JMP) { in runOnMachineFunction()
144 if (I->getOpcode() == MSP430::JMP) { in runOnMachineFunction()
DMSP430InstrInfo.td177 def JMP : CJForm<0, 0, (outs), (ins jmptarget:$dst),
/external/libpcap/
Dwlan_filtering.patch136 + sjset_data_frame_1 = new_stmt(JMP(BPF_JSET)); // b3 should be 1
139 + sjset_data_frame_2 = new_stmt(JMP(BPF_JSET)); // b2 should be 0
142 + sjset_qos = new_stmt(JMP(BPF_JSET));
366 + b0 = new_block(JMP(BPF_JSET));
371 + b1 = new_block(JMP(BPF_JSET));
Dgencode.c102 #define JMP(c) ((c)|BPF_JMP|BPF_K) macro
673 b = new_block(JMP(jtype));
1491 b = new_block(JMP(BPF_JEQ));
2013 b = new_block(JMP(BPF_JEQ)); in gen_ppi_dlt_check()
2975 b1 = new_block(JMP(BPF_JSET));
2990 b2 = new_block(JMP(BPF_JSET));
3013 b1 = new_block(JMP(BPF_JSET));
3022 b2 = new_block(JMP(BPF_JSET));
3045 b1 = new_block(JMP(BPF_JSET));
3060 b2 = new_block(JMP(BPF_JSET));
[all …]
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp126 int BOpc = Hexagon::JMP; in InsertBranch()
220 if (LastInst->getOpcode() == Hexagon::JMP) { in AnalyzeBranch()
252 LastInst->getOpcode() == Hexagon::JMP) { in AnalyzeBranch()
261 LastInst->getOpcode() == Hexagon::JMP) { in AnalyzeBranch()
271 if (SecondLastInst->getOpcode() == Hexagon::JMP && in AnalyzeBranch()
272 LastInst->getOpcode() == Hexagon::JMP) { in AnalyzeBranch()
286 int BOpc = Hexagon::JMP; in RemoveBranch()
1028 case Hexagon::JMP: in getMatchingCondBranchOpcode()
DHexagonCFGOptimizer.cpp60 return (Opc == Hexagon::JMP); in IsUnconditionalJump()
DHexagonInstrInfo.td751 def JMP : JInst< (outs),
/external/valgrind/main/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/icu4c/data/locales/
Dluo.txt74 "JMP",
/external/llvm/lib/Target/X86/
DREADME-X86-64.txt107 JMP mbb<bb2,0x203afb0>
DX86InstrFormats.td270 // their only operand: lcall (FAR CALL) and ljmp (FAR JMP)
DX86ISelLowering.cpp9981 const unsigned char JMP = 0xE9; // jmp <32bit dst> opcode. in LowerINIT_TRAMPOLINE() local
9984 OutChains[2] = DAG.getStore(Root, dl, DAG.getConstant(JMP, MVT::i8), Addr, in LowerINIT_TRAMPOLINE()