Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Target/MSP430/
HDMSP430InstrInfo.cpp115 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()
HDMSP430BranchSelector.cpp106 I->getOpcode() != MSP430::JMP) { in runOnMachineFunction()
144 if (I->getOpcode() == MSP430::JMP) { in runOnMachineFunction()
HDMSP430InstrInfo.td177 def JMP : CJForm<0, 0, (outs), (ins jmptarget:$dst),
/trueos/contrib/libpcap/
HDgencode.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)); in gen_load_prism_llprefixlen()
2167 sjcommon = new_stmt(JMP(BPF_JA)); in gen_load_prism_llprefixlen()
2455 sjset_data_frame_1 = new_stmt(JMP(BPF_JSET)); in gen_load_802_11_header_len()
2463 sjset_data_frame_1->s.jt = sjset_data_frame_2 = new_stmt(JMP(BPF_JSET)); in gen_load_802_11_header_len()
2474 sjset_data_frame_2->s.jf = sjset_qos = new_stmt(JMP(BPF_JSET)); in gen_load_802_11_header_len()
2513 sjset_radiotap_flags = new_stmt(JMP(BPF_JSET)); in gen_load_802_11_header_len()
2526 new_stmt(JMP(BPF_JSET)); in gen_load_802_11_header_len()
[all …]
/trueos/libexec/rtld-elf/sparc64/
HDreloc.c519 #define JMP 0x81c06000 /* jmpl %g1+%lo(0), %g0 */ macro
647 where[2] = JMP | LOVAL(target); in reloc_jmpslot()
667 where[3] = JMP; in reloc_jmpslot()
713 where[4] = JMP | LOVAL(offset); in reloc_jmpslot()
738 where[4] = JMP | LOVAL(offset); in reloc_jmpslot()
762 where[6] = JMP | LOVAL(target); in reloc_jmpslot()
/trueos/sys/i386/i386/
HDbpf_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)] - \
/trueos/sys/amd64/amd64/
HDbpf_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)] - \
/trueos/crypto/openssl/engines/
HDengine_vector.mar14 JMP routine+2
/trueos/contrib/llvm/lib/Target/Hexagon/
HDHexagonInstrInfo.cpp124 int BOpc = Hexagon::JMP; in InsertBranch()
213 if (AllowModify && I->getOpcode() == Hexagon::JMP && in AnalyzeBranch()
249 if (LastOpcode == Hexagon::JMP) { in AnalyzeBranch()
274 if (SecLastOpcodeHasJMP_c && (LastOpcode == Hexagon::JMP)) { in AnalyzeBranch()
285 if (SecLastOpcode == Hexagon::JMP && LastOpcode == Hexagon::JMP) { in AnalyzeBranch()
295 LastOpcode == Hexagon::JMP) { in AnalyzeBranch()
308 int BOpc = Hexagon::JMP; in RemoveBranch()
HDHexagonCFGOptimizer.cpp67 return (Opc == Hexagon::JMP); in IsUnconditionalJump()
HDHexagonVLIWPacketizer.cpp370 return (MI->getOpcode() == Hexagon::JMP); in IsDirectJump()
HDHexagonInstrInfo.td865 defm JMP : JMP_base<"JMP">, PredNewRel;
/trueos/contrib/llvm/lib/Target/X86/
HDX86InstrFormats.td317 // their only operand: lcall (FAR CALL) and ljmp (FAR JMP)
HDX86ISelLowering.cpp12238 const unsigned char JMP = 0xE9; // jmp <32bit dst> opcode. in LowerINIT_TRAMPOLINE() local
12241 OutChains[2] = DAG.getStore(Root, dl, DAG.getConstant(JMP, MVT::i8), Addr, in LowerINIT_TRAMPOLINE()
/trueos/games/fortune/datfiles/
HDfortunes.sp.ok2111 JMP
HDfortunes27953 1 JMP Jump (address specified by next 2 bits)
/trueos/contrib/file/magic/Magdir/
HDfilesystems1548 # unused assembler instructions JMP y2;NOP;NOP
/trueos/contrib/gcc/
HDFSFChangeLog.102001 * tree.h (enum built_in_function): Add BUILT_IN_{SET,LONG}JMP.
2004 (expand_builtin, case BUILT_IN_{SET,LONG}JMP): New cases.
HDFSFChangeLog.1112114 * expr.c (expand_builtin, case BUILT_IN_{SET,LONG}JMP): Properly
12814 * expr.c (expand_builtin, case BUILT_IN_{LONG,SET}JMP):
/trueos/contrib/ncurses/misc/
HDterminfo.src11845 # From: Walter Skorski <walt@genetics1.JMP.TJU.EDU>, 16-oct-1996.