HomeSort by relevance Sort by last modified time
    Searched refs:JMP (Results 1 - 14 of 14) 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/chromium_org/third_party/mesa/src/src/mesa/x86/
x86_cliptest.S 123 JMP( LLBL(ctp4_clip_table_ready) )
223 JMP( LLBL(ctp4_next) )
298 JMP( LLBL(ctp4_np_clip_table_ready) )
3dnow_normal.S 170 JMP ( LLBL (G3TN_exit_3dnow) )
299 JMP ( LLBL (G3TNNR_exit_3dnow) )
737 JMP ( LLBL (G3N_end1) )
assyntax.h 498 #define JMP(a) CHOICE(jmp a, jmp a, jmp a)
    [all...]
  /external/mesa3d/src/mesa/x86/
x86_cliptest.S 123 JMP( LLBL(ctp4_clip_table_ready) )
223 JMP( LLBL(ctp4_next) )
298 JMP( LLBL(ctp4_np_clip_table_ready) )
3dnow_normal.S 170 JMP ( LLBL (G3TN_exit_3dnow) )
299 JMP ( LLBL (G3TNNR_exit_3dnow) )
737 JMP ( LLBL (G3N_end1) )
assyntax.h 498 #define JMP(a) CHOICE(jmp a, jmp a, jmp a)
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonCFGOptimizer.cpp 67 return (Opc == Hexagon::JMP);
129 // (Case 2) A variation occurs when BB3 contains a JMP to BB4:
HexagonInstrInfo.cpp 122 int BOpc = Hexagon::JMP;
210 // Delete the JMP if it's equivalent to a fall-through.
211 if (AllowModify && I->getOpcode() == Hexagon::JMP &&
247 if (LastOpcode == Hexagon::JMP) {
272 if (SecLastOpcodeHasJMP_c && (LastOpcode == Hexagon::JMP)) {
283 if (SecLastOpcode == Hexagon::JMP && LastOpcode == Hexagon::JMP) {
291 // If the block ends with an ENDLOOP, and JMP, handle it.
293 LastOpcode == Hexagon::JMP) {
306 int BOpc = Hexagon::JMP;
    [all...]
HexagonVLIWPacketizer.cpp 370 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 328 milliseconds