HomeSort by relevance Sort by last modified time
    Searched refs:jmp (Results 1 - 25 of 382) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/vm/mterp/x86/
unused.S 0 jmp common_abort
OP_RETURN_VOID.S 2 jmp common_returnFromMethod
OP_RETURN.S 12 jmp common_returnFromMethod
OP_BREAKPOINT.S 18 jmp *(%ecx,%eax,4)
OP_RETURN_WIDE.S 12 jmp common_returnFromMethod
  /dalvik/vm/mterp/x86-atom/
OP_RETURN_VOID.S 20 jmp common_returnFromMethod
OP_CMPL_FLOAT.S 50 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
55 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
59 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
63 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
OP_CONST_16.S 34 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
OP_RETURN_COMMON.S 34 jmp common_returnFromMethod # jump to common return code
OP_RETURN_WIDE.S 34 jmp common_returnFromMethod # jump to common return code
  /external/llvm/test/MC/ELF/
plt.s 5 jmp foo@PLT
relocation-pc.s 6 jmp -256 # R_X86_64_PC32
relax.s 10 jmp bar
11 jmp foo
12 jmp zed
set.s 18 jmp foo
  /external/llvm/test/MC/MachO/
direction_labels.s 5 jmp 10b
10 jmp 11f
darwin-x86_64-diff-relocs.s 17 jmp 4
18 // jmp _baz
24 // jmp _g0
26 jmp L0
27 jmp _g1
32 // jmp L1
35 // jmp L0 - _g0
37 // jmp _g1 - _g0
39 // jmp _g1 - L1
42 // jmp L1 - _g
    [all...]
reloc.s 40 jmp 0xbabecafe
41 jmp L0
42 jmp L1
darwin-x86_64-nobase-relocs.s 11 jmp Lbar
  /system/core/debuggerd/x86/
crashglue.S 10 jmp *%edx
15 jmp *%ebp
  /dalvik/vm/compiler/template/ia32/
TEMPLATE_INTERPRET.S 35 jmp *(%edx)
  /external/valgrind/main/callgrind/
jumps.c 79 static UInt jcc_hash_idx(BBCC* from, UInt jmp, BBCC* to, UInt size)
81 return (UInt) ( (UWord)from + 7* (UWord)to + 13*jmp) % size;
108 new_idx = jcc_hash_idx(curr_jcc->from, curr_jcc->jmp,
140 static jCC* new_jcc(BBCC* from, UInt jmp, BBCC* to)
153 jcc->jmp = jmp;
164 CLG_ASSERT((0 <= jmp) && (jmp <= from->bb->cjmp_count));
165 jcc->next_from = from->jmp[jmp].jcc_list
    [all...]
  /external/grub/docs/
boot.S 26 jmp multiboot_entry
73 jmp loop
  /external/valgrind/main/coregrind/m_dispatch/
dispatch-x86-darwin.S 117 jmp VG_(run_innerloop__dispatch_unassisted_profiled)
145 jmp *%edi
155 jmp gsp_changed
190 jmp *%edi
200 jmp gsp_changed
219 jmp run_innerloop_exit
227 jmp run_innerloop_exit
235 jmp run_innerloop_exit
264 jmp run_innerloop_exit_REALLY
268 jmp run_innerloop_exit_REALL
    [all...]
dispatch-x86-linux.S 100 jmp VG_(run_innerloop__dispatch_unassisted_profiled)
129 jmp *%edi
143 jmp gsp_changed
180 jmp *%edi
194 jmp gsp_changed
213 jmp run_innerloop_exit
221 jmp run_innerloop_exit
229 jmp run_innerloop_exit
258 jmp run_innerloop_exit_REALLY
262 jmp run_innerloop_exit_REALL
    [all...]
  /bionic/libc/arch-x86/bionic/
__stack_chk_fail_local.S 45 jmp __stack_chk_fail

Completed in 477 milliseconds

1 2 3 4 5 6 7 8 91011>>