HomeSort by relevance Sort by last modified time
    Searched refs:JMP (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/MSP430/
MSP430BranchSelector.cpp 106 I->getOpcode() != MSP430::JMP) {
144 if (I->getOpcode() == MSP430::JMP) {
MSP430InstrInfo.cpp 112 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);
  /external/llvm/lib/Target/Hexagon/
HexagonCFGOptimizer.cpp 60 return (Opc == Hexagon::JMP);
122 // (Case 2) A variation occurs when BB3 contains a JMP to BB4:
HexagonInstrInfo.cpp 126 int BOpc = Hexagon::JMP;
220 if (LastInst->getOpcode() == Hexagon::JMP) {
249 // If the block ends with Hexagon::BRCOND and Hexagon:JMP, handle it.
252 LastInst->getOpcode() == Hexagon::JMP) {
259 // If the block ends with Hexagon::JMP_cNot and Hexagon:JMP, handle it.
261 LastInst->getOpcode() == Hexagon::JMP) {
271 if (SecondLastInst->getOpcode() == Hexagon::JMP &&
272 LastInst->getOpcode() == Hexagon::JMP) {
286 int BOpc = Hexagon::JMP;
1028 case Hexagon::JMP
    [all...]
  /external/libpcap/
gencode.c 102 #define JMP(c) ((c)|BPF_JMP|BPF_K)
673 b = new_block(JMP(jtype));
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 769 milliseconds