HomeSort by relevance Sort by last modified time
    Searched refs:jmp (Results 176 - 200 of 1200) sorted by null

1 2 3 4 5 6 78 91011>>

  /art/runtime/arch/x86/
jni_entrypoints_x86.S 32 jmp *%eax // otherwise, tail call to intended method
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
FlushCacheLine.c 50 jmp Done
  /external/llvm/test/MC/MachO/
relax-recompute-align.s 7 // issue is that after the first jmp slides, the .align size must be
13 jmp L0
  /external/swiftshader/third_party/LLVM/test/MC/ELF/
merge.s 13 jmp foo@PLT
  /external/swiftshader/third_party/LLVM/test/MC/MachO/
relax-recompute-align.s 7 // issue is that after the first jmp slides, the .align size must be
27 jmp L0
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/avr/
relax.s 5 jmp L1
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
general.s 4 1: jmp 1b
5 jmp xxx
6 jmp *xxx
7 jmp xxx(,1)
8 jmp *%edi
9 jmp %edi
10 jmp *(%edi)
11 jmp (%edi)
ifunc.d 9 [ ]*[a-f0-9]+: e9 fc ff ff ff jmp 1 <foo\+0x1> 1: R_386_PLT32 ifunc
15 [ ]*[a-f0-9]+: eb 00 jmp 8 <normal>
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-avr/
relax.s 5 jmp L1
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
pr13302.s 7 jmp *(%eax)
vxworks1.s 7 jmp sglobal@plt
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-ifunc/
ifunc-18b.s 10 jmp foo1@PLT
ifunc-19b.s 10 jmp foo1@PLT
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/
sh1.s 9 jmp @r0
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
pr13082-1.s 6 jmp *(%rax)
pr13082-3.s 5 jmp *(%rax)
pr13082-4.s 5 jmp *(%rax)
pr13082-5.s 8 jmp *(%rax)
pr13082-6.s 7 jmp *(%rax)
  /external/valgrind/coregrind/m_dispatch/
dispatch-x86-darwin.S 144 jmp remove_frame
180 jmp postamble
194 jmp postamble
214 jmp *%edi
223 jmp postamble
231 jmp postamble
238 jmp postamble
dispatch-x86-linux.S 145 jmp remove_frame
181 jmp postamble
195 jmp postamble
215 jmp *%edi
224 jmp postamble
232 jmp postamble
239 jmp postamble
dispatch-x86-solaris.S 145 jmp remove_frame
181 jmp postamble
195 jmp postamble
215 jmp *%edi
224 jmp postamble
232 jmp postamble
239 jmp postamble
  /art/runtime/interpreter/mterp/x86_64/
footer.S 22 jmp MterpCommonFallback
31 jmp MterpCommonFallback
40 jmp MterpCommonFallback
49 jmp MterpCommonFallback
58 jmp MterpCommonFallback
67 jmp MterpCommonFallback
77 jmp MterpCommonFallback
181 jmp MterpOnStackReplacement
199 jmp MterpOnStackReplacement
209 jmp .L_no_count_backward
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/d30v/
reloc.d 25 38: 80180000 80000048 jmp.l 48 <cont2>
32 58: 00180000 00f00000 jmp.s 0 <start> || nop
51 c8: 80180000 80000000 jmp.l 0 <start>
53 d0: 80180000 80000000 jmp.l 0 <start>
55 d8: 00180000 00f00000 jmp.s 0 <start> || nop
57 e0: 00180202 00f00000 jmp.s 1010 <foo> || nop
62 f8: 80180000 80000000 jmp.l 0 <start>
64 100: 00180000 00f00000 jmp.s 0 <start> || nop
79 1048: 0018020f 00f00000 jmp.s 1078 <exit> || nop
81 1050: 0018020f 00f00000 jmp.s 1078 <exit> || nop
    [all...]
  /external/ltp/testcases/kernel/syscalls/write/
write04.c 66 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);

Completed in 2016 milliseconds

1 2 3 4 5 6 78 91011>>