Home
last modified time | relevance | path

Searched refs:runtime_entry (Results 1 – 25 of 158) sorted by relevance

1234567

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/s390/
H A Dc1_LIRGenerator_s390.cpp656 address runtime_entry = NULL; in do_MathIntrinsic() local
659 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dsin); in do_MathIntrinsic()
662 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dcos); in do_MathIntrinsic()
665 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dtan); in do_MathIntrinsic()
668 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog); in do_MathIntrinsic()
671 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog10); in do_MathIntrinsic()
674 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dexp); in do_MathIntrinsic()
680 LIR_Opr result = call_runtime(x->argument_at(0), runtime_entry, x->type(), NULL); in do_MathIntrinsic()
686 address runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dpow); in do_MathIntrinsic() local
687 …LIR_Opr result = call_runtime(x->argument_at(0), x->argument_at(1), runtime_entry, x->type(), NULL… in do_MathIntrinsic()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/s390/
H A Dc1_LIRGenerator_s390.cpp659 address runtime_entry = NULL; in do_MathIntrinsic() local
662 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dsin); in do_MathIntrinsic()
665 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dcos); in do_MathIntrinsic()
668 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dtan); in do_MathIntrinsic()
671 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog); in do_MathIntrinsic()
674 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog10); in do_MathIntrinsic()
677 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dexp); in do_MathIntrinsic()
683 LIR_Opr result = call_runtime(x->argument_at(0), runtime_entry, x->type(), NULL); in do_MathIntrinsic()
689 address runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dpow); in do_MathIntrinsic() local
690 …LIR_Opr result = call_runtime(x->argument_at(0), x->argument_at(1), runtime_entry, x->type(), NULL… in do_MathIntrinsic()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/s390/
H A Dc1_LIRGenerator_s390.cpp660 address runtime_entry = NULL; in do_MathIntrinsic() local
663 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dsin); in do_MathIntrinsic()
666 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dcos); in do_MathIntrinsic()
669 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dtan); in do_MathIntrinsic()
672 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog); in do_MathIntrinsic()
675 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog10); in do_MathIntrinsic()
678 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dexp); in do_MathIntrinsic()
684 LIR_Opr result = call_runtime(x->argument_at(0), runtime_entry, x->type(), NULL); in do_MathIntrinsic()
690 address runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dpow); in do_MathIntrinsic() local
691 …LIR_Opr result = call_runtime(x->argument_at(0), x->argument_at(1), runtime_entry, x->type(), NULL… in do_MathIntrinsic()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/s390/
H A Dc1_LIRGenerator_s390.cpp660 address runtime_entry = NULL; in do_MathIntrinsic() local
663 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dsin); in do_MathIntrinsic()
666 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dcos); in do_MathIntrinsic()
669 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dtan); in do_MathIntrinsic()
672 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog); in do_MathIntrinsic()
675 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog10); in do_MathIntrinsic()
678 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dexp); in do_MathIntrinsic()
684 LIR_Opr result = call_runtime(x->argument_at(0), runtime_entry, x->type(), NULL); in do_MathIntrinsic()
690 address runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dpow); in do_MathIntrinsic() local
691 …LIR_Opr result = call_runtime(x->argument_at(0), x->argument_at(1), runtime_entry, x->type(), NULL… in do_MathIntrinsic()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/s390/
H A Dc1_LIRGenerator_s390.cpp656 address runtime_entry = NULL; in do_MathIntrinsic() local
659 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dsin); in do_MathIntrinsic()
662 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dcos); in do_MathIntrinsic()
665 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dtan); in do_MathIntrinsic()
668 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog); in do_MathIntrinsic()
671 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog10); in do_MathIntrinsic()
674 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dexp); in do_MathIntrinsic()
680 LIR_Opr result = call_runtime(x->argument_at(0), runtime_entry, x->type(), NULL); in do_MathIntrinsic()
686 address runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dpow); in do_MathIntrinsic() local
687 …LIR_Opr result = call_runtime(x->argument_at(0), x->argument_at(1), runtime_entry, x->type(), NULL… in do_MathIntrinsic()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/s390/
H A Dc1_LIRGenerator_s390.cpp659 address runtime_entry = NULL; in do_MathIntrinsic() local
662 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dsin); in do_MathIntrinsic()
665 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dcos); in do_MathIntrinsic()
668 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dtan); in do_MathIntrinsic()
671 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog); in do_MathIntrinsic()
674 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog10); in do_MathIntrinsic()
677 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dexp); in do_MathIntrinsic()
683 LIR_Opr result = call_runtime(x->argument_at(0), runtime_entry, x->type(), NULL); in do_MathIntrinsic()
689 address runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dpow); in do_MathIntrinsic() local
690 …LIR_Opr result = call_runtime(x->argument_at(0), x->argument_at(1), runtime_entry, x->type(), NULL… in do_MathIntrinsic()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/s390/
H A Dc1_LIRGenerator_s390.cpp660 address runtime_entry = NULL; in do_MathIntrinsic() local
663 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dsin); in do_MathIntrinsic()
666 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dcos); in do_MathIntrinsic()
669 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dtan); in do_MathIntrinsic()
672 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog); in do_MathIntrinsic()
675 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog10); in do_MathIntrinsic()
678 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dexp); in do_MathIntrinsic()
684 LIR_Opr result = call_runtime(x->argument_at(0), runtime_entry, x->type(), NULL); in do_MathIntrinsic()
690 address runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dpow); in do_MathIntrinsic() local
691 …LIR_Opr result = call_runtime(x->argument_at(0), x->argument_at(1), runtime_entry, x->type(), NULL… in do_MathIntrinsic()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/s390/
H A Dc1_LIRGenerator_s390.cpp659 address runtime_entry = NULL; in do_MathIntrinsic() local
662 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dsin); in do_MathIntrinsic()
665 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dcos); in do_MathIntrinsic()
668 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dtan); in do_MathIntrinsic()
671 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog); in do_MathIntrinsic()
674 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog10); in do_MathIntrinsic()
677 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dexp); in do_MathIntrinsic()
683 LIR_Opr result = call_runtime(x->argument_at(0), runtime_entry, x->type(), NULL); in do_MathIntrinsic()
689 address runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dpow); in do_MathIntrinsic() local
690 …LIR_Opr result = call_runtime(x->argument_at(0), x->argument_at(1), runtime_entry, x->type(), NULL… in do_MathIntrinsic()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/ppc/
H A Dc1_LIRGenerator_ppc.cpp746 address runtime_entry = NULL; in do_MathIntrinsic() local
749 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dsqrt); in do_MathIntrinsic()
752 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dsin); in do_MathIntrinsic()
755 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dcos); in do_MathIntrinsic()
758 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dtan); in do_MathIntrinsic()
761 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog); in do_MathIntrinsic()
764 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog10); in do_MathIntrinsic()
767 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dexp); in do_MathIntrinsic()
773 LIR_Opr result = call_runtime(x->argument_at(0), runtime_entry, x->type(), NULL); in do_MathIntrinsic()
779 address runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dpow); in do_MathIntrinsic() local
[all …]
H A DtemplateInterpreterGenerator_ppc.cpp699 …ss TemplateInterpreterGenerator::generate_safept_entry_for(TosState state, address runtime_entry) { in generate_safept_entry_for() argument
703 __ call_VM(noreg, runtime_entry); in generate_safept_entry_for()
1096 address runtime_entry = NULL; in generate_math_entry() local
1110 …case Interpreter::java_lang_math_sin : runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::d… in generate_math_entry()
1111 …case Interpreter::java_lang_math_cos : runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::d… in generate_math_entry()
1112 …case Interpreter::java_lang_math_tan : runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::d… in generate_math_entry()
1114 …case Interpreter::java_lang_math_sqrt : runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::d… in generate_math_entry()
1115 …case Interpreter::java_lang_math_log : runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::d… in generate_math_entry()
1116 …case Interpreter::java_lang_math_log10: runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::d… in generate_math_entry()
1125 if (!use_instruction && runtime_entry == NULL) return NULL; in generate_math_entry()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/ppc/
H A Dc1_LIRGenerator_ppc.cpp746 address runtime_entry = NULL; in do_MathIntrinsic() local
749 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dsqrt); in do_MathIntrinsic()
752 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dsin); in do_MathIntrinsic()
755 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dcos); in do_MathIntrinsic()
758 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dtan); in do_MathIntrinsic()
761 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog); in do_MathIntrinsic()
764 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog10); in do_MathIntrinsic()
767 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dexp); in do_MathIntrinsic()
773 LIR_Opr result = call_runtime(x->argument_at(0), runtime_entry, x->type(), NULL); in do_MathIntrinsic()
779 address runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dpow); in do_MathIntrinsic() local
[all …]
H A DtemplateInterpreterGenerator_ppc.cpp699 …ss TemplateInterpreterGenerator::generate_safept_entry_for(TosState state, address runtime_entry) { in generate_safept_entry_for() argument
703 __ call_VM(noreg, runtime_entry); in generate_safept_entry_for()
1096 address runtime_entry = NULL; in generate_math_entry() local
1110 …case Interpreter::java_lang_math_sin : runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::d… in generate_math_entry()
1111 …case Interpreter::java_lang_math_cos : runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::d… in generate_math_entry()
1112 …case Interpreter::java_lang_math_tan : runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::d… in generate_math_entry()
1114 …case Interpreter::java_lang_math_sqrt : runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::d… in generate_math_entry()
1115 …case Interpreter::java_lang_math_log : runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::d… in generate_math_entry()
1116 …case Interpreter::java_lang_math_log10: runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::d… in generate_math_entry()
1125 if (!use_instruction && runtime_entry == NULL) return NULL; in generate_math_entry()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/ppc/
H A Dc1_LIRGenerator_ppc.cpp746 address runtime_entry = NULL; in do_MathIntrinsic() local
749 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dsqrt); in do_MathIntrinsic()
752 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dsin); in do_MathIntrinsic()
755 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dcos); in do_MathIntrinsic()
758 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dtan); in do_MathIntrinsic()
761 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog); in do_MathIntrinsic()
764 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog10); in do_MathIntrinsic()
767 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dexp); in do_MathIntrinsic()
773 LIR_Opr result = call_runtime(x->argument_at(0), runtime_entry, x->type(), NULL); in do_MathIntrinsic()
779 address runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dpow); in do_MathIntrinsic() local
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/ppc/
H A Dc1_LIRGenerator_ppc.cpp747 address runtime_entry = NULL; in do_MathIntrinsic() local
750 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dsqrt); in do_MathIntrinsic()
753 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dsin); in do_MathIntrinsic()
756 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dcos); in do_MathIntrinsic()
759 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dtan); in do_MathIntrinsic()
762 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog); in do_MathIntrinsic()
765 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog10); in do_MathIntrinsic()
768 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dexp); in do_MathIntrinsic()
774 LIR_Opr result = call_runtime(x->argument_at(0), runtime_entry, x->type(), NULL); in do_MathIntrinsic()
780 address runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dpow); in do_MathIntrinsic() local
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/ppc/
H A Dc1_LIRGenerator_ppc.cpp748 address runtime_entry = NULL; in do_MathIntrinsic() local
751 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dsqrt); in do_MathIntrinsic()
754 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dsin); in do_MathIntrinsic()
757 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dcos); in do_MathIntrinsic()
760 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dtan); in do_MathIntrinsic()
763 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog); in do_MathIntrinsic()
766 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog10); in do_MathIntrinsic()
769 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dexp); in do_MathIntrinsic()
775 LIR_Opr result = call_runtime(x->argument_at(0), runtime_entry, x->type(), NULL); in do_MathIntrinsic()
781 address runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dpow); in do_MathIntrinsic() local
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/ppc/
H A Dc1_LIRGenerator_ppc.cpp746 address runtime_entry = NULL; in do_MathIntrinsic() local
749 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dsqrt); in do_MathIntrinsic()
752 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dsin); in do_MathIntrinsic()
755 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dcos); in do_MathIntrinsic()
758 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dtan); in do_MathIntrinsic()
761 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog); in do_MathIntrinsic()
764 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog10); in do_MathIntrinsic()
767 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dexp); in do_MathIntrinsic()
773 LIR_Opr result = call_runtime(x->argument_at(0), runtime_entry, x->type(), NULL); in do_MathIntrinsic()
779 address runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dpow); in do_MathIntrinsic() local
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/ppc/
H A Dc1_LIRGenerator_ppc.cpp747 address runtime_entry = NULL; in do_MathIntrinsic() local
750 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dsqrt); in do_MathIntrinsic()
753 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dsin); in do_MathIntrinsic()
756 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dcos); in do_MathIntrinsic()
759 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dtan); in do_MathIntrinsic()
762 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog); in do_MathIntrinsic()
765 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog10); in do_MathIntrinsic()
768 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dexp); in do_MathIntrinsic()
774 LIR_Opr result = call_runtime(x->argument_at(0), runtime_entry, x->type(), NULL); in do_MathIntrinsic()
780 address runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dpow); in do_MathIntrinsic() local
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/ppc/
H A Dc1_LIRGenerator_ppc.cpp746 address runtime_entry = NULL; in do_MathIntrinsic() local
749 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dsqrt); in do_MathIntrinsic()
752 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dsin); in do_MathIntrinsic()
755 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dcos); in do_MathIntrinsic()
758 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dtan); in do_MathIntrinsic()
761 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog); in do_MathIntrinsic()
764 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog10); in do_MathIntrinsic()
767 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dexp); in do_MathIntrinsic()
773 LIR_Opr result = call_runtime(x->argument_at(0), runtime_entry, x->type(), NULL); in do_MathIntrinsic()
779 address runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dpow); in do_MathIntrinsic() local
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/sparc/
H A Dc1_LIRGenerator_sparc.cpp636 address runtime_entry = NULL; in do_MathIntrinsic() local
639 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dsin); in do_MathIntrinsic()
642 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dcos); in do_MathIntrinsic()
645 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dtan); in do_MathIntrinsic()
648 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog); in do_MathIntrinsic()
651 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog10); in do_MathIntrinsic()
654 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dexp); in do_MathIntrinsic()
660 LIR_Opr result = call_runtime(x->argument_at(0), runtime_entry, x->type(), NULL); in do_MathIntrinsic()
666 address runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dpow); in do_MathIntrinsic() local
667 …LIR_Opr result = call_runtime(x->argument_at(0), x->argument_at(1), runtime_entry, x->type(), NULL… in do_MathIntrinsic()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/sparc/
H A Dc1_LIRGenerator_sparc.cpp636 address runtime_entry = NULL; in do_MathIntrinsic() local
639 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dsin); in do_MathIntrinsic()
642 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dcos); in do_MathIntrinsic()
645 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dtan); in do_MathIntrinsic()
648 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog); in do_MathIntrinsic()
651 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog10); in do_MathIntrinsic()
654 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dexp); in do_MathIntrinsic()
660 LIR_Opr result = call_runtime(x->argument_at(0), runtime_entry, x->type(), NULL); in do_MathIntrinsic()
666 address runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dpow); in do_MathIntrinsic() local
667 …LIR_Opr result = call_runtime(x->argument_at(0), x->argument_at(1), runtime_entry, x->type(), NULL… in do_MathIntrinsic()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/sparc/
H A Dc1_LIRGenerator_sparc.cpp636 address runtime_entry = NULL; in do_MathIntrinsic() local
639 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dsin); in do_MathIntrinsic()
642 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dcos); in do_MathIntrinsic()
645 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dtan); in do_MathIntrinsic()
648 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog); in do_MathIntrinsic()
651 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog10); in do_MathIntrinsic()
654 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dexp); in do_MathIntrinsic()
660 LIR_Opr result = call_runtime(x->argument_at(0), runtime_entry, x->type(), NULL); in do_MathIntrinsic()
666 address runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dpow); in do_MathIntrinsic() local
667 …LIR_Opr result = call_runtime(x->argument_at(0), x->argument_at(1), runtime_entry, x->type(), NULL… in do_MathIntrinsic()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/sparc/
H A Dc1_LIRGenerator_sparc.cpp636 address runtime_entry = NULL; in do_MathIntrinsic() local
639 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dsin); in do_MathIntrinsic()
642 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dcos); in do_MathIntrinsic()
645 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dtan); in do_MathIntrinsic()
648 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog); in do_MathIntrinsic()
651 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog10); in do_MathIntrinsic()
654 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dexp); in do_MathIntrinsic()
660 LIR_Opr result = call_runtime(x->argument_at(0), runtime_entry, x->type(), NULL); in do_MathIntrinsic()
666 address runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dpow); in do_MathIntrinsic() local
667 …LIR_Opr result = call_runtime(x->argument_at(0), x->argument_at(1), runtime_entry, x->type(), NULL… in do_MathIntrinsic()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/sparc/
H A Dc1_LIRGenerator_sparc.cpp636 address runtime_entry = NULL; in do_MathIntrinsic() local
639 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dsin); in do_MathIntrinsic()
642 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dcos); in do_MathIntrinsic()
645 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dtan); in do_MathIntrinsic()
648 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog); in do_MathIntrinsic()
651 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog10); in do_MathIntrinsic()
654 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dexp); in do_MathIntrinsic()
660 LIR_Opr result = call_runtime(x->argument_at(0), runtime_entry, x->type(), NULL); in do_MathIntrinsic()
666 address runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dpow); in do_MathIntrinsic() local
667 …LIR_Opr result = call_runtime(x->argument_at(0), x->argument_at(1), runtime_entry, x->type(), NULL… in do_MathIntrinsic()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp719 address runtime_entry = NULL; in do_MathIntrinsic() local
722 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dsin); in do_MathIntrinsic()
725 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dcos); in do_MathIntrinsic()
728 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dtan); in do_MathIntrinsic()
731 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog); in do_MathIntrinsic()
734 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog10); in do_MathIntrinsic()
737 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dexp); in do_MathIntrinsic()
743 LIR_Opr result = call_runtime(x->argument_at(0), runtime_entry, x->type(), NULL); in do_MathIntrinsic()
749 address runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dpow); in do_MathIntrinsic() local
750 …LIR_Opr result = call_runtime(x->argument_at(0), x->argument_at(1), runtime_entry, x->type(), NULL… in do_MathIntrinsic()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp719 address runtime_entry = NULL; in do_MathIntrinsic() local
722 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dsin); in do_MathIntrinsic()
725 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dcos); in do_MathIntrinsic()
728 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dtan); in do_MathIntrinsic()
731 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog); in do_MathIntrinsic()
734 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog10); in do_MathIntrinsic()
737 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dexp); in do_MathIntrinsic()
743 LIR_Opr result = call_runtime(x->argument_at(0), runtime_entry, x->type(), NULL); in do_MathIntrinsic()
749 address runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dpow); in do_MathIntrinsic() local
750 …LIR_Opr result = call_runtime(x->argument_at(0), x->argument_at(1), runtime_entry, x->type(), NULL… in do_MathIntrinsic()

1234567