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

/external/compiler-rt/lib/builtins/arm/
H A Dclzsi2.S26 JMP(lr)
70 JMP(lr)
H A Dbswapsi2.S34 JMP(lr)
H A Dclzdi2.S39 JMP(lr)
91 JMP(lr)
H A Dcomparesf2.S102 JMP(lr)
131 JMP(lr)
145 JMP(lr)
H A Dbswapdi2.S42 JMP(lr)
H A Dudivmodsi4.S41 * The code before JMP computes the correct shift I, so that
43 * At the time of JMP, ip := .Ldiv0block - 12 * I.
94 JMP(ip)
140 JMP(lr)
145 JMP(lr)
150 JMP(lr)
158 JMP(lr)
H A Dudivsi3.S42 * The code before JMP computes the correct shift I, so that
44 * At the time of JMP, ip := .Ldiv0block - 12 * I.
92 JMP(ip)
137 JMP(lr)
145 JMP(lr)
H A Dumodsi3.S42 * The code before JMP computes the correct shift I, so that
44 * At the time of JMP, ip := .Ldiv0block - 8 * I.
88 JMP(ip)
130 JMP(lr)
138 JMP(lr)
/external/compiler-rt/lib/builtins/
H A Dassembly.h88 #define JMP(r) bx r macro
91 #define JMP(r) mov pc, r macro
/external/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp107 I->getOpcode() != MSP430::JMP) {
145 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);
/external/libpcap/
H A Dgencode.c130 #define JMP(c) ((c)|BPF_JMP|BPF_K) macro
758 b = new_block(JMP(jtype));
1702 b = new_block(JMP(BPF_JEQ));
2145 sjeq_avs_cookie = new_stmt(JMP(BPF_JEQ));
2169 sjcommon = new_stmt(JMP(BPF_JA));
2457 sjset_data_frame_1 = new_stmt(JMP(BPF_JSET));
2465 sjset_data_frame_1->s.jt = sjset_data_frame_2 = new_stmt(JMP(BPF_JSET));
2476 sjset_data_frame_2->s.jf = sjset_qos = new_stmt(JMP(BPF_JSET));
2515 sjset_radiotap_flags = new_stmt(JMP(BPF_JSET));
2528 new_stmt(JMP(BPF_JSE
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
H A Dx86_cliptest.S123 JMP( LLBL(ctp4_clip_table_ready) )
223 JMP( LLBL(ctp4_next) )
298 JMP( LLBL(ctp4_np_clip_table_ready) )
H A D3dnow_normal.S170 JMP ( LLBL (G3TN_exit_3dnow) )
299 JMP ( LLBL (G3TNNR_exit_3dnow) )
737 JMP ( LLBL (G3N_end1) )
H A Dassyntax.h498 #define JMP(a) CHOICE(jmp a, jmp a, jmp a) macro
1225 #define JMP(a) jmp a macro
/external/mesa3d/src/mesa/x86/
H A Dx86_cliptest.S123 JMP( LLBL(ctp4_clip_table_ready) )
223 JMP( LLBL(ctp4_next) )
298 JMP( LLBL(ctp4_np_clip_table_ready) )
H A D3dnow_normal.S170 JMP ( LLBL (G3TN_exit_3dnow) )
299 JMP ( LLBL (G3TNNR_exit_3dnow) )
737 JMP ( LLBL (G3N_end1) )
H A Dassyntax.h498 #define JMP(a) CHOICE(jmp a, jmp a, jmp a) macro
1225 #define JMP(a) jmp a macro
/external/llvm/lib/Target/Hexagon/
H A DHexagonCFGOptimizer.cpp68 return (Opc == Hexagon::JMP);
130 // (Case 2) A variation occurs when BB3 contains a JMP to BB4:
H A DHexagonInstrInfo.cpp127 int BOpc = Hexagon::JMP;
215 // Delete the JMP if it's equivalent to a fall-through.
216 if (AllowModify && I->getOpcode() == Hexagon::JMP &&
252 if (LastOpcode == Hexagon::JMP) {
277 if (SecLastOpcodeHasJMP_c && (LastOpcode == Hexagon::JMP)) {
288 if (SecLastOpcode == Hexagon::JMP && LastOpcode == Hexagon::JMP) {
296 // If the block ends with an ENDLOOP, and JMP, handle it.
298 LastOpcode == Hexagon::JMP) {
311 int BOpc = Hexagon::JMP;
[all...]
H A DHexagonVLIWPacketizer.cpp371 return (MI->getOpcode() == Hexagon::JMP);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp14819 const unsigned char JMP = 0xE9; // jmp <32bit dst> opcode.
14822 OutChains[2] = DAG.getStore(Root, dl, DAG.getConstant(JMP, MVT::i8), Addr,

Completed in 356 milliseconds