Searched refs:jmp (Results 1 - 16 of 16) sorted by relevance

/art/runtime/arch/x86/
H A Djni_entrypoints_x86.S32 jmp *%eax // otherwise, tail call to intended method
H A Dmemcmp16_x86.S59 jmp L(less48bytes)
109 jmp L(shr_14)
132 jmp L(less48bytes)
178 jmp L(less48bytes)
208 jmp L(less48bytes)
261 jmp L(less48bytes)
291 jmp L(less48bytes)
344 jmp L(less48bytes)
374 jmp L(less48bytes)
427 jmp
[all...]
H A Dquick_entrypoints_x86.S370 jmp 1b // goto LOOP
374 jmp 4f
396 jmp 5f // goto end
399 jmp 1b // goto LOOP
402 jmp 1b // goto LOOP
473 jmp .Lgpr_setup_finished
576 jmp .Lgpr_setup_finished2
581 jmp .Lgpr_setup_finished2
593 jmp .Lgpr_setup_finished2
1019 jmp
[all...]
/art/runtime/arch/x86_64/
H A Djni_entrypoints_x86_64.S73 jmp *%rax // otherwise, tail call to intended method
H A Dmemcmp16_x86_64.S42 jmp *%rcx; \
715 jmp L(16bytes)
720 jmp L(16bytes)
724 jmp L(16bytes)
728 jmp L(16bytes)
732 jmp L(16bytes)
736 jmp L(16bytes)
740 jmp L(16bytes)
744 jmp L(16bytes)
748 jmp
[all...]
H A Dquick_entrypoints_x86_64.S377 jmp *%rax
412 jmp 1b // goto LOOP
416 jmp 4f
442 jmp 5f
446 jmp 5f
449 jmp 1b
452 jmp 1b
1165 jmp art_quick_throw_null_pointer_exception
1183 jmp art_quick_throw_array_bounds
1344 jmp art_quick_invoke_interface_trampolin
[all...]
/art/compiler/trampolines/
H A Dtrampoline_compiler.cc158 __ fs()->jmp(Address::Absolute(offset));
176 __ gs()->jmp(x86_64::Address::Absolute(offset, true));
/art/compiler/optimizing/
H A Dintrinsics_x86_64.cc148 __ jmp(GetExitLabel());
406 // if Nan jmp Nan_label
407 // if out is min jmp done
408 // if op2 is min jmp op2_label
410 // jmp done
417 // This removes one jmp, but needs to copy one input (op1) to out.
449 __ jmp(&done);
458 __ jmp(&done);
534 // if out is min jmp done
743 __ jmp(
[all...]
H A Dcode_generator_x86_64.cc105 __ jmp(GetExitLabel());
128 __ jmp(GetReturnLabel());
130 __ jmp(x64_codegen->GetLabelOf(successor_));
217 __ jmp(GetExitLabel());
257 __ jmp(GetExitLabel());
312 __ jmp(GetExitLabel());
787 __ jmp(codegen_->GetLabelOf(successor));
809 __ jmp(always_true_target);
857 __ jmp(false_target);
1117 __ jmp(
[all...]
H A Dcode_generator_x86.cc89 __ jmp(GetExitLabel());
145 __ jmp(GetReturnLabel());
147 __ jmp(x86_codegen->GetLabelOf(successor_));
187 __ jmp(GetExitLabel());
227 __ jmp(GetExitLabel());
292 __ jmp(GetExitLabel());
824 __ jmp(codegen_->GetLabelOf(successor));
846 __ jmp(always_true_target);
894 __ jmp(false_target);
1710 __ jmp(
[all...]
H A Dintrinsics_x86.cc157 __ jmp(GetExitLabel());
490 // if Nan jmp Nan_label
491 // if out is min jmp done
492 // if op2 is min jmp op2_label
494 // jmp done
501 // This removes one jmp, but needs to copy one input (op1) to out.
533 __ jmp(&done);
547 __ jmp(&done);
649 // if out is min jmp done
866 __ jmp(
[all...]
/art/compiler/utils/x86/
H A Dassembler_x86.h463 void jmp(Register reg);
464 void jmp(const Address& address);
465 void jmp(Label* label);
H A Dassembler_x86.cc1477 void X86Assembler::jmp(Register reg) { function in class:art::x86::X86Assembler
1483 void X86Assembler::jmp(const Address& address) { function in class:art::x86::X86Assembler
1489 void X86Assembler::jmp(Label* label) { function in class:art::x86::X86Assembler
/art/compiler/utils/x86_64/
H A Dassembler_x86_64.h588 void jmp(CpuRegister reg);
589 void jmp(const Address& address);
590 void jmp(Label* label);
H A Dassembler_x86_64.cc1954 void X86_64Assembler::jmp(CpuRegister reg) { function in class:art::x86_64::X86_64Assembler
1961 void X86_64Assembler::jmp(const Address& address) { function in class:art::x86_64::X86_64Assembler
1968 void X86_64Assembler::jmp(Label* label) { function in class:art::x86_64::X86_64Assembler
H A Dassembler_x86_64_test.cc1008 DriverStr(RepeatR(&x86_64::X86_64Assembler::jmp, "jmp *%{reg}"), "jmp");

Completed in 829 milliseconds