Searched defs:jmp (Results 1 - 21 of 21) sorted by relevance

/external/llvm/test/MC/X86/
H A Dintel-syntax-ptr-sized.s9 jmp [eax] label
19 jmp [eax] label
H A Dintel-syntax-ambiguous.s34 jmp [eax] label
H A Dx86-32.s473 jmp *8(%eax)
623 jmp $0x7ace,$0x7ace label
H A Dx86-16.s360 jmp *8(%eax)
534 jmp $0x7ace,$0x7ace label
/external/llvm/test/MC/ELF/
H A Dsubsection.s7 jmp label label
/external/elfutils/tests/
H A Dbacktrace-child.c23 PC will get changed to function 'jmp' by backtrace.c function
46 # 3 0x7f7ab661ab47 jmp
106 /* Execution will arrive here from jmp by an artificial ptrace-spawn signal. */
116 jmp function. */
135 jmp (void) function
163 /* Execution will get PC patched into function jmp. */
/external/valgrind/callgrind/
H A Djumps.c77 static UInt jcc_hash_idx(BBCC* from, UInt jmp, BBCC* to, UInt size) argument
79 return (UInt) ( (UWord)from + 7* (UWord)to + 13*jmp) % size;
104 new_idx = jcc_hash_idx(curr_jcc->from, curr_jcc->jmp,
136 static jCC* new_jcc(BBCC* from, UInt jmp, BBCC* to) argument
149 jcc->jmp = jmp;
160 CLG_ASSERT((0 <= jmp) && (jmp <= from->bb->cjmp_count));
161 jcc->next_from = from->jmp[jmp]
186 get_jcc(BBCC* from, UInt jmp, BBCC* to) argument
[all...]
H A Dcallstack.c186 void CLG_(push_call_stack)(BBCC* from, UInt jmp, BBCC* to, Addr sp, Bool skip) argument
207 /* this is a jmp from skipped to nonskipped */
217 jcc = CLG_(get_jcc)(from, jmp, to);
238 if (from->bb->jmp[jmp].jmpkind == jk_Call) {
239 UInt instr = from->bb->jmp[jmp].instr;
H A Ddump.c687 Int jcc_count = 0, instr, i, jmp; local
701 jmp = 0;
735 if (bb->jmp[jmp].instr == instr) {
737 for(jcc=bbcc->jmp[jmp].jcc_list; jcc; jcc=jcc->next_from)
751 for(jcc=bbcc->jmp[jmp].jcc_list; jcc; jcc=jcc->next_from) {
760 if (jmp < bb->cjmp_count)
761 if (bb->jmp[jm
[all...]
H A Dglobal.h236 UInt jmp; /* jump no. in source */ member in struct:_jCC
301 CJmpInfo* jmp; /* array of info for condition jumps, member in struct:_BB
383 JmpData jmp[0]; member in struct:_BBCC
744 void CLG_(push_call_stack)(BBCC* from, UInt jmp, BBCC* to, Addr sp, Bool skip);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_sf_emit.c722 int jmp; local
743 jmp = brw_JMPI(p, ip, ip, brw_imm_d(0)) - p->store;
755 brw_land_fwd_jump(p, jmp);
764 jmp = brw_JMPI(p, ip, ip, brw_imm_d(0)) - p->store;
773 brw_land_fwd_jump(p, jmp);
777 jmp = brw_JMPI(p, ip, ip, brw_imm_d(0)) - p->store;
785 brw_land_fwd_jump(p, jmp);
H A Dbrw_wm_emit.c1536 int jmp; local
1545 jmp = brw_JMPI(p, ip, ip, brw_imm_w(0)) - p->store;
1551 brw_land_fwd_jump(p, jmp);
/external/libvpx/libvpx/vpx/internal/
H A Dvpx_codec_internal.h425 jmp_buf jmp; member in struct:vpx_internal_error_info
/external/valgrind/coregrind/m_gdbserver/
H A Dm_gdbserver.c1110 IRTemp jmp,
1122 args = mkIRExprVec_1(IRExpr_RdTmp (jmp));
1106 add_stmt_call_invalidate_if_not_gdbserved( IRSB* sb_in, const VexGuestLayout* layout, const VexGuestExtents* vge, IRTemp jmp, IRSB* irsb) argument
/external/pdfium/core/src/fxcodec/lgif/
H A Dfx_gif.h189 jmp_buf jmp; member in class:CGifLZWEncoder
/external/v8/src/arm64/
H A Dmacro-assembler-arm64.h1088 inline void jmp(Label* L) { B(L); } function in class:v8::internal::MacroAssembler
/external/v8/src/mips/
H A Dmacro-assembler-mips.h288 void jmp(Label* L) { function in class:v8::internal::MacroAssembler
/external/v8/src/mips64/
H A Dmacro-assembler-mips64.h316 void jmp(Label* L) { function in class:v8::internal::MacroAssembler
/external/v8/src/x87/
H A Dassembler-x87.cc1243 DCHECK(byte_at(fixup_pos - 1) == 0xE9); // jmp expected
1339 void Assembler::jmp(Label* L, Label::Distance distance) { function in class:v8::internal::Assembler
1366 void Assembler::jmp(byte* entry, RelocInfo::Mode rmode) { function in class:v8::internal::Assembler
1378 void Assembler::jmp(const Operand& adr) { function in class:v8::internal::Assembler
1385 void Assembler::jmp(Handle<Code> code, RelocInfo::Mode rmode) { function in class:v8::internal::Assembler
/external/v8/src/ia32/
H A Dassembler-ia32.cc1372 DCHECK(byte_at(fixup_pos - 1) == 0xE9); // jmp expected
1468 void Assembler::jmp(Label* L, Label::Distance distance) { function in class:v8::internal::Assembler
1495 void Assembler::jmp(byte* entry, RelocInfo::Mode rmode) { function in class:v8::internal::Assembler
1507 void Assembler::jmp(const Operand& adr) { function in class:v8::internal::Assembler
1514 void Assembler::jmp(Handle<Code> code, RelocInfo::Mode rmode) { function in class:v8::internal::Assembler
/external/v8/src/x64/
H A Dassembler-x64.cc1142 jmp(L);
1223 void Assembler::jmp(Label* L, Label::Distance distance) { function in class:v8::internal::Assembler
1265 void Assembler::jmp(Handle<Code> target, RelocInfo::Mode rmode) { function in class:v8::internal::Assembler
1273 void Assembler::jmp(Address entry, RelocInfo::Mode rmode) { function in class:v8::internal::Assembler
1282 void Assembler::jmp(Register target) { function in class:v8::internal::Assembler
1291 void Assembler::jmp(const Operand& src) { function in class:v8::internal::Assembler

Completed in 991 milliseconds