Home
last modified time | relevance | path

Searched refs:jmp (Results 1 – 25 of 843) sorted by relevance

12345678910>>...34

/external/python/cpython2/Modules/_ctypes/libffi/src/x86/
Dwin32.S81 jmp do_stdcall
298 jmp cs_epilogue
318 jmp stubraw
339 jmp [cr_jumpdata + 4 * eax]
364 jmp cr_epilogue
368 jmp cr_epilogue
372 jmp cr_epilogue
376 jmp cr_epilogue
380 jmp cr_epilogue
385 jmp cr_epilogue
[all …]
Dfreebsd.S83 jmp epilogue
110 jmp *%esi
115 jmp retint
119 jmp retint
123 jmp retint
127 jmp retint
133 jmp epilogue
139 jmp epilogue
145 jmp epilogue
152 jmp epilogue
[all …]
Ddarwin.S82 jmp epilogue
107 jmp *%esi
112 jmp retint
116 jmp retint
120 jmp retint
124 jmp retint
130 jmp epilogue
136 jmp epilogue
142 jmp epilogue
149 jmp epilogue
[all …]
Dwin64.S40 jmp second
48 jmp third
56 jmp fourth
64 jmp done
130 jmp ret_void$
138 jmp ret_void$
146 jmp ret_void$
155 jmp ret_void$
164 jmp ret_void$
173 jmp SHORT ret_void$
[all …]
Dsysv.S83 jmp epilogue
108 jmp *%esi
113 jmp retint
117 jmp retint
121 jmp retint
125 jmp retint
131 jmp epilogue
137 jmp epilogue
143 jmp epilogue
150 jmp epilogue
[all …]
/external/libffi/src/x86/
Dwin32.S83 jmp prepr_two
91 jmp prepr_one
119 jmp ca_epilogue
122 jmp [ca_jumpdata + 4 * ecx]
148 jmp ca_retint
152 jmp ca_retint
156 jmp ca_retint
160 jmp ca_retint
166 jmp ca_epilogue
173 jmp ca_epilogue
[all …]
Dfreebsd.S83 jmp epilogue
110 jmp *%esi
115 jmp retint
119 jmp retint
123 jmp retint
127 jmp retint
133 jmp epilogue
139 jmp epilogue
145 jmp epilogue
152 jmp epilogue
[all …]
Dwin64.S40 jmp second
48 jmp third
56 jmp fourth
64 jmp done
130 jmp ret_void$
138 jmp ret_void$
146 jmp ret_void$
155 jmp ret_void$
164 jmp ret_void$
173 jmp SHORT ret_void$
[all …]
Ddarwin.S82 jmp epilogue
107 jmp *%esi
112 jmp retint
116 jmp retint
120 jmp retint
124 jmp retint
130 jmp epilogue
136 jmp epilogue
142 jmp epilogue
149 jmp epilogue
[all …]
Dsysv.S83 jmp epilogue
108 jmp *%esi
113 jmp retint
117 jmp retint
121 jmp retint
125 jmp retint
131 jmp epilogue
137 jmp epilogue
143 jmp epilogue
150 jmp epilogue
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AVR/
Dinst-jmp.s6 jmp 200
7 jmp -12
8 jmp 80
9 jmp 0
11 jmp foo+1
13 ; CHECK: jmp 200 ; encoding: [0x0c,0x94,0x64,0x00]
14 ; CHECK: jmp -12 ; encoding: [0xfd,0x95,0xfa,0xff]
15 ; CHECK: jmp 80 ; encoding: [0x0c,0x94,0x28,0x00]
16 ; CHECK: jmp 0 ; encoding: [0x0c,0x94,0x00,0x00]
18 ; CHECK: jmp foo+1 ; encoding: [0x0c'A',0x94'A',0b00AAAAAA,0x00]
/external/llvm/test/CodeGen/X86/
Dsibcall.ll8 ; 32: jmp {{_?}}foo
11 ; 64: jmp {{_?}}foo
14 ; X32ABI: jmp {{_?}}foo
24 ; 32: jmp {{_?}}foo2
27 ; 64: jmp {{_?}}foo2
30 ; X32ABI: jmp {{_?}}foo2
40 ; 32: jmp {{_?}}foo3
43 ; 64: jmp {{_?}}foo3
46 ; X32ABI: jmp {{_?}}foo3
94 ; 32: jmp {{_?}}bar
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dicall-branch-funnel.ll24 ; CHECK-NEXT: jmp f0
26 ; CHECK-NEXT: jmp f1
42 ; CHECK-NEXT: jmp f0
46 ; CHECK-NEXT: jmp f1
48 ; CHECK-NEXT: jmp f2
69 ; CHECK-NEXT: jmp f0
73 ; CHECK-NEXT: jmp f3
77 ; CHECK-NEXT: jmp f1
83 ; CHECK-NEXT: jmp f4
85 ; CHECK-NEXT: jmp f2
[all …]
Dretpoline-external.ll1 ; RUN: llc -mtriple=x86_64-unknown < %s | FileCheck %s --implicit-check-not="jmp.*\*" --implicit-ch…
2 ; RUN: llc -mtriple=x86_64-unknown -O0 < %s | FileCheck %s --implicit-check-not="jmp.*\*" --implici…
4 ; RUN: llc -mtriple=i686-unknown < %s | FileCheck %s --implicit-check-not="jmp.*\*" --implicit-chec…
5 ; RUN: llc -mtriple=i686-unknown -O0 < %s | FileCheck %s --implicit-check-not="jmp.*\*" --implicit-…
31 ; X64: jmp __x86_indirect_thunk_r11 # TAILCALL
37 ; X64FAST: jmp __x86_indirect_thunk_r11 # TAILCALL
78 ; X64: jmp __x86_indirect_thunk_r11 # TAILCALL
84 ; X64FAST: jmp __x86_indirect_thunk_r11 # TAILCALL
92 ; X86: jmp __x86_indirect_thunk_eax # TAILCALL
96 ; X86FAST: jmp __x86_indirect_thunk_eax # TAILCALL
[all …]
Dfinite-libcalls.ll12 ; GNU-NEXT: jmp __expf_finite # TAILCALL
16 ; WIN-NEXT: jmp expf # TAILCALL
20 ; MAC-NEXT: jmp _expf ## TAILCALL
28 ; GNU-NEXT: jmp __exp_finite # TAILCALL
32 ; WIN-NEXT: jmp exp # TAILCALL
36 ; MAC-NEXT: jmp _exp ## TAILCALL
83 ; GNU-NEXT: jmp __exp2f_finite # TAILCALL
87 ; WIN-NEXT: jmp exp2f # TAILCALL
91 ; MAC-NEXT: jmp _exp2f ## TAILCALL
99 ; GNU-NEXT: jmp __exp2_finite # TAILCALL
[all …]
Dretpoline.ll1 ; RUN: llc -mtriple=x86_64-unknown < %s | FileCheck %s --implicit-check-not="jmp.*\*" --implicit-ch…
2 ; RUN: llc -mtriple=x86_64-unknown -O0 < %s | FileCheck %s --implicit-check-not="jmp.*\*" --implici…
4 ; RUN: llc -mtriple=i686-unknown < %s | FileCheck %s --implicit-check-not="jmp.*\*" --implicit-chec…
5 ; RUN: llc -mtriple=i686-unknown -O0 < %s | FileCheck %s --implicit-check-not="jmp.*\*" --implicit-…
31 ; X64: jmp __llvm_retpoline_r11 # TAILCALL
37 ; X64FAST: jmp __llvm_retpoline_r11 # TAILCALL
78 ; X64: jmp __llvm_retpoline_r11 # TAILCALL
84 ; X64FAST: jmp __llvm_retpoline_r11 # TAILCALL
92 ; X86: jmp __llvm_retpoline_eax # TAILCALL
96 ; X86FAST: jmp __llvm_retpoline_eax # TAILCALL
[all …]
/external/python/cpython3/Modules/_ctypes/libffi_osx/x86/
Dx86-darwin.S93 jmp Lepilogue
101 jmp Lepilogue
109 jmp Lepilogue
117 jmp Lepilogue
125 jmp Lepilogue
134 jmp Lepilogue
142 jmp Lepilogue
150 jmp Lepilogue
217 jmp Lcls_epilogue
220 jmp Lcls_epilogue
[all …]
/external/python/cpython2/Modules/_ctypes/libffi_osx/x86/
Dx86-darwin.S93 jmp Lepilogue
101 jmp Lepilogue
109 jmp Lepilogue
117 jmp Lepilogue
125 jmp Lepilogue
134 jmp Lepilogue
142 jmp Lepilogue
150 jmp Lepilogue
217 jmp Lcls_epilogue
220 jmp Lcls_epilogue
[all …]
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dsibcall.ll7 ; 32: jmp {{_?}}foo
10 ; 64: jmp {{_?}}foo
20 ; 32: jmp {{_?}}foo2
23 ; 64: jmp {{_?}}foo2
33 ; 32: jmp {{_?}}foo3
36 ; 64: jmp {{_?}}foo3
73 ; 32: jmp {{_?}}bar
76 ; 64: jmp {{_?}}t6
77 ; 64: jmp {{_?}}bar
96 ; 32: jmp {{_?}}bar2
[all …]
/external/libnetfilter_conntrack/src/conntrack/
Dbsf.c171 struct jump jmp = { in nfct_bsf_cmp_k_stack() local
176 stack_push(s, &jmp); in nfct_bsf_cmp_k_stack()
190 struct jump jmp = { in nfct_bsf_cmp_k_stack_jf() local
195 stack_push(s, &jmp); in nfct_bsf_cmp_k_stack_jf()
328 struct jump jmp; in add_state_filter_cta() local
362 while (stack_pop(s, &jmp) != -1) in add_state_filter_cta()
363 this[jmp.line].jt += jmp.jt + j; in add_state_filter_cta()
436 struct jump jmp; in bsf_add_proto_filter() local
474 while (stack_pop(s, &jmp) != -1) in bsf_add_proto_filter()
475 this[jmp.line].jt += jmp.jt + j; in bsf_add_proto_filter()
[all …]
/external/llvm/test/MC/MachO/
Ddarwin-x86_64-diff-relocs.s17 jmp 4
26 jmp L0
27 jmp _g1
44 jmp _g2
45 jmp L2
46 jmp _g3
47 jmp L3
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/MachO/
Ddarwin-x86_64-diff-relocs.s17 jmp 4
26 jmp L0
27 jmp _g1
44 jmp _g2
45 jmp L2
46 jmp _g3
47 jmp L3
/external/swiftshader/third_party/LLVM/test/MC/MachO/
Ddarwin-x86_64-diff-relocs.s17 jmp 4
26 jmp L0
27 jmp _g1
44 jmp _g2
45 jmp L2
46 jmp _g3
47 jmp L3
/external/mesa3d/src/glx/tests/
Dquery_renderer_unittest.cpp43 static jmp_buf jmp; variable
50 longjmp(jmp, 1); in sigsegv_handler()
137 if (setjmp(jmp) == 0) { in TEST_F()
197 if (setjmp(jmp) == 0) { in TEST_F()
217 if (setjmp(jmp) == 0) { in TEST_F()
241 if (setjmp(jmp) == 0) { in TEST_F()
264 if (setjmp(jmp) == 0) { in TEST_F()
288 if (setjmp(jmp) == 0) { in TEST_F()
352 if (setjmp(jmp) == 0) { in TEST_F()
375 if (setjmp(jmp) == 0) { in TEST_F()
[all …]
/external/zlib/src/contrib/inflate86/
Dinffast.S335 jmp .L_is_aligned
348 jmp .L_align_long
354 jmp .L_do_loop
358 jmp .L_init_mmx
401 jmp .L_dont_use_mmx
404 jmp .L_check_mmx_pop
412 jmp .L_check_mmx
481 jmp .L_while_test
608 jmp .L_check_window
646 jmp .L_while_test
[all …]

12345678910>>...34