Home
last modified time | relevance | path

Searched refs:compare32_and_branch (Results 1 – 25 of 67) sorted by relevance

123

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/s390/
H A DmethodHandles_s390.cpp116 __ compare32_and_branch(temp, constant(ref_kind), Assembler::bcondEqual, L); in verify_ref_kind() local
467 __ compare32_and_branch(temp2_index, constant(0), Assembler::bcondNotLow, L_index_ok); in generate_method_handle_dispatch() local
501 __ compare32_and_branch(Z_index, constant(0), Assembler::bcondNotLow, L); in generate_method_handle_dispatch() local
H A DtemplateTable_s390.cpp1440 __ compare32_and_branch(Z_tos, (intptr_t) 0, in idiv_helper() local
1925 __ compare32_and_branch(disp, (intptr_t)0, Assembler::bcondHigh, dispatch); in branch() local
2068 __ compare32_and_branch(Z_tos, (intptr_t) 0, j_not(cc), not_taken); in if_0cmp() local
2080 __ compare32_and_branch(Z_R0_scratch, Z_tos, j_not(cc), not_taken); in if_icmp() local
2156 __ compare32_and_branch(Z_tos, low, Assembler::bcondLow, default_case); in tableswitch() local
2157 __ compare32_and_branch(Z_tos, high, Assembler::bcondHigh, default_case); in tableswitch() local
2318 __ compare32_and_branch(key, temp, Assembler::bcondNotLow, else_); in fast_binaryswitch() local
2342 __ compare32_and_branch(key, temp, Assembler::bcondNotEqual, default_case); in fast_binaryswitch() local
2426 __ compare32_and_branch(bytecode_in_cpcache, (int)code, Assembler::bcondEqual, resolved); in resolve_cache_and_index() local
H A Dinterp_masm_s390.cpp1783 compare32_and_branch(tmp, Bytecodes::_invokedynamic, Assembler::bcondEqual, do_profile); in profile_return_type()
1784 compare32_and_branch(tmp, Bytecodes::_invokehandle, Assembler::bcondEqual, do_profile); in profile_return_type()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/s390/
H A DmethodHandles_s390.cpp116 __ compare32_and_branch(temp, constant(ref_kind), Assembler::bcondEqual, L); in verify_ref_kind() local
467 __ compare32_and_branch(temp2_index, constant(0), Assembler::bcondNotLow, L_index_ok); in generate_method_handle_dispatch() local
501 __ compare32_and_branch(Z_index, constant(0), Assembler::bcondNotLow, L); in generate_method_handle_dispatch() local
H A DtemplateTable_s390.cpp1440 __ compare32_and_branch(Z_tos, (intptr_t) 0, in idiv_helper() local
1925 __ compare32_and_branch(disp, (intptr_t)0, Assembler::bcondHigh, dispatch); in branch() local
2068 __ compare32_and_branch(Z_tos, (intptr_t) 0, j_not(cc), not_taken); in if_0cmp() local
2080 __ compare32_and_branch(Z_R0_scratch, Z_tos, j_not(cc), not_taken); in if_icmp() local
2156 __ compare32_and_branch(Z_tos, low, Assembler::bcondLow, default_case); in tableswitch() local
2157 __ compare32_and_branch(Z_tos, high, Assembler::bcondHigh, default_case); in tableswitch() local
2318 __ compare32_and_branch(key, temp, Assembler::bcondNotLow, else_); in fast_binaryswitch() local
2342 __ compare32_and_branch(key, temp, Assembler::bcondNotEqual, default_case); in fast_binaryswitch() local
2428 __ compare32_and_branch(bytecode_in_cpcache, (int)code, Assembler::bcondEqual, resolved); in resolve_cache_and_index() local
H A Dinterp_masm_s390.cpp1799 compare32_and_branch(tmp, Bytecodes::_invokedynamic, Assembler::bcondEqual, do_profile); in profile_return_type()
1800 compare32_and_branch(tmp, Bytecodes::_invokehandle, Assembler::bcondEqual, do_profile); in profile_return_type()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/s390/
H A DmethodHandles_s390.cpp116 __ compare32_and_branch(temp, constant(ref_kind), Assembler::bcondEqual, L); in verify_ref_kind() local
467 __ compare32_and_branch(temp2_index, constant(0), Assembler::bcondNotLow, L_index_ok); in generate_method_handle_dispatch() local
501 __ compare32_and_branch(Z_index, constant(0), Assembler::bcondNotLow, L); in generate_method_handle_dispatch() local
H A DtemplateTable_s390.cpp1440 __ compare32_and_branch(Z_tos, (intptr_t) 0, in idiv_helper() local
1925 __ compare32_and_branch(disp, (intptr_t)0, Assembler::bcondHigh, dispatch); in branch() local
2068 __ compare32_and_branch(Z_tos, (intptr_t) 0, j_not(cc), not_taken); in if_0cmp() local
2080 __ compare32_and_branch(Z_R0_scratch, Z_tos, j_not(cc), not_taken); in if_icmp() local
2156 __ compare32_and_branch(Z_tos, low, Assembler::bcondLow, default_case); in tableswitch() local
2157 __ compare32_and_branch(Z_tos, high, Assembler::bcondHigh, default_case); in tableswitch() local
2318 __ compare32_and_branch(key, temp, Assembler::bcondNotLow, else_); in fast_binaryswitch() local
2342 __ compare32_and_branch(key, temp, Assembler::bcondNotEqual, default_case); in fast_binaryswitch() local
2426 __ compare32_and_branch(bytecode_in_cpcache, (int)code, Assembler::bcondEqual, resolved); in resolve_cache_and_index() local
H A Dinterp_masm_s390.cpp1783 compare32_and_branch(tmp, Bytecodes::_invokedynamic, Assembler::bcondEqual, do_profile); in profile_return_type()
1784 compare32_and_branch(tmp, Bytecodes::_invokehandle, Assembler::bcondEqual, do_profile); in profile_return_type()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/s390/
H A DmethodHandles_s390.cpp116 __ compare32_and_branch(temp, constant(ref_kind), Assembler::bcondEqual, L); in verify_ref_kind() local
467 __ compare32_and_branch(temp2_index, constant(0), Assembler::bcondNotLow, L_index_ok); in generate_method_handle_dispatch() local
501 __ compare32_and_branch(Z_index, constant(0), Assembler::bcondNotLow, L); in generate_method_handle_dispatch() local
H A DtemplateTable_s390.cpp1440 __ compare32_and_branch(Z_tos, (intptr_t) 0, in idiv_helper() local
1925 __ compare32_and_branch(disp, (intptr_t)0, Assembler::bcondHigh, dispatch); in branch() local
2068 __ compare32_and_branch(Z_tos, (intptr_t) 0, j_not(cc), not_taken); in if_0cmp() local
2080 __ compare32_and_branch(Z_R0_scratch, Z_tos, j_not(cc), not_taken); in if_icmp() local
2156 __ compare32_and_branch(Z_tos, low, Assembler::bcondLow, default_case); in tableswitch() local
2157 __ compare32_and_branch(Z_tos, high, Assembler::bcondHigh, default_case); in tableswitch() local
2318 __ compare32_and_branch(key, temp, Assembler::bcondNotLow, else_); in fast_binaryswitch() local
2342 __ compare32_and_branch(key, temp, Assembler::bcondNotEqual, default_case); in fast_binaryswitch() local
2428 __ compare32_and_branch(bytecode_in_cpcache, (int)code, Assembler::bcondEqual, resolved); in resolve_cache_and_index() local
H A Dinterp_masm_s390.cpp1788 compare32_and_branch(tmp, Bytecodes::_invokedynamic, Assembler::bcondEqual, do_profile); in profile_return_type()
1789 compare32_and_branch(tmp, Bytecodes::_invokehandle, Assembler::bcondEqual, do_profile); in profile_return_type()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/s390/
H A DmethodHandles_s390.cpp117 __ compare32_and_branch(temp, constant(ref_kind), Assembler::bcondEqual, L); in verify_ref_kind() local
468 __ compare32_and_branch(temp2_index, constant(0), Assembler::bcondNotLow, L_index_ok); in generate_method_handle_dispatch() local
502 __ compare32_and_branch(Z_index, constant(0), Assembler::bcondNotLow, L); in generate_method_handle_dispatch() local
H A DtemplateTable_s390.cpp1441 __ compare32_and_branch(Z_tos, (intptr_t) 0, in idiv_helper() local
1926 __ compare32_and_branch(disp, (intptr_t)0, Assembler::bcondHigh, dispatch); in branch() local
2069 __ compare32_and_branch(Z_tos, (intptr_t) 0, j_not(cc), not_taken); in if_0cmp() local
2081 __ compare32_and_branch(Z_R0_scratch, Z_tos, j_not(cc), not_taken); in if_icmp() local
2157 __ compare32_and_branch(Z_tos, low, Assembler::bcondLow, default_case); in tableswitch() local
2158 __ compare32_and_branch(Z_tos, high, Assembler::bcondHigh, default_case); in tableswitch() local
2319 __ compare32_and_branch(key, temp, Assembler::bcondNotLow, else_); in fast_binaryswitch() local
2343 __ compare32_and_branch(key, temp, Assembler::bcondNotEqual, default_case); in fast_binaryswitch() local
2429 __ compare32_and_branch(bytecode_in_cpcache, (int)code, Assembler::bcondEqual, resolved); in resolve_cache_and_index() local
H A Dc2_MacroAssembler_s390.cpp1096 compare32_and_branch(needlecnt, (intptr_t)0, Assembler::bcondEqual, L_needle1); in string_indexof()
1130 compare32_and_branch(needlecnt, 256, Assembler::bcondHigh, L_clcle); in string_indexof()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/s390/
H A DmethodHandles_s390.cpp116 __ compare32_and_branch(temp, constant(ref_kind), Assembler::bcondEqual, L); in verify_ref_kind() local
467 __ compare32_and_branch(temp2_index, constant(0), Assembler::bcondNotLow, L_index_ok); in generate_method_handle_dispatch() local
501 __ compare32_and_branch(Z_index, constant(0), Assembler::bcondNotLow, L); in generate_method_handle_dispatch() local
H A DtemplateTable_s390.cpp1440 __ compare32_and_branch(Z_tos, (intptr_t) 0, in idiv_helper() local
1925 __ compare32_and_branch(disp, (intptr_t)0, Assembler::bcondHigh, dispatch); in branch() local
2068 __ compare32_and_branch(Z_tos, (intptr_t) 0, j_not(cc), not_taken); in if_0cmp() local
2080 __ compare32_and_branch(Z_R0_scratch, Z_tos, j_not(cc), not_taken); in if_icmp() local
2156 __ compare32_and_branch(Z_tos, low, Assembler::bcondLow, default_case); in tableswitch() local
2157 __ compare32_and_branch(Z_tos, high, Assembler::bcondHigh, default_case); in tableswitch() local
2318 __ compare32_and_branch(key, temp, Assembler::bcondNotLow, else_); in fast_binaryswitch() local
2342 __ compare32_and_branch(key, temp, Assembler::bcondNotEqual, default_case); in fast_binaryswitch() local
2428 __ compare32_and_branch(bytecode_in_cpcache, (int)code, Assembler::bcondEqual, resolved); in resolve_cache_and_index() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/s390/
H A DmethodHandles_s390.cpp119 __ compare32_and_branch(temp, constant(ref_kind), Assembler::bcondEqual, L); in verify_ref_kind() local
480 __ compare32_and_branch(temp2_index, constant(0), Assembler::bcondNotLow, L_index_ok); in generate_method_handle_dispatch() local
514 __ compare32_and_branch(Z_index, constant(0), Assembler::bcondNotLow, L); in generate_method_handle_dispatch() local
H A DtemplateTable_s390.cpp1439 __ compare32_and_branch(Z_tos, (intptr_t) 0, in idiv_helper() local
1924 __ compare32_and_branch(disp, (intptr_t)0, Assembler::bcondHigh, dispatch); in branch() local
2067 __ compare32_and_branch(Z_tos, (intptr_t) 0, j_not(cc), not_taken); in if_0cmp() local
2079 __ compare32_and_branch(Z_R0_scratch, Z_tos, j_not(cc), not_taken); in if_icmp() local
2155 __ compare32_and_branch(Z_tos, low, Assembler::bcondLow, default_case); in tableswitch() local
2156 __ compare32_and_branch(Z_tos, high, Assembler::bcondHigh, default_case); in tableswitch() local
2317 __ compare32_and_branch(key, temp, Assembler::bcondNotLow, else_); in fast_binaryswitch() local
2341 __ compare32_and_branch(key, temp, Assembler::bcondNotEqual, default_case); in fast_binaryswitch() local
2427 __ compare32_and_branch(bytecode_in_cpcache, (int)code, Assembler::bcondEqual, resolved); in resolve_cache_and_index() local
H A Dc2_MacroAssembler_s390.cpp1096 compare32_and_branch(needlecnt, (intptr_t)0, Assembler::bcondEqual, L_needle1); in string_indexof()
1130 compare32_and_branch(needlecnt, 256, Assembler::bcondHigh, L_clcle); in string_indexof()
H A Dinterp_masm_s390.cpp1804 compare32_and_branch(tmp, Bytecodes::_invokedynamic, Assembler::bcondEqual, do_profile); in profile_return_type()
1805 compare32_and_branch(tmp, Bytecodes::_invokehandle, Assembler::bcondEqual, do_profile); in profile_return_type()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/s390/
H A DmethodHandles_s390.cpp121 __ compare32_and_branch(temp, constant(ref_kind), Assembler::bcondEqual, L); in verify_ref_kind() local
482 __ compare32_and_branch(temp2_index, constant(0), Assembler::bcondNotLow, L_index_ok); in generate_method_handle_dispatch() local
516 __ compare32_and_branch(Z_index, constant(0), Assembler::bcondNotLow, L); in generate_method_handle_dispatch() local
H A DtemplateTable_s390.cpp1440 __ compare32_and_branch(Z_tos, (intptr_t) 0, in idiv_helper() local
1924 __ compare32_and_branch(disp, (intptr_t)0, Assembler::bcondHigh, dispatch); in branch() local
2007 __ compare32_and_branch(Z_tos, (intptr_t) 0, j_not(cc), not_taken); in if_0cmp() local
2019 __ compare32_and_branch(Z_R0_scratch, Z_tos, j_not(cc), not_taken); in if_icmp() local
2095 __ compare32_and_branch(Z_tos, low, Assembler::bcondLow, default_case); in tableswitch() local
2096 __ compare32_and_branch(Z_tos, high, Assembler::bcondHigh, default_case); in tableswitch() local
2257 __ compare32_and_branch(key, temp, Assembler::bcondNotLow, else_); in fast_binaryswitch() local
2281 __ compare32_and_branch(key, temp, Assembler::bcondNotEqual, default_case); in fast_binaryswitch() local
2367 __ compare32_and_branch(bytecode_in_cpcache, (int)code, Assembler::bcondEqual, resolved); in resolve_cache_and_index() local
H A Dc2_MacroAssembler_s390.cpp1097 compare32_and_branch(needlecnt, (intptr_t)0, Assembler::bcondEqual, L_needle1); in string_indexof()
1131 compare32_and_branch(needlecnt, 256, Assembler::bcondHigh, L_clcle); in string_indexof()
H A Dinterp_masm_s390.cpp1804 compare32_and_branch(tmp, Bytecodes::_invokedynamic, Assembler::bcondEqual, do_profile); in profile_return_type()
1805 compare32_and_branch(tmp, Bytecodes::_invokehandle, Assembler::bcondEqual, do_profile); in profile_return_type()

123