Home
last modified time | relevance | path

Searched refs:Rexception (Results 1 – 25 of 36) sorted by relevance

12

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/ppc/vm/
H A DtemplateInterpreter_ppc.cpp119 Register Rexception = R17_tos; in generate_exception_handler_common() local
126 __ mr(R5_ARG3, Rexception); in generate_exception_handler_common()
134 __ mr(R3_ARG1, Rexception); in generate_exception_handler_common()
1625 Register Rexception = R17_tos, in generate_throw_exception() local
1643 __ mr(Rexception, R3_RET); in generate_throw_exception()
1646 __ verify_oop(Rexception); in generate_throw_exception()
1655 __ push_ptr(Rexception); in generate_throw_exception()
1773 __ pop_ptr(Rexception); in generate_throw_exception()
1775 __ verify_oop(Rexception); in generate_throw_exception()
1781 __ get_vm_result(Rexception); in generate_throw_exception()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/ppc/vm/
H A DtemplateInterpreter_ppc.cpp119 Register Rexception = R17_tos; in generate_exception_handler_common() local
126 __ mr(R5_ARG3, Rexception); in generate_exception_handler_common()
134 __ mr(R3_ARG1, Rexception); in generate_exception_handler_common()
1625 Register Rexception = R17_tos, in generate_throw_exception() local
1643 __ mr(Rexception, R3_RET); in generate_throw_exception()
1646 __ verify_oop(Rexception); in generate_throw_exception()
1655 __ push_ptr(Rexception); in generate_throw_exception()
1773 __ pop_ptr(Rexception); in generate_throw_exception()
1775 __ verify_oop(Rexception); in generate_throw_exception()
1781 __ get_vm_result(Rexception); in generate_throw_exception()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/ppc/
H A DtemplateInterpreterGenerator_ppc.cpp589 Register Rexception = R17_tos; in generate_exception_handler_common() local
596 __ mr(R5_ARG3, Rexception); in generate_exception_handler_common()
604 __ mr(R3_ARG1, Rexception); in generate_exception_handler_common()
1990 Register Rexception = R17_tos, in generate_throw_exception() local
2008 __ mr(Rexception, R3_RET); in generate_throw_exception()
2011 __ verify_oop(Rexception); in generate_throw_exception()
2020 __ push_ptr(Rexception); in generate_throw_exception()
2138 __ pop_ptr(Rexception); in generate_throw_exception()
2140 __ verify_oop(Rexception); in generate_throw_exception()
2146 __ get_vm_result(Rexception); in generate_throw_exception()
[all …]
H A Dc1_Runtime1_ppc.cpp548 const Register Rexception = R3 /*LIRGenerator::exceptionOopOpr()*/, in generate_code_for() local
555 __ mr(Rexception_save, Rexception); // save over C call in generate_code_for()
562 __ mr(Rexception, Rexception_save); // restore in generate_code_for()
756 const Register Rexception = R3 /*LIRGenerator::exceptionOopOpr()*/, in generate_handle_exception() local
771 __ ld(Rexception, in_bytes(JavaThread::pending_exception_offset()), R16_thread); in generate_handle_exception()
791 __ verify_not_null_oop(Rexception); in generate_handle_exception()
805 __ std(Rexception, in_bytes(JavaThread::exception_oop_offset()), R16_thread); in generate_handle_exception()
H A Dinterp_masm_ppc_64.cpp2143 Register Rexception = Rscratch1; in check_and_forward_exception() local
2147 ld(Rexception, thread_(pending_exception)); in check_and_forward_exception()
2148 cmpdi(CCR0, Rexception, 0); in check_and_forward_exception()
2151 mr_if_needed(R3, Rexception); in check_and_forward_exception()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/ppc/
H A DtemplateInterpreterGenerator_ppc.cpp589 Register Rexception = R17_tos; in generate_exception_handler_common() local
596 __ mr(R5_ARG3, Rexception); in generate_exception_handler_common()
604 __ mr(R3_ARG1, Rexception); in generate_exception_handler_common()
1981 Register Rexception = R17_tos, in generate_throw_exception() local
1999 __ mr(Rexception, R3_RET); in generate_throw_exception()
2002 __ verify_oop(Rexception); in generate_throw_exception()
2011 __ push_ptr(Rexception); in generate_throw_exception()
2129 __ pop_ptr(Rexception); in generate_throw_exception()
2131 __ verify_oop(Rexception); in generate_throw_exception()
2137 __ get_vm_result(Rexception); in generate_throw_exception()
[all …]
H A Dc1_Runtime1_ppc.cpp548 const Register Rexception = R3 /*LIRGenerator::exceptionOopOpr()*/, in generate_code_for() local
555 __ mr(Rexception_save, Rexception); // save over C call in generate_code_for()
562 __ mr(Rexception, Rexception_save); // restore in generate_code_for()
756 const Register Rexception = R3 /*LIRGenerator::exceptionOopOpr()*/, in generate_handle_exception() local
771 __ ld(Rexception, in_bytes(JavaThread::pending_exception_offset()), R16_thread); in generate_handle_exception()
791 __ verify_not_null_oop(Rexception); in generate_handle_exception()
805 __ std(Rexception, in_bytes(JavaThread::exception_oop_offset()), R16_thread); in generate_handle_exception()
H A Dinterp_masm_ppc_64.cpp2155 Register Rexception = Rscratch1; in check_and_forward_exception() local
2159 ld(Rexception, thread_(pending_exception)); in check_and_forward_exception()
2160 cmpdi(CCR0, Rexception, 0); in check_and_forward_exception()
2163 mr_if_needed(R3, Rexception); in check_and_forward_exception()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/ppc/
H A DtemplateInterpreterGenerator_ppc.cpp589 Register Rexception = R17_tos; in generate_exception_handler_common() local
596 __ mr(R5_ARG3, Rexception); in generate_exception_handler_common()
604 __ mr(R3_ARG1, Rexception); in generate_exception_handler_common()
1990 Register Rexception = R17_tos, in generate_throw_exception() local
2008 __ mr(Rexception, R3_RET); in generate_throw_exception()
2011 __ verify_oop(Rexception); in generate_throw_exception()
2020 __ push_ptr(Rexception); in generate_throw_exception()
2138 __ pop_ptr(Rexception); in generate_throw_exception()
2140 __ verify_oop(Rexception); in generate_throw_exception()
2146 __ get_vm_result(Rexception); in generate_throw_exception()
[all …]
H A Dc1_Runtime1_ppc.cpp548 const Register Rexception = R3 /*LIRGenerator::exceptionOopOpr()*/, in generate_code_for() local
555 __ mr(Rexception_save, Rexception); // save over C call in generate_code_for()
562 __ mr(Rexception, Rexception_save); // restore in generate_code_for()
756 const Register Rexception = R3 /*LIRGenerator::exceptionOopOpr()*/, in generate_handle_exception() local
771 __ ld(Rexception, in_bytes(JavaThread::pending_exception_offset()), R16_thread); in generate_handle_exception()
791 __ verify_not_null_oop(Rexception); in generate_handle_exception()
805 __ std(Rexception, in_bytes(JavaThread::exception_oop_offset()), R16_thread); in generate_handle_exception()
H A Dinterp_masm_ppc_64.cpp2143 Register Rexception = Rscratch1; in check_and_forward_exception() local
2147 ld(Rexception, thread_(pending_exception)); in check_and_forward_exception()
2148 cmpdi(CCR0, Rexception, 0); in check_and_forward_exception()
2151 mr_if_needed(R3, Rexception); in check_and_forward_exception()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/ppc/
H A DtemplateInterpreterGenerator_ppc.cpp589 Register Rexception = R17_tos; in generate_exception_handler_common() local
596 __ mr(R5_ARG3, Rexception); in generate_exception_handler_common()
604 __ mr(R3_ARG1, Rexception); in generate_exception_handler_common()
1977 Register Rexception = R17_tos, in generate_throw_exception() local
1995 __ mr(Rexception, R3_RET); in generate_throw_exception()
1998 __ verify_oop(Rexception); in generate_throw_exception()
2007 __ push_ptr(Rexception); in generate_throw_exception()
2125 __ pop_ptr(Rexception); in generate_throw_exception()
2127 __ verify_oop(Rexception); in generate_throw_exception()
2133 __ get_vm_result(Rexception); in generate_throw_exception()
[all …]
H A Dc1_Runtime1_ppc.cpp549 const Register Rexception = R3 /*LIRGenerator::exceptionOopOpr()*/, in generate_code_for() local
556 __ mr(Rexception_save, Rexception); // save over C call in generate_code_for()
563 __ mr(Rexception, Rexception_save); // restore in generate_code_for()
757 const Register Rexception = R3 /*LIRGenerator::exceptionOopOpr()*/, in generate_handle_exception() local
772 __ ld(Rexception, in_bytes(JavaThread::pending_exception_offset()), R16_thread); in generate_handle_exception()
792 __ verify_not_null_oop(Rexception); in generate_handle_exception()
806 __ std(Rexception, in_bytes(JavaThread::exception_oop_offset()), R16_thread); in generate_handle_exception()
H A Dinterp_masm_ppc_64.cpp2161 Register Rexception = Rscratch1; in check_and_forward_exception() local
2165 ld(Rexception, thread_(pending_exception)); in check_and_forward_exception()
2166 cmpdi(CCR0, Rexception, 0); in check_and_forward_exception()
2169 mr_if_needed(R3, Rexception); in check_and_forward_exception()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/ppc/
H A DtemplateInterpreterGenerator_ppc.cpp593 Register Rexception = R17_tos; in generate_exception_handler_common() local
600 __ mr(R5_ARG3, Rexception); in generate_exception_handler_common()
608 __ mr(R3_ARG1, Rexception); in generate_exception_handler_common()
1939 Register Rexception = R17_tos, in generate_throw_exception() local
1957 __ mr(Rexception, R3_RET); in generate_throw_exception()
1960 __ verify_oop(Rexception); in generate_throw_exception()
1969 __ push_ptr(Rexception); in generate_throw_exception()
2087 __ pop_ptr(Rexception); in generate_throw_exception()
2089 __ verify_oop(Rexception); in generate_throw_exception()
2095 __ get_vm_result(Rexception); in generate_throw_exception()
[all …]
H A Dc1_Runtime1_ppc.cpp550 const Register Rexception = R3 /*LIRGenerator::exceptionOopOpr()*/, in generate_code_for() local
557 __ mr(Rexception_save, Rexception); // save over C call in generate_code_for()
564 __ mr(Rexception, Rexception_save); // restore in generate_code_for()
758 const Register Rexception = R3 /*LIRGenerator::exceptionOopOpr()*/, in generate_handle_exception() local
773 __ ld(Rexception, in_bytes(JavaThread::pending_exception_offset()), R16_thread); in generate_handle_exception()
793 __ verify_not_null_oop(Rexception); in generate_handle_exception()
807 __ std(Rexception, in_bytes(JavaThread::exception_oop_offset()), R16_thread); in generate_handle_exception()
H A Dinterp_masm_ppc_64.cpp2098 Register Rexception = Rscratch1; in check_and_forward_exception() local
2102 ld(Rexception, thread_(pending_exception)); in check_and_forward_exception()
2103 cmpdi(CCR0, Rexception, 0); in check_and_forward_exception()
2106 mr_if_needed(R3, Rexception); in check_and_forward_exception()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/ppc/
H A DtemplateInterpreterGenerator_ppc.cpp588 Register Rexception = R17_tos; in generate_exception_handler_common() local
595 __ mr(R5_ARG3, Rexception); in generate_exception_handler_common()
603 __ mr(R3_ARG1, Rexception); in generate_exception_handler_common()
1980 Register Rexception = R17_tos, in generate_throw_exception() local
1998 __ mr(Rexception, R3_RET); in generate_throw_exception()
2001 __ verify_oop(Rexception); in generate_throw_exception()
2010 __ push_ptr(Rexception); in generate_throw_exception()
2128 __ pop_ptr(Rexception); in generate_throw_exception()
2130 __ verify_oop(Rexception); in generate_throw_exception()
2136 __ get_vm_result(Rexception); in generate_throw_exception()
[all …]
H A Dc1_Runtime1_ppc.cpp549 const Register Rexception = R3 /*LIRGenerator::exceptionOopOpr()*/, in generate_code_for() local
556 __ mr(Rexception_save, Rexception); // save over C call in generate_code_for()
563 __ mr(Rexception, Rexception_save); // restore in generate_code_for()
757 const Register Rexception = R3 /*LIRGenerator::exceptionOopOpr()*/, in generate_handle_exception() local
772 __ ld(Rexception, in_bytes(JavaThread::pending_exception_offset()), R16_thread); in generate_handle_exception()
792 __ verify_not_null_oop(Rexception); in generate_handle_exception()
806 __ std(Rexception, in_bytes(JavaThread::exception_oop_offset()), R16_thread); in generate_handle_exception()
H A Dinterp_masm_ppc_64.cpp2156 Register Rexception = Rscratch1; in check_and_forward_exception() local
2160 ld(Rexception, thread_(pending_exception)); in check_and_forward_exception()
2161 cmpdi(CCR0, Rexception, 0); in check_and_forward_exception()
2164 mr_if_needed(R3, Rexception); in check_and_forward_exception()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/ppc/
H A DtemplateInterpreterGenerator_ppc.cpp589 Register Rexception = R17_tos; in generate_exception_handler_common() local
596 __ mr(R5_ARG3, Rexception); in generate_exception_handler_common()
604 __ mr(R3_ARG1, Rexception); in generate_exception_handler_common()
1981 Register Rexception = R17_tos, in generate_throw_exception() local
1999 __ mr(Rexception, R3_RET); in generate_throw_exception()
2002 __ verify_oop(Rexception); in generate_throw_exception()
2011 __ push_ptr(Rexception); in generate_throw_exception()
2129 __ pop_ptr(Rexception); in generate_throw_exception()
2131 __ verify_oop(Rexception); in generate_throw_exception()
2137 __ get_vm_result(Rexception); in generate_throw_exception()
[all …]
H A Dc1_Runtime1_ppc.cpp548 const Register Rexception = R3 /*LIRGenerator::exceptionOopOpr()*/, in generate_code_for() local
555 __ mr(Rexception_save, Rexception); // save over C call in generate_code_for()
562 __ mr(Rexception, Rexception_save); // restore in generate_code_for()
756 const Register Rexception = R3 /*LIRGenerator::exceptionOopOpr()*/, in generate_handle_exception() local
771 __ ld(Rexception, in_bytes(JavaThread::pending_exception_offset()), R16_thread); in generate_handle_exception()
791 __ verify_not_null_oop(Rexception); in generate_handle_exception()
805 __ std(Rexception, in_bytes(JavaThread::exception_oop_offset()), R16_thread); in generate_handle_exception()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/ppc/
H A Dc1_Runtime1_ppc.cpp548 const Register Rexception = R3 /*LIRGenerator::exceptionOopOpr()*/, in generate_code_for() local
555 __ mr(Rexception_save, Rexception); // save over C call in generate_code_for()
562 __ mr(Rexception, Rexception_save); // restore in generate_code_for()
756 const Register Rexception = R3 /*LIRGenerator::exceptionOopOpr()*/, in generate_handle_exception() local
771 __ ld(Rexception, in_bytes(JavaThread::pending_exception_offset()), R16_thread); in generate_handle_exception()
791 __ verify_not_null_oop(Rexception); in generate_handle_exception()
805 __ std(Rexception, in_bytes(JavaThread::exception_oop_offset()), R16_thread); in generate_handle_exception()
H A DtemplateInterpreterGenerator_ppc.cpp589 Register Rexception = R17_tos; in generate_exception_handler_common() local
596 __ mr(R5_ARG3, Rexception); in generate_exception_handler_common()
604 __ mr(R3_ARG1, Rexception); in generate_exception_handler_common()
2031 Register Rexception = R17_tos, in generate_throw_exception() local
2049 __ mr(Rexception, R3_RET); in generate_throw_exception()
2052 __ verify_oop(Rexception); in generate_throw_exception()
2061 __ push_ptr(Rexception); in generate_throw_exception()
2179 __ pop_ptr(Rexception); in generate_throw_exception()
2181 __ verify_oop(Rexception); in generate_throw_exception()
2187 __ get_vm_result(Rexception); in generate_throw_exception()
[all …]
H A Dinterp_masm_ppc_64.cpp2153 Register Rexception = Rscratch1; in check_and_forward_exception() local
2157 ld(Rexception, thread_(pending_exception)); in check_and_forward_exception()
2158 cmpdi(CCR0, Rexception, 0); in check_and_forward_exception()
2161 mr_if_needed(R3, Rexception); in check_and_forward_exception()

12