Searched refs:JMP (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp106 I->getOpcode() != MSP430::JMP) {
144 if (I->getOpcode() == MSP430::JMP) {
H A DMSP430InstrInfo.cpp112 if (I->getOpcode() != MSP430::JMP &&
198 if (I->getOpcode() == MSP430::JMP) {
204 // If the block has any instructions after a JMP, delete them.
210 // Delete the JMP if it's equivalent to a fall-through.
272 BuildMI(&MBB, DL, get(MSP430::JMP)).addMBB(TBB);
283 BuildMI(&MBB, DL, get(MSP430::JMP)).addMBB(FBB);
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dmcore-opc.h25 RM, RQ, JSR, JMP, OBRa, OBRb, OBRc, OBR2, enumerator in enum:__anon7780
66 { "jmp", JMP, 2, 0x00C0 },
H A Dmcore-dis.c49 /* JMP */ 0xFFF0,
139 case JMP:
H A Dm88k-dis.c42 {0xf400c000,"jmp ",{0,5,REG} ,NO_OPERAND ,NO_OPERAND , {2,2,NA,JMP , 0,0,1,0,0,0,0,1,0,0,0,0} },
43 {0xf400c400,"jmp.n ",{0,5,REG} ,NO_OPERAND ,NO_OPERAND , {1,1,NA,JMP , 0,0,1,0,0,0,1,1,0,0,0,0} },
/macosx-10.10.1/libpcap-48/libpcap/
H A 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));
2169 sjcommon = new_stmt(JMP(BPF_JA));
2457 sjset_data_frame_1 = new_stmt(JMP(BPF_JSET));
2465 sjset_data_frame_1->s.jt = sjset_data_frame_2 = new_stmt(JMP(BPF_JSET));
2476 sjset_data_frame_2->s.jf = sjset_qos = new_stmt(JMP(BPF_JSET));
2515 sjset_radiotap_flags = new_stmt(JMP(BPF_JSET));
2528 new_stmt(JMP(BPF_JSE
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Hexagon/
H A DHexagonCFGOptimizer.cpp60 return (Opc == Hexagon::JMP);
122 // (Case 2) A variation occurs when BB3 contains a JMP to BB4:
H A DHexagonInstrInfo.cpp119 int BOpc = Hexagon::JMP;
214 if (LastInst->getOpcode() == Hexagon::JMP) {
243 // If the block ends with Hexagon::BRCOND and Hexagon:JMP, handle it.
246 LastInst->getOpcode() == Hexagon::JMP) {
253 // If the block ends with Hexagon::JMP_cNot and Hexagon:JMP, handle it.
255 LastInst->getOpcode() == Hexagon::JMP) {
265 if (SecondLastInst->getOpcode() == Hexagon::JMP &&
266 LastInst->getOpcode() == Hexagon::JMP) {
280 int BOpc = Hexagon::JMP;
1928 case Hexagon::JMP
[all...]
H A DHexagonVLIWPacketizer.cpp337 return (MI->getOpcode() == Hexagon::JMP);
/macosx-10.10.1/OpenSSL098-52/src/demos/engines/rsaref/
H A Dbuild.com55 JMP routine+2
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/opcode/
H A Dm88k.h299 #define JMP STD+4 macro
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dtasm.vim26 "JMP
57 syn keyword tasmInstruction IDIV IMUL IN INC INT INTO INVD INVLPG IRET JMP
H A Da65.vim54 syn match a65Opcode "\<JMP\($\|\s\)" nextgroup=a65Address
H A Dmasm.vim195 syn keyword masmOpcode JCXZ JMP LAHF LDS LEA LES LODS LODSB LODSW
H A Dnasm.vim305 syn keyword nasmStdInstruction JCXZ JECXZ JMP
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dmixal-mode.el593 (JMP jump "jump" 39
/macosx-10.10.1/OpenSSL098-52/src/VMS/
H A Dmkshared.com177 JMP routine+2
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86ISelLowering.cpp10539 const unsigned char JMP = 0xE9; // jmp <32bit dst> opcode. local
10542 OutChains[2] = DAG.getStore(Root, dl, DAG.getConstant(JMP, MVT::i8), Addr,

Completed in 178 milliseconds