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

/freebsd-10.3-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp106 I->getOpcode() != MSP430::JMP) {
144 if (I->getOpcode() == MSP430::JMP) {
H A DMSP430InstrInfo.cpp115 if (I->getOpcode() != MSP430::JMP &&
201 if (I->getOpcode() == MSP430::JMP) {
207 // If the block has any instructions after a JMP, delete them.
213 // Delete the JMP if it's equivalent to a fall-through.
275 BuildMI(&MBB, DL, get(MSP430::JMP)).addMBB(TBB);
286 BuildMI(&MBB, DL, get(MSP430::JMP)).addMBB(FBB);
/freebsd-10.3-release/sys/i386/i386/
H A Dbpf_jit_machdep.h381 #define JMP(off32) do { \ macro
408 JMP(stream.refs[stream.bpf_pc + ins->jf] - \
423 JMP(stream.refs[stream.bpf_pc + (off)] - \
/freebsd-10.3-release/contrib/libpcap/
H A Dgencode.c132 #define JMP(c) ((c)|BPF_JMP|BPF_K) macro
762 b = new_block(JMP(jtype));
1700 b = new_block(JMP(BPF_JEQ));
2143 sjeq_avs_cookie = new_stmt(JMP(BPF_JEQ));
2167 sjcommon = new_stmt(JMP(BPF_JA));
2455 sjset_data_frame_1 = new_stmt(JMP(BPF_JSET));
2463 sjset_data_frame_1->s.jt = sjset_data_frame_2 = new_stmt(JMP(BPF_JSET));
2474 sjset_data_frame_2->s.jf = sjset_qos = new_stmt(JMP(BPF_JSET));
2513 sjset_radiotap_flags = new_stmt(JMP(BPF_JSET));
2526 new_stmt(JMP(BPF_JSE
[all...]
/freebsd-10.3-release/sys/amd64/amd64/
H A Dbpf_jit_machdep.h436 #define JMP(off32) do { \ macro
463 JMP(stream.refs[stream.bpf_pc + ins->jf] - \
478 JMP(stream.refs[stream.bpf_pc + (off)] - \
/freebsd-10.3-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonCFGOptimizer.cpp67 return (Opc == Hexagon::JMP);
129 // (Case 2) A variation occurs when BB3 contains a JMP to BB4:
H A DHexagonInstrInfo.cpp124 int BOpc = Hexagon::JMP;
212 // Delete the JMP if it's equivalent to a fall-through.
213 if (AllowModify && I->getOpcode() == Hexagon::JMP &&
249 if (LastOpcode == Hexagon::JMP) {
274 if (SecLastOpcodeHasJMP_c && (LastOpcode == Hexagon::JMP)) {
285 if (SecLastOpcode == Hexagon::JMP && LastOpcode == Hexagon::JMP) {
293 // If the block ends with an ENDLOOP, and JMP, handle it.
295 LastOpcode == Hexagon::JMP) {
308 int BOpc = Hexagon::JMP;
[all...]
H A DHexagonVLIWPacketizer.cpp370 return (MI->getOpcode() == Hexagon::JMP);
/freebsd-10.3-release/libexec/rtld-elf/sparc64/
H A Dreloc.c519 #define JMP 0x81c06000 /* jmpl %g1+%lo(0), %g0 */ macro
647 where[2] = JMP | LOVAL(target);
667 where[3] = JMP;
713 where[4] = JMP | LOVAL(offset);
738 where[4] = JMP | LOVAL(offset);
762 where[6] = JMP | LOVAL(target);
/freebsd-10.3-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp12238 const unsigned char JMP = 0xE9; // jmp <32bit dst> opcode. local
12241 OutChains[2] = DAG.getStore(Root, dl, DAG.getConstant(JMP, MVT::i8), Addr,

Completed in 318 milliseconds