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

12

/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-16.s360 jmp *8(%eax)
534 jmp $0x7ace,$0x7ace label
H A Dx86-32.s473 jmp *8(%eax)
672 jmp $0x7ace,$0x7ace label
/external/llvm/test/MC/ELF/
H A Dsubsection.s7 jmp label label
/external/ltp/testcases/kernel/syscalls/write/
H A Dwrite04.c66 static sigjmp_buf jmp; variable
123 if (sigsetjmp(jmp, 1)) {
138 if (sigsetjmp(jmp, 1)) {
153 if (sigsetjmp(jmp, 1)) {
168 if (sigsetjmp(jmp, 1)) {
204 siglongjmp(jmp, 1);
/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/swiftshader/third_party/LLVM/test/MC/X86/
H A Dx86-32.s435 jmp *8(%eax)
575 jmp $0x7ace,$0x7ace label
/external/syslinux/com32/chain/
H A Dutility.c189 int a, b, c, jmp = -1, rev = 0; local
202 jmp = 2 + *(int8_t *)(sec + 1);
204 jmp = 3 + *(int16_t *)(sec + 1);
206 if (jmp < 0) /* no boot code at all ? */
210 if (jmp < 0x18 || jmp > 0x1F0)
214 if (jmp >= 0x18 && jmp < 0x1E)
216 else if (jmp >= 0x1E && jmp <
[all...]
/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/libnetfilter_conntrack/src/conntrack/
H A Dbsf.c171 struct jump jmp = { local
176 stack_push(s, &jmp);
190 struct jump jmp = { local
195 stack_push(s, &jmp);
328 struct jump jmp; local
362 while (stack_pop(s, &jmp) != -1)
363 this[jmp.line].jt += jmp.jt + j;
436 struct jump jmp; local
474 while (stack_pop(s, &jmp) !
495 struct jump jmp; local
580 struct jump jmp; local
685 struct jump jmp; local
[all...]
/external/libvpx/libvpx/vpx/internal/
H A Dvpx_codec_internal.h426 jmp_buf jmp; member in struct:vpx_internal_error_info
/external/skia/third_party/lua/src/
H A Dlcode.c81 Instruction *jmp = &fs->f->code[pc]; local
86 SETARG_sBx(*jmp, offset);
/external/syslinux/com32/lua/src/
H A Dlcode.c81 Instruction *jmp = &fs->f->code[pc]; local
86 SETARG_sBx(*jmp, offset);
/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/fxcodec/lgif/
H A Dfx_gif.h188 jmp_buf jmp; member in class:CGifLZWEncoder
/external/v8/src/arm64/
H A Dmacro-assembler-arm64.h1133 inline void jmp(Label* L) { B(L); } function in class:v8::internal::MacroAssembler
/external/v8/src/mips/
H A Dmacro-assembler-mips.h326 void jmp(Label* L) { function in class:v8::internal::MacroAssembler
/external/v8/src/mips64/
H A Dmacro-assembler-mips64.h358 void jmp(Label* L) { function in class:v8::internal::MacroAssembler
/external/v8/src/x87/
H A Dassembler-x87.cc1361 DCHECK(byte_at(fixup_pos - 1) == 0xE9); // jmp expected
1453 void Assembler::jmp(Label* L, Label::Distance distance) { function in class:v8::internal::Assembler
1480 void Assembler::jmp(byte* entry, RelocInfo::Mode rmode) { function in class:v8::internal::Assembler
1492 void Assembler::jmp(const Operand& adr) { function in class:v8::internal::Assembler
1499 void Assembler::jmp(Handle<Code> code, RelocInfo::Mode rmode) { function in class:v8::internal::Assembler

Completed in 2971 milliseconds

12