HomeSort by relevance Sort by last modified time
    Searched refs:JMP (Results 1 - 8 of 8) 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 61 return (Opc == Hexagon::JMP);
123 // (Case 2) A variation occurs when BB3 contains a JMP to BB4:
HexagonInstrInfo.cpp 120 int BOpc = Hexagon::JMP;
215 if (LastInst->getOpcode() == Hexagon::JMP) {
244 // If the block ends with Hexagon::BRCOND and Hexagon:JMP, handle it.
247 LastInst->getOpcode() == Hexagon::JMP) {
254 // If the block ends with Hexagon::JMP_cNot and Hexagon:JMP, handle it.
256 LastInst->getOpcode() == Hexagon::JMP) {
266 if (SecondLastInst->getOpcode() == Hexagon::JMP &&
267 LastInst->getOpcode() == Hexagon::JMP) {
281 int BOpc = Hexagon::JMP;
    [all...]
HexagonVLIWPacketizer.cpp 339 return (MI->getOpcode() == Hexagon::JMP);
    [all...]
  /external/libpcap/
gencode.c 102 #define JMP(c) ((c)|BPF_JMP|BPF_K)
673 b = new_block(JMP(jtype));
    [all...]
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_tabl.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 2683 milliseconds