Searched refs:JMP (Results 1 – 14 of 14) sorted by relevance
/external/llvm/test/CodeGen/X86/ |
D | tailcall-disable.ll | 2 ; 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/ |
D | MSP430InstrInfo.cpp | 112 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()
|
D | MSP430BranchSelector.cpp | 106 I->getOpcode() != MSP430::JMP) { in runOnMachineFunction() 144 if (I->getOpcode() == MSP430::JMP) { in runOnMachineFunction()
|
D | MSP430InstrInfo.td | 177 def JMP : CJForm<0, 0, (outs), (ins jmptarget:$dst),
|
/external/libpcap/ |
D | wlan_filtering.patch | 136 + 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));
|
D | gencode.c | 102 #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/ |
D | HexagonInstrInfo.cpp | 126 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()
|
D | HexagonCFGOptimizer.cpp | 60 return (Opc == Hexagon::JMP); in IsUnconditionalJump()
|
D | HexagonInstrInfo.td | 751 def JMP : JInst< (outs),
|
/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/icu4c/data/locales/ |
D | luo.txt | 74 "JMP",
|
/external/llvm/lib/Target/X86/ |
D | README-X86-64.txt | 107 JMP mbb<bb2,0x203afb0>
|
D | X86InstrFormats.td | 270 // their only operand: lcall (FAR CALL) and ljmp (FAR JMP)
|
D | X86ISelLowering.cpp | 9981 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()
|