Home
last modified time | relevance | path

Searched refs:z_sllg (Results 1 – 25 of 99) sorted by relevance

1234

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/s390/
H A Dc1_MacroAssembler_s390.cpp310 case 2: z_sllg(arr_size, len, 1); break; in allocate_array()
311 case 4: z_sllg(arr_size, len, 2); break; in allocate_array()
312 case 8: z_sllg(arr_size, len, 3); break; in allocate_array()
H A DmacroAssembler_s390.cpp410 z_sllg(reg, reg, 1); in mem2reg_opt()
606 z_sllg(rval, rval, exact_log2(bit1)); in mul_reg64_const16()
611 z_sllg(work, rval, exact_log2(bit1)); in mul_reg64_const16()
3733 z_sllg(dst, dst, shift); in decode_klass_not_null()
3777 z_sllg(dst, src, shift); in decode_klass_not_null()
4367 z_sllg(Rdst, Rsrc, oop_shift); in oop_decoder()
6448 z_sllg(Z_R7, kdx, LogBytesPerInt); in multiply_64_x_64_loop()
6482 z_sllg(Z_R7, idx, LogBytesPerInt); in multiply_add_128_x_128()
6491 z_sllg(Z_R7, idx, LogBytesPerInt); in multiply_add_128_x_128()
6566 z_sllg(Z_R7, idx, LogBytesPerInt); in multiply_128_x_128_loop()
[all …]
H A Dinterp_masm_s390.cpp344z_sllg(cpe_offset, cpe_offset, exact_log2(in_words(ConstantPoolCacheEntry::size()) * BytesPerWord)… in get_cache_and_index_at_bcp()
380 z_sllg(index, index, LogBytesPerHeapOop); // Offset into resolved references array. in load_resolved_reference_at_index()
388 z_sllg(Z_R0, Z_R0, LogBytesPerHeapOop); in load_resolved_reference_at_index()
402 z_sllg(offset, offset, LogBytesPerWord); // Convert 'index' to 'offset' in load_resolved_klass_at_offset()
1613 z_sllg(index, index, exact_log2(in_bytes(MultiBranchData::per_case_size()))); in profile_switch_case()
1726 z_sllg(tmp, tmp, Interpreter::logStackElementSize); in profile_arguments_type()
1751 z_sllg(tmp, tmp, exact_log2(DataLayout::cell_size)); in profile_arguments_type()
1833 z_sllg(entry_offset, entry_offset, exact_log2(DataLayout::cell_size)); in profile_parameters_type()
1843 z_sllg(tmp2, tmp2, Interpreter::logStackElementSize); in profile_parameters_type()
2055 z_sllg(index, index, LogBytesPerWord); in access_local_int()
H A DtemplateInterpreterGenerator_s390.cpp368 __ z_sllg(Z_R0_scratch, argcnt, LogSizeOfCase); in generate_slow_signature_handler() local
401 __ z_sllg(Z_R0_scratch, Z_R0_scratch, LogSizeOfCase); in generate_slow_signature_handler() local
658 __ z_sllg(size, size, Interpreter::logStackElementSize); // Each argument size in bytes. in generate_return_entry_for() local
1035 __ z_sllg(max_stack, max_stack, LogBytesPerWord); in generate_fixed_frame() local
1054 __ z_sllg(max_stack, max_stack, LogBytesPerWord); in generate_fixed_frame() local
1092 …__ z_sllg(Z_R0_scratch, local_count, LogBytesPerWord); // Params have already been subtracted from… in generate_fixed_frame() local
1158 __ z_sllg(Z_locals /*parameter_count bytes*/, Z_locals /*parameter_count*/, LogBytesPerWord); in generate_fixed_frame() local
1225 __ z_sllg(Z_R0_scratch, Z_R0_scratch, LogBytesPerWord); in generate_fixed_frame() local
1226 __ z_sllg(local_count, local_count, LogBytesPerWord); // Local_count are non param locals. in generate_fixed_frame() local
2215 __ z_sllg(Z_ARG2, Z_ARG2, Interpreter::logStackElementSize); // slots 2 bytes in generate_throw_exception() local
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/s390/
H A Dc1_MacroAssembler_s390.cpp310 case 2: z_sllg(arr_size, len, 1); break; in allocate_array()
311 case 4: z_sllg(arr_size, len, 2); break; in allocate_array()
312 case 8: z_sllg(arr_size, len, 3); break; in allocate_array()
H A DmacroAssembler_s390.cpp408 z_sllg(reg, reg, 1); in mem2reg_opt()
604 z_sllg(rval, rval, exact_log2(bit1)); in mul_reg64_const16()
609 z_sllg(work, rval, exact_log2(bit1)); in mul_reg64_const16()
3723 z_sllg(dst, dst, shift); in decode_klass_not_null()
3767 z_sllg(dst, src, shift); in decode_klass_not_null()
4357 z_sllg(Rdst, Rsrc, oop_shift); in oop_decoder()
6527 z_sllg(Z_R7, kdx, LogBytesPerInt); in multiply_64_x_64_loop()
6561 z_sllg(Z_R7, idx, LogBytesPerInt); in multiply_add_128_x_128()
6570 z_sllg(Z_R7, idx, LogBytesPerInt); in multiply_add_128_x_128()
6645 z_sllg(Z_R7, idx, LogBytesPerInt); in multiply_128_x_128_loop()
[all …]
H A Dinterp_masm_s390.cpp344z_sllg(cpe_offset, cpe_offset, exact_log2(in_words(ConstantPoolCacheEntry::size()) * BytesPerWord)… in get_cache_and_index_at_bcp()
380 z_sllg(index, index, LogBytesPerHeapOop); // Offset into resolved references array. in load_resolved_reference_at_index()
388 z_sllg(Z_R0, Z_R0, LogBytesPerHeapOop); in load_resolved_reference_at_index()
402 z_sllg(offset, offset, LogBytesPerWord); // Convert 'index' to 'offset' in load_resolved_klass_at_offset()
1629 z_sllg(index, index, exact_log2(in_bytes(MultiBranchData::per_case_size()))); in profile_switch_case()
1742 z_sllg(tmp, tmp, Interpreter::logStackElementSize); in profile_arguments_type()
1767 z_sllg(tmp, tmp, exact_log2(DataLayout::cell_size)); in profile_arguments_type()
1849 z_sllg(entry_offset, entry_offset, exact_log2(DataLayout::cell_size)); in profile_parameters_type()
1859 z_sllg(tmp2, tmp2, Interpreter::logStackElementSize); in profile_parameters_type()
2071 z_sllg(index, index, LogBytesPerWord); in access_local_int()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/s390/
H A Dc1_MacroAssembler_s390.cpp310 case 2: z_sllg(arr_size, len, 1); break; in allocate_array()
311 case 4: z_sllg(arr_size, len, 2); break; in allocate_array()
312 case 8: z_sllg(arr_size, len, 3); break; in allocate_array()
H A DmacroAssembler_s390.cpp408 z_sllg(reg, reg, 1); in mem2reg_opt()
604 z_sllg(rval, rval, exact_log2(bit1)); in mul_reg64_const16()
609 z_sllg(work, rval, exact_log2(bit1)); in mul_reg64_const16()
3696 z_sllg(dst, dst, shift); in decode_klass_not_null()
3740 z_sllg(dst, src, shift); in decode_klass_not_null()
4330 z_sllg(Rdst, Rsrc, oop_shift); in oop_decoder()
6500 z_sllg(Z_R7, kdx, LogBytesPerInt); in multiply_64_x_64_loop()
6534 z_sllg(Z_R7, idx, LogBytesPerInt); in multiply_add_128_x_128()
6543 z_sllg(Z_R7, idx, LogBytesPerInt); in multiply_add_128_x_128()
6618 z_sllg(Z_R7, idx, LogBytesPerInt); in multiply_128_x_128_loop()
[all …]
H A Dinterp_masm_s390.cpp344z_sllg(cpe_offset, cpe_offset, exact_log2(in_words(ConstantPoolCacheEntry::size()) * BytesPerWord)… in get_cache_and_index_at_bcp()
380 z_sllg(index, index, LogBytesPerHeapOop); // Offset into resolved references array. in load_resolved_reference_at_index()
388 z_sllg(Z_R0, Z_R0, LogBytesPerHeapOop); in load_resolved_reference_at_index()
402 z_sllg(offset, offset, LogBytesPerWord); // Convert 'index' to 'offset' in load_resolved_klass_at_offset()
1618 z_sllg(index, index, exact_log2(in_bytes(MultiBranchData::per_case_size()))); in profile_switch_case()
1731 z_sllg(tmp, tmp, Interpreter::logStackElementSize); in profile_arguments_type()
1756 z_sllg(tmp, tmp, exact_log2(DataLayout::cell_size)); in profile_arguments_type()
1838 z_sllg(entry_offset, entry_offset, exact_log2(DataLayout::cell_size)); in profile_parameters_type()
1848 z_sllg(tmp2, tmp2, Interpreter::logStackElementSize); in profile_parameters_type()
2060 z_sllg(index, index, LogBytesPerWord); in access_local_int()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/s390/
H A Dc1_MacroAssembler_s390.cpp310 case 2: z_sllg(arr_size, len, 1); break; in allocate_array()
311 case 4: z_sllg(arr_size, len, 2); break; in allocate_array()
312 case 8: z_sllg(arr_size, len, 3); break; in allocate_array()
H A DmacroAssembler_s390.cpp410 z_sllg(reg, reg, 1); in mem2reg_opt()
606 z_sllg(rval, rval, exact_log2(bit1)); in mul_reg64_const16()
611 z_sllg(work, rval, exact_log2(bit1)); in mul_reg64_const16()
3733 z_sllg(dst, dst, shift); in decode_klass_not_null()
3777 z_sllg(dst, src, shift); in decode_klass_not_null()
4367 z_sllg(Rdst, Rsrc, oop_shift); in oop_decoder()
6448 z_sllg(Z_R7, kdx, LogBytesPerInt); in multiply_64_x_64_loop()
6482 z_sllg(Z_R7, idx, LogBytesPerInt); in multiply_add_128_x_128()
6491 z_sllg(Z_R7, idx, LogBytesPerInt); in multiply_add_128_x_128()
6566 z_sllg(Z_R7, idx, LogBytesPerInt); in multiply_128_x_128_loop()
[all …]
H A Dinterp_masm_s390.cpp344z_sllg(cpe_offset, cpe_offset, exact_log2(in_words(ConstantPoolCacheEntry::size()) * BytesPerWord)… in get_cache_and_index_at_bcp()
380 z_sllg(index, index, LogBytesPerHeapOop); // Offset into resolved references array. in load_resolved_reference_at_index()
388 z_sllg(Z_R0, Z_R0, LogBytesPerHeapOop); in load_resolved_reference_at_index()
402 z_sllg(offset, offset, LogBytesPerWord); // Convert 'index' to 'offset' in load_resolved_klass_at_offset()
1613 z_sllg(index, index, exact_log2(in_bytes(MultiBranchData::per_case_size()))); in profile_switch_case()
1726 z_sllg(tmp, tmp, Interpreter::logStackElementSize); in profile_arguments_type()
1751 z_sllg(tmp, tmp, exact_log2(DataLayout::cell_size)); in profile_arguments_type()
1833 z_sllg(entry_offset, entry_offset, exact_log2(DataLayout::cell_size)); in profile_parameters_type()
1843 z_sllg(tmp2, tmp2, Interpreter::logStackElementSize); in profile_parameters_type()
2055 z_sllg(index, index, LogBytesPerWord); in access_local_int()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/s390/
H A Dc1_MacroAssembler_s390.cpp316 case 2: z_sllg(arr_size, len, 1); break; in allocate_array()
317 case 4: z_sllg(arr_size, len, 2); break; in allocate_array()
318 case 8: z_sllg(arr_size, len, 3); break; in allocate_array()
H A DmacroAssembler_s390.cpp406 z_sllg(reg, reg, 1); in mem2reg_opt()
602 z_sllg(rval, rval, exact_log2(bit1)); in mul_reg64_const16()
607 z_sllg(work, rval, exact_log2(bit1)); in mul_reg64_const16()
3691 z_sllg(dst, dst, shift); in decode_klass_not_null()
3735 z_sllg(dst, src, shift); in decode_klass_not_null()
4325 z_sllg(Rdst, Rsrc, oop_shift); in oop_decoder()
5156 z_sllg(Z_R7, kdx, LogBytesPerInt); in multiply_64_x_64_loop()
5190 z_sllg(Z_R7, idx, LogBytesPerInt); in multiply_add_128_x_128()
5199 z_sllg(Z_R7, idx, LogBytesPerInt); in multiply_add_128_x_128()
5274 z_sllg(Z_R7, idx, LogBytesPerInt); in multiply_128_x_128_loop()
[all …]
H A Dinterp_masm_s390.cpp346z_sllg(cpe_offset, cpe_offset, exact_log2(in_words(ConstantPoolCacheEntry::size()) * BytesPerWord)… in get_cache_and_index_at_bcp()
382 z_sllg(index, index, LogBytesPerHeapOop); // Offset into resolved references array. in load_resolved_reference_at_index()
390 z_sllg(Z_R0, Z_R0, LogBytesPerHeapOop); in load_resolved_reference_at_index()
404 z_sllg(offset, offset, LogBytesPerWord); // Convert 'index' to 'offset' in load_resolved_klass_at_offset()
1634 z_sllg(index, index, exact_log2(in_bytes(MultiBranchData::per_case_size()))); in profile_switch_case()
1747 z_sllg(tmp, tmp, Interpreter::logStackElementSize); in profile_arguments_type()
1772 z_sllg(tmp, tmp, exact_log2(DataLayout::cell_size)); in profile_arguments_type()
1854 z_sllg(entry_offset, entry_offset, exact_log2(DataLayout::cell_size)); in profile_parameters_type()
1864 z_sllg(tmp2, tmp2, Interpreter::logStackElementSize); in profile_parameters_type()
2076 z_sllg(index, index, LogBytesPerWord); in access_local_int()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/s390/
H A Dc1_MacroAssembler_s390.cpp316 case 2: z_sllg(arr_size, len, 1); break; in allocate_array()
317 case 4: z_sllg(arr_size, len, 2); break; in allocate_array()
318 case 8: z_sllg(arr_size, len, 3); break; in allocate_array()
H A DmacroAssembler_s390.cpp406 z_sllg(reg, reg, 1); in mem2reg_opt()
602 z_sllg(rval, rval, exact_log2(bit1)); in mul_reg64_const16()
607 z_sllg(work, rval, exact_log2(bit1)); in mul_reg64_const16()
3740 z_sllg(dst, dst, shift); in decode_klass_not_null()
3784 z_sllg(dst, src, shift); in decode_klass_not_null()
4374 z_sllg(Rdst, Rsrc, oop_shift); in oop_decoder()
5205 z_sllg(Z_R7, kdx, LogBytesPerInt); in multiply_64_x_64_loop()
5239 z_sllg(Z_R7, idx, LogBytesPerInt); in multiply_add_128_x_128()
5248 z_sllg(Z_R7, idx, LogBytesPerInt); in multiply_add_128_x_128()
5323 z_sllg(Z_R7, idx, LogBytesPerInt); in multiply_128_x_128_loop()
[all …]
H A Dinterp_masm_s390.cpp346z_sllg(cpe_offset, cpe_offset, exact_log2(in_words(ConstantPoolCacheEntry::size()) * BytesPerWord)… in get_cache_and_index_at_bcp()
382 z_sllg(index, index, LogBytesPerHeapOop); // Offset into resolved references array. in load_resolved_reference_at_index()
390 z_sllg(Z_R0, Z_R0, LogBytesPerHeapOop); in load_resolved_reference_at_index()
404 z_sllg(offset, offset, LogBytesPerWord); // Convert 'index' to 'offset' in load_resolved_klass_at_offset()
1634 z_sllg(index, index, exact_log2(in_bytes(MultiBranchData::per_case_size()))); in profile_switch_case()
1747 z_sllg(tmp, tmp, Interpreter::logStackElementSize); in profile_arguments_type()
1772 z_sllg(tmp, tmp, exact_log2(DataLayout::cell_size)); in profile_arguments_type()
1854 z_sllg(entry_offset, entry_offset, exact_log2(DataLayout::cell_size)); in profile_parameters_type()
1864 z_sllg(tmp2, tmp2, Interpreter::logStackElementSize); in profile_parameters_type()
2076 z_sllg(index, index, LogBytesPerWord); in access_local_int()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/s390/
H A Dc1_MacroAssembler_s390.cpp310 case 2: z_sllg(arr_size, len, 1); break; in allocate_array()
311 case 4: z_sllg(arr_size, len, 2); break; in allocate_array()
312 case 8: z_sllg(arr_size, len, 3); break; in allocate_array()
H A DmacroAssembler_s390.cpp406 z_sllg(reg, reg, 1); in mem2reg_opt()
602 z_sllg(rval, rval, exact_log2(bit1)); in mul_reg64_const16()
607 z_sllg(work, rval, exact_log2(bit1)); in mul_reg64_const16()
3715 z_sllg(dst, dst, shift); in decode_klass_not_null()
3759 z_sllg(dst, src, shift); in decode_klass_not_null()
4349 z_sllg(Rdst, Rsrc, oop_shift); in oop_decoder()
5180 z_sllg(Z_R7, kdx, LogBytesPerInt); in multiply_64_x_64_loop()
5214 z_sllg(Z_R7, idx, LogBytesPerInt); in multiply_add_128_x_128()
5223 z_sllg(Z_R7, idx, LogBytesPerInt); in multiply_add_128_x_128()
5298 z_sllg(Z_R7, idx, LogBytesPerInt); in multiply_128_x_128_loop()
[all …]
H A Dinterp_masm_s390.cpp345z_sllg(cpe_offset, cpe_offset, exact_log2(in_words(ConstantPoolCacheEntry::size()) * BytesPerWord)… in get_cache_and_index_at_bcp()
381 z_sllg(index, index, LogBytesPerHeapOop); // Offset into resolved references array. in load_resolved_reference_at_index()
389 z_sllg(Z_R0, Z_R0, LogBytesPerHeapOop); in load_resolved_reference_at_index()
403 z_sllg(offset, offset, LogBytesPerWord); // Convert 'index' to 'offset' in load_resolved_klass_at_offset()
1630 z_sllg(index, index, exact_log2(in_bytes(MultiBranchData::per_case_size()))); in profile_switch_case()
1743 z_sllg(tmp, tmp, Interpreter::logStackElementSize); in profile_arguments_type()
1768 z_sllg(tmp, tmp, exact_log2(DataLayout::cell_size)); in profile_arguments_type()
1850 z_sllg(entry_offset, entry_offset, exact_log2(DataLayout::cell_size)); in profile_parameters_type()
1860 z_sllg(tmp2, tmp2, Interpreter::logStackElementSize); in profile_parameters_type()
2072 z_sllg(index, index, LogBytesPerWord); in access_local_int()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/s390/
H A Dc1_MacroAssembler_s390.cpp310 case 2: z_sllg(arr_size, len, 1); break; in allocate_array()
311 case 4: z_sllg(arr_size, len, 2); break; in allocate_array()
312 case 8: z_sllg(arr_size, len, 3); break; in allocate_array()
H A DmacroAssembler_s390.cpp410 z_sllg(reg, reg, 1); in mem2reg_opt()
606 z_sllg(rval, rval, exact_log2(bit1)); in mul_reg64_const16()
611 z_sllg(work, rval, exact_log2(bit1)); in mul_reg64_const16()
3725 z_sllg(dst, dst, shift); in decode_klass_not_null()
3769 z_sllg(dst, src, shift); in decode_klass_not_null()
4359 z_sllg(Rdst, Rsrc, oop_shift); in oop_decoder()
6440 z_sllg(Z_R7, kdx, LogBytesPerInt); in multiply_64_x_64_loop()
6474 z_sllg(Z_R7, idx, LogBytesPerInt); in multiply_add_128_x_128()
6483 z_sllg(Z_R7, idx, LogBytesPerInt); in multiply_add_128_x_128()
6558 z_sllg(Z_R7, idx, LogBytesPerInt); in multiply_128_x_128_loop()
[all …]
H A Dinterp_masm_s390.cpp344z_sllg(cpe_offset, cpe_offset, exact_log2(in_words(ConstantPoolCacheEntry::size()) * BytesPerWord)… in get_cache_and_index_at_bcp()
380 z_sllg(index, index, LogBytesPerHeapOop); // Offset into resolved references array. in load_resolved_reference_at_index()
388 z_sllg(Z_R0, Z_R0, LogBytesPerHeapOop); in load_resolved_reference_at_index()
402 z_sllg(offset, offset, LogBytesPerWord); // Convert 'index' to 'offset' in load_resolved_klass_at_offset()
1629 z_sllg(index, index, exact_log2(in_bytes(MultiBranchData::per_case_size()))); in profile_switch_case()
1742 z_sllg(tmp, tmp, Interpreter::logStackElementSize); in profile_arguments_type()
1767 z_sllg(tmp, tmp, exact_log2(DataLayout::cell_size)); in profile_arguments_type()
1849 z_sllg(entry_offset, entry_offset, exact_log2(DataLayout::cell_size)); in profile_parameters_type()
1859 z_sllg(tmp2, tmp2, Interpreter::logStackElementSize); in profile_parameters_type()
2071 z_sllg(index, index, LogBytesPerWord); in access_local_int()

1234