src/hotspot/cpu/x86/macroAssembler_x86.cpp
author dcubed
Wed, 20 Nov 2019 09:10:02 -0500
changeset 59156 14fa9e70ae71
parent 58977 c6a789f495fe
permissions -rw-r--r--
8230876: baseline cleanups from Async Monitor Deflation v2.0[789] Reviewed-by: dholmes, kvn
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
     1
/*
57804
9b7b9f16dfd9 8224974: Implement JEP 352
adinn
parents: 57777
diff changeset
     2
 * Copyright (c) 1997, 2019, Oracle and/or its affiliates. All rights reserved.
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
     4
 *
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
     7
 * published by the Free Software Foundation.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
     8
 *
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
     9
 * This code is distributed in the hope that it will be useful, but WITHOUT
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    10
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    11
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    12
 * version 2 for more details (a copy is included in the LICENSE file that
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    13
 * accompanied this code).
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    14
 *
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    15
 * You should have received a copy of the GNU General Public License version
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    16
 * 2 along with this work; if not, write to the Free Software Foundation,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    17
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    18
 *
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    20
 * or visit www.oracle.com if you need additional information or have any
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    21
 * questions.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    22
 *
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    23
 */
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    24
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    25
#include "precompiled.hpp"
47765
b7c7428eaab9 8189610: Reconcile jvm.h and all jvm_md.h between java.base and hotspot
coleenp
parents: 47683
diff changeset
    26
#include "jvm.h"
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    27
#include "asm/assembler.hpp"
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    28
#include "asm/assembler.inline.hpp"
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    29
#include "compiler/disassembler.hpp"
49748
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49734
diff changeset
    30
#include "gc/shared/barrierSet.hpp"
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49734
diff changeset
    31
#include "gc/shared/barrierSetAssembler.hpp"
30764
fec48bf5a827 8079792: GC directory structure cleanup
pliden
parents: 30310
diff changeset
    32
#include "gc/shared/collectedHeap.inline.hpp"
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    33
#include "interpreter/interpreter.hpp"
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    34
#include "memory/resourceArea.hpp"
19319
0ad35be0733a 8003424: Enable Class Data Sharing for CompressedOops
hseigel
parents: 18507
diff changeset
    35
#include "memory/universe.hpp"
50446
39ca7558bc43 8203353: Fixup inferred decorators in the interpreter
eosterlund
parents: 50157
diff changeset
    36
#include "oops/accessDecorators.hpp"
54780
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 54750
diff changeset
    37
#include "oops/compressedOops.inline.hpp"
31849
92ca49fa9fa7 8131344: Missing klass.inline.hpp include in compiler files
tschatzl
parents: 31782
diff changeset
    38
#include "oops/klass.inline.hpp"
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    39
#include "prims/methodHandles.hpp"
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    40
#include "runtime/biasedLocking.hpp"
49902
3661f31c6df4 8202150: [REDO] Split globals.hpp to factor out the Flag class
gziemski
parents: 49860
diff changeset
    41
#include "runtime/flags/flagSetting.hpp"
49449
ef5d5d343e2a 8199263: Split interfaceSupport.hpp to not require including .inline.hpp files
coleenp
parents: 49347
diff changeset
    42
#include "runtime/interfaceSupport.inline.hpp"
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    43
#include "runtime/objectMonitor.hpp"
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    44
#include "runtime/os.hpp"
47881
0ce0ac68ace7 8189941: Implementation JEP 312: Thread-local handshake
rehn
parents: 47765
diff changeset
    45
#include "runtime/safepoint.hpp"
0ce0ac68ace7 8189941: Implementation JEP 312: Thread-local handshake
rehn
parents: 47765
diff changeset
    46
#include "runtime/safepointMechanism.hpp"
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    47
#include "runtime/sharedRuntime.hpp"
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    48
#include "runtime/stubRoutines.hpp"
34633
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 34211
diff changeset
    49
#include "runtime/thread.hpp"
15482
470d0b0c09f1 8005915: Unify SERIALGC and INCLUDE_ALTERNATE_GCS
jprovino
parents: 15117
diff changeset
    50
#include "utilities/macros.hpp"
33066
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
    51
#include "crc32c.h"
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
    52
#ifdef COMPILER2
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
    53
#include "opto/intrinsicnode.hpp"
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
    54
#endif
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    55
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    56
#ifdef PRODUCT
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    57
#define BLOCK_COMMENT(str) /* nothing */
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    58
#define STOP(error) stop(error)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    59
#else
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    60
#define BLOCK_COMMENT(str) block_comment(str)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    61
#define STOP(error) block_comment(error); stop(error)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    62
#endif
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    63
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    64
#define BIND(label) bind(label); BLOCK_COMMENT(#label ":")
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    65
14631
526804361522 8003250: SPARC: move MacroAssembler into separate file
twisti
parents: 14626
diff changeset
    66
#ifdef ASSERT
526804361522 8003250: SPARC: move MacroAssembler into separate file
twisti
parents: 14626
diff changeset
    67
bool AbstractAssembler::pd_check_instruction_mark() { return true; }
526804361522 8003250: SPARC: move MacroAssembler into separate file
twisti
parents: 14626
diff changeset
    68
#endif
526804361522 8003250: SPARC: move MacroAssembler into separate file
twisti
parents: 14626
diff changeset
    69
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    70
static Assembler::Condition reverse[] = {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    71
    Assembler::noOverflow     /* overflow      = 0x0 */ ,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    72
    Assembler::overflow       /* noOverflow    = 0x1 */ ,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    73
    Assembler::aboveEqual     /* carrySet      = 0x2, below         = 0x2 */ ,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    74
    Assembler::below          /* aboveEqual    = 0x3, carryClear    = 0x3 */ ,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    75
    Assembler::notZero        /* zero          = 0x4, equal         = 0x4 */ ,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    76
    Assembler::zero           /* notZero       = 0x5, notEqual      = 0x5 */ ,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    77
    Assembler::above          /* belowEqual    = 0x6 */ ,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    78
    Assembler::belowEqual     /* above         = 0x7 */ ,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    79
    Assembler::positive       /* negative      = 0x8 */ ,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    80
    Assembler::negative       /* positive      = 0x9 */ ,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    81
    Assembler::noParity       /* parity        = 0xa */ ,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    82
    Assembler::parity         /* noParity      = 0xb */ ,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    83
    Assembler::greaterEqual   /* less          = 0xc */ ,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    84
    Assembler::less           /* greaterEqual  = 0xd */ ,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    85
    Assembler::greater        /* lessEqual     = 0xe */ ,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    86
    Assembler::lessEqual      /* greater       = 0xf, */
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    87
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    88
};
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    89
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    90
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    91
// Implementation of MacroAssembler
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    92
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    93
// First all the versions that have distinct versions depending on 32/64 bit
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    94
// Unless the difference is trivial (1 line or so).
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    95
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    96
#ifndef _LP64
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    97
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    98
// 32bit versions
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
    99
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   100
Address MacroAssembler::as_Address(AddressLiteral adr) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   101
  return Address(adr.target(), adr.rspec());
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   102
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   103
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   104
Address MacroAssembler::as_Address(ArrayAddress adr) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   105
  return Address::make_array(adr);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   106
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   107
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   108
void MacroAssembler::call_VM_leaf_base(address entry_point,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   109
                                       int number_of_arguments) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   110
  call(RuntimeAddress(entry_point));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   111
  increment(rsp, number_of_arguments * wordSize);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   112
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   113
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   114
void MacroAssembler::cmpklass(Address src1, Metadata* obj) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   115
  cmp_literal32(src1, (int32_t)obj, metadata_Relocation::spec_for_immediate());
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   116
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   117
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   118
void MacroAssembler::cmpklass(Register src1, Metadata* obj) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   119
  cmp_literal32(src1, (int32_t)obj, metadata_Relocation::spec_for_immediate());
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   120
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   121
50536
8434981a4137 8203157: Object equals abstraction for BarrierSetAssembler
rkennke
parents: 50534
diff changeset
   122
void MacroAssembler::cmpoop_raw(Address src1, jobject obj) {
8434981a4137 8203157: Object equals abstraction for BarrierSetAssembler
rkennke
parents: 50534
diff changeset
   123
  cmp_literal32(src1, (int32_t)obj, oop_Relocation::spec_for_immediate());
8434981a4137 8203157: Object equals abstraction for BarrierSetAssembler
rkennke
parents: 50534
diff changeset
   124
}
8434981a4137 8203157: Object equals abstraction for BarrierSetAssembler
rkennke
parents: 50534
diff changeset
   125
8434981a4137 8203157: Object equals abstraction for BarrierSetAssembler
rkennke
parents: 50534
diff changeset
   126
void MacroAssembler::cmpoop_raw(Register src1, jobject obj) {
8434981a4137 8203157: Object equals abstraction for BarrierSetAssembler
rkennke
parents: 50534
diff changeset
   127
  cmp_literal32(src1, (int32_t)obj, oop_Relocation::spec_for_immediate());
8434981a4137 8203157: Object equals abstraction for BarrierSetAssembler
rkennke
parents: 50534
diff changeset
   128
}
8434981a4137 8203157: Object equals abstraction for BarrierSetAssembler
rkennke
parents: 50534
diff changeset
   129
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   130
void MacroAssembler::cmpoop(Address src1, jobject obj) {
50536
8434981a4137 8203157: Object equals abstraction for BarrierSetAssembler
rkennke
parents: 50534
diff changeset
   131
  BarrierSetAssembler* bs = BarrierSet::barrier_set()->barrier_set_assembler();
8434981a4137 8203157: Object equals abstraction for BarrierSetAssembler
rkennke
parents: 50534
diff changeset
   132
  bs->obj_equals(this, src1, obj);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   133
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   134
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   135
void MacroAssembler::cmpoop(Register src1, jobject obj) {
50536
8434981a4137 8203157: Object equals abstraction for BarrierSetAssembler
rkennke
parents: 50534
diff changeset
   136
  BarrierSetAssembler* bs = BarrierSet::barrier_set()->barrier_set_assembler();
8434981a4137 8203157: Object equals abstraction for BarrierSetAssembler
rkennke
parents: 50534
diff changeset
   137
  bs->obj_equals(this, src1, obj);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   138
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   139
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   140
void MacroAssembler::extend_sign(Register hi, Register lo) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   141
  // According to Intel Doc. AP-526, "Integer Divide", p.18.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   142
  if (VM_Version::is_P6() && hi == rdx && lo == rax) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   143
    cdql();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   144
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   145
    movl(hi, lo);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   146
    sarl(hi, 31);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   147
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   148
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   149
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   150
void MacroAssembler::jC2(Register tmp, Label& L) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   151
  // set parity bit if FPU flag C2 is set (via rax)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   152
  save_rax(tmp);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   153
  fwait(); fnstsw_ax();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   154
  sahf();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   155
  restore_rax(tmp);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   156
  // branch
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   157
  jcc(Assembler::parity, L);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   158
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   159
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   160
void MacroAssembler::jnC2(Register tmp, Label& L) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   161
  // set parity bit if FPU flag C2 is set (via rax)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   162
  save_rax(tmp);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   163
  fwait(); fnstsw_ax();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   164
  sahf();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   165
  restore_rax(tmp);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   166
  // branch
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   167
  jcc(Assembler::noParity, L);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   168
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   169
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   170
// 32bit can do a case table jump in one instruction but we no longer allow the base
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   171
// to be installed in the Address class
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   172
void MacroAssembler::jump(ArrayAddress entry) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   173
  jmp(as_Address(entry));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   174
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   175
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   176
// Note: y_lo will be destroyed
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   177
void MacroAssembler::lcmp2int(Register x_hi, Register x_lo, Register y_hi, Register y_lo) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   178
  // Long compare for Java (semantics as described in JVM spec.)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   179
  Label high, low, done;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   180
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   181
  cmpl(x_hi, y_hi);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   182
  jcc(Assembler::less, low);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   183
  jcc(Assembler::greater, high);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   184
  // x_hi is the return register
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   185
  xorl(x_hi, x_hi);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   186
  cmpl(x_lo, y_lo);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   187
  jcc(Assembler::below, low);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   188
  jcc(Assembler::equal, done);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   189
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   190
  bind(high);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   191
  xorl(x_hi, x_hi);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   192
  increment(x_hi);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   193
  jmp(done);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   194
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   195
  bind(low);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   196
  xorl(x_hi, x_hi);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   197
  decrementl(x_hi);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   198
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   199
  bind(done);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   200
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   201
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   202
void MacroAssembler::lea(Register dst, AddressLiteral src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   203
    mov_literal32(dst, (int32_t)src.target(), src.rspec());
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   204
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   205
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   206
void MacroAssembler::lea(Address dst, AddressLiteral adr) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   207
  // leal(dst, as_Address(adr));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   208
  // see note in movl as to why we must use a move
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   209
  mov_literal32(dst, (int32_t) adr.target(), adr.rspec());
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   210
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   211
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   212
void MacroAssembler::leave() {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   213
  mov(rsp, rbp);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   214
  pop(rbp);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   215
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   216
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   217
void MacroAssembler::lmul(int x_rsp_offset, int y_rsp_offset) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   218
  // Multiplication of two Java long values stored on the stack
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   219
  // as illustrated below. Result is in rdx:rax.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   220
  //
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   221
  // rsp ---> [  ??  ] \               \
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   222
  //            ....    | y_rsp_offset  |
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   223
  //          [ y_lo ] /  (in bytes)    | x_rsp_offset
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   224
  //          [ y_hi ]                  | (in bytes)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   225
  //            ....                    |
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   226
  //          [ x_lo ]                 /
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   227
  //          [ x_hi ]
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   228
  //            ....
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   229
  //
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   230
  // Basic idea: lo(result) = lo(x_lo * y_lo)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   231
  //             hi(result) = hi(x_lo * y_lo) + lo(x_hi * y_lo) + lo(x_lo * y_hi)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   232
  Address x_hi(rsp, x_rsp_offset + wordSize); Address x_lo(rsp, x_rsp_offset);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   233
  Address y_hi(rsp, y_rsp_offset + wordSize); Address y_lo(rsp, y_rsp_offset);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   234
  Label quick;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   235
  // load x_hi, y_hi and check if quick
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   236
  // multiplication is possible
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   237
  movl(rbx, x_hi);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   238
  movl(rcx, y_hi);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   239
  movl(rax, rbx);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   240
  orl(rbx, rcx);                                 // rbx, = 0 <=> x_hi = 0 and y_hi = 0
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   241
  jcc(Assembler::zero, quick);                   // if rbx, = 0 do quick multiply
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   242
  // do full multiplication
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   243
  // 1st step
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   244
  mull(y_lo);                                    // x_hi * y_lo
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   245
  movl(rbx, rax);                                // save lo(x_hi * y_lo) in rbx,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   246
  // 2nd step
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   247
  movl(rax, x_lo);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   248
  mull(rcx);                                     // x_lo * y_hi
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   249
  addl(rbx, rax);                                // add lo(x_lo * y_hi) to rbx,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   250
  // 3rd step
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   251
  bind(quick);                                   // note: rbx, = 0 if quick multiply!
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   252
  movl(rax, x_lo);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   253
  mull(y_lo);                                    // x_lo * y_lo
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   254
  addl(rdx, rbx);                                // correct hi(x_lo * y_lo)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   255
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   256
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   257
void MacroAssembler::lneg(Register hi, Register lo) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   258
  negl(lo);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   259
  adcl(hi, 0);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   260
  negl(hi);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   261
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   262
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   263
void MacroAssembler::lshl(Register hi, Register lo) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   264
  // Java shift left long support (semantics as described in JVM spec., p.305)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   265
  // (basic idea for shift counts s >= n: x << s == (x << n) << (s - n))
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   266
  // shift value is in rcx !
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   267
  assert(hi != rcx, "must not use rcx");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   268
  assert(lo != rcx, "must not use rcx");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   269
  const Register s = rcx;                        // shift count
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   270
  const int      n = BitsPerWord;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   271
  Label L;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   272
  andl(s, 0x3f);                                 // s := s & 0x3f (s < 0x40)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   273
  cmpl(s, n);                                    // if (s < n)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   274
  jcc(Assembler::less, L);                       // else (s >= n)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   275
  movl(hi, lo);                                  // x := x << n
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   276
  xorl(lo, lo);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   277
  // Note: subl(s, n) is not needed since the Intel shift instructions work rcx mod n!
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   278
  bind(L);                                       // s (mod n) < n
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   279
  shldl(hi, lo);                                 // x := x << s
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   280
  shll(lo);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   281
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   282
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   283
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   284
void MacroAssembler::lshr(Register hi, Register lo, bool sign_extension) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   285
  // Java shift right long support (semantics as described in JVM spec., p.306 & p.310)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   286
  // (basic idea for shift counts s >= n: x >> s == (x >> n) >> (s - n))
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   287
  assert(hi != rcx, "must not use rcx");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   288
  assert(lo != rcx, "must not use rcx");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   289
  const Register s = rcx;                        // shift count
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   290
  const int      n = BitsPerWord;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   291
  Label L;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   292
  andl(s, 0x3f);                                 // s := s & 0x3f (s < 0x40)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   293
  cmpl(s, n);                                    // if (s < n)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   294
  jcc(Assembler::less, L);                       // else (s >= n)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   295
  movl(lo, hi);                                  // x := x >> n
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   296
  if (sign_extension) sarl(hi, 31);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   297
  else                xorl(hi, hi);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   298
  // Note: subl(s, n) is not needed since the Intel shift instructions work rcx mod n!
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   299
  bind(L);                                       // s (mod n) < n
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   300
  shrdl(lo, hi);                                 // x := x >> s
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   301
  if (sign_extension) sarl(hi);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   302
  else                shrl(hi);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   303
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   304
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   305
void MacroAssembler::movoop(Register dst, jobject obj) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   306
  mov_literal32(dst, (int32_t)obj, oop_Relocation::spec_for_immediate());
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   307
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   308
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   309
void MacroAssembler::movoop(Address dst, jobject obj) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   310
  mov_literal32(dst, (int32_t)obj, oop_Relocation::spec_for_immediate());
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   311
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   312
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   313
void MacroAssembler::mov_metadata(Register dst, Metadata* obj) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   314
  mov_literal32(dst, (int32_t)obj, metadata_Relocation::spec_for_immediate());
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   315
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   316
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   317
void MacroAssembler::mov_metadata(Address dst, Metadata* obj) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   318
  mov_literal32(dst, (int32_t)obj, metadata_Relocation::spec_for_immediate());
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   319
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   320
23491
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
   321
void MacroAssembler::movptr(Register dst, AddressLiteral src, Register scratch) {
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
   322
  // scratch register is not used,
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
   323
  // it is defined to match parameters of 64-bit version of this method.
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   324
  if (src.is_lval()) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   325
    mov_literal32(dst, (intptr_t)src.target(), src.rspec());
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   326
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   327
    movl(dst, as_Address(src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   328
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   329
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   330
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   331
void MacroAssembler::movptr(ArrayAddress dst, Register src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   332
  movl(as_Address(dst), src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   333
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   334
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   335
void MacroAssembler::movptr(Register dst, ArrayAddress src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   336
  movl(dst, as_Address(src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   337
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   338
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   339
// src should NEVER be a real pointer. Use AddressLiteral for true pointers
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   340
void MacroAssembler::movptr(Address dst, intptr_t src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   341
  movl(dst, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   342
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   343
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   344
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   345
void MacroAssembler::pop_callee_saved_registers() {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   346
  pop(rcx);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   347
  pop(rdx);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   348
  pop(rdi);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   349
  pop(rsi);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   350
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   351
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   352
void MacroAssembler::pop_fTOS() {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   353
  fld_d(Address(rsp, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   354
  addl(rsp, 2 * wordSize);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   355
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   356
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   357
void MacroAssembler::push_callee_saved_registers() {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   358
  push(rsi);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   359
  push(rdi);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   360
  push(rdx);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   361
  push(rcx);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   362
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   363
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   364
void MacroAssembler::push_fTOS() {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   365
  subl(rsp, 2 * wordSize);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   366
  fstp_d(Address(rsp, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   367
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   368
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   369
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   370
void MacroAssembler::pushoop(jobject obj) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   371
  push_literal32((int32_t)obj, oop_Relocation::spec_for_immediate());
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   372
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   373
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   374
void MacroAssembler::pushklass(Metadata* obj) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   375
  push_literal32((int32_t)obj, metadata_Relocation::spec_for_immediate());
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   376
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   377
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   378
void MacroAssembler::pushptr(AddressLiteral src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   379
  if (src.is_lval()) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   380
    push_literal32((int32_t)src.target(), src.rspec());
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   381
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   382
    pushl(as_Address(src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   383
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   384
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   385
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   386
void MacroAssembler::set_word_if_not_zero(Register dst) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   387
  xorl(dst, dst);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   388
  set_byte_if_not_zero(dst);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   389
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   390
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   391
static void pass_arg0(MacroAssembler* masm, Register arg) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   392
  masm->push(arg);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   393
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   394
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   395
static void pass_arg1(MacroAssembler* masm, Register arg) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   396
  masm->push(arg);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   397
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   398
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   399
static void pass_arg2(MacroAssembler* masm, Register arg) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   400
  masm->push(arg);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   401
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   402
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   403
static void pass_arg3(MacroAssembler* masm, Register arg) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   404
  masm->push(arg);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   405
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   406
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   407
#ifndef PRODUCT
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   408
extern "C" void findpc(intptr_t x);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   409
#endif
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   410
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   411
void MacroAssembler::debug32(int rdi, int rsi, int rbp, int rsp, int rbx, int rdx, int rcx, int rax, int eip, char* msg) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   412
  // In order to get locks to work, we need to fake a in_VM state
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   413
  JavaThread* thread = JavaThread::current();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   414
  JavaThreadState saved_state = thread->thread_state();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   415
  thread->set_thread_state(_thread_in_vm);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   416
  if (ShowMessageBoxOnError) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   417
    JavaThread* thread = JavaThread::current();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   418
    JavaThreadState saved_state = thread->thread_state();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   419
    thread->set_thread_state(_thread_in_vm);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   420
    if (CountBytecodes || TraceBytecodes || StopInterpreterAt) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   421
      ttyLocker ttyl;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   422
      BytecodeCounter::print();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   423
    }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   424
    // To see where a verify_oop failed, get $ebx+40/X for this frame.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   425
    // This is the value of eip which points to where verify_oop will return.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   426
    if (os::message_box(msg, "Execution stopped, print registers?")) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   427
      print_state32(rdi, rsi, rbp, rsp, rbx, rdx, rcx, rax, eip);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   428
      BREAKPOINT;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   429
    }
58103
689a80d20550 8230762: Change MacroAssembler::debug32/64 to use fatal instead of assert
chagedorn
parents: 57893
diff changeset
   430
  }
689a80d20550 8230762: Change MacroAssembler::debug32/64 to use fatal instead of assert
chagedorn
parents: 57893
diff changeset
   431
  fatal("DEBUG MESSAGE: %s", msg);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   432
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   433
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   434
void MacroAssembler::print_state32(int rdi, int rsi, int rbp, int rsp, int rbx, int rdx, int rcx, int rax, int eip) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   435
  ttyLocker ttyl;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   436
  FlagSetting fs(Debugging, true);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   437
  tty->print_cr("eip = 0x%08x", eip);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   438
#ifndef PRODUCT
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   439
  if ((WizardMode || Verbose) && PrintMiscellaneous) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   440
    tty->cr();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   441
    findpc(eip);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   442
    tty->cr();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   443
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   444
#endif
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   445
#define PRINT_REG(rax) \
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   446
  { tty->print("%s = ", #rax); os::print_location(tty, rax); }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   447
  PRINT_REG(rax);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   448
  PRINT_REG(rbx);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   449
  PRINT_REG(rcx);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   450
  PRINT_REG(rdx);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   451
  PRINT_REG(rdi);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   452
  PRINT_REG(rsi);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   453
  PRINT_REG(rbp);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   454
  PRINT_REG(rsp);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   455
#undef PRINT_REG
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   456
  // Print some words near top of staack.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   457
  int* dump_sp = (int*) rsp;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   458
  for (int col1 = 0; col1 < 8; col1++) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   459
    tty->print("(rsp+0x%03x) 0x%08x: ", (int)((intptr_t)dump_sp - (intptr_t)rsp), (intptr_t)dump_sp);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   460
    os::print_location(tty, *dump_sp++);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   461
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   462
  for (int row = 0; row < 16; row++) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   463
    tty->print("(rsp+0x%03x) 0x%08x: ", (int)((intptr_t)dump_sp - (intptr_t)rsp), (intptr_t)dump_sp);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   464
    for (int col = 0; col < 8; col++) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   465
      tty->print(" 0x%08x", *dump_sp++);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   466
    }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   467
    tty->cr();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   468
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   469
  // Print some instructions around pc:
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   470
  Disassembler::decode((address)eip-64, (address)eip);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   471
  tty->print_cr("--------");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   472
  Disassembler::decode((address)eip, (address)eip+32);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   473
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   474
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   475
void MacroAssembler::stop(const char* msg) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   476
  ExternalAddress message((address)msg);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   477
  // push address of message
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   478
  pushptr(message.addr());
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   479
  { Label L; call(L, relocInfo::none); bind(L); }     // push eip
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   480
  pusha();                                            // push registers
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   481
  call(RuntimeAddress(CAST_FROM_FN_PTR(address, MacroAssembler::debug32)));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   482
  hlt();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   483
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   484
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   485
void MacroAssembler::warn(const char* msg) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   486
  push_CPU_state();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   487
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   488
  ExternalAddress message((address) msg);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   489
  // push address of message
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   490
  pushptr(message.addr());
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   491
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   492
  call(RuntimeAddress(CAST_FROM_FN_PTR(address, warning)));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   493
  addl(rsp, wordSize);       // discard argument
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   494
  pop_CPU_state();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   495
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   496
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   497
void MacroAssembler::print_state() {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   498
  { Label L; call(L, relocInfo::none); bind(L); }     // push eip
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   499
  pusha();                                            // push registers
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   500
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   501
  push_CPU_state();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   502
  call(RuntimeAddress(CAST_FROM_FN_PTR(address, MacroAssembler::print_state32)));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   503
  pop_CPU_state();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   504
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   505
  popa();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   506
  addl(rsp, wordSize);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   507
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   508
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   509
#else // _LP64
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   510
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   511
// 64 bit versions
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   512
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   513
Address MacroAssembler::as_Address(AddressLiteral adr) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   514
  // amd64 always does this as a pc-rel
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   515
  // we can be absolute or disp based on the instruction type
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   516
  // jmp/call are displacements others are absolute
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   517
  assert(!adr.is_lval(), "must be rval");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   518
  assert(reachable(adr), "must be");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   519
  return Address((int32_t)(intptr_t)(adr.target() - pc()), adr.target(), adr.reloc());
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   520
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   521
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   522
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   523
Address MacroAssembler::as_Address(ArrayAddress adr) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   524
  AddressLiteral base = adr.base();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   525
  lea(rscratch1, base);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   526
  Address index = adr.index();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   527
  assert(index._disp == 0, "must not have disp"); // maybe it can?
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   528
  Address array(rscratch1, index._index, index._scale, index._disp);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   529
  return array;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   530
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   531
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   532
void MacroAssembler::call_VM_leaf_base(address entry_point, int num_args) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   533
  Label L, E;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   534
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   535
#ifdef _WIN64
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   536
  // Windows always allocates space for it's register args
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   537
  assert(num_args <= 4, "only register arguments supported");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   538
  subq(rsp,  frame::arg_reg_save_area_bytes);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   539
#endif
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   540
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   541
  // Align stack if necessary
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   542
  testl(rsp, 15);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   543
  jcc(Assembler::zero, L);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   544
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   545
  subq(rsp, 8);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   546
  {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   547
    call(RuntimeAddress(entry_point));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   548
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   549
  addq(rsp, 8);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   550
  jmp(E);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   551
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   552
  bind(L);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   553
  {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   554
    call(RuntimeAddress(entry_point));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   555
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   556
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   557
  bind(E);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   558
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   559
#ifdef _WIN64
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   560
  // restore stack pointer
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   561
  addq(rsp, frame::arg_reg_save_area_bytes);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   562
#endif
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   563
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   564
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   565
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   566
void MacroAssembler::cmp64(Register src1, AddressLiteral src2) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   567
  assert(!src2.is_lval(), "should use cmpptr");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   568
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   569
  if (reachable(src2)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   570
    cmpq(src1, as_Address(src2));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   571
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   572
    lea(rscratch1, src2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   573
    Assembler::cmpq(src1, Address(rscratch1, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   574
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   575
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   576
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   577
int MacroAssembler::corrected_idivq(Register reg) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   578
  // Full implementation of Java ldiv and lrem; checks for special
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   579
  // case as described in JVM spec., p.243 & p.271.  The function
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   580
  // returns the (pc) offset of the idivl instruction - may be needed
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   581
  // for implicit exceptions.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   582
  //
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   583
  //         normal case                           special case
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   584
  //
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   585
  // input : rax: dividend                         min_long
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   586
  //         reg: divisor   (may not be eax/edx)   -1
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   587
  //
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   588
  // output: rax: quotient  (= rax idiv reg)       min_long
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   589
  //         rdx: remainder (= rax irem reg)       0
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   590
  assert(reg != rax && reg != rdx, "reg cannot be rax or rdx register");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   591
  static const int64_t min_long = 0x8000000000000000;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   592
  Label normal_case, special_case;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   593
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   594
  // check for special case
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   595
  cmp64(rax, ExternalAddress((address) &min_long));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   596
  jcc(Assembler::notEqual, normal_case);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   597
  xorl(rdx, rdx); // prepare rdx for possible special case (where
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   598
                  // remainder = 0)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   599
  cmpq(reg, -1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   600
  jcc(Assembler::equal, special_case);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   601
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   602
  // handle normal case
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   603
  bind(normal_case);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   604
  cdqq();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   605
  int idivq_offset = offset();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   606
  idivq(reg);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   607
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   608
  // normal and special case exit
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   609
  bind(special_case);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   610
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   611
  return idivq_offset;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   612
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   613
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   614
void MacroAssembler::decrementq(Register reg, int value) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   615
  if (value == min_jint) { subq(reg, value); return; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   616
  if (value <  0) { incrementq(reg, -value); return; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   617
  if (value == 0) {                        ; return; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   618
  if (value == 1 && UseIncDec) { decq(reg) ; return; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   619
  /* else */      { subq(reg, value)       ; return; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   620
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   621
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   622
void MacroAssembler::decrementq(Address dst, int value) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   623
  if (value == min_jint) { subq(dst, value); return; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   624
  if (value <  0) { incrementq(dst, -value); return; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   625
  if (value == 0) {                        ; return; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   626
  if (value == 1 && UseIncDec) { decq(dst) ; return; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   627
  /* else */      { subq(dst, value)       ; return; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   628
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   629
23491
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
   630
void MacroAssembler::incrementq(AddressLiteral dst) {
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
   631
  if (reachable(dst)) {
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
   632
    incrementq(as_Address(dst));
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
   633
  } else {
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
   634
    lea(rscratch1, dst);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
   635
    incrementq(Address(rscratch1, 0));
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
   636
  }
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
   637
}
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
   638
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   639
void MacroAssembler::incrementq(Register reg, int value) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   640
  if (value == min_jint) { addq(reg, value); return; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   641
  if (value <  0) { decrementq(reg, -value); return; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   642
  if (value == 0) {                        ; return; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   643
  if (value == 1 && UseIncDec) { incq(reg) ; return; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   644
  /* else */      { addq(reg, value)       ; return; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   645
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   646
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   647
void MacroAssembler::incrementq(Address dst, int value) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   648
  if (value == min_jint) { addq(dst, value); return; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   649
  if (value <  0) { decrementq(dst, -value); return; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   650
  if (value == 0) {                        ; return; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   651
  if (value == 1 && UseIncDec) { incq(dst) ; return; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   652
  /* else */      { addq(dst, value)       ; return; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   653
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   654
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   655
// 32bit can do a case table jump in one instruction but we no longer allow the base
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   656
// to be installed in the Address class
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   657
void MacroAssembler::jump(ArrayAddress entry) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   658
  lea(rscratch1, entry.base());
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   659
  Address dispatch = entry.index();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   660
  assert(dispatch._base == noreg, "must be");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   661
  dispatch._base = rscratch1;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   662
  jmp(dispatch);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   663
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   664
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   665
void MacroAssembler::lcmp2int(Register x_hi, Register x_lo, Register y_hi, Register y_lo) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   666
  ShouldNotReachHere(); // 64bit doesn't use two regs
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   667
  cmpq(x_lo, y_lo);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   668
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   669
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   670
void MacroAssembler::lea(Register dst, AddressLiteral src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   671
    mov_literal64(dst, (intptr_t)src.target(), src.rspec());
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   672
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   673
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   674
void MacroAssembler::lea(Address dst, AddressLiteral adr) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   675
  mov_literal64(rscratch1, (intptr_t)adr.target(), adr.rspec());
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   676
  movptr(dst, rscratch1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   677
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   678
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   679
void MacroAssembler::leave() {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   680
  // %%% is this really better? Why not on 32bit too?
14837
a75c3082d106 8004250: replace AbstractAssembler a_byte/a_long with emit_int8/emit_int32
twisti
parents: 14834
diff changeset
   681
  emit_int8((unsigned char)0xC9); // LEAVE
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   682
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   683
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   684
void MacroAssembler::lneg(Register hi, Register lo) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   685
  ShouldNotReachHere(); // 64bit doesn't use two regs
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   686
  negq(lo);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   687
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   688
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   689
void MacroAssembler::movoop(Register dst, jobject obj) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   690
  mov_literal64(dst, (intptr_t)obj, oop_Relocation::spec_for_immediate());
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   691
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   692
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   693
void MacroAssembler::movoop(Address dst, jobject obj) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   694
  mov_literal64(rscratch1, (intptr_t)obj, oop_Relocation::spec_for_immediate());
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   695
  movq(dst, rscratch1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   696
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   697
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   698
void MacroAssembler::mov_metadata(Register dst, Metadata* obj) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   699
  mov_literal64(dst, (intptr_t)obj, metadata_Relocation::spec_for_immediate());
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   700
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   701
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   702
void MacroAssembler::mov_metadata(Address dst, Metadata* obj) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   703
  mov_literal64(rscratch1, (intptr_t)obj, metadata_Relocation::spec_for_immediate());
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   704
  movq(dst, rscratch1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   705
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   706
23491
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
   707
void MacroAssembler::movptr(Register dst, AddressLiteral src, Register scratch) {
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   708
  if (src.is_lval()) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   709
    mov_literal64(dst, (intptr_t)src.target(), src.rspec());
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   710
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   711
    if (reachable(src)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   712
      movq(dst, as_Address(src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   713
    } else {
23491
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
   714
      lea(scratch, src);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
   715
      movq(dst, Address(scratch, 0));
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   716
    }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   717
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   718
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   719
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   720
void MacroAssembler::movptr(ArrayAddress dst, Register src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   721
  movq(as_Address(dst), src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   722
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   723
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   724
void MacroAssembler::movptr(Register dst, ArrayAddress src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   725
  movq(dst, as_Address(src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   726
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   727
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   728
// src should NEVER be a real pointer. Use AddressLiteral for true pointers
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   729
void MacroAssembler::movptr(Address dst, intptr_t src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   730
  mov64(rscratch1, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   731
  movq(dst, rscratch1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   732
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   733
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   734
// These are mostly for initializing NULL
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   735
void MacroAssembler::movptr(Address dst, int32_t src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   736
  movslq(dst, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   737
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   738
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   739
void MacroAssembler::movptr(Register dst, int32_t src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   740
  mov64(dst, (intptr_t)src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   741
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   742
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   743
void MacroAssembler::pushoop(jobject obj) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   744
  movoop(rscratch1, obj);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   745
  push(rscratch1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   746
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   747
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   748
void MacroAssembler::pushklass(Metadata* obj) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   749
  mov_metadata(rscratch1, obj);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   750
  push(rscratch1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   751
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   752
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   753
void MacroAssembler::pushptr(AddressLiteral src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   754
  lea(rscratch1, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   755
  if (src.is_lval()) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   756
    push(rscratch1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   757
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   758
    pushq(Address(rscratch1, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   759
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   760
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   761
40644
39e631ed7145 8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod
dlong
parents: 39256
diff changeset
   762
void MacroAssembler::reset_last_Java_frame(bool clear_fp) {
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   763
  // we must set sp to zero to clear frame
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   764
  movptr(Address(r15_thread, JavaThread::last_Java_sp_offset()), NULL_WORD);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   765
  // must clear fp, so that compiled frames are not confused; it is
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   766
  // possible that we need it only for debugging
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   767
  if (clear_fp) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   768
    movptr(Address(r15_thread, JavaThread::last_Java_fp_offset()), NULL_WORD);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   769
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   770
40644
39e631ed7145 8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod
dlong
parents: 39256
diff changeset
   771
  // Always clear the pc because it could have been set by make_walkable()
39e631ed7145 8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod
dlong
parents: 39256
diff changeset
   772
  movptr(Address(r15_thread, JavaThread::last_Java_pc_offset()), NULL_WORD);
46440
61025eecb743 8178811: Minimize the AVX <-> SSE transition penalty through generation of vzeroupper instruction on x86
vdeshpande
parents: 44406
diff changeset
   773
  vzeroupper();
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   774
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   775
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   776
void MacroAssembler::set_last_Java_frame(Register last_java_sp,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   777
                                         Register last_java_fp,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   778
                                         address  last_java_pc) {
46440
61025eecb743 8178811: Minimize the AVX <-> SSE transition penalty through generation of vzeroupper instruction on x86
vdeshpande
parents: 44406
diff changeset
   779
  vzeroupper();
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   780
  // determine last_java_sp register
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   781
  if (!last_java_sp->is_valid()) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   782
    last_java_sp = rsp;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   783
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   784
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   785
  // last_java_fp is optional
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   786
  if (last_java_fp->is_valid()) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   787
    movptr(Address(r15_thread, JavaThread::last_Java_fp_offset()),
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   788
           last_java_fp);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   789
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   790
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   791
  // last_java_pc is optional
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   792
  if (last_java_pc != NULL) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   793
    Address java_pc(r15_thread,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   794
                    JavaThread::frame_anchor_offset() + JavaFrameAnchor::last_Java_pc_offset());
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   795
    lea(rscratch1, InternalAddress(last_java_pc));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   796
    movptr(java_pc, rscratch1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   797
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   798
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   799
  movptr(Address(r15_thread, JavaThread::last_Java_sp_offset()), last_java_sp);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   800
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   801
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   802
static void pass_arg0(MacroAssembler* masm, Register arg) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   803
  if (c_rarg0 != arg ) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   804
    masm->mov(c_rarg0, arg);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   805
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   806
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   807
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   808
static void pass_arg1(MacroAssembler* masm, Register arg) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   809
  if (c_rarg1 != arg ) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   810
    masm->mov(c_rarg1, arg);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   811
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   812
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   813
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   814
static void pass_arg2(MacroAssembler* masm, Register arg) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   815
  if (c_rarg2 != arg ) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   816
    masm->mov(c_rarg2, arg);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   817
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   818
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   819
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   820
static void pass_arg3(MacroAssembler* masm, Register arg) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   821
  if (c_rarg3 != arg ) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   822
    masm->mov(c_rarg3, arg);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   823
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   824
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   825
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   826
void MacroAssembler::stop(const char* msg) {
58536
1b76d17440a0 8231720: Some perf regressions after 8225653
chagedorn
parents: 58462
diff changeset
   827
  if (ShowMessageBoxOnError) {
1b76d17440a0 8231720: Some perf regressions after 8225653
chagedorn
parents: 58462
diff changeset
   828
    address rip = pc();
1b76d17440a0 8231720: Some perf regressions after 8225653
chagedorn
parents: 58462
diff changeset
   829
    pusha(); // get regs on stack
1b76d17440a0 8231720: Some perf regressions after 8225653
chagedorn
parents: 58462
diff changeset
   830
    lea(c_rarg1, InternalAddress(rip));
1b76d17440a0 8231720: Some perf regressions after 8225653
chagedorn
parents: 58462
diff changeset
   831
    movq(c_rarg2, rsp); // pass pointer to regs array
1b76d17440a0 8231720: Some perf regressions after 8225653
chagedorn
parents: 58462
diff changeset
   832
  }
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   833
  lea(c_rarg0, ExternalAddress((address) msg));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   834
  andq(rsp, -16); // align stack as required by ABI
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   835
  call(RuntimeAddress(CAST_FROM_FN_PTR(address, MacroAssembler::debug64)));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   836
  hlt();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   837
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   838
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   839
void MacroAssembler::warn(const char* msg) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   840
  push(rbp);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   841
  movq(rbp, rsp);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   842
  andq(rsp, -16);     // align stack as required by push_CPU_state and call
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   843
  push_CPU_state();   // keeps alignment at 16 bytes
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   844
  lea(c_rarg0, ExternalAddress((address) msg));
48826
c4d9d1b08e2e 8186209: Tool support for ConstantDynamic
psandoz
parents: 48557
diff changeset
   845
  lea(rax, ExternalAddress(CAST_FROM_FN_PTR(address, warning)));
c4d9d1b08e2e 8186209: Tool support for ConstantDynamic
psandoz
parents: 48557
diff changeset
   846
  call(rax);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   847
  pop_CPU_state();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   848
  mov(rsp, rbp);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   849
  pop(rbp);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   850
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   851
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   852
void MacroAssembler::print_state() {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   853
  address rip = pc();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   854
  pusha();            // get regs on stack
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   855
  push(rbp);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   856
  movq(rbp, rsp);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   857
  andq(rsp, -16);     // align stack as required by push_CPU_state and call
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   858
  push_CPU_state();   // keeps alignment at 16 bytes
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   859
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   860
  lea(c_rarg0, InternalAddress(rip));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   861
  lea(c_rarg1, Address(rbp, wordSize)); // pass pointer to regs array
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   862
  call_VM_leaf(CAST_FROM_FN_PTR(address, MacroAssembler::print_state64), c_rarg0, c_rarg1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   863
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   864
  pop_CPU_state();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   865
  mov(rsp, rbp);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   866
  pop(rbp);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   867
  popa();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   868
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   869
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   870
#ifndef PRODUCT
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   871
extern "C" void findpc(intptr_t x);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   872
#endif
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   873
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   874
void MacroAssembler::debug64(char* msg, int64_t pc, int64_t regs[]) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   875
  // In order to get locks to work, we need to fake a in_VM state
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   876
  if (ShowMessageBoxOnError) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   877
    JavaThread* thread = JavaThread::current();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   878
    JavaThreadState saved_state = thread->thread_state();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   879
    thread->set_thread_state(_thread_in_vm);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   880
#ifndef PRODUCT
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   881
    if (CountBytecodes || TraceBytecodes || StopInterpreterAt) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   882
      ttyLocker ttyl;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   883
      BytecodeCounter::print();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   884
    }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   885
#endif
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   886
    // To see where a verify_oop failed, get $ebx+40/X for this frame.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   887
    // XXX correct this offset for amd64
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   888
    // This is the value of eip which points to where verify_oop will return.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   889
    if (os::message_box(msg, "Execution stopped, print registers?")) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   890
      print_state64(pc, regs);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   891
      BREAKPOINT;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   892
    }
58103
689a80d20550 8230762: Change MacroAssembler::debug32/64 to use fatal instead of assert
chagedorn
parents: 57893
diff changeset
   893
  }
689a80d20550 8230762: Change MacroAssembler::debug32/64 to use fatal instead of assert
chagedorn
parents: 57893
diff changeset
   894
  fatal("DEBUG MESSAGE: %s", msg);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   895
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   896
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   897
void MacroAssembler::print_state64(int64_t pc, int64_t regs[]) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   898
  ttyLocker ttyl;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   899
  FlagSetting fs(Debugging, true);
46630
75aa3e39d02c 8182299: Enable disabled clang warnings, build on OSX 10 + Xcode 8
jwilhelm
parents: 46560
diff changeset
   900
  tty->print_cr("rip = 0x%016lx", (intptr_t)pc);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   901
#ifndef PRODUCT
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   902
  tty->cr();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   903
  findpc(pc);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   904
  tty->cr();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   905
#endif
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   906
#define PRINT_REG(rax, value) \
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   907
  { tty->print("%s = ", #rax); os::print_location(tty, value); }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   908
  PRINT_REG(rax, regs[15]);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   909
  PRINT_REG(rbx, regs[12]);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   910
  PRINT_REG(rcx, regs[14]);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   911
  PRINT_REG(rdx, regs[13]);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   912
  PRINT_REG(rdi, regs[8]);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   913
  PRINT_REG(rsi, regs[9]);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   914
  PRINT_REG(rbp, regs[10]);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   915
  PRINT_REG(rsp, regs[11]);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   916
  PRINT_REG(r8 , regs[7]);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   917
  PRINT_REG(r9 , regs[6]);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   918
  PRINT_REG(r10, regs[5]);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   919
  PRINT_REG(r11, regs[4]);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   920
  PRINT_REG(r12, regs[3]);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   921
  PRINT_REG(r13, regs[2]);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   922
  PRINT_REG(r14, regs[1]);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   923
  PRINT_REG(r15, regs[0]);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   924
#undef PRINT_REG
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   925
  // Print some words near top of staack.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   926
  int64_t* rsp = (int64_t*) regs[11];
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   927
  int64_t* dump_sp = rsp;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   928
  for (int col1 = 0; col1 < 8; col1++) {
46630
75aa3e39d02c 8182299: Enable disabled clang warnings, build on OSX 10 + Xcode 8
jwilhelm
parents: 46560
diff changeset
   929
    tty->print("(rsp+0x%03x) 0x%016lx: ", (int)((intptr_t)dump_sp - (intptr_t)rsp), (intptr_t)dump_sp);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   930
    os::print_location(tty, *dump_sp++);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   931
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   932
  for (int row = 0; row < 25; row++) {
46630
75aa3e39d02c 8182299: Enable disabled clang warnings, build on OSX 10 + Xcode 8
jwilhelm
parents: 46560
diff changeset
   933
    tty->print("(rsp+0x%03x) 0x%016lx: ", (int)((intptr_t)dump_sp - (intptr_t)rsp), (intptr_t)dump_sp);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   934
    for (int col = 0; col < 4; col++) {
46630
75aa3e39d02c 8182299: Enable disabled clang warnings, build on OSX 10 + Xcode 8
jwilhelm
parents: 46560
diff changeset
   935
      tty->print(" 0x%016lx", (intptr_t)*dump_sp++);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   936
    }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   937
    tty->cr();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   938
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   939
  // Print some instructions around pc:
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   940
  Disassembler::decode((address)pc-64, (address)pc);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   941
  tty->print_cr("--------");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   942
  Disassembler::decode((address)pc, (address)pc+32);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   943
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   944
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   945
#endif // _LP64
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   946
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   947
// Now versions that are common to 32/64 bit
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   948
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   949
void MacroAssembler::addptr(Register dst, int32_t imm32) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   950
  LP64_ONLY(addq(dst, imm32)) NOT_LP64(addl(dst, imm32));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   951
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   952
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   953
void MacroAssembler::addptr(Register dst, Register src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   954
  LP64_ONLY(addq(dst, src)) NOT_LP64(addl(dst, src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   955
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   956
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   957
void MacroAssembler::addptr(Address dst, Register src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   958
  LP64_ONLY(addq(dst, src)) NOT_LP64(addl(dst, src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   959
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   960
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   961
void MacroAssembler::addsd(XMMRegister dst, AddressLiteral src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   962
  if (reachable(src)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   963
    Assembler::addsd(dst, as_Address(src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   964
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   965
    lea(rscratch1, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   966
    Assembler::addsd(dst, Address(rscratch1, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   967
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   968
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   969
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   970
void MacroAssembler::addss(XMMRegister dst, AddressLiteral src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   971
  if (reachable(src)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   972
    addss(dst, as_Address(src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   973
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   974
    lea(rscratch1, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   975
    addss(dst, Address(rscratch1, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   976
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   977
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   978
35540
e001ad24dcdb 8143353: update for x86 sin and cos in the math lib
vdeshpande
parents: 35146
diff changeset
   979
void MacroAssembler::addpd(XMMRegister dst, AddressLiteral src) {
e001ad24dcdb 8143353: update for x86 sin and cos in the math lib
vdeshpande
parents: 35146
diff changeset
   980
  if (reachable(src)) {
e001ad24dcdb 8143353: update for x86 sin and cos in the math lib
vdeshpande
parents: 35146
diff changeset
   981
    Assembler::addpd(dst, as_Address(src));
e001ad24dcdb 8143353: update for x86 sin and cos in the math lib
vdeshpande
parents: 35146
diff changeset
   982
  } else {
e001ad24dcdb 8143353: update for x86 sin and cos in the math lib
vdeshpande
parents: 35146
diff changeset
   983
    lea(rscratch1, src);
e001ad24dcdb 8143353: update for x86 sin and cos in the math lib
vdeshpande
parents: 35146
diff changeset
   984
    Assembler::addpd(dst, Address(rscratch1, 0));
e001ad24dcdb 8143353: update for x86 sin and cos in the math lib
vdeshpande
parents: 35146
diff changeset
   985
  }
e001ad24dcdb 8143353: update for x86 sin and cos in the math lib
vdeshpande
parents: 35146
diff changeset
   986
}
e001ad24dcdb 8143353: update for x86 sin and cos in the math lib
vdeshpande
parents: 35146
diff changeset
   987
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   988
void MacroAssembler::align(int modulus) {
32203
01a3716ed455 8131682: C1 should use multibyte nops everywhere
shade
parents: 31849
diff changeset
   989
  align(modulus, offset());
01a3716ed455 8131682: C1 should use multibyte nops everywhere
shade
parents: 31849
diff changeset
   990
}
01a3716ed455 8131682: C1 should use multibyte nops everywhere
shade
parents: 31849
diff changeset
   991
01a3716ed455 8131682: C1 should use multibyte nops everywhere
shade
parents: 31849
diff changeset
   992
void MacroAssembler::align(int modulus, int target) {
01a3716ed455 8131682: C1 should use multibyte nops everywhere
shade
parents: 31849
diff changeset
   993
  if (target % modulus != 0) {
01a3716ed455 8131682: C1 should use multibyte nops everywhere
shade
parents: 31849
diff changeset
   994
    nop(modulus - (target % modulus));
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   995
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   996
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   997
54750
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
   998
void MacroAssembler::andpd(XMMRegister dst, AddressLiteral src, Register scratch_reg) {
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
   999
  // Used in sign-masking with aligned address.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1000
  assert((UseAVX > 0) || (((intptr_t)src.target() & 15) == 0), "SSE mode requires address alignment 16 bytes");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1001
  if (reachable(src)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1002
    Assembler::andpd(dst, as_Address(src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1003
  } else {
54750
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  1004
    lea(scratch_reg, src);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  1005
    Assembler::andpd(dst, Address(scratch_reg, 0));
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  1006
  }
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  1007
}
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  1008
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  1009
void MacroAssembler::andps(XMMRegister dst, AddressLiteral src, Register scratch_reg) {
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1010
  // Used in sign-masking with aligned address.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1011
  assert((UseAVX > 0) || (((intptr_t)src.target() & 15) == 0), "SSE mode requires address alignment 16 bytes");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1012
  if (reachable(src)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1013
    Assembler::andps(dst, as_Address(src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1014
  } else {
54750
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  1015
    lea(scratch_reg, src);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  1016
    Assembler::andps(dst, Address(scratch_reg, 0));
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1017
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1018
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1019
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1020
void MacroAssembler::andptr(Register dst, int32_t imm32) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1021
  LP64_ONLY(andq(dst, imm32)) NOT_LP64(andl(dst, imm32));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1022
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1023
23491
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1024
void MacroAssembler::atomic_incl(Address counter_addr) {
51996
84743156e780 8188764: Obsolete AssumeMP and then remove all support for non-MP builds
dholmes
parents: 51976
diff changeset
  1025
  lock();
23491
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1026
  incrementl(counter_addr);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1027
}
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1028
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1029
void MacroAssembler::atomic_incl(AddressLiteral counter_addr, Register scr) {
22910
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1030
  if (reachable(counter_addr)) {
23491
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1031
    atomic_incl(as_Address(counter_addr));
22910
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1032
  } else {
23491
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1033
    lea(scr, counter_addr);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1034
    atomic_incl(Address(scr, 0));
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1035
  }
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1036
}
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1037
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1038
#ifdef _LP64
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1039
void MacroAssembler::atomic_incq(Address counter_addr) {
51996
84743156e780 8188764: Obsolete AssumeMP and then remove all support for non-MP builds
dholmes
parents: 51976
diff changeset
  1040
  lock();
23491
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1041
  incrementq(counter_addr);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1042
}
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1043
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1044
void MacroAssembler::atomic_incq(AddressLiteral counter_addr, Register scr) {
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1045
  if (reachable(counter_addr)) {
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1046
    atomic_incq(as_Address(counter_addr));
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1047
  } else {
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1048
    lea(scr, counter_addr);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1049
    atomic_incq(Address(scr, 0));
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1050
  }
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1051
}
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1052
#endif
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1053
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1054
// Writes to stack successive pages until offset reached to check for
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1055
// stack overflow + shadow pages.  This clobbers tmp.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1056
void MacroAssembler::bang_stack_size(Register size, Register tmp) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1057
  movptr(tmp, rsp);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1058
  // Bang stack for total size given plus shadow page size.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1059
  // Bang one page at a time because large size can bang beyond yellow and
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1060
  // red zones.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1061
  Label loop;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1062
  bind(loop);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1063
  movl(Address(tmp, (-os::vm_page_size())), size );
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1064
  subptr(tmp, os::vm_page_size());
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1065
  subl(size, os::vm_page_size());
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1066
  jcc(Assembler::greater, loop);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1067
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1068
  // Bang down shadow pages too.
21528
479228ecf6ac 8026775: nsk/jvmti/RedefineClasses/StressRedefine crashes due to EXCEPTION_ACCESS_VIOLATION
mikael
parents: 21188
diff changeset
  1069
  // At this point, (tmp-0) is the last address touched, so don't
479228ecf6ac 8026775: nsk/jvmti/RedefineClasses/StressRedefine crashes due to EXCEPTION_ACCESS_VIOLATION
mikael
parents: 21188
diff changeset
  1070
  // touch it again.  (It was touched as (tmp-pagesize) but then tmp
479228ecf6ac 8026775: nsk/jvmti/RedefineClasses/StressRedefine crashes due to EXCEPTION_ACCESS_VIOLATION
mikael
parents: 21188
diff changeset
  1071
  // was post-decremented.)  Skip this address by starting at i=1, and
479228ecf6ac 8026775: nsk/jvmti/RedefineClasses/StressRedefine crashes due to EXCEPTION_ACCESS_VIOLATION
mikael
parents: 21188
diff changeset
  1072
  // touch a few more pages below.  N.B.  It is important to touch all
35201
996db89f378e 8139864: Improve handling of stack protection zones.
goetz
parents: 35071
diff changeset
  1073
  // the way down including all pages in the shadow zone.
996db89f378e 8139864: Improve handling of stack protection zones.
goetz
parents: 35071
diff changeset
  1074
  for (int i = 1; i < ((int)JavaThread::stack_shadow_zone_size() / os::vm_page_size()); i++) {
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1075
    // this could be any sized move but this is can be a debugging crumb
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1076
    // so the bigger the better.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1077
    movptr(Address(tmp, (-i*os::vm_page_size())), size );
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1078
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1079
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1080
35071
a0910b1d3e0d 8046936: JEP 270: Reserved Stack Areas for Critical Sections
fparain
parents: 34633
diff changeset
  1081
void MacroAssembler::reserved_stack_check() {
a0910b1d3e0d 8046936: JEP 270: Reserved Stack Areas for Critical Sections
fparain
parents: 34633
diff changeset
  1082
    // testing if reserved zone needs to be enabled
a0910b1d3e0d 8046936: JEP 270: Reserved Stack Areas for Critical Sections
fparain
parents: 34633
diff changeset
  1083
    Label no_reserved_zone_enabling;
a0910b1d3e0d 8046936: JEP 270: Reserved Stack Areas for Critical Sections
fparain
parents: 34633
diff changeset
  1084
    Register thread = NOT_LP64(rsi) LP64_ONLY(r15_thread);
a0910b1d3e0d 8046936: JEP 270: Reserved Stack Areas for Critical Sections
fparain
parents: 34633
diff changeset
  1085
    NOT_LP64(get_thread(rsi);)
a0910b1d3e0d 8046936: JEP 270: Reserved Stack Areas for Critical Sections
fparain
parents: 34633
diff changeset
  1086
a0910b1d3e0d 8046936: JEP 270: Reserved Stack Areas for Critical Sections
fparain
parents: 34633
diff changeset
  1087
    cmpptr(rsp, Address(thread, JavaThread::reserved_stack_activation_offset()));
a0910b1d3e0d 8046936: JEP 270: Reserved Stack Areas for Critical Sections
fparain
parents: 34633
diff changeset
  1088
    jcc(Assembler::below, no_reserved_zone_enabling);
a0910b1d3e0d 8046936: JEP 270: Reserved Stack Areas for Critical Sections
fparain
parents: 34633
diff changeset
  1089
a0910b1d3e0d 8046936: JEP 270: Reserved Stack Areas for Critical Sections
fparain
parents: 34633
diff changeset
  1090
    call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::enable_stack_reserved_zone), thread);
a0910b1d3e0d 8046936: JEP 270: Reserved Stack Areas for Critical Sections
fparain
parents: 34633
diff changeset
  1091
    jump(RuntimeAddress(StubRoutines::throw_delayed_StackOverflowError_entry()));
a0910b1d3e0d 8046936: JEP 270: Reserved Stack Areas for Critical Sections
fparain
parents: 34633
diff changeset
  1092
    should_not_reach_here();
a0910b1d3e0d 8046936: JEP 270: Reserved Stack Areas for Critical Sections
fparain
parents: 34633
diff changeset
  1093
a0910b1d3e0d 8046936: JEP 270: Reserved Stack Areas for Critical Sections
fparain
parents: 34633
diff changeset
  1094
    bind(no_reserved_zone_enabling);
a0910b1d3e0d 8046936: JEP 270: Reserved Stack Areas for Critical Sections
fparain
parents: 34633
diff changeset
  1095
}
a0910b1d3e0d 8046936: JEP 270: Reserved Stack Areas for Critical Sections
fparain
parents: 34633
diff changeset
  1096
22910
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1097
int MacroAssembler::biased_locking_enter(Register lock_reg,
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1098
                                         Register obj_reg,
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1099
                                         Register swap_reg,
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1100
                                         Register tmp_reg,
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1101
                                         bool swap_reg_contains_mark,
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1102
                                         Label& done,
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1103
                                         Label* slow_case,
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1104
                                         BiasedLockingCounters* counters) {
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1105
  assert(UseBiasedLocking, "why call this otherwise?");
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1106
  assert(swap_reg == rax, "swap_reg must be rax for cmpxchgq");
30749
39a2475280ee 6811960: x86 biasedlocking epoch expired rare bug
mockner
parents: 30310
diff changeset
  1107
  assert(tmp_reg != noreg, "tmp_reg must be supplied");
39a2475280ee 6811960: x86 biasedlocking epoch expired rare bug
mockner
parents: 30310
diff changeset
  1108
  assert_different_registers(lock_reg, obj_reg, swap_reg, tmp_reg);
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 55253
diff changeset
  1109
  assert(markWord::age_shift == markWord::lock_bits + markWord::biased_lock_bits, "biased locking makes assumptions about bit layout");
22910
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1110
  Address mark_addr      (obj_reg, oopDesc::mark_offset_in_bytes());
37251
9fc139ad74b5 8152358: code and comment cleanups found during the hunt for 8077392
dcubed
parents: 36561
diff changeset
  1111
  NOT_LP64( Address saved_mark_addr(lock_reg, 0); )
22910
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1112
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1113
  if (PrintBiasedLockingStatistics && counters == NULL) {
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1114
    counters = BiasedLocking::counters();
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1115
  }
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1116
  // Biased locking
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1117
  // See whether the lock is currently biased toward our thread and
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1118
  // whether the epoch is still valid
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1119
  // Note that the runtime guarantees sufficient alignment of JavaThread
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1120
  // pointers to allow age to be placed into low bits
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1121
  // First check to see whether biasing is even enabled for this object
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1122
  Label cas_label;
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1123
  int null_check_offset = -1;
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1124
  if (!swap_reg_contains_mark) {
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1125
    null_check_offset = offset();
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1126
    movptr(swap_reg, mark_addr);
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1127
  }
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1128
  movptr(tmp_reg, swap_reg);
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 55253
diff changeset
  1129
  andptr(tmp_reg, markWord::biased_lock_mask_in_place);
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 55253
diff changeset
  1130
  cmpptr(tmp_reg, markWord::biased_lock_pattern);
22910
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1131
  jcc(Assembler::notEqual, cas_label);
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1132
  // The bias pattern is present in the object's header. Need to check
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1133
  // whether the bias owner and the epoch are both still current.
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1134
#ifndef _LP64
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1135
  // Note that because there is no current thread register on x86_32 we
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1136
  // need to store off the mark word we read out of the object to
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1137
  // avoid reloading it and needing to recheck invariants below. This
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1138
  // store is unfortunate but it makes the overall code shorter and
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1139
  // simpler.
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1140
  movptr(saved_mark_addr, swap_reg);
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1141
#endif
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1142
  if (swap_reg_contains_mark) {
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1143
    null_check_offset = offset();
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1144
  }
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1145
  load_prototype_header(tmp_reg, obj_reg);
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1146
#ifdef _LP64
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1147
  orptr(tmp_reg, r15_thread);
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1148
  xorptr(tmp_reg, swap_reg);
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1149
  Register header_reg = tmp_reg;
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1150
#else
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1151
  xorptr(tmp_reg, swap_reg);
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1152
  get_thread(swap_reg);
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1153
  xorptr(swap_reg, tmp_reg);
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1154
  Register header_reg = swap_reg;
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1155
#endif
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 55253
diff changeset
  1156
  andptr(header_reg, ~((int) markWord::age_mask_in_place));
22910
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1157
  if (counters != NULL) {
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1158
    cond_inc32(Assembler::zero,
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1159
               ExternalAddress((address) counters->biased_lock_entry_count_addr()));
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1160
  }
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1161
  jcc(Assembler::equal, done);
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1162
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1163
  Label try_revoke_bias;
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1164
  Label try_rebias;
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1165
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1166
  // At this point we know that the header has the bias pattern and
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1167
  // that we are not the bias owner in the current epoch. We need to
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1168
  // figure out more details about the state of the header in order to
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1169
  // know what operations can be legally performed on the object's
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1170
  // header.
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1171
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1172
  // If the low three bits in the xor result aren't clear, that means
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1173
  // the prototype header is no longer biased and we have to revoke
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1174
  // the bias on this object.
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 55253
diff changeset
  1175
  testptr(header_reg, markWord::biased_lock_mask_in_place);
22910
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1176
  jccb(Assembler::notZero, try_revoke_bias);
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1177
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1178
  // Biasing is still enabled for this data type. See whether the
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1179
  // epoch of the current bias is still valid, meaning that the epoch
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1180
  // bits of the mark word are equal to the epoch bits of the
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1181
  // prototype header. (Note that the prototype header's epoch bits
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1182
  // only change at a safepoint.) If not, attempt to rebias the object
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1183
  // toward the current thread. Note that we must be absolutely sure
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1184
  // that the current epoch is invalid in order to do this because
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1185
  // otherwise the manipulations it performs on the mark word are
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1186
  // illegal.
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 55253
diff changeset
  1187
  testptr(header_reg, markWord::epoch_mask_in_place);
22910
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1188
  jccb(Assembler::notZero, try_rebias);
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1189
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1190
  // The epoch of the current bias is still valid but we know nothing
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1191
  // about the owner; it might be set or it might be clear. Try to
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1192
  // acquire the bias of the object using an atomic operation. If this
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1193
  // fails we will go in to the runtime to revoke the object's bias.
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1194
  // Note that we first construct the presumed unbiased header so we
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1195
  // don't accidentally blow away another thread's valid bias.
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1196
  NOT_LP64( movptr(swap_reg, saved_mark_addr); )
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1197
  andptr(swap_reg,
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 55253
diff changeset
  1198
         markWord::biased_lock_mask_in_place | markWord::age_mask_in_place | markWord::epoch_mask_in_place);
22910
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1199
#ifdef _LP64
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1200
  movptr(tmp_reg, swap_reg);
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1201
  orptr(tmp_reg, r15_thread);
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1202
#else
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1203
  get_thread(tmp_reg);
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1204
  orptr(tmp_reg, swap_reg);
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1205
#endif
51996
84743156e780 8188764: Obsolete AssumeMP and then remove all support for non-MP builds
dholmes
parents: 51976
diff changeset
  1206
  lock();
22910
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1207
  cmpxchgptr(tmp_reg, mark_addr); // compare tmp_reg and swap_reg
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1208
  // If the biasing toward our thread failed, this means that
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1209
  // another thread succeeded in biasing it toward itself and we
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1210
  // need to revoke that bias. The revocation will occur in the
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1211
  // interpreter runtime in the slow case.
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1212
  if (counters != NULL) {
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1213
    cond_inc32(Assembler::zero,
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1214
               ExternalAddress((address) counters->anonymously_biased_lock_entry_count_addr()));
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1215
  }
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1216
  if (slow_case != NULL) {
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1217
    jcc(Assembler::notZero, *slow_case);
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1218
  }
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1219
  jmp(done);
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1220
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1221
  bind(try_rebias);
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1222
  // At this point we know the epoch has expired, meaning that the
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1223
  // current "bias owner", if any, is actually invalid. Under these
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1224
  // circumstances _only_, we are allowed to use the current header's
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1225
  // value as the comparison value when doing the cas to acquire the
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1226
  // bias in the current epoch. In other words, we allow transfer of
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1227
  // the bias from one thread to another directly in this situation.
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1228
  //
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1229
  // FIXME: due to a lack of registers we currently blow away the age
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1230
  // bits in this situation. Should attempt to preserve them.
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1231
  load_prototype_header(tmp_reg, obj_reg);
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1232
#ifdef _LP64
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1233
  orptr(tmp_reg, r15_thread);
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1234
#else
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1235
  get_thread(swap_reg);
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1236
  orptr(tmp_reg, swap_reg);
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1237
  movptr(swap_reg, saved_mark_addr);
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1238
#endif
51996
84743156e780 8188764: Obsolete AssumeMP and then remove all support for non-MP builds
dholmes
parents: 51976
diff changeset
  1239
  lock();
22910
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1240
  cmpxchgptr(tmp_reg, mark_addr); // compare tmp_reg and swap_reg
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1241
  // If the biasing toward our thread failed, then another thread
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1242
  // succeeded in biasing it toward itself and we need to revoke that
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1243
  // bias. The revocation will occur in the runtime in the slow case.
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1244
  if (counters != NULL) {
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1245
    cond_inc32(Assembler::zero,
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1246
               ExternalAddress((address) counters->rebiased_lock_entry_count_addr()));
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1247
  }
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1248
  if (slow_case != NULL) {
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1249
    jcc(Assembler::notZero, *slow_case);
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1250
  }
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1251
  jmp(done);
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1252
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1253
  bind(try_revoke_bias);
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1254
  // The prototype mark in the klass doesn't have the bias bit set any
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1255
  // more, indicating that objects of this data type are not supposed
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1256
  // to be biased any more. We are going to try to reset the mark of
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1257
  // this object to the prototype value and fall through to the
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1258
  // CAS-based locking scheme. Note that if our CAS fails, it means
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1259
  // that another thread raced us for the privilege of revoking the
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1260
  // bias of this particular object, so it's okay to continue in the
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1261
  // normal locking code.
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1262
  //
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1263
  // FIXME: due to a lack of registers we currently blow away the age
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1264
  // bits in this situation. Should attempt to preserve them.
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1265
  NOT_LP64( movptr(swap_reg, saved_mark_addr); )
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1266
  load_prototype_header(tmp_reg, obj_reg);
51996
84743156e780 8188764: Obsolete AssumeMP and then remove all support for non-MP builds
dholmes
parents: 51976
diff changeset
  1267
  lock();
22910
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1268
  cmpxchgptr(tmp_reg, mark_addr); // compare tmp_reg and swap_reg
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1269
  // Fall through to the normal CAS-based lock, because no matter what
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1270
  // the result of the above CAS, some thread must have succeeded in
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1271
  // removing the bias bit from the object's header.
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1272
  if (counters != NULL) {
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1273
    cond_inc32(Assembler::zero,
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1274
               ExternalAddress((address) counters->revoked_lock_entry_count_addr()));
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1275
  }
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1276
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1277
  bind(cas_label);
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1278
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1279
  return null_check_offset;
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1280
}
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1281
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1282
void MacroAssembler::biased_locking_exit(Register obj_reg, Register temp_reg, Label& done) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1283
  assert(UseBiasedLocking, "why call this otherwise?");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1284
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1285
  // Check for biased locking unlock case, which is a no-op
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1286
  // Note: we do not have to check the thread ID for two reasons.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1287
  // First, the interpreter checks for IllegalMonitorStateException at
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1288
  // a higher level. Second, if the bias was revoked while we held the
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1289
  // lock, the object could not be rebiased toward another thread, so
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1290
  // the bias bit would be clear.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1291
  movptr(temp_reg, Address(obj_reg, oopDesc::mark_offset_in_bytes()));
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 55253
diff changeset
  1292
  andptr(temp_reg, markWord::biased_lock_mask_in_place);
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 55253
diff changeset
  1293
  cmpptr(temp_reg, markWord::biased_lock_pattern);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1294
  jcc(Assembler::equal, done);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1295
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  1296
22910
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1297
#ifdef COMPILER2
23491
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1298
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1299
#if INCLUDE_RTM_OPT
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1300
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1301
// Update rtm_counters based on abort status
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1302
// input: abort_status
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1303
//        rtm_counters (RTMLockingCounters*)
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1304
// flags are killed
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1305
void MacroAssembler::rtm_counters_update(Register abort_status, Register rtm_counters) {
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1306
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1307
  atomic_incptr(Address(rtm_counters, RTMLockingCounters::abort_count_offset()));
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1308
  if (PrintPreciseRTMLockingStatistics) {
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1309
    for (int i = 0; i < RTMLockingCounters::ABORT_STATUS_LIMIT; i++) {
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1310
      Label check_abort;
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1311
      testl(abort_status, (1<<i));
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1312
      jccb(Assembler::equal, check_abort);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1313
      atomic_incptr(Address(rtm_counters, RTMLockingCounters::abortX_count_offset() + (i * sizeof(uintx))));
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1314
      bind(check_abort);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1315
    }
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1316
  }
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1317
}
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1318
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1319
// Branch if (random & (count-1) != 0), count is 2^n
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1320
// tmp, scr and flags are killed
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1321
void MacroAssembler::branch_on_random_using_rdtsc(Register tmp, Register scr, int count, Label& brLabel) {
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1322
  assert(tmp == rax, "");
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1323
  assert(scr == rdx, "");
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1324
  rdtsc(); // modifies EDX:EAX
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1325
  andptr(tmp, count-1);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1326
  jccb(Assembler::notZero, brLabel);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1327
}
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1328
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1329
// Perform abort ratio calculation, set no_rtm bit if high ratio
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1330
// input:  rtm_counters_Reg (RTMLockingCounters* address)
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1331
// tmpReg, rtm_counters_Reg and flags are killed
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1332
void MacroAssembler::rtm_abort_ratio_calculation(Register tmpReg,
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1333
                                                 Register rtm_counters_Reg,
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1334
                                                 RTMLockingCounters* rtm_counters,
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1335
                                                 Metadata* method_data) {
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1336
  Label L_done, L_check_always_rtm1, L_check_always_rtm2;
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1337
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1338
  if (RTMLockingCalculationDelay > 0) {
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1339
    // Delay calculation
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1340
    movptr(tmpReg, ExternalAddress((address) RTMLockingCounters::rtm_calculation_flag_addr()), tmpReg);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1341
    testptr(tmpReg, tmpReg);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1342
    jccb(Assembler::equal, L_done);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1343
  }
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1344
  // Abort ratio calculation only if abort_count > RTMAbortThreshold
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1345
  //   Aborted transactions = abort_count * 100
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1346
  //   All transactions = total_count *  RTMTotalCountIncrRate
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1347
  //   Set no_rtm bit if (Aborted transactions >= All transactions * RTMAbortRatio)
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1348
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1349
  movptr(tmpReg, Address(rtm_counters_Reg, RTMLockingCounters::abort_count_offset()));
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1350
  cmpptr(tmpReg, RTMAbortThreshold);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1351
  jccb(Assembler::below, L_check_always_rtm2);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1352
  imulptr(tmpReg, tmpReg, 100);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1353
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1354
  Register scrReg = rtm_counters_Reg;
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1355
  movptr(scrReg, Address(rtm_counters_Reg, RTMLockingCounters::total_count_offset()));
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1356
  imulptr(scrReg, scrReg, RTMTotalCountIncrRate);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1357
  imulptr(scrReg, scrReg, RTMAbortRatio);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1358
  cmpptr(tmpReg, scrReg);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1359
  jccb(Assembler::below, L_check_always_rtm1);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1360
  if (method_data != NULL) {
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1361
    // set rtm_state to "no rtm" in MDO
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1362
    mov_metadata(tmpReg, method_data);
51996
84743156e780 8188764: Obsolete AssumeMP and then remove all support for non-MP builds
dholmes
parents: 51976
diff changeset
  1363
    lock();
23491
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1364
    orl(Address(tmpReg, MethodData::rtm_state_offset_in_bytes()), NoRTM);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1365
  }
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1366
  jmpb(L_done);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1367
  bind(L_check_always_rtm1);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1368
  // Reload RTMLockingCounters* address
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1369
  lea(rtm_counters_Reg, ExternalAddress((address)rtm_counters));
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1370
  bind(L_check_always_rtm2);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1371
  movptr(tmpReg, Address(rtm_counters_Reg, RTMLockingCounters::total_count_offset()));
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1372
  cmpptr(tmpReg, RTMLockingThreshold / RTMTotalCountIncrRate);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1373
  jccb(Assembler::below, L_done);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1374
  if (method_data != NULL) {
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1375
    // set rtm_state to "always rtm" in MDO
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1376
    mov_metadata(tmpReg, method_data);
51996
84743156e780 8188764: Obsolete AssumeMP and then remove all support for non-MP builds
dholmes
parents: 51976
diff changeset
  1377
    lock();
23491
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1378
    orl(Address(tmpReg, MethodData::rtm_state_offset_in_bytes()), UseRTM);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1379
  }
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1380
  bind(L_done);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1381
}
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1382
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1383
// Update counters and perform abort ratio calculation
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1384
// input:  abort_status_Reg
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1385
// rtm_counters_Reg, flags are killed
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1386
void MacroAssembler::rtm_profiling(Register abort_status_Reg,
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1387
                                   Register rtm_counters_Reg,
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1388
                                   RTMLockingCounters* rtm_counters,
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1389
                                   Metadata* method_data,
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1390
                                   bool profile_rtm) {
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1391
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1392
  assert(rtm_counters != NULL, "should not be NULL when profiling RTM");
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1393
  // update rtm counters based on rax value at abort
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1394
  // reads abort_status_Reg, updates flags
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1395
  lea(rtm_counters_Reg, ExternalAddress((address)rtm_counters));
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1396
  rtm_counters_update(abort_status_Reg, rtm_counters_Reg);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1397
  if (profile_rtm) {
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1398
    // Save abort status because abort_status_Reg is used by following code.
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1399
    if (RTMRetryCount > 0) {
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1400
      push(abort_status_Reg);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1401
    }
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1402
    assert(rtm_counters != NULL, "should not be NULL when profiling RTM");
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1403
    rtm_abort_ratio_calculation(abort_status_Reg, rtm_counters_Reg, rtm_counters, method_data);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1404
    // restore abort status
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1405
    if (RTMRetryCount > 0) {
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1406
      pop(abort_status_Reg);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1407
    }
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1408
  }
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1409
}
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1410
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1411
// Retry on abort if abort's status is 0x6: can retry (0x2) | memory conflict (0x4)
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1412
// inputs: retry_count_Reg
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1413
//       : abort_status_Reg
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1414
// output: retry_count_Reg decremented by 1
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1415
// flags are killed
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1416
void MacroAssembler::rtm_retry_lock_on_abort(Register retry_count_Reg, Register abort_status_Reg, Label& retryLabel) {
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1417
  Label doneRetry;
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1418
  assert(abort_status_Reg == rax, "");
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1419
  // The abort reason bits are in eax (see all states in rtmLocking.hpp)
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1420
  // 0x6 = conflict on which we can retry (0x2) | memory conflict (0x4)
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1421
  // if reason is in 0x6 and retry count != 0 then retry
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1422
  andptr(abort_status_Reg, 0x6);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1423
  jccb(Assembler::zero, doneRetry);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1424
  testl(retry_count_Reg, retry_count_Reg);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1425
  jccb(Assembler::zero, doneRetry);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1426
  pause();
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1427
  decrementl(retry_count_Reg);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1428
  jmp(retryLabel);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1429
  bind(doneRetry);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1430
}
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1431
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1432
// Spin and retry if lock is busy,
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1433
// inputs: box_Reg (monitor address)
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1434
//       : retry_count_Reg
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1435
// output: retry_count_Reg decremented by 1
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1436
//       : clear z flag if retry count exceeded
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1437
// tmp_Reg, scr_Reg, flags are killed
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1438
void MacroAssembler::rtm_retry_lock_on_busy(Register retry_count_Reg, Register box_Reg,
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1439
                                            Register tmp_Reg, Register scr_Reg, Label& retryLabel) {
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1440
  Label SpinLoop, SpinExit, doneRetry;
27608
80d91e264baf 8062851: cleanup ObjectMonitor offset adjustments
dcubed
parents: 26434
diff changeset
  1441
  int owner_offset = OM_OFFSET_NO_MONITOR_VALUE_TAG(owner);
23491
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1442
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1443
  testl(retry_count_Reg, retry_count_Reg);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1444
  jccb(Assembler::zero, doneRetry);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1445
  decrementl(retry_count_Reg);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1446
  movptr(scr_Reg, RTMSpinLoopCount);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1447
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1448
  bind(SpinLoop);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1449
  pause();
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1450
  decrementl(scr_Reg);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1451
  jccb(Assembler::lessEqual, SpinExit);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1452
  movptr(tmp_Reg, Address(box_Reg, owner_offset));
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1453
  testptr(tmp_Reg, tmp_Reg);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1454
  jccb(Assembler::notZero, SpinLoop);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1455
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1456
  bind(SpinExit);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1457
  jmp(retryLabel);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1458
  bind(doneRetry);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1459
  incrementl(retry_count_Reg); // clear z flag
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1460
}
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1461
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1462
// Use RTM for normal stack locks
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1463
// Input: objReg (object to lock)
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1464
void MacroAssembler::rtm_stack_locking(Register objReg, Register tmpReg, Register scrReg,
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1465
                                       Register retry_on_abort_count_Reg,
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1466
                                       RTMLockingCounters* stack_rtm_counters,
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1467
                                       Metadata* method_data, bool profile_rtm,
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1468
                                       Label& DONE_LABEL, Label& IsInflated) {
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1469
  assert(UseRTMForStackLocks, "why call this otherwise?");
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1470
  assert(!UseBiasedLocking, "Biased locking is not supported with RTM locking");
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1471
  assert(tmpReg == rax, "");
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1472
  assert(scrReg == rdx, "");
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1473
  Label L_rtm_retry, L_decrement_retry, L_on_abort;
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1474
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1475
  if (RTMRetryCount > 0) {
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1476
    movl(retry_on_abort_count_Reg, RTMRetryCount); // Retry on abort
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1477
    bind(L_rtm_retry);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1478
  }
46449
7b2416f0f524 8167659: Access of mark word should use oopDesc::mark_offset_in_bytes() instead of '0'
rkennke
parents: 46440
diff changeset
  1479
  movptr(tmpReg, Address(objReg, oopDesc::mark_offset_in_bytes()));
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 55253
diff changeset
  1480
  testptr(tmpReg, markWord::monitor_value);  // inflated vs stack-locked|neutral|biased
23847
d792e42aeb4f 8038939: Some options related to RTM locking optimization works inconsistently
kvn
parents: 23491
diff changeset
  1481
  jcc(Assembler::notZero, IsInflated);
d792e42aeb4f 8038939: Some options related to RTM locking optimization works inconsistently
kvn
parents: 23491
diff changeset
  1482
23491
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1483
  if (PrintPreciseRTMLockingStatistics || profile_rtm) {
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1484
    Label L_noincrement;
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1485
    if (RTMTotalCountIncrRate > 1) {
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1486
      // tmpReg, scrReg and flags are killed
46494
3fdd343bc5ea 8180612: [ppc] assert failure in cpu/ppc/vm/assembler_ppc.hpp due to immediate value out of range
lucy
parents: 46449
diff changeset
  1487
      branch_on_random_using_rdtsc(tmpReg, scrReg, RTMTotalCountIncrRate, L_noincrement);
23491
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1488
    }
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1489
    assert(stack_rtm_counters != NULL, "should not be NULL when profiling RTM");
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1490
    atomic_incptr(ExternalAddress((address)stack_rtm_counters->total_count_addr()), scrReg);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1491
    bind(L_noincrement);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1492
  }
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1493
  xbegin(L_on_abort);
46449
7b2416f0f524 8167659: Access of mark word should use oopDesc::mark_offset_in_bytes() instead of '0'
rkennke
parents: 46440
diff changeset
  1494
  movptr(tmpReg, Address(objReg, oopDesc::mark_offset_in_bytes()));       // fetch markword
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 55253
diff changeset
  1495
  andptr(tmpReg, markWord::biased_lock_mask_in_place); // look at 3 lock bits
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 55253
diff changeset
  1496
  cmpptr(tmpReg, markWord::unlocked_value);            // bits = 001 unlocked
23491
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1497
  jcc(Assembler::equal, DONE_LABEL);        // all done if unlocked
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1498
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1499
  Register abort_status_Reg = tmpReg; // status of abort is stored in RAX
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1500
  if (UseRTMXendForLockBusy) {
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1501
    xend();
23847
d792e42aeb4f 8038939: Some options related to RTM locking optimization works inconsistently
kvn
parents: 23491
diff changeset
  1502
    movptr(abort_status_Reg, 0x2);   // Set the abort status to 2 (so we can retry)
23491
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1503
    jmp(L_decrement_retry);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1504
  }
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1505
  else {
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1506
    xabort(0);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1507
  }
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1508
  bind(L_on_abort);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1509
  if (PrintPreciseRTMLockingStatistics || profile_rtm) {
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1510
    rtm_profiling(abort_status_Reg, scrReg, stack_rtm_counters, method_data, profile_rtm);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1511
  }
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1512
  bind(L_decrement_retry);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1513
  if (RTMRetryCount > 0) {
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1514
    // retry on lock abort if abort status is 'can retry' (0x2) or 'memory conflict' (0x4)
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1515
    rtm_retry_lock_on_abort(retry_on_abort_count_Reg, abort_status_Reg, L_rtm_retry);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1516
  }
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1517
}
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1518
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1519
// Use RTM for inflating locks
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1520
// inputs: objReg (object to lock)
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1521
//         boxReg (on-stack box address (displaced header location) - KILLED)
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 55253
diff changeset
  1522
//         tmpReg (ObjectMonitor address + markWord::monitor_value)
23491
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1523
void MacroAssembler::rtm_inflated_locking(Register objReg, Register boxReg, Register tmpReg,
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1524
                                          Register scrReg, Register retry_on_busy_count_Reg,
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1525
                                          Register retry_on_abort_count_Reg,
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1526
                                          RTMLockingCounters* rtm_counters,
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1527
                                          Metadata* method_data, bool profile_rtm,
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1528
                                          Label& DONE_LABEL) {
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1529
  assert(UseRTMLocking, "why call this otherwise?");
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1530
  assert(tmpReg == rax, "");
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1531
  assert(scrReg == rdx, "");
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1532
  Label L_rtm_retry, L_decrement_retry, L_on_abort;
27608
80d91e264baf 8062851: cleanup ObjectMonitor offset adjustments
dcubed
parents: 26434
diff changeset
  1533
  int owner_offset = OM_OFFSET_NO_MONITOR_VALUE_TAG(owner);
23491
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1534
59156
14fa9e70ae71 8230876: baseline cleanups from Async Monitor Deflation v2.0[789]
dcubed
parents: 58977
diff changeset
  1535
  // Without cast to int32_t this style of movptr will destroy r10 which is typically obj.
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 55253
diff changeset
  1536
  movptr(Address(boxReg, 0), (int32_t)intptr_t(markWord::unused_mark().value()));
23491
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1537
  movptr(boxReg, tmpReg); // Save ObjectMonitor address
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1538
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1539
  if (RTMRetryCount > 0) {
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1540
    movl(retry_on_busy_count_Reg, RTMRetryCount);  // Retry on lock busy
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1541
    movl(retry_on_abort_count_Reg, RTMRetryCount); // Retry on abort
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1542
    bind(L_rtm_retry);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1543
  }
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1544
  if (PrintPreciseRTMLockingStatistics || profile_rtm) {
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1545
    Label L_noincrement;
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1546
    if (RTMTotalCountIncrRate > 1) {
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1547
      // tmpReg, scrReg and flags are killed
46494
3fdd343bc5ea 8180612: [ppc] assert failure in cpu/ppc/vm/assembler_ppc.hpp due to immediate value out of range
lucy
parents: 46449
diff changeset
  1548
      branch_on_random_using_rdtsc(tmpReg, scrReg, RTMTotalCountIncrRate, L_noincrement);
23491
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1549
    }
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1550
    assert(rtm_counters != NULL, "should not be NULL when profiling RTM");
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1551
    atomic_incptr(ExternalAddress((address)rtm_counters->total_count_addr()), scrReg);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1552
    bind(L_noincrement);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1553
  }
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1554
  xbegin(L_on_abort);
46449
7b2416f0f524 8167659: Access of mark word should use oopDesc::mark_offset_in_bytes() instead of '0'
rkennke
parents: 46440
diff changeset
  1555
  movptr(tmpReg, Address(objReg, oopDesc::mark_offset_in_bytes()));
23491
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1556
  movptr(tmpReg, Address(tmpReg, owner_offset));
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1557
  testptr(tmpReg, tmpReg);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1558
  jcc(Assembler::zero, DONE_LABEL);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1559
  if (UseRTMXendForLockBusy) {
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1560
    xend();
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1561
    jmp(L_decrement_retry);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1562
  }
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1563
  else {
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1564
    xabort(0);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1565
  }
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1566
  bind(L_on_abort);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1567
  Register abort_status_Reg = tmpReg; // status of abort is stored in RAX
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1568
  if (PrintPreciseRTMLockingStatistics || profile_rtm) {
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1569
    rtm_profiling(abort_status_Reg, scrReg, rtm_counters, method_data, profile_rtm);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1570
  }
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1571
  if (RTMRetryCount > 0) {
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1572
    // retry on lock abort if abort status is 'can retry' (0x2) or 'memory conflict' (0x4)
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1573
    rtm_retry_lock_on_abort(retry_on_abort_count_Reg, abort_status_Reg, L_rtm_retry);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1574
  }
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1575
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1576
  movptr(tmpReg, Address(boxReg, owner_offset)) ;
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1577
  testptr(tmpReg, tmpReg) ;
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1578
  jccb(Assembler::notZero, L_decrement_retry) ;
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1579
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1580
  // Appears unlocked - try to swing _owner from null to non-null.
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1581
  // Invariant: tmpReg == 0.  tmpReg is EAX which is the implicit cmpxchg comparand.
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1582
#ifdef _LP64
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1583
  Register threadReg = r15_thread;
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1584
#else
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1585
  get_thread(scrReg);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1586
  Register threadReg = scrReg;
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1587
#endif
51996
84743156e780 8188764: Obsolete AssumeMP and then remove all support for non-MP builds
dholmes
parents: 51976
diff changeset
  1588
  lock();
23491
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1589
  cmpxchgptr(threadReg, Address(boxReg, owner_offset)); // Updates tmpReg
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1590
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1591
  if (RTMRetryCount > 0) {
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1592
    // success done else retry
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1593
    jccb(Assembler::equal, DONE_LABEL) ;
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1594
    bind(L_decrement_retry);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1595
    // Spin and retry if lock is busy.
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1596
    rtm_retry_lock_on_busy(retry_on_busy_count_Reg, boxReg, tmpReg, scrReg, L_rtm_retry);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1597
  }
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1598
  else {
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1599
    bind(L_decrement_retry);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1600
  }
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1601
}
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1602
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1603
#endif //  INCLUDE_RTM_OPT
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1604
59156
14fa9e70ae71 8230876: baseline cleanups from Async Monitor Deflation v2.0[789]
dcubed
parents: 58977
diff changeset
  1605
// fast_lock and fast_unlock used by C2
22910
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1606
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1607
// Because the transitions from emitted code to the runtime
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1608
// monitorenter/exit helper stubs are so slow it's critical that
59156
14fa9e70ae71 8230876: baseline cleanups from Async Monitor Deflation v2.0[789]
dcubed
parents: 58977
diff changeset
  1609
// we inline both the stack-locking fast path and the inflated fast path.
22910
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1610
//
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1611
// See also: cmpFastLock and cmpFastUnlock.
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1612
//
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1613
// What follows is a specialized inline transliteration of the code
57893
49fea19f0726 8229844: Remove attempt_rebias parameter from revoke_and_rebias()
pchilanomate
parents: 57804
diff changeset
  1614
// in enter() and exit(). If we're concerned about I$ bloat another
49fea19f0726 8229844: Remove attempt_rebias parameter from revoke_and_rebias()
pchilanomate
parents: 57804
diff changeset
  1615
// option would be to emit TrySlowEnter and TrySlowExit methods
22910
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1616
// at startup-time.  These methods would accept arguments as
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1617
// (rax,=Obj, rbx=Self, rcx=box, rdx=Scratch) and return success-failure
59156
14fa9e70ae71 8230876: baseline cleanups from Async Monitor Deflation v2.0[789]
dcubed
parents: 58977
diff changeset
  1618
// indications in the icc.ZFlag.  fast_lock and fast_unlock would simply
22910
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1619
// marshal the arguments and emit calls to TrySlowEnter and TrySlowExit.
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1620
// In practice, however, the # of lock sites is bounded and is usually small.
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1621
// Besides the call overhead, TrySlowEnter and TrySlowExit might suffer
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1622
// if the processor uses simple bimodal branch predictors keyed by EIP
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1623
// Since the helper routines would be called from multiple synchronization
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1624
// sites.
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1625
//
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1626
// An even better approach would be write "MonitorEnter()" and "MonitorExit()"
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1627
// in java - using j.u.c and unsafe - and just bind the lock and unlock sites
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1628
// to those specialized methods.  That'd give us a mostly platform-independent
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1629
// implementation that the JITs could optimize and inline at their pleasure.
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1630
// Done correctly, the only time we'd need to cross to native could would be
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1631
// to park() or unpark() threads.  We'd also need a few more unsafe operators
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1632
// to (a) prevent compiler-JIT reordering of non-volatile accesses, and
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1633
// (b) explicit barriers or fence operations.
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1634
//
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1635
// TODO:
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1636
//
59156
14fa9e70ae71 8230876: baseline cleanups from Async Monitor Deflation v2.0[789]
dcubed
parents: 58977
diff changeset
  1637
// *  Arrange for C2 to pass "Self" into fast_lock and fast_unlock in one of the registers (scr).
14fa9e70ae71 8230876: baseline cleanups from Async Monitor Deflation v2.0[789]
dcubed
parents: 58977
diff changeset
  1638
//    This avoids manifesting the Self pointer in the fast_lock and fast_unlock terminals.
22910
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1639
//    Given TLAB allocation, Self is usually manifested in a register, so passing it into
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1640
//    the lock operators would typically be faster than reifying Self.
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1641
//
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1642
// *  Ideally I'd define the primitives as:
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1643
//       fast_lock   (nax Obj, nax box, EAX tmp, nax scr) where box, tmp and scr are KILLED.
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1644
//       fast_unlock (nax Obj, EAX box, nax tmp) where box and tmp are KILLED
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1645
//    Unfortunately ADLC bugs prevent us from expressing the ideal form.
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1646
//    Instead, we're stuck with a rather awkward and brittle register assignments below.
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1647
//    Furthermore the register assignments are overconstrained, possibly resulting in
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1648
//    sub-optimal code near the synchronization site.
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1649
//
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1650
// *  Eliminate the sp-proximity tests and just use "== Self" tests instead.
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1651
//    Alternately, use a better sp-proximity test.
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1652
//
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1653
// *  Currently ObjectMonitor._Owner can hold either an sp value or a (THREAD *) value.
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1654
//    Either one is sufficient to uniquely identify a thread.
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1655
//    TODO: eliminate use of sp in _owner and use get_thread(tr) instead.
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1656
//
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1657
// *  Intrinsify notify() and notifyAll() for the common cases where the
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1658
//    object is locked by the calling thread but the waitlist is empty.
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1659
//    avoid the expensive JNI call to JVM_Notify() and JVM_NotifyAll().
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1660
//
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1661
// *  use jccb and jmpb instead of jcc and jmp to improve code density.
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1662
//    But beware of excessive branch density on AMD Opterons.
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1663
//
59156
14fa9e70ae71 8230876: baseline cleanups from Async Monitor Deflation v2.0[789]
dcubed
parents: 58977
diff changeset
  1664
// *  Both fast_lock and fast_unlock set the ICC.ZF to indicate success
14fa9e70ae71 8230876: baseline cleanups from Async Monitor Deflation v2.0[789]
dcubed
parents: 58977
diff changeset
  1665
//    or failure of the fast path.  If the fast path fails then we pass
14fa9e70ae71 8230876: baseline cleanups from Async Monitor Deflation v2.0[789]
dcubed
parents: 58977
diff changeset
  1666
//    control to the slow path, typically in C.  In fast_lock and
14fa9e70ae71 8230876: baseline cleanups from Async Monitor Deflation v2.0[789]
dcubed
parents: 58977
diff changeset
  1667
//    fast_unlock we often branch to DONE_LABEL, just to find that C2
22910
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1668
//    will emit a conditional branch immediately after the node.
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1669
//    So we have branches to branches and lots of ICC.ZF games.
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1670
//    Instead, it might be better to have C2 pass a "FailureLabel"
59156
14fa9e70ae71 8230876: baseline cleanups from Async Monitor Deflation v2.0[789]
dcubed
parents: 58977
diff changeset
  1671
//    into fast_lock and fast_unlock.  In the case of success, control
22910
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1672
//    will drop through the node.  ICC.ZF is undefined at exit.
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1673
//    In the case of failure, the node will branch directly to the
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1674
//    FailureLabel
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1675
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1676
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1677
// obj: object to lock
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1678
// box: on-stack box address (displaced header location) - KILLED
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1679
// rax,: tmp -- KILLED
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1680
// scr: tmp -- KILLED
23491
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1681
void MacroAssembler::fast_lock(Register objReg, Register boxReg, Register tmpReg,
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1682
                               Register scrReg, Register cx1Reg, Register cx2Reg,
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1683
                               BiasedLockingCounters* counters,
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1684
                               RTMLockingCounters* rtm_counters,
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1685
                               RTMLockingCounters* stack_rtm_counters,
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1686
                               Metadata* method_data,
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1687
                               bool use_rtm, bool profile_rtm) {
37251
9fc139ad74b5 8152358: code and comment cleanups found during the hunt for 8077392
dcubed
parents: 36561
diff changeset
  1688
  // Ensure the register assignments are disjoint
23491
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1689
  assert(tmpReg == rax, "");
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1690
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1691
  if (use_rtm) {
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1692
    assert_different_registers(objReg, boxReg, tmpReg, scrReg, cx1Reg, cx2Reg);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1693
  } else {
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1694
    assert(cx1Reg == noreg, "");
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1695
    assert(cx2Reg == noreg, "");
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1696
    assert_different_registers(objReg, boxReg, tmpReg, scrReg);
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1697
  }
22910
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1698
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1699
  if (counters != NULL) {
23491
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1700
    atomic_incl(ExternalAddress((address)counters->total_entry_count_addr()), scrReg);
22910
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1701
  }
51663
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1702
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1703
  // Possible cases that we'll encounter in fast_lock
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1704
  // ------------------------------------------------
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1705
  // * Inflated
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1706
  //    -- unlocked
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1707
  //    -- Locked
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1708
  //       = by self
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1709
  //       = by other
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1710
  // * biased
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1711
  //    -- by Self
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1712
  //    -- by other
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1713
  // * neutral
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1714
  // * stack-locked
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1715
  //    -- by self
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1716
  //       = sp-proximity test hits
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1717
  //       = sp-proximity test generates false-negative
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1718
  //    -- by other
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1719
  //
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1720
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1721
  Label IsInflated, DONE_LABEL;
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1722
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1723
  // it's stack-locked, biased or neutral
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1724
  // TODO: optimize away redundant LDs of obj->mark and improve the markword triage
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1725
  // order to reduce the number of conditional branches in the most common cases.
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1726
  // Beware -- there's a subtle invariant that fetch of the markword
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1727
  // at [FETCH], below, will never observe a biased encoding (*101b).
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1728
  // If this invariant is not held we risk exclusion (safety) failure.
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1729
  if (UseBiasedLocking && !UseOptoBiasInlining) {
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1730
    biased_locking_enter(boxReg, objReg, tmpReg, scrReg, false, DONE_LABEL, NULL, counters);
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1731
  }
22910
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1732
23491
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1733
#if INCLUDE_RTM_OPT
51663
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1734
  if (UseRTMForStackLocks && use_rtm) {
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1735
    rtm_stack_locking(objReg, tmpReg, scrReg, cx2Reg,
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1736
                      stack_rtm_counters, method_data, profile_rtm,
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1737
                      DONE_LABEL, IsInflated);
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1738
  }
23491
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1739
#endif // INCLUDE_RTM_OPT
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1740
51663
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1741
  movptr(tmpReg, Address(objReg, oopDesc::mark_offset_in_bytes()));          // [FETCH]
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 55253
diff changeset
  1742
  testptr(tmpReg, markWord::monitor_value); // inflated vs stack-locked|neutral|biased
51663
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1743
  jccb(Assembler::notZero, IsInflated);
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1744
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1745
  // Attempt stack-locking ...
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 55253
diff changeset
  1746
  orptr (tmpReg, markWord::unlocked_value);
51663
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1747
  movptr(Address(boxReg, 0), tmpReg);          // Anticipate successful CAS
51996
84743156e780 8188764: Obsolete AssumeMP and then remove all support for non-MP builds
dholmes
parents: 51976
diff changeset
  1748
  lock();
51663
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1749
  cmpxchgptr(boxReg, Address(objReg, oopDesc::mark_offset_in_bytes()));      // Updates tmpReg
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1750
  if (counters != NULL) {
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1751
    cond_inc32(Assembler::equal,
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1752
               ExternalAddress((address)counters->fast_path_entry_count_addr()));
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1753
  }
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1754
  jcc(Assembler::equal, DONE_LABEL);           // Success
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1755
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1756
  // Recursive locking.
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1757
  // The object is stack-locked: markword contains stack pointer to BasicLock.
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1758
  // Locked by current thread if difference with current SP is less than one page.
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1759
  subptr(tmpReg, rsp);
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1760
  // Next instruction set ZFlag == 1 (Success) if difference is less then one page.
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1761
  andptr(tmpReg, (int32_t) (NOT_LP64(0xFFFFF003) LP64_ONLY(7 - os::vm_page_size())) );
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1762
  movptr(Address(boxReg, 0), tmpReg);
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1763
  if (counters != NULL) {
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1764
    cond_inc32(Assembler::equal,
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1765
               ExternalAddress((address)counters->fast_path_entry_count_addr()));
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1766
  }
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1767
  jmp(DONE_LABEL);
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1768
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1769
  bind(IsInflated);
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 55253
diff changeset
  1770
  // The object is inflated. tmpReg contains pointer to ObjectMonitor* + markWord::monitor_value
23491
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1771
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1772
#if INCLUDE_RTM_OPT
51663
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1773
  // Use the same RTM locking code in 32- and 64-bit VM.
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1774
  if (use_rtm) {
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1775
    rtm_inflated_locking(objReg, boxReg, tmpReg, scrReg, cx1Reg, cx2Reg,
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1776
                         rtm_counters, method_data, profile_rtm, DONE_LABEL);
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1777
  } else {
23491
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1778
#endif // INCLUDE_RTM_OPT
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1779
22910
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1780
#ifndef _LP64
51663
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1781
  // The object is inflated.
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1782
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1783
  // boxReg refers to the on-stack BasicLock in the current frame.
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1784
  // We'd like to write:
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 55253
diff changeset
  1785
  //   set box->_displaced_header = markWord::unused_mark().  Any non-0 value suffices.
51663
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1786
  // This is convenient but results a ST-before-CAS penalty.  The following CAS suffers
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1787
  // additional latency as we have another ST in the store buffer that must drain.
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1788
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1789
  // avoid ST-before-CAS
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1790
  // register juggle because we need tmpReg for cmpxchgptr below
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1791
  movptr(scrReg, boxReg);
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1792
  movptr(boxReg, tmpReg);                   // consider: LEA box, [tmp-2]
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1793
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1794
  // Optimistic form: consider XORL tmpReg,tmpReg
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1795
  movptr(tmpReg, NULL_WORD);
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1796
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1797
  // Appears unlocked - try to swing _owner from null to non-null.
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1798
  // Ideally, I'd manifest "Self" with get_thread and then attempt
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1799
  // to CAS the register containing Self into m->Owner.
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1800
  // But we don't have enough registers, so instead we can either try to CAS
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1801
  // rsp or the address of the box (in scr) into &m->owner.  If the CAS succeeds
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1802
  // we later store "Self" into m->Owner.  Transiently storing a stack address
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1803
  // (rsp or the address of the box) into  m->owner is harmless.
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1804
  // Invariant: tmpReg == 0.  tmpReg is EAX which is the implicit cmpxchg comparand.
51996
84743156e780 8188764: Obsolete AssumeMP and then remove all support for non-MP builds
dholmes
parents: 51976
diff changeset
  1805
  lock();
51663
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1806
  cmpxchgptr(scrReg, Address(boxReg, OM_OFFSET_NO_MONITOR_VALUE_TAG(owner)));
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1807
  movptr(Address(scrReg, 0), 3);          // box->_displaced_header = 3
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1808
  // If we weren't able to swing _owner from NULL to the BasicLock
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1809
  // then take the slow path.
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1810
  jccb  (Assembler::notZero, DONE_LABEL);
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1811
  // update _owner from BasicLock to thread
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1812
  get_thread (scrReg);                    // beware: clobbers ICCs
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1813
  movptr(Address(boxReg, OM_OFFSET_NO_MONITOR_VALUE_TAG(owner)), scrReg);
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1814
  xorptr(boxReg, boxReg);                 // set icc.ZFlag = 1 to indicate success
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1815
59156
14fa9e70ae71 8230876: baseline cleanups from Async Monitor Deflation v2.0[789]
dcubed
parents: 58977
diff changeset
  1816
  // If the CAS fails we can either retry or pass control to the slow path.
51663
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1817
  // We use the latter tactic.
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1818
  // Pass the CAS result in the icc.ZFlag into DONE_LABEL
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1819
  // If the CAS was successful ...
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1820
  //   Self has acquired the lock
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1821
  //   Invariant: m->_recursions should already be 0, so we don't need to explicitly set it.
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1822
  // Intentional fall-through into DONE_LABEL ...
22910
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1823
#else // _LP64
59156
14fa9e70ae71 8230876: baseline cleanups from Async Monitor Deflation v2.0[789]
dcubed
parents: 58977
diff changeset
  1824
  // It's inflated and we use scrReg for ObjectMonitor* in this section.
51663
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1825
  movq(scrReg, tmpReg);
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1826
  xorq(tmpReg, tmpReg);
51996
84743156e780 8188764: Obsolete AssumeMP and then remove all support for non-MP builds
dholmes
parents: 51976
diff changeset
  1827
  lock();
51663
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1828
  cmpxchgptr(r15_thread, Address(scrReg, OM_OFFSET_NO_MONITOR_VALUE_TAG(owner)));
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 55253
diff changeset
  1829
  // Unconditionally set box->_displaced_header = markWord::unused_mark().
59156
14fa9e70ae71 8230876: baseline cleanups from Async Monitor Deflation v2.0[789]
dcubed
parents: 58977
diff changeset
  1830
  // Without cast to int32_t this style of movptr will destroy r10 which is typically obj.
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 55253
diff changeset
  1831
  movptr(Address(boxReg, 0), (int32_t)intptr_t(markWord::unused_mark().value()));
51663
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1832
  // Intentional fall-through into DONE_LABEL ...
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1833
  // Propagate ICC.ZF from CAS above into DONE_LABEL.
23491
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1834
#endif // _LP64
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1835
#if INCLUDE_RTM_OPT
51663
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1836
  } // use_rtm()
22910
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1837
#endif
51663
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1838
  // DONE_LABEL is a hot target - we'd really like to place it at the
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1839
  // start of cache line by padding with NOPs.
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1840
  // See the AMD and Intel software optimization manuals for the
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1841
  // most efficient "long" NOP encodings.
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1842
  // Unfortunately none of our alignment mechanisms suffice.
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1843
  bind(DONE_LABEL);
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1844
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1845
  // At DONE_LABEL the icc ZFlag is set as follows ...
59156
14fa9e70ae71 8230876: baseline cleanups from Async Monitor Deflation v2.0[789]
dcubed
parents: 58977
diff changeset
  1846
  // fast_unlock uses the same protocol.
51663
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1847
  // ZFlag == 1 -> Success
59156
14fa9e70ae71 8230876: baseline cleanups from Async Monitor Deflation v2.0[789]
dcubed
parents: 58977
diff changeset
  1848
  // ZFlag == 0 -> Failure - force control through the slow path
22910
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1849
}
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1850
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1851
// obj: object to unlock
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1852
// box: box address (displaced header location), killed.  Must be EAX.
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1853
// tmp: killed, cannot be obj nor box.
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1854
//
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1855
// Some commentary on balanced locking:
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1856
//
59156
14fa9e70ae71 8230876: baseline cleanups from Async Monitor Deflation v2.0[789]
dcubed
parents: 58977
diff changeset
  1857
// fast_lock and fast_unlock are emitted only for provably balanced lock sites.
22910
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1858
// Methods that don't have provably balanced locking are forced to run in the
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1859
// interpreter - such methods won't be compiled to use fast_lock and fast_unlock.
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1860
// The interpreter provides two properties:
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1861
// I1:  At return-time the interpreter automatically and quietly unlocks any
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1862
//      objects acquired the current activation (frame).  Recall that the
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1863
//      interpreter maintains an on-stack list of locks currently held by
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1864
//      a frame.
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1865
// I2:  If a method attempts to unlock an object that is not held by the
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1866
//      the frame the interpreter throws IMSX.
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1867
//
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1868
// Lets say A(), which has provably balanced locking, acquires O and then calls B().
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1869
// B() doesn't have provably balanced locking so it runs in the interpreter.
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1870
// Control returns to A() and A() unlocks O.  By I1 and I2, above, we know that O
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1871
// is still locked by A().
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1872
//
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1873
// The only other source of unbalanced locking would be JNI.  The "Java Native Interface:
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1874
// Programmer's Guide and Specification" claims that an object locked by jni_monitorenter
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1875
// should not be unlocked by "normal" java-level locking and vice-versa.  The specification
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1876
// doesn't specify what will occur if a program engages in such mixed-mode locking, however.
30244
d4e471395ff5 8073165: Contended Locking fast exit bucket
dcubed
parents: 29325
diff changeset
  1877
// Arguably given that the spec legislates the JNI case as undefined our implementation
59156
14fa9e70ae71 8230876: baseline cleanups from Async Monitor Deflation v2.0[789]
dcubed
parents: 58977
diff changeset
  1878
// could reasonably *avoid* checking owner in fast_unlock().
30244
d4e471395ff5 8073165: Contended Locking fast exit bucket
dcubed
parents: 29325
diff changeset
  1879
// In the interest of performance we elide m->Owner==Self check in unlock.
d4e471395ff5 8073165: Contended Locking fast exit bucket
dcubed
parents: 29325
diff changeset
  1880
// A perfectly viable alternative is to elide the owner check except when
d4e471395ff5 8073165: Contended Locking fast exit bucket
dcubed
parents: 29325
diff changeset
  1881
// Xcheck:jni is enabled.
22910
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1882
23491
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1883
void MacroAssembler::fast_unlock(Register objReg, Register boxReg, Register tmpReg, bool use_rtm) {
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1884
  assert(boxReg == rax, "");
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1885
  assert_different_registers(objReg, boxReg, tmpReg);
22910
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1886
51663
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1887
  Label DONE_LABEL, Stacked, CheckSucc;
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1888
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1889
  // Critically, the biased locking test must have precedence over
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1890
  // and appear before the (box->dhw == 0) recursive stack-lock test.
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1891
  if (UseBiasedLocking && !UseOptoBiasInlining) {
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1892
    biased_locking_exit(objReg, tmpReg, DONE_LABEL);
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1893
  }
22910
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1894
23491
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1895
#if INCLUDE_RTM_OPT
51663
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1896
  if (UseRTMForStackLocks && use_rtm) {
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1897
    assert(!UseBiasedLocking, "Biased locking is not supported with RTM locking");
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1898
    Label L_regular_unlock;
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 55253
diff changeset
  1899
    movptr(tmpReg, Address(objReg, oopDesc::mark_offset_in_bytes())); // fetch markword
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 55253
diff changeset
  1900
    andptr(tmpReg, markWord::biased_lock_mask_in_place);              // look at 3 lock bits
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 55253
diff changeset
  1901
    cmpptr(tmpReg, markWord::unlocked_value);                         // bits = 001 unlocked
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 55253
diff changeset
  1902
    jccb(Assembler::notEqual, L_regular_unlock);                      // if !HLE RegularLock
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 55253
diff changeset
  1903
    xend();                                                           // otherwise end...
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 55253
diff changeset
  1904
    jmp(DONE_LABEL);                                                  // ... and we're done
51663
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1905
    bind(L_regular_unlock);
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1906
  }
23491
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1907
#endif
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1908
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 55253
diff changeset
  1909
  cmpptr(Address(boxReg, 0), (int32_t)NULL_WORD);                   // Examine the displaced header
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 55253
diff changeset
  1910
  jcc   (Assembler::zero, DONE_LABEL);                              // 0 indicates recursive stack-lock
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 55253
diff changeset
  1911
  movptr(tmpReg, Address(objReg, oopDesc::mark_offset_in_bytes())); // Examine the object's markword
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 55253
diff changeset
  1912
  testptr(tmpReg, markWord::monitor_value);                         // Inflated?
51663
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1913
  jccb  (Assembler::zero, Stacked);
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1914
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1915
  // It's inflated.
23491
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1916
#if INCLUDE_RTM_OPT
51663
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1917
  if (use_rtm) {
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1918
    Label L_regular_inflated_unlock;
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1919
    int owner_offset = OM_OFFSET_NO_MONITOR_VALUE_TAG(owner);
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1920
    movptr(boxReg, Address(tmpReg, owner_offset));
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1921
    testptr(boxReg, boxReg);
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1922
    jccb(Assembler::notZero, L_regular_inflated_unlock);
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1923
    xend();
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1924
    jmpb(DONE_LABEL);
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1925
    bind(L_regular_inflated_unlock);
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1926
  }
23491
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1927
#endif
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  1928
51663
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1929
  // Despite our balanced locking property we still check that m->_owner == Self
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1930
  // as java routines or native JNI code called by this thread might
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1931
  // have released the lock.
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1932
  // Refer to the comments in synchronizer.cpp for how we might encode extra
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1933
  // state in _succ so we can avoid fetching EntryList|cxq.
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1934
  //
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1935
  // I'd like to add more cases in fast_lock() and fast_unlock() --
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1936
  // such as recursive enter and exit -- but we have to be wary of
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1937
  // I$ bloat, T$ effects and BP$ effects.
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1938
  //
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1939
  // If there's no contention try a 1-0 exit.  That is, exit without
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1940
  // a costly MEMBAR or CAS.  See synchronizer.cpp for details on how
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1941
  // we detect and recover from the race that the 1-0 exit admits.
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1942
  //
59156
14fa9e70ae71 8230876: baseline cleanups from Async Monitor Deflation v2.0[789]
dcubed
parents: 58977
diff changeset
  1943
  // Conceptually fast_unlock() must execute a STST|LDST "release" barrier
51663
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1944
  // before it STs null into _owner, releasing the lock.  Updates
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1945
  // to data protected by the critical section must be visible before
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1946
  // we drop the lock (and thus before any other thread could acquire
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1947
  // the lock and observe the fields protected by the lock).
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1948
  // IA32's memory-model is SPO, so STs are ordered with respect to
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1949
  // each other and there's no need for an explicit barrier (fence).
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1950
  // See also http://gee.cs.oswego.edu/dl/jmm/cookbook.html.
22910
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1951
#ifndef _LP64
51663
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1952
  get_thread (boxReg);
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1953
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1954
  // Note that we could employ various encoding schemes to reduce
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1955
  // the number of loads below (currently 4) to just 2 or 3.
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1956
  // Refer to the comments in synchronizer.cpp.
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1957
  // In practice the chain of fetches doesn't seem to impact performance, however.
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1958
  xorptr(boxReg, boxReg);
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1959
  orptr(boxReg, Address(tmpReg, OM_OFFSET_NO_MONITOR_VALUE_TAG(recursions)));
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1960
  jccb  (Assembler::notZero, DONE_LABEL);
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1961
  movptr(boxReg, Address(tmpReg, OM_OFFSET_NO_MONITOR_VALUE_TAG(EntryList)));
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1962
  orptr(boxReg, Address(tmpReg, OM_OFFSET_NO_MONITOR_VALUE_TAG(cxq)));
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1963
  jccb  (Assembler::notZero, CheckSucc);
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1964
  movptr(Address(tmpReg, OM_OFFSET_NO_MONITOR_VALUE_TAG(owner)), NULL_WORD);
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1965
  jmpb  (DONE_LABEL);
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1966
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1967
  bind (Stacked);
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1968
  // It's not inflated and it's not recursively stack-locked and it's not biased.
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1969
  // It must be stack-locked.
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1970
  // Try to reset the header to displaced header.
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1971
  // The "box" value on the stack is stable, so we can reload
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1972
  // and be assured we observe the same value as above.
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1973
  movptr(tmpReg, Address(boxReg, 0));
51996
84743156e780 8188764: Obsolete AssumeMP and then remove all support for non-MP builds
dholmes
parents: 51976
diff changeset
  1974
  lock();
51663
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1975
  cmpxchgptr(tmpReg, Address(objReg, oopDesc::mark_offset_in_bytes())); // Uses RAX which is box
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1976
  // Intention fall-thru into DONE_LABEL
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1977
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1978
  // DONE_LABEL is a hot target - we'd really like to place it at the
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1979
  // start of cache line by padding with NOPs.
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1980
  // See the AMD and Intel software optimization manuals for the
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1981
  // most efficient "long" NOP encodings.
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1982
  // Unfortunately none of our alignment mechanisms suffice.
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1983
  bind (CheckSucc);
22910
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  1984
#else // _LP64
51663
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1985
  // It's inflated
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1986
  xorptr(boxReg, boxReg);
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1987
  orptr(boxReg, Address(tmpReg, OM_OFFSET_NO_MONITOR_VALUE_TAG(recursions)));
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1988
  jccb  (Assembler::notZero, DONE_LABEL);
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1989
  movptr(boxReg, Address(tmpReg, OM_OFFSET_NO_MONITOR_VALUE_TAG(cxq)));
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1990
  orptr(boxReg, Address(tmpReg, OM_OFFSET_NO_MONITOR_VALUE_TAG(EntryList)));
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1991
  jccb  (Assembler::notZero, CheckSucc);
59156
14fa9e70ae71 8230876: baseline cleanups from Async Monitor Deflation v2.0[789]
dcubed
parents: 58977
diff changeset
  1992
  // Without cast to int32_t this style of movptr will destroy r10 which is typically obj.
51663
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1993
  movptr(Address(tmpReg, OM_OFFSET_NO_MONITOR_VALUE_TAG(owner)), (int32_t)NULL_WORD);
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1994
  jmpb  (DONE_LABEL);
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1995
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1996
  // Try to avoid passing control into the slow_path ...
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1997
  Label LSuccess, LGoSlowPath ;
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1998
  bind  (CheckSucc);
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  1999
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  2000
  // The following optional optimization can be elided if necessary
59156
14fa9e70ae71 8230876: baseline cleanups from Async Monitor Deflation v2.0[789]
dcubed
parents: 58977
diff changeset
  2001
  // Effectively: if (succ == null) goto slow path
51663
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  2002
  // The code reduces the window for a race, however,
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  2003
  // and thus benefits performance.
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  2004
  cmpptr(Address(tmpReg, OM_OFFSET_NO_MONITOR_VALUE_TAG(succ)), (int32_t)NULL_WORD);
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  2005
  jccb  (Assembler::zero, LGoSlowPath);
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  2006
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  2007
  xorptr(boxReg, boxReg);
59156
14fa9e70ae71 8230876: baseline cleanups from Async Monitor Deflation v2.0[789]
dcubed
parents: 58977
diff changeset
  2008
  // Without cast to int32_t this style of movptr will destroy r10 which is typically obj.
51663
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  2009
  movptr(Address(tmpReg, OM_OFFSET_NO_MONITOR_VALUE_TAG(owner)), (int32_t)NULL_WORD);
51996
84743156e780 8188764: Obsolete AssumeMP and then remove all support for non-MP builds
dholmes
parents: 51976
diff changeset
  2010
84743156e780 8188764: Obsolete AssumeMP and then remove all support for non-MP builds
dholmes
parents: 51976
diff changeset
  2011
  // Memory barrier/fence
84743156e780 8188764: Obsolete AssumeMP and then remove all support for non-MP builds
dholmes
parents: 51976
diff changeset
  2012
  // Dekker pivot point -- fulcrum : ST Owner; MEMBAR; LD Succ
84743156e780 8188764: Obsolete AssumeMP and then remove all support for non-MP builds
dholmes
parents: 51976
diff changeset
  2013
  // Instead of MFENCE we use a dummy locked add of 0 to the top-of-stack.
84743156e780 8188764: Obsolete AssumeMP and then remove all support for non-MP builds
dholmes
parents: 51976
diff changeset
  2014
  // This is faster on Nehalem and AMD Shanghai/Barcelona.
84743156e780 8188764: Obsolete AssumeMP and then remove all support for non-MP builds
dholmes
parents: 51976
diff changeset
  2015
  // See https://blogs.oracle.com/dave/entry/instruction_selection_for_volatile_fences
84743156e780 8188764: Obsolete AssumeMP and then remove all support for non-MP builds
dholmes
parents: 51976
diff changeset
  2016
  // We might also restructure (ST Owner=0;barrier;LD _Succ) to
84743156e780 8188764: Obsolete AssumeMP and then remove all support for non-MP builds
dholmes
parents: 51976
diff changeset
  2017
  // (mov box,0; xchgq box, &m->Owner; LD _succ) .
84743156e780 8188764: Obsolete AssumeMP and then remove all support for non-MP builds
dholmes
parents: 51976
diff changeset
  2018
  lock(); addl(Address(rsp, 0), 0);
84743156e780 8188764: Obsolete AssumeMP and then remove all support for non-MP builds
dholmes
parents: 51976
diff changeset
  2019
51663
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  2020
  cmpptr(Address(tmpReg, OM_OFFSET_NO_MONITOR_VALUE_TAG(succ)), (int32_t)NULL_WORD);
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  2021
  jccb  (Assembler::notZero, LSuccess);
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  2022
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  2023
  // Rare inopportune interleaving - race.
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  2024
  // The successor vanished in the small window above.
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  2025
  // The lock is contended -- (cxq|EntryList) != null -- and there's no apparent successor.
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  2026
  // We need to ensure progress and succession.
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  2027
  // Try to reacquire the lock.
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  2028
  // If that fails then the new owner is responsible for succession and this
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  2029
  // thread needs to take no further action and can exit via the fast path (success).
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  2030
  // If the re-acquire succeeds then pass control into the slow path.
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  2031
  // As implemented, this latter mode is horrible because we generated more
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  2032
  // coherence traffic on the lock *and* artifically extended the critical section
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  2033
  // length while by virtue of passing control into the slow path.
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  2034
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  2035
  // box is really RAX -- the following CMPXCHG depends on that binding
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  2036
  // cmpxchg R,[M] is equivalent to rax = CAS(M,rax,R)
51996
84743156e780 8188764: Obsolete AssumeMP and then remove all support for non-MP builds
dholmes
parents: 51976
diff changeset
  2037
  lock();
51663
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  2038
  cmpxchgptr(r15_thread, Address(tmpReg, OM_OFFSET_NO_MONITOR_VALUE_TAG(owner)));
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  2039
  // There's no successor so we tried to regrab the lock.
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  2040
  // If that didn't work, then another thread grabbed the
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  2041
  // lock so we're done (and exit was a success).
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  2042
  jccb  (Assembler::notEqual, LSuccess);
59156
14fa9e70ae71 8230876: baseline cleanups from Async Monitor Deflation v2.0[789]
dcubed
parents: 58977
diff changeset
  2043
  // Intentional fall-through into slow path
51663
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  2044
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  2045
  bind  (LGoSlowPath);
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  2046
  orl   (boxReg, 1);                      // set ICC.ZF=0 to indicate failure
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  2047
  jmpb  (DONE_LABEL);
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  2048
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  2049
  bind  (LSuccess);
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  2050
  testl (boxReg, 0);                      // set ICC.ZF=1 to indicate success
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  2051
  jmpb  (DONE_LABEL);
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  2052
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  2053
  bind  (Stacked);
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  2054
  movptr(tmpReg, Address (boxReg, 0));      // re-fetch
51996
84743156e780 8188764: Obsolete AssumeMP and then remove all support for non-MP builds
dholmes
parents: 51976
diff changeset
  2055
  lock();
51663
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  2056
  cmpxchgptr(tmpReg, Address(objReg, oopDesc::mark_offset_in_bytes())); // Uses RAX which is box
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  2057
22910
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  2058
#endif
51663
a65d8a6fa424 8210381: Obsolete EmitSync
mikael
parents: 51633
diff changeset
  2059
  bind(DONE_LABEL);
22910
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  2060
}
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  2061
#endif // COMPILER2
88c3369b5967 8033805: Move Fast_Lock/Fast_Unlock code from .ad files to macroassembler
kvn
parents: 21923
diff changeset
  2062
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2063
void MacroAssembler::c2bool(Register x) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2064
  // implements x == 0 ? 0 : 1
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2065
  // note: must only look at least-significant byte of x
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2066
  //       since C-style booleans are stored in one byte
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2067
  //       only! (was bug)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2068
  andl(x, 0xFF);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2069
  setb(Assembler::notZero, x);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2070
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2071
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2072
// Wouldn't need if AddressLiteral version had new name
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2073
void MacroAssembler::call(Label& L, relocInfo::relocType rtype) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2074
  Assembler::call(L, rtype);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2075
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2076
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2077
void MacroAssembler::call(Register entry) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2078
  Assembler::call(entry);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2079
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2080
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2081
void MacroAssembler::call(AddressLiteral entry) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2082
  if (reachable(entry)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2083
    Assembler::call_literal(entry.target(), entry.rspec());
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2084
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2085
    lea(rscratch1, entry);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2086
    Assembler::call(rscratch1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2087
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2088
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2089
35086
bbf32241d851 8072008: Emit direct call instead of linkTo* for recursive indy/MH.invoke* calls
vlivanov
parents: 34211
diff changeset
  2090
void MacroAssembler::ic_call(address entry, jint method_index) {
bbf32241d851 8072008: Emit direct call instead of linkTo* for recursive indy/MH.invoke* calls
vlivanov
parents: 34211
diff changeset
  2091
  RelocationHolder rh = virtual_call_Relocation::spec(pc(), method_index);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2092
  movptr(rax, (intptr_t)Universe::non_oop_word());
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2093
  call(AddressLiteral(entry, rh));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2094
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2095
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2096
// Implementation of call_VM versions
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2097
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2098
void MacroAssembler::call_VM(Register oop_result,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2099
                             address entry_point,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2100
                             bool check_exceptions) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2101
  Label C, E;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2102
  call(C, relocInfo::none);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2103
  jmp(E);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2104
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2105
  bind(C);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2106
  call_VM_helper(oop_result, entry_point, 0, check_exceptions);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2107
  ret(0);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2108
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2109
  bind(E);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2110
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2111
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2112
void MacroAssembler::call_VM(Register oop_result,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2113
                             address entry_point,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2114
                             Register arg_1,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2115
                             bool check_exceptions) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2116
  Label C, E;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2117
  call(C, relocInfo::none);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2118
  jmp(E);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2119
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2120
  bind(C);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2121
  pass_arg1(this, arg_1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2122
  call_VM_helper(oop_result, entry_point, 1, check_exceptions);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2123
  ret(0);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2124
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2125
  bind(E);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2126
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2127
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2128
void MacroAssembler::call_VM(Register oop_result,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2129
                             address entry_point,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2130
                             Register arg_1,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2131
                             Register arg_2,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2132
                             bool check_exceptions) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2133
  Label C, E;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2134
  call(C, relocInfo::none);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2135
  jmp(E);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2136
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2137
  bind(C);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2138
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2139
  LP64_ONLY(assert(arg_1 != c_rarg2, "smashed arg"));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2140
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2141
  pass_arg2(this, arg_2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2142
  pass_arg1(this, arg_1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2143
  call_VM_helper(oop_result, entry_point, 2, check_exceptions);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2144
  ret(0);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2145
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2146
  bind(E);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2147
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2148
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2149
void MacroAssembler::call_VM(Register oop_result,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2150
                             address entry_point,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2151
                             Register arg_1,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2152
                             Register arg_2,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2153
                             Register arg_3,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2154
                             bool check_exceptions) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2155
  Label C, E;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2156
  call(C, relocInfo::none);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2157
  jmp(E);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2158
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2159
  bind(C);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2160
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2161
  LP64_ONLY(assert(arg_1 != c_rarg3, "smashed arg"));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2162
  LP64_ONLY(assert(arg_2 != c_rarg3, "smashed arg"));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2163
  pass_arg3(this, arg_3);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2164
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2165
  LP64_ONLY(assert(arg_1 != c_rarg2, "smashed arg"));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2166
  pass_arg2(this, arg_2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2167
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2168
  pass_arg1(this, arg_1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2169
  call_VM_helper(oop_result, entry_point, 3, check_exceptions);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2170
  ret(0);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2171
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2172
  bind(E);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2173
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2174
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2175
void MacroAssembler::call_VM(Register oop_result,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2176
                             Register last_java_sp,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2177
                             address entry_point,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2178
                             int number_of_arguments,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2179
                             bool check_exceptions) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2180
  Register thread = LP64_ONLY(r15_thread) NOT_LP64(noreg);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2181
  call_VM_base(oop_result, thread, last_java_sp, entry_point, number_of_arguments, check_exceptions);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2182
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2183
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2184
void MacroAssembler::call_VM(Register oop_result,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2185
                             Register last_java_sp,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2186
                             address entry_point,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2187
                             Register arg_1,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2188
                             bool check_exceptions) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2189
  pass_arg1(this, arg_1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2190
  call_VM(oop_result, last_java_sp, entry_point, 1, check_exceptions);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2191
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2192
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2193
void MacroAssembler::call_VM(Register oop_result,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2194
                             Register last_java_sp,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2195
                             address entry_point,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2196
                             Register arg_1,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2197
                             Register arg_2,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2198
                             bool check_exceptions) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2199
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2200
  LP64_ONLY(assert(arg_1 != c_rarg2, "smashed arg"));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2201
  pass_arg2(this, arg_2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2202
  pass_arg1(this, arg_1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2203
  call_VM(oop_result, last_java_sp, entry_point, 2, check_exceptions);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2204
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2205
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2206
void MacroAssembler::call_VM(Register oop_result,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2207
                             Register last_java_sp,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2208
                             address entry_point,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2209
                             Register arg_1,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2210
                             Register arg_2,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2211
                             Register arg_3,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2212
                             bool check_exceptions) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2213
  LP64_ONLY(assert(arg_1 != c_rarg3, "smashed arg"));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2214
  LP64_ONLY(assert(arg_2 != c_rarg3, "smashed arg"));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2215
  pass_arg3(this, arg_3);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2216
  LP64_ONLY(assert(arg_1 != c_rarg2, "smashed arg"));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2217
  pass_arg2(this, arg_2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2218
  pass_arg1(this, arg_1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2219
  call_VM(oop_result, last_java_sp, entry_point, 3, check_exceptions);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2220
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2221
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2222
void MacroAssembler::super_call_VM(Register oop_result,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2223
                                   Register last_java_sp,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2224
                                   address entry_point,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2225
                                   int number_of_arguments,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2226
                                   bool check_exceptions) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2227
  Register thread = LP64_ONLY(r15_thread) NOT_LP64(noreg);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2228
  MacroAssembler::call_VM_base(oop_result, thread, last_java_sp, entry_point, number_of_arguments, check_exceptions);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2229
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2230
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2231
void MacroAssembler::super_call_VM(Register oop_result,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2232
                                   Register last_java_sp,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2233
                                   address entry_point,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2234
                                   Register arg_1,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2235
                                   bool check_exceptions) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2236
  pass_arg1(this, arg_1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2237
  super_call_VM(oop_result, last_java_sp, entry_point, 1, check_exceptions);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2238
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2239
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2240
void MacroAssembler::super_call_VM(Register oop_result,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2241
                                   Register last_java_sp,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2242
                                   address entry_point,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2243
                                   Register arg_1,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2244
                                   Register arg_2,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2245
                                   bool check_exceptions) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2246
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2247
  LP64_ONLY(assert(arg_1 != c_rarg2, "smashed arg"));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2248
  pass_arg2(this, arg_2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2249
  pass_arg1(this, arg_1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2250
  super_call_VM(oop_result, last_java_sp, entry_point, 2, check_exceptions);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2251
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2252
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2253
void MacroAssembler::super_call_VM(Register oop_result,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2254
                                   Register last_java_sp,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2255
                                   address entry_point,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2256
                                   Register arg_1,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2257
                                   Register arg_2,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2258
                                   Register arg_3,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2259
                                   bool check_exceptions) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2260
  LP64_ONLY(assert(arg_1 != c_rarg3, "smashed arg"));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2261
  LP64_ONLY(assert(arg_2 != c_rarg3, "smashed arg"));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2262
  pass_arg3(this, arg_3);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2263
  LP64_ONLY(assert(arg_1 != c_rarg2, "smashed arg"));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2264
  pass_arg2(this, arg_2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2265
  pass_arg1(this, arg_1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2266
  super_call_VM(oop_result, last_java_sp, entry_point, 3, check_exceptions);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2267
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2268
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2269
void MacroAssembler::call_VM_base(Register oop_result,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2270
                                  Register java_thread,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2271
                                  Register last_java_sp,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2272
                                  address  entry_point,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2273
                                  int      number_of_arguments,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2274
                                  bool     check_exceptions) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2275
  // determine java_thread register
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2276
  if (!java_thread->is_valid()) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2277
#ifdef _LP64
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2278
    java_thread = r15_thread;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2279
#else
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2280
    java_thread = rdi;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2281
    get_thread(java_thread);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2282
#endif // LP64
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2283
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2284
  // determine last_java_sp register
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2285
  if (!last_java_sp->is_valid()) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2286
    last_java_sp = rsp;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2287
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2288
  // debugging support
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2289
  assert(number_of_arguments >= 0   , "cannot have negative number of arguments");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2290
  LP64_ONLY(assert(java_thread == r15_thread, "unexpected register"));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2291
#ifdef ASSERT
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2292
  // TraceBytecodes does not use r12 but saves it over the call, so don't verify
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2293
  // r12 is the heapbase.
19979
ebe1dbb6e1aa 8015107: NPG: Use consistent naming for metaspace concepts
ehelin
parents: 19319
diff changeset
  2294
  LP64_ONLY(if ((UseCompressedOops || UseCompressedClassPointers) && !TraceBytecodes) verify_heapbase("call_VM_base: heap base corrupted?");)
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2295
#endif // ASSERT
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2296
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2297
  assert(java_thread != oop_result  , "cannot use the same register for java_thread & oop_result");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2298
  assert(java_thread != last_java_sp, "cannot use the same register for java_thread & last_java_sp");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2299
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2300
  // push java thread (becomes first argument of C function)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2301
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2302
  NOT_LP64(push(java_thread); number_of_arguments++);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2303
  LP64_ONLY(mov(c_rarg0, r15_thread));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2304
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2305
  // set last Java frame before call
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2306
  assert(last_java_sp != rbp, "can't use ebp/rbp");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2307
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2308
  // Only interpreter should have to set fp
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2309
  set_last_Java_frame(java_thread, last_java_sp, rbp, NULL);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2310
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2311
  // do the call, remove parameters
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2312
  MacroAssembler::call_VM_leaf_base(entry_point, number_of_arguments);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2313
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2314
  // restore the thread (cannot use the pushed argument since arguments
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2315
  // may be overwritten by C code generated by an optimizing compiler);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2316
  // however can use the register value directly if it is callee saved.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2317
  if (LP64_ONLY(true ||) java_thread == rdi || java_thread == rsi) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2318
    // rdi & rsi (also r15) are callee saved -> nothing to do
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2319
#ifdef ASSERT
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2320
    guarantee(java_thread != rax, "change this code");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2321
    push(rax);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2322
    { Label L;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2323
      get_thread(rax);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2324
      cmpptr(java_thread, rax);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2325
      jcc(Assembler::equal, L);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2326
      STOP("MacroAssembler::call_VM_base: rdi not callee saved?");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2327
      bind(L);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2328
    }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2329
    pop(rax);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2330
#endif
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2331
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2332
    get_thread(java_thread);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2333
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2334
  // reset last Java frame
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2335
  // Only interpreter should have to clear fp
40644
39e631ed7145 8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod
dlong
parents: 39256
diff changeset
  2336
  reset_last_Java_frame(java_thread, true);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2337
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2338
   // C++ interp handles this in the interpreter
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2339
  check_and_handle_popframe(java_thread);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2340
  check_and_handle_earlyret(java_thread);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2341
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2342
  if (check_exceptions) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2343
    // check for pending exceptions (java_thread is set upon return)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2344
    cmpptr(Address(java_thread, Thread::pending_exception_offset()), (int32_t) NULL_WORD);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2345
#ifndef _LP64
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2346
    jump_cc(Assembler::notEqual,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2347
            RuntimeAddress(StubRoutines::forward_exception_entry()));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2348
#else
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2349
    // This used to conditionally jump to forward_exception however it is
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2350
    // possible if we relocate that the branch will not reach. So we must jump
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2351
    // around so we can always reach
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2352
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2353
    Label ok;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2354
    jcc(Assembler::equal, ok);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2355
    jump(RuntimeAddress(StubRoutines::forward_exception_entry()));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2356
    bind(ok);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2357
#endif // LP64
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2358
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2359
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2360
  // get oop result if there is one and reset the value in the thread
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2361
  if (oop_result->is_valid()) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2362
    get_vm_result(oop_result, java_thread);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2363
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2364
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2365
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2366
void MacroAssembler::call_VM_helper(Register oop_result, address entry_point, int number_of_arguments, bool check_exceptions) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2367
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2368
  // Calculate the value for last_Java_sp
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2369
  // somewhat subtle. call_VM does an intermediate call
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2370
  // which places a return address on the stack just under the
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2371
  // stack pointer as the user finsihed with it. This allows
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2372
  // use to retrieve last_Java_pc from last_Java_sp[-1].
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2373
  // On 32bit we then have to push additional args on the stack to accomplish
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2374
  // the actual requested call. On 64bit call_VM only can use register args
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2375
  // so the only extra space is the return address that call_VM created.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2376
  // This hopefully explains the calculations here.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2377
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2378
#ifdef _LP64
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2379
  // We've pushed one address, correct last_Java_sp
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2380
  lea(rax, Address(rsp, wordSize));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2381
#else
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2382
  lea(rax, Address(rsp, (1 + number_of_arguments) * wordSize));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2383
#endif // LP64
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2384
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2385
  call_VM_base(oop_result, noreg, rax, entry_point, number_of_arguments, check_exceptions);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2386
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2387
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2388
38699
f8bec5f6b09c 8154473: Update for CompilerDirectives to control stub generation and intrinsics
vdeshpande
parents: 38241
diff changeset
  2389
// Use this method when MacroAssembler version of call_VM_leaf_base() should be called from Interpreter.
f8bec5f6b09c 8154473: Update for CompilerDirectives to control stub generation and intrinsics
vdeshpande
parents: 38241
diff changeset
  2390
void MacroAssembler::call_VM_leaf0(address entry_point) {
f8bec5f6b09c 8154473: Update for CompilerDirectives to control stub generation and intrinsics
vdeshpande
parents: 38241
diff changeset
  2391
  MacroAssembler::call_VM_leaf_base(entry_point, 0);
f8bec5f6b09c 8154473: Update for CompilerDirectives to control stub generation and intrinsics
vdeshpande
parents: 38241
diff changeset
  2392
}
f8bec5f6b09c 8154473: Update for CompilerDirectives to control stub generation and intrinsics
vdeshpande
parents: 38241
diff changeset
  2393
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2394
void MacroAssembler::call_VM_leaf(address entry_point, int number_of_arguments) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2395
  call_VM_leaf_base(entry_point, number_of_arguments);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2396
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2397
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2398
void MacroAssembler::call_VM_leaf(address entry_point, Register arg_0) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2399
  pass_arg0(this, arg_0);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2400
  call_VM_leaf(entry_point, 1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2401
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2402
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2403
void MacroAssembler::call_VM_leaf(address entry_point, Register arg_0, Register arg_1) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2404
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2405
  LP64_ONLY(assert(arg_0 != c_rarg1, "smashed arg"));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2406
  pass_arg1(this, arg_1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2407
  pass_arg0(this, arg_0);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2408
  call_VM_leaf(entry_point, 2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2409
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2410
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2411
void MacroAssembler::call_VM_leaf(address entry_point, Register arg_0, Register arg_1, Register arg_2) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2412
  LP64_ONLY(assert(arg_0 != c_rarg2, "smashed arg"));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2413
  LP64_ONLY(assert(arg_1 != c_rarg2, "smashed arg"));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2414
  pass_arg2(this, arg_2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2415
  LP64_ONLY(assert(arg_0 != c_rarg1, "smashed arg"));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2416
  pass_arg1(this, arg_1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2417
  pass_arg0(this, arg_0);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2418
  call_VM_leaf(entry_point, 3);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2419
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2420
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2421
void MacroAssembler::super_call_VM_leaf(address entry_point, Register arg_0) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2422
  pass_arg0(this, arg_0);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2423
  MacroAssembler::call_VM_leaf_base(entry_point, 1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2424
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2425
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2426
void MacroAssembler::super_call_VM_leaf(address entry_point, Register arg_0, Register arg_1) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2427
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2428
  LP64_ONLY(assert(arg_0 != c_rarg1, "smashed arg"));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2429
  pass_arg1(this, arg_1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2430
  pass_arg0(this, arg_0);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2431
  MacroAssembler::call_VM_leaf_base(entry_point, 2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2432
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2433
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2434
void MacroAssembler::super_call_VM_leaf(address entry_point, Register arg_0, Register arg_1, Register arg_2) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2435
  LP64_ONLY(assert(arg_0 != c_rarg2, "smashed arg"));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2436
  LP64_ONLY(assert(arg_1 != c_rarg2, "smashed arg"));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2437
  pass_arg2(this, arg_2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2438
  LP64_ONLY(assert(arg_0 != c_rarg1, "smashed arg"));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2439
  pass_arg1(this, arg_1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2440
  pass_arg0(this, arg_0);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2441
  MacroAssembler::call_VM_leaf_base(entry_point, 3);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2442
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2443
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2444
void MacroAssembler::super_call_VM_leaf(address entry_point, Register arg_0, Register arg_1, Register arg_2, Register arg_3) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2445
  LP64_ONLY(assert(arg_0 != c_rarg3, "smashed arg"));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2446
  LP64_ONLY(assert(arg_1 != c_rarg3, "smashed arg"));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2447
  LP64_ONLY(assert(arg_2 != c_rarg3, "smashed arg"));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2448
  pass_arg3(this, arg_3);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2449
  LP64_ONLY(assert(arg_0 != c_rarg2, "smashed arg"));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2450
  LP64_ONLY(assert(arg_1 != c_rarg2, "smashed arg"));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2451
  pass_arg2(this, arg_2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2452
  LP64_ONLY(assert(arg_0 != c_rarg1, "smashed arg"));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2453
  pass_arg1(this, arg_1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2454
  pass_arg0(this, arg_0);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2455
  MacroAssembler::call_VM_leaf_base(entry_point, 4);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2456
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2457
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2458
void MacroAssembler::get_vm_result(Register oop_result, Register java_thread) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2459
  movptr(oop_result, Address(java_thread, JavaThread::vm_result_offset()));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2460
  movptr(Address(java_thread, JavaThread::vm_result_offset()), NULL_WORD);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2461
  verify_oop(oop_result, "broken oop in call_VM_base");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2462
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2463
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2464
void MacroAssembler::get_vm_result_2(Register metadata_result, Register java_thread) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2465
  movptr(metadata_result, Address(java_thread, JavaThread::vm_result_2_offset()));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2466
  movptr(Address(java_thread, JavaThread::vm_result_2_offset()), NULL_WORD);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2467
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2468
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2469
void MacroAssembler::check_and_handle_earlyret(Register java_thread) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2470
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2471
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2472
void MacroAssembler::check_and_handle_popframe(Register java_thread) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2473
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2474
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2475
void MacroAssembler::cmp32(AddressLiteral src1, int32_t imm) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2476
  if (reachable(src1)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2477
    cmpl(as_Address(src1), imm);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2478
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2479
    lea(rscratch1, src1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2480
    cmpl(Address(rscratch1, 0), imm);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2481
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2482
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2483
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2484
void MacroAssembler::cmp32(Register src1, AddressLiteral src2) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2485
  assert(!src2.is_lval(), "use cmpptr");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2486
  if (reachable(src2)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2487
    cmpl(src1, as_Address(src2));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2488
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2489
    lea(rscratch1, src2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2490
    cmpl(src1, Address(rscratch1, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2491
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2492
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2493
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2494
void MacroAssembler::cmp32(Register src1, int32_t imm) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2495
  Assembler::cmpl(src1, imm);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2496
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2497
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2498
void MacroAssembler::cmp32(Register src1, Address src2) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2499
  Assembler::cmpl(src1, src2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2500
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2501
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2502
void MacroAssembler::cmpsd2int(XMMRegister opr1, XMMRegister opr2, Register dst, bool unordered_is_less) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2503
  ucomisd(opr1, opr2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2504
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2505
  Label L;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2506
  if (unordered_is_less) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2507
    movl(dst, -1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2508
    jcc(Assembler::parity, L);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2509
    jcc(Assembler::below , L);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2510
    movl(dst, 0);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2511
    jcc(Assembler::equal , L);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2512
    increment(dst);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2513
  } else { // unordered is greater
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2514
    movl(dst, 1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2515
    jcc(Assembler::parity, L);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2516
    jcc(Assembler::above , L);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2517
    movl(dst, 0);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2518
    jcc(Assembler::equal , L);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2519
    decrementl(dst);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2520
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2521
  bind(L);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2522
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2523
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2524
void MacroAssembler::cmpss2int(XMMRegister opr1, XMMRegister opr2, Register dst, bool unordered_is_less) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2525
  ucomiss(opr1, opr2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2526
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2527
  Label L;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2528
  if (unordered_is_less) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2529
    movl(dst, -1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2530
    jcc(Assembler::parity, L);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2531
    jcc(Assembler::below , L);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2532
    movl(dst, 0);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2533
    jcc(Assembler::equal , L);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2534
    increment(dst);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2535
  } else { // unordered is greater
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2536
    movl(dst, 1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2537
    jcc(Assembler::parity, L);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2538
    jcc(Assembler::above , L);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2539
    movl(dst, 0);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2540
    jcc(Assembler::equal , L);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2541
    decrementl(dst);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2542
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2543
  bind(L);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2544
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2545
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2546
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2547
void MacroAssembler::cmp8(AddressLiteral src1, int imm) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2548
  if (reachable(src1)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2549
    cmpb(as_Address(src1), imm);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2550
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2551
    lea(rscratch1, src1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2552
    cmpb(Address(rscratch1, 0), imm);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2553
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2554
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2555
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2556
void MacroAssembler::cmpptr(Register src1, AddressLiteral src2) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2557
#ifdef _LP64
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2558
  if (src2.is_lval()) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2559
    movptr(rscratch1, src2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2560
    Assembler::cmpq(src1, rscratch1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2561
  } else if (reachable(src2)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2562
    cmpq(src1, as_Address(src2));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2563
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2564
    lea(rscratch1, src2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2565
    Assembler::cmpq(src1, Address(rscratch1, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2566
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2567
#else
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2568
  if (src2.is_lval()) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2569
    cmp_literal32(src1, (int32_t) src2.target(), src2.rspec());
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2570
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2571
    cmpl(src1, as_Address(src2));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2572
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2573
#endif // _LP64
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2574
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2575
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2576
void MacroAssembler::cmpptr(Address src1, AddressLiteral src2) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2577
  assert(src2.is_lval(), "not a mem-mem compare");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2578
#ifdef _LP64
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2579
  // moves src2's literal address
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2580
  movptr(rscratch1, src2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2581
  Assembler::cmpq(src1, rscratch1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2582
#else
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2583
  cmp_literal32(src1, (int32_t) src2.target(), src2.rspec());
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2584
#endif // _LP64
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2585
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2586
47683
f433d49aceb4 8184914: Use MacroAssembler::cmpoop() consistently when comparing heap objects
rkennke
parents: 47580
diff changeset
  2587
void MacroAssembler::cmpoop(Register src1, Register src2) {
50536
8434981a4137 8203157: Object equals abstraction for BarrierSetAssembler
rkennke
parents: 50534
diff changeset
  2588
  BarrierSetAssembler* bs = BarrierSet::barrier_set()->barrier_set_assembler();
8434981a4137 8203157: Object equals abstraction for BarrierSetAssembler
rkennke
parents: 50534
diff changeset
  2589
  bs->obj_equals(this, src1, src2);
47683
f433d49aceb4 8184914: Use MacroAssembler::cmpoop() consistently when comparing heap objects
rkennke
parents: 47580
diff changeset
  2590
}
f433d49aceb4 8184914: Use MacroAssembler::cmpoop() consistently when comparing heap objects
rkennke
parents: 47580
diff changeset
  2591
f433d49aceb4 8184914: Use MacroAssembler::cmpoop() consistently when comparing heap objects
rkennke
parents: 47580
diff changeset
  2592
void MacroAssembler::cmpoop(Register src1, Address src2) {
50536
8434981a4137 8203157: Object equals abstraction for BarrierSetAssembler
rkennke
parents: 50534
diff changeset
  2593
  BarrierSetAssembler* bs = BarrierSet::barrier_set()->barrier_set_assembler();
8434981a4137 8203157: Object equals abstraction for BarrierSetAssembler
rkennke
parents: 50534
diff changeset
  2594
  bs->obj_equals(this, src1, src2);
47683
f433d49aceb4 8184914: Use MacroAssembler::cmpoop() consistently when comparing heap objects
rkennke
parents: 47580
diff changeset
  2595
}
f433d49aceb4 8184914: Use MacroAssembler::cmpoop() consistently when comparing heap objects
rkennke
parents: 47580
diff changeset
  2596
f433d49aceb4 8184914: Use MacroAssembler::cmpoop() consistently when comparing heap objects
rkennke
parents: 47580
diff changeset
  2597
#ifdef _LP64
f433d49aceb4 8184914: Use MacroAssembler::cmpoop() consistently when comparing heap objects
rkennke
parents: 47580
diff changeset
  2598
void MacroAssembler::cmpoop(Register src1, jobject src2) {
f433d49aceb4 8184914: Use MacroAssembler::cmpoop() consistently when comparing heap objects
rkennke
parents: 47580
diff changeset
  2599
  movoop(rscratch1, src2);
50536
8434981a4137 8203157: Object equals abstraction for BarrierSetAssembler
rkennke
parents: 50534
diff changeset
  2600
  BarrierSetAssembler* bs = BarrierSet::barrier_set()->barrier_set_assembler();
8434981a4137 8203157: Object equals abstraction for BarrierSetAssembler
rkennke
parents: 50534
diff changeset
  2601
  bs->obj_equals(this, src1, rscratch1);
47683
f433d49aceb4 8184914: Use MacroAssembler::cmpoop() consistently when comparing heap objects
rkennke
parents: 47580
diff changeset
  2602
}
f433d49aceb4 8184914: Use MacroAssembler::cmpoop() consistently when comparing heap objects
rkennke
parents: 47580
diff changeset
  2603
#endif
f433d49aceb4 8184914: Use MacroAssembler::cmpoop() consistently when comparing heap objects
rkennke
parents: 47580
diff changeset
  2604
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2605
void MacroAssembler::locked_cmpxchgptr(Register reg, AddressLiteral adr) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2606
  if (reachable(adr)) {
51996
84743156e780 8188764: Obsolete AssumeMP and then remove all support for non-MP builds
dholmes
parents: 51976
diff changeset
  2607
    lock();
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2608
    cmpxchgptr(reg, as_Address(adr));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2609
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2610
    lea(rscratch1, adr);
51996
84743156e780 8188764: Obsolete AssumeMP and then remove all support for non-MP builds
dholmes
parents: 51976
diff changeset
  2611
    lock();
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2612
    cmpxchgptr(reg, Address(rscratch1, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2613
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2614
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2615
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2616
void MacroAssembler::cmpxchgptr(Register reg, Address adr) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2617
  LP64_ONLY(cmpxchgq(reg, adr)) NOT_LP64(cmpxchgl(reg, adr));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2618
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2619
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2620
void MacroAssembler::comisd(XMMRegister dst, AddressLiteral src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2621
  if (reachable(src)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2622
    Assembler::comisd(dst, as_Address(src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2623
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2624
    lea(rscratch1, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2625
    Assembler::comisd(dst, Address(rscratch1, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2626
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2627
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2628
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2629
void MacroAssembler::comiss(XMMRegister dst, AddressLiteral src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2630
  if (reachable(src)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2631
    Assembler::comiss(dst, as_Address(src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2632
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2633
    lea(rscratch1, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2634
    Assembler::comiss(dst, Address(rscratch1, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2635
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2636
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2637
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2638
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2639
void MacroAssembler::cond_inc32(Condition cond, AddressLiteral counter_addr) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2640
  Condition negated_cond = negate_condition(cond);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2641
  Label L;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2642
  jcc(negated_cond, L);
23491
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  2643
  pushf(); // Preserve flags
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2644
  atomic_incl(counter_addr);
23491
f690330b10b9 8031320: Use Intel RTM instructions for locks
kvn
parents: 22910
diff changeset
  2645
  popf();
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2646
  bind(L);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2647
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2648
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2649
int MacroAssembler::corrected_idivl(Register reg) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2650
  // Full implementation of Java idiv and irem; checks for
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2651
  // special case as described in JVM spec., p.243 & p.271.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2652
  // The function returns the (pc) offset of the idivl
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2653
  // instruction - may be needed for implicit exceptions.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2654
  //
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2655
  //         normal case                           special case
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2656
  //
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2657
  // input : rax,: dividend                         min_int
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2658
  //         reg: divisor   (may not be rax,/rdx)   -1
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2659
  //
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2660
  // output: rax,: quotient  (= rax, idiv reg)       min_int
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2661
  //         rdx: remainder (= rax, irem reg)       0
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2662
  assert(reg != rax && reg != rdx, "reg cannot be rax, or rdx register");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2663
  const int min_int = 0x80000000;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2664
  Label normal_case, special_case;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2665
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2666
  // check for special case
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2667
  cmpl(rax, min_int);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2668
  jcc(Assembler::notEqual, normal_case);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2669
  xorl(rdx, rdx); // prepare rdx for possible special case (where remainder = 0)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2670
  cmpl(reg, -1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2671
  jcc(Assembler::equal, special_case);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2672
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2673
  // handle normal case
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2674
  bind(normal_case);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2675
  cdql();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2676
  int idivl_offset = offset();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2677
  idivl(reg);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2678
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2679
  // normal and special case exit
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2680
  bind(special_case);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2681
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2682
  return idivl_offset;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2683
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2684
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2685
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2686
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2687
void MacroAssembler::decrementl(Register reg, int value) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2688
  if (value == min_jint) {subl(reg, value) ; return; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2689
  if (value <  0) { incrementl(reg, -value); return; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2690
  if (value == 0) {                        ; return; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2691
  if (value == 1 && UseIncDec) { decl(reg) ; return; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2692
  /* else */      { subl(reg, value)       ; return; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2693
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2694
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2695
void MacroAssembler::decrementl(Address dst, int value) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2696
  if (value == min_jint) {subl(dst, value) ; return; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2697
  if (value <  0) { incrementl(dst, -value); return; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2698
  if (value == 0) {                        ; return; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2699
  if (value == 1 && UseIncDec) { decl(dst) ; return; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2700
  /* else */      { subl(dst, value)       ; return; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2701
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2702
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2703
void MacroAssembler::division_with_shift (Register reg, int shift_value) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2704
  assert (shift_value > 0, "illegal shift value");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2705
  Label _is_positive;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2706
  testl (reg, reg);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2707
  jcc (Assembler::positive, _is_positive);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2708
  int offset = (1 << shift_value) - 1 ;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2709
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2710
  if (offset == 1) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2711
    incrementl(reg);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2712
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2713
    addl(reg, offset);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2714
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2715
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2716
  bind (_is_positive);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2717
  sarl(reg, shift_value);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2718
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2719
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2720
void MacroAssembler::divsd(XMMRegister dst, AddressLiteral src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2721
  if (reachable(src)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2722
    Assembler::divsd(dst, as_Address(src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2723
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2724
    lea(rscratch1, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2725
    Assembler::divsd(dst, Address(rscratch1, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2726
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2727
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2728
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2729
void MacroAssembler::divss(XMMRegister dst, AddressLiteral src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2730
  if (reachable(src)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2731
    Assembler::divss(dst, as_Address(src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2732
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2733
    lea(rscratch1, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2734
    Assembler::divss(dst, Address(rscratch1, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2735
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2736
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2737
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2738
// !defined(COMPILER2) is because of stupid core builds
33160
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 33089
diff changeset
  2739
#if !defined(_LP64) || defined(COMPILER1) || !defined(COMPILER2) || INCLUDE_JVMCI
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2740
void MacroAssembler::empty_FPU_stack() {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2741
  if (VM_Version::supports_mmx()) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2742
    emms();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2743
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2744
    for (int i = 8; i-- > 0; ) ffree(i);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2745
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2746
}
33160
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 33089
diff changeset
  2747
#endif // !LP64 || C1 || !C2 || INCLUDE_JVMCI
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2748
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2749
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2750
void MacroAssembler::enter() {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2751
  push(rbp);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2752
  mov(rbp, rsp);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2753
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2754
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2755
// A 5 byte nop that is safe for patching (see patch_verified_entry)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2756
void MacroAssembler::fat_nop() {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2757
  if (UseAddressNop) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2758
    addr_nop_5();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2759
  } else {
14837
a75c3082d106 8004250: replace AbstractAssembler a_byte/a_long with emit_int8/emit_int32
twisti
parents: 14834
diff changeset
  2760
    emit_int8(0x26); // es:
a75c3082d106 8004250: replace AbstractAssembler a_byte/a_long with emit_int8/emit_int32
twisti
parents: 14834
diff changeset
  2761
    emit_int8(0x2e); // cs:
a75c3082d106 8004250: replace AbstractAssembler a_byte/a_long with emit_int8/emit_int32
twisti
parents: 14834
diff changeset
  2762
    emit_int8(0x64); // fs:
a75c3082d106 8004250: replace AbstractAssembler a_byte/a_long with emit_int8/emit_int32
twisti
parents: 14834
diff changeset
  2763
    emit_int8(0x65); // gs:
a75c3082d106 8004250: replace AbstractAssembler a_byte/a_long with emit_int8/emit_int32
twisti
parents: 14834
diff changeset
  2764
    emit_int8((unsigned char)0x90);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2765
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2766
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2767
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2768
void MacroAssembler::fcmp(Register tmp) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2769
  fcmp(tmp, 1, true, true);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2770
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2771
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2772
void MacroAssembler::fcmp(Register tmp, int index, bool pop_left, bool pop_right) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2773
  assert(!pop_right || pop_left, "usage error");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2774
  if (VM_Version::supports_cmov()) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2775
    assert(tmp == noreg, "unneeded temp");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2776
    if (pop_left) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2777
      fucomip(index);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2778
    } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2779
      fucomi(index);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2780
    }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2781
    if (pop_right) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2782
      fpop();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2783
    }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2784
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2785
    assert(tmp != noreg, "need temp");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2786
    if (pop_left) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2787
      if (pop_right) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2788
        fcompp();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2789
      } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2790
        fcomp(index);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2791
      }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2792
    } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2793
      fcom(index);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2794
    }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2795
    // convert FPU condition into eflags condition via rax,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2796
    save_rax(tmp);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2797
    fwait(); fnstsw_ax();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2798
    sahf();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2799
    restore_rax(tmp);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2800
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2801
  // condition codes set as follows:
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2802
  //
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2803
  // CF (corresponds to C0) if x < y
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2804
  // PF (corresponds to C2) if unordered
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2805
  // ZF (corresponds to C3) if x = y
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2806
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2807
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2808
void MacroAssembler::fcmp2int(Register dst, bool unordered_is_less) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2809
  fcmp2int(dst, unordered_is_less, 1, true, true);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2810
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2811
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2812
void MacroAssembler::fcmp2int(Register dst, bool unordered_is_less, int index, bool pop_left, bool pop_right) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2813
  fcmp(VM_Version::supports_cmov() ? noreg : dst, index, pop_left, pop_right);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2814
  Label L;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2815
  if (unordered_is_less) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2816
    movl(dst, -1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2817
    jcc(Assembler::parity, L);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2818
    jcc(Assembler::below , L);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2819
    movl(dst, 0);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2820
    jcc(Assembler::equal , L);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2821
    increment(dst);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2822
  } else { // unordered is greater
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2823
    movl(dst, 1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2824
    jcc(Assembler::parity, L);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2825
    jcc(Assembler::above , L);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2826
    movl(dst, 0);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2827
    jcc(Assembler::equal , L);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2828
    decrementl(dst);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2829
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2830
  bind(L);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2831
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2832
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2833
void MacroAssembler::fld_d(AddressLiteral src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2834
  fld_d(as_Address(src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2835
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2836
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2837
void MacroAssembler::fld_s(AddressLiteral src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2838
  fld_s(as_Address(src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2839
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2840
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2841
void MacroAssembler::fld_x(AddressLiteral src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2842
  Assembler::fld_x(as_Address(src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2843
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2844
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2845
void MacroAssembler::fldcw(AddressLiteral src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2846
  Assembler::fldcw(as_Address(src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2847
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2848
33089
f4e956ed8b43 8132207: update for x86 exp in the math lib
iveresov
parents: 33066
diff changeset
  2849
void MacroAssembler::mulpd(XMMRegister dst, AddressLiteral src) {
f4e956ed8b43 8132207: update for x86 exp in the math lib
iveresov
parents: 33066
diff changeset
  2850
  if (reachable(src)) {
f4e956ed8b43 8132207: update for x86 exp in the math lib
iveresov
parents: 33066
diff changeset
  2851
    Assembler::mulpd(dst, as_Address(src));
f4e956ed8b43 8132207: update for x86 exp in the math lib
iveresov
parents: 33066
diff changeset
  2852
  } else {
f4e956ed8b43 8132207: update for x86 exp in the math lib
iveresov
parents: 33066
diff changeset
  2853
    lea(rscratch1, src);
f4e956ed8b43 8132207: update for x86 exp in the math lib
iveresov
parents: 33066
diff changeset
  2854
    Assembler::mulpd(dst, Address(rscratch1, 0));
f4e956ed8b43 8132207: update for x86 exp in the math lib
iveresov
parents: 33066
diff changeset
  2855
  }
f4e956ed8b43 8132207: update for x86 exp in the math lib
iveresov
parents: 33066
diff changeset
  2856
}
f4e956ed8b43 8132207: update for x86 exp in the math lib
iveresov
parents: 33066
diff changeset
  2857
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2858
void MacroAssembler::increase_precision() {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2859
  subptr(rsp, BytesPerWord);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2860
  fnstcw(Address(rsp, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2861
  movl(rax, Address(rsp, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2862
  orl(rax, 0x300);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2863
  push(rax);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2864
  fldcw(Address(rsp, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2865
  pop(rax);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2866
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2867
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2868
void MacroAssembler::restore_precision() {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2869
  fldcw(Address(rsp, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2870
  addptr(rsp, BytesPerWord);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2871
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2872
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2873
void MacroAssembler::fpop() {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2874
  ffree();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2875
  fincstp();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2876
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2877
32391
01e2f5e916c7 8076373: In 32-bit VM interpreter and compiled code process NaN values differently
zmajo
parents: 32203
diff changeset
  2878
void MacroAssembler::load_float(Address src) {
01e2f5e916c7 8076373: In 32-bit VM interpreter and compiled code process NaN values differently
zmajo
parents: 32203
diff changeset
  2879
  if (UseSSE >= 1) {
01e2f5e916c7 8076373: In 32-bit VM interpreter and compiled code process NaN values differently
zmajo
parents: 32203
diff changeset
  2880
    movflt(xmm0, src);
01e2f5e916c7 8076373: In 32-bit VM interpreter and compiled code process NaN values differently
zmajo
parents: 32203
diff changeset
  2881
  } else {
01e2f5e916c7 8076373: In 32-bit VM interpreter and compiled code process NaN values differently
zmajo
parents: 32203
diff changeset
  2882
    LP64_ONLY(ShouldNotReachHere());
01e2f5e916c7 8076373: In 32-bit VM interpreter and compiled code process NaN values differently
zmajo
parents: 32203
diff changeset
  2883
    NOT_LP64(fld_s(src));
01e2f5e916c7 8076373: In 32-bit VM interpreter and compiled code process NaN values differently
zmajo
parents: 32203
diff changeset
  2884
  }
01e2f5e916c7 8076373: In 32-bit VM interpreter and compiled code process NaN values differently
zmajo
parents: 32203
diff changeset
  2885
}
01e2f5e916c7 8076373: In 32-bit VM interpreter and compiled code process NaN values differently
zmajo
parents: 32203
diff changeset
  2886
01e2f5e916c7 8076373: In 32-bit VM interpreter and compiled code process NaN values differently
zmajo
parents: 32203
diff changeset
  2887
void MacroAssembler::store_float(Address dst) {
01e2f5e916c7 8076373: In 32-bit VM interpreter and compiled code process NaN values differently
zmajo
parents: 32203
diff changeset
  2888
  if (UseSSE >= 1) {
01e2f5e916c7 8076373: In 32-bit VM interpreter and compiled code process NaN values differently
zmajo
parents: 32203
diff changeset
  2889
    movflt(dst, xmm0);
01e2f5e916c7 8076373: In 32-bit VM interpreter and compiled code process NaN values differently
zmajo
parents: 32203
diff changeset
  2890
  } else {
01e2f5e916c7 8076373: In 32-bit VM interpreter and compiled code process NaN values differently
zmajo
parents: 32203
diff changeset
  2891
    LP64_ONLY(ShouldNotReachHere());
01e2f5e916c7 8076373: In 32-bit VM interpreter and compiled code process NaN values differently
zmajo
parents: 32203
diff changeset
  2892
    NOT_LP64(fstp_s(dst));
01e2f5e916c7 8076373: In 32-bit VM interpreter and compiled code process NaN values differently
zmajo
parents: 32203
diff changeset
  2893
  }
01e2f5e916c7 8076373: In 32-bit VM interpreter and compiled code process NaN values differently
zmajo
parents: 32203
diff changeset
  2894
}
01e2f5e916c7 8076373: In 32-bit VM interpreter and compiled code process NaN values differently
zmajo
parents: 32203
diff changeset
  2895
01e2f5e916c7 8076373: In 32-bit VM interpreter and compiled code process NaN values differently
zmajo
parents: 32203
diff changeset
  2896
void MacroAssembler::load_double(Address src) {
01e2f5e916c7 8076373: In 32-bit VM interpreter and compiled code process NaN values differently
zmajo
parents: 32203
diff changeset
  2897
  if (UseSSE >= 2) {
01e2f5e916c7 8076373: In 32-bit VM interpreter and compiled code process NaN values differently
zmajo
parents: 32203
diff changeset
  2898
    movdbl(xmm0, src);
01e2f5e916c7 8076373: In 32-bit VM interpreter and compiled code process NaN values differently
zmajo
parents: 32203
diff changeset
  2899
  } else {
01e2f5e916c7 8076373: In 32-bit VM interpreter and compiled code process NaN values differently
zmajo
parents: 32203
diff changeset
  2900
    LP64_ONLY(ShouldNotReachHere());
01e2f5e916c7 8076373: In 32-bit VM interpreter and compiled code process NaN values differently
zmajo
parents: 32203
diff changeset
  2901
    NOT_LP64(fld_d(src));
01e2f5e916c7 8076373: In 32-bit VM interpreter and compiled code process NaN values differently
zmajo
parents: 32203
diff changeset
  2902
  }
01e2f5e916c7 8076373: In 32-bit VM interpreter and compiled code process NaN values differently
zmajo
parents: 32203
diff changeset
  2903
}
01e2f5e916c7 8076373: In 32-bit VM interpreter and compiled code process NaN values differently
zmajo
parents: 32203
diff changeset
  2904
01e2f5e916c7 8076373: In 32-bit VM interpreter and compiled code process NaN values differently
zmajo
parents: 32203
diff changeset
  2905
void MacroAssembler::store_double(Address dst) {
01e2f5e916c7 8076373: In 32-bit VM interpreter and compiled code process NaN values differently
zmajo
parents: 32203
diff changeset
  2906
  if (UseSSE >= 2) {
01e2f5e916c7 8076373: In 32-bit VM interpreter and compiled code process NaN values differently
zmajo
parents: 32203
diff changeset
  2907
    movdbl(dst, xmm0);
01e2f5e916c7 8076373: In 32-bit VM interpreter and compiled code process NaN values differently
zmajo
parents: 32203
diff changeset
  2908
  } else {
01e2f5e916c7 8076373: In 32-bit VM interpreter and compiled code process NaN values differently
zmajo
parents: 32203
diff changeset
  2909
    LP64_ONLY(ShouldNotReachHere());
01e2f5e916c7 8076373: In 32-bit VM interpreter and compiled code process NaN values differently
zmajo
parents: 32203
diff changeset
  2910
    NOT_LP64(fstp_d(dst));
01e2f5e916c7 8076373: In 32-bit VM interpreter and compiled code process NaN values differently
zmajo
parents: 32203
diff changeset
  2911
  }
01e2f5e916c7 8076373: In 32-bit VM interpreter and compiled code process NaN values differently
zmajo
parents: 32203
diff changeset
  2912
}
01e2f5e916c7 8076373: In 32-bit VM interpreter and compiled code process NaN values differently
zmajo
parents: 32203
diff changeset
  2913
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2914
void MacroAssembler::fremr(Register tmp) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2915
  save_rax(tmp);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2916
  { Label L;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2917
    bind(L);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2918
    fprem();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2919
    fwait(); fnstsw_ax();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2920
#ifdef _LP64
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2921
    testl(rax, 0x400);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2922
    jcc(Assembler::notEqual, L);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2923
#else
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2924
    sahf();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2925
    jcc(Assembler::parity, L);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2926
#endif // _LP64
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2927
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2928
  restore_rax(tmp);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2929
  // Result is in ST0.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2930
  // Note: fxch & fpop to get rid of ST1
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2931
  // (otherwise FPU stack could overflow eventually)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2932
  fxch(1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2933
  fpop();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2934
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2935
41323
ddd5600d4762 8154122: Intrinsify fused mac operations
vdeshpande
parents: 41065
diff changeset
  2936
// dst = c = a * b + c
ddd5600d4762 8154122: Intrinsify fused mac operations
vdeshpande
parents: 41065
diff changeset
  2937
void MacroAssembler::fmad(XMMRegister dst, XMMRegister a, XMMRegister b, XMMRegister c) {
ddd5600d4762 8154122: Intrinsify fused mac operations
vdeshpande
parents: 41065
diff changeset
  2938
  Assembler::vfmadd231sd(c, a, b);
ddd5600d4762 8154122: Intrinsify fused mac operations
vdeshpande
parents: 41065
diff changeset
  2939
  if (dst != c) {
ddd5600d4762 8154122: Intrinsify fused mac operations
vdeshpande
parents: 41065
diff changeset
  2940
    movdbl(dst, c);
ddd5600d4762 8154122: Intrinsify fused mac operations
vdeshpande
parents: 41065
diff changeset
  2941
  }
ddd5600d4762 8154122: Intrinsify fused mac operations
vdeshpande
parents: 41065
diff changeset
  2942
}
ddd5600d4762 8154122: Intrinsify fused mac operations
vdeshpande
parents: 41065
diff changeset
  2943
ddd5600d4762 8154122: Intrinsify fused mac operations
vdeshpande
parents: 41065
diff changeset
  2944
// dst = c = a * b + c
ddd5600d4762 8154122: Intrinsify fused mac operations
vdeshpande
parents: 41065
diff changeset
  2945
void MacroAssembler::fmaf(XMMRegister dst, XMMRegister a, XMMRegister b, XMMRegister c) {
ddd5600d4762 8154122: Intrinsify fused mac operations
vdeshpande
parents: 41065
diff changeset
  2946
  Assembler::vfmadd231ss(c, a, b);
ddd5600d4762 8154122: Intrinsify fused mac operations
vdeshpande
parents: 41065
diff changeset
  2947
  if (dst != c) {
ddd5600d4762 8154122: Intrinsify fused mac operations
vdeshpande
parents: 41065
diff changeset
  2948
    movflt(dst, c);
ddd5600d4762 8154122: Intrinsify fused mac operations
vdeshpande
parents: 41065
diff changeset
  2949
  }
ddd5600d4762 8154122: Intrinsify fused mac operations
vdeshpande
parents: 41065
diff changeset
  2950
}
ddd5600d4762 8154122: Intrinsify fused mac operations
vdeshpande
parents: 41065
diff changeset
  2951
46528
cf0da758e7b5 8181616: FMA Vectorization on x86
vdeshpande
parents: 46494
diff changeset
  2952
// dst = c = a * b + c
cf0da758e7b5 8181616: FMA Vectorization on x86
vdeshpande
parents: 46494
diff changeset
  2953
void MacroAssembler::vfmad(XMMRegister dst, XMMRegister a, XMMRegister b, XMMRegister c, int vector_len) {
cf0da758e7b5 8181616: FMA Vectorization on x86
vdeshpande
parents: 46494
diff changeset
  2954
  Assembler::vfmadd231pd(c, a, b, vector_len);
cf0da758e7b5 8181616: FMA Vectorization on x86
vdeshpande
parents: 46494
diff changeset
  2955
  if (dst != c) {
cf0da758e7b5 8181616: FMA Vectorization on x86
vdeshpande
parents: 46494
diff changeset
  2956
    vmovdqu(dst, c);
cf0da758e7b5 8181616: FMA Vectorization on x86
vdeshpande
parents: 46494
diff changeset
  2957
  }
cf0da758e7b5 8181616: FMA Vectorization on x86
vdeshpande
parents: 46494
diff changeset
  2958
}
cf0da758e7b5 8181616: FMA Vectorization on x86
vdeshpande
parents: 46494
diff changeset
  2959
cf0da758e7b5 8181616: FMA Vectorization on x86
vdeshpande
parents: 46494
diff changeset
  2960
// dst = c = a * b + c
cf0da758e7b5 8181616: FMA Vectorization on x86
vdeshpande
parents: 46494
diff changeset
  2961
void MacroAssembler::vfmaf(XMMRegister dst, XMMRegister a, XMMRegister b, XMMRegister c, int vector_len) {
cf0da758e7b5 8181616: FMA Vectorization on x86
vdeshpande
parents: 46494
diff changeset
  2962
  Assembler::vfmadd231ps(c, a, b, vector_len);
cf0da758e7b5 8181616: FMA Vectorization on x86
vdeshpande
parents: 46494
diff changeset
  2963
  if (dst != c) {
cf0da758e7b5 8181616: FMA Vectorization on x86
vdeshpande
parents: 46494
diff changeset
  2964
    vmovdqu(dst, c);
cf0da758e7b5 8181616: FMA Vectorization on x86
vdeshpande
parents: 46494
diff changeset
  2965
  }
cf0da758e7b5 8181616: FMA Vectorization on x86
vdeshpande
parents: 46494
diff changeset
  2966
}
cf0da758e7b5 8181616: FMA Vectorization on x86
vdeshpande
parents: 46494
diff changeset
  2967
cf0da758e7b5 8181616: FMA Vectorization on x86
vdeshpande
parents: 46494
diff changeset
  2968
// dst = c = a * b + c
cf0da758e7b5 8181616: FMA Vectorization on x86
vdeshpande
parents: 46494
diff changeset
  2969
void MacroAssembler::vfmad(XMMRegister dst, XMMRegister a, Address b, XMMRegister c, int vector_len) {
cf0da758e7b5 8181616: FMA Vectorization on x86
vdeshpande
parents: 46494
diff changeset
  2970
  Assembler::vfmadd231pd(c, a, b, vector_len);
cf0da758e7b5 8181616: FMA Vectorization on x86
vdeshpande
parents: 46494
diff changeset
  2971
  if (dst != c) {
cf0da758e7b5 8181616: FMA Vectorization on x86
vdeshpande
parents: 46494
diff changeset
  2972
    vmovdqu(dst, c);
cf0da758e7b5 8181616: FMA Vectorization on x86
vdeshpande
parents: 46494
diff changeset
  2973
  }
cf0da758e7b5 8181616: FMA Vectorization on x86
vdeshpande
parents: 46494
diff changeset
  2974
}
cf0da758e7b5 8181616: FMA Vectorization on x86
vdeshpande
parents: 46494
diff changeset
  2975
cf0da758e7b5 8181616: FMA Vectorization on x86
vdeshpande
parents: 46494
diff changeset
  2976
// dst = c = a * b + c
cf0da758e7b5 8181616: FMA Vectorization on x86
vdeshpande
parents: 46494
diff changeset
  2977
void MacroAssembler::vfmaf(XMMRegister dst, XMMRegister a, Address b, XMMRegister c, int vector_len) {
cf0da758e7b5 8181616: FMA Vectorization on x86
vdeshpande
parents: 46494
diff changeset
  2978
  Assembler::vfmadd231ps(c, a, b, vector_len);
cf0da758e7b5 8181616: FMA Vectorization on x86
vdeshpande
parents: 46494
diff changeset
  2979
  if (dst != c) {
cf0da758e7b5 8181616: FMA Vectorization on x86
vdeshpande
parents: 46494
diff changeset
  2980
    vmovdqu(dst, c);
cf0da758e7b5 8181616: FMA Vectorization on x86
vdeshpande
parents: 46494
diff changeset
  2981
  }
cf0da758e7b5 8181616: FMA Vectorization on x86
vdeshpande
parents: 46494
diff changeset
  2982
}
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2983
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2984
void MacroAssembler::incrementl(AddressLiteral dst) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2985
  if (reachable(dst)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2986
    incrementl(as_Address(dst));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2987
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2988
    lea(rscratch1, dst);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2989
    incrementl(Address(rscratch1, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2990
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2991
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2992
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2993
void MacroAssembler::incrementl(ArrayAddress dst) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2994
  incrementl(as_Address(dst));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2995
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2996
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2997
void MacroAssembler::incrementl(Register reg, int value) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2998
  if (value == min_jint) {addl(reg, value) ; return; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  2999
  if (value <  0) { decrementl(reg, -value); return; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3000
  if (value == 0) {                        ; return; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3001
  if (value == 1 && UseIncDec) { incl(reg) ; return; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3002
  /* else */      { addl(reg, value)       ; return; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3003
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3004
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3005
void MacroAssembler::incrementl(Address dst, int value) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3006
  if (value == min_jint) {addl(dst, value) ; return; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3007
  if (value <  0) { decrementl(dst, -value); return; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3008
  if (value == 0) {                        ; return; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3009
  if (value == 1 && UseIncDec) { incl(dst) ; return; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3010
  /* else */      { addl(dst, value)       ; return; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3011
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3012
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3013
void MacroAssembler::jump(AddressLiteral dst) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3014
  if (reachable(dst)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3015
    jmp_literal(dst.target(), dst.rspec());
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3016
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3017
    lea(rscratch1, dst);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3018
    jmp(rscratch1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3019
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3020
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3021
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3022
void MacroAssembler::jump_cc(Condition cc, AddressLiteral dst) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3023
  if (reachable(dst)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3024
    InstructionMark im(this);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3025
    relocate(dst.reloc());
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3026
    const int short_size = 2;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3027
    const int long_size = 6;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3028
    int offs = (intptr_t)dst.target() - ((intptr_t)pc());
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3029
    if (dst.reloc() == relocInfo::none && is8bit(offs - short_size)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3030
      // 0111 tttn #8-bit disp
14837
a75c3082d106 8004250: replace AbstractAssembler a_byte/a_long with emit_int8/emit_int32
twisti
parents: 14834
diff changeset
  3031
      emit_int8(0x70 | cc);
a75c3082d106 8004250: replace AbstractAssembler a_byte/a_long with emit_int8/emit_int32
twisti
parents: 14834
diff changeset
  3032
      emit_int8((offs - short_size) & 0xFF);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3033
    } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3034
      // 0000 1111 1000 tttn #32-bit disp
14837
a75c3082d106 8004250: replace AbstractAssembler a_byte/a_long with emit_int8/emit_int32
twisti
parents: 14834
diff changeset
  3035
      emit_int8(0x0F);
a75c3082d106 8004250: replace AbstractAssembler a_byte/a_long with emit_int8/emit_int32
twisti
parents: 14834
diff changeset
  3036
      emit_int8((unsigned char)(0x80 | cc));
15116
af423dcb739c 8004537: replace AbstractAssembler emit_long with emit_int32
twisti
parents: 15115
diff changeset
  3037
      emit_int32(offs - long_size);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3038
    }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3039
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3040
#ifdef ASSERT
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3041
    warning("reversing conditional branch");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3042
#endif /* ASSERT */
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3043
    Label skip;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3044
    jccb(reverse[cc], skip);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3045
    lea(rscratch1, dst);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3046
    Assembler::jmp(rscratch1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3047
    bind(skip);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3048
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3049
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3050
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3051
void MacroAssembler::ldmxcsr(AddressLiteral src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3052
  if (reachable(src)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3053
    Assembler::ldmxcsr(as_Address(src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3054
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3055
    lea(rscratch1, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3056
    Assembler::ldmxcsr(Address(rscratch1, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3057
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3058
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3059
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3060
int MacroAssembler::load_signed_byte(Register dst, Address src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3061
  int off;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3062
  if (LP64_ONLY(true ||) VM_Version::is_P6()) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3063
    off = offset();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3064
    movsbl(dst, src); // movsxb
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3065
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3066
    off = load_unsigned_byte(dst, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3067
    shll(dst, 24);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3068
    sarl(dst, 24);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3069
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3070
  return off;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3071
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3072
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3073
// Note: load_signed_short used to be called load_signed_word.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3074
// Although the 'w' in x86 opcodes refers to the term "word" in the assembler
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3075
// manual, which means 16 bits, that usage is found nowhere in HotSpot code.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3076
// The term "word" in HotSpot means a 32- or 64-bit machine word.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3077
int MacroAssembler::load_signed_short(Register dst, Address src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3078
  int off;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3079
  if (LP64_ONLY(true ||) VM_Version::is_P6()) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3080
    // This is dubious to me since it seems safe to do a signed 16 => 64 bit
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3081
    // version but this is what 64bit has always done. This seems to imply
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3082
    // that users are only using 32bits worth.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3083
    off = offset();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3084
    movswl(dst, src); // movsxw
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3085
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3086
    off = load_unsigned_short(dst, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3087
    shll(dst, 16);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3088
    sarl(dst, 16);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3089
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3090
  return off;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3091
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3092
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3093
int MacroAssembler::load_unsigned_byte(Register dst, Address src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3094
  // According to Intel Doc. AP-526, "Zero-Extension of Short", p.16,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3095
  // and "3.9 Partial Register Penalties", p. 22).
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3096
  int off;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3097
  if (LP64_ONLY(true || ) VM_Version::is_P6() || src.uses(dst)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3098
    off = offset();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3099
    movzbl(dst, src); // movzxb
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3100
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3101
    xorl(dst, dst);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3102
    off = offset();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3103
    movb(dst, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3104
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3105
  return off;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3106
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3107
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3108
// Note: load_unsigned_short used to be called load_unsigned_word.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3109
int MacroAssembler::load_unsigned_short(Register dst, Address src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3110
  // According to Intel Doc. AP-526, "Zero-Extension of Short", p.16,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3111
  // and "3.9 Partial Register Penalties", p. 22).
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3112
  int off;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3113
  if (LP64_ONLY(true ||) VM_Version::is_P6() || src.uses(dst)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3114
    off = offset();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3115
    movzwl(dst, src); // movzxw
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3116
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3117
    xorl(dst, dst);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3118
    off = offset();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3119
    movw(dst, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3120
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3121
  return off;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3122
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3123
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3124
void MacroAssembler::load_sized_value(Register dst, Address src, size_t size_in_bytes, bool is_signed, Register dst2) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3125
  switch (size_in_bytes) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3126
#ifndef _LP64
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3127
  case  8:
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3128
    assert(dst2 != noreg, "second dest register required");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3129
    movl(dst,  src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3130
    movl(dst2, src.plus_disp(BytesPerInt));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3131
    break;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3132
#else
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3133
  case  8:  movq(dst, src); break;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3134
#endif
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3135
  case  4:  movl(dst, src); break;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3136
  case  2:  is_signed ? load_signed_short(dst, src) : load_unsigned_short(dst, src); break;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3137
  case  1:  is_signed ? load_signed_byte( dst, src) : load_unsigned_byte( dst, src); break;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3138
  default:  ShouldNotReachHere();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3139
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3140
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3141
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3142
void MacroAssembler::store_sized_value(Address dst, Register src, size_t size_in_bytes, Register src2) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3143
  switch (size_in_bytes) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3144
#ifndef _LP64
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3145
  case  8:
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3146
    assert(src2 != noreg, "second source register required");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3147
    movl(dst,                        src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3148
    movl(dst.plus_disp(BytesPerInt), src2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3149
    break;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3150
#else
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3151
  case  8:  movq(dst, src); break;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3152
#endif
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3153
  case  4:  movl(dst, src); break;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3154
  case  2:  movw(dst, src); break;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3155
  case  1:  movb(dst, src); break;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3156
  default:  ShouldNotReachHere();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3157
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3158
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3159
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3160
void MacroAssembler::mov32(AddressLiteral dst, Register src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3161
  if (reachable(dst)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3162
    movl(as_Address(dst), src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3163
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3164
    lea(rscratch1, dst);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3165
    movl(Address(rscratch1, 0), src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3166
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3167
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3168
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3169
void MacroAssembler::mov32(Register dst, AddressLiteral src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3170
  if (reachable(src)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3171
    movl(dst, as_Address(src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3172
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3173
    lea(rscratch1, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3174
    movl(dst, Address(rscratch1, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3175
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3176
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3177
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3178
// C++ bool manipulation
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3179
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3180
void MacroAssembler::movbool(Register dst, Address src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3181
  if(sizeof(bool) == 1)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3182
    movb(dst, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3183
  else if(sizeof(bool) == 2)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3184
    movw(dst, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3185
  else if(sizeof(bool) == 4)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3186
    movl(dst, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3187
  else
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3188
    // unsupported
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3189
    ShouldNotReachHere();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3190
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3191
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3192
void MacroAssembler::movbool(Address dst, bool boolconst) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3193
  if(sizeof(bool) == 1)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3194
    movb(dst, (int) boolconst);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3195
  else if(sizeof(bool) == 2)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3196
    movw(dst, (int) boolconst);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3197
  else if(sizeof(bool) == 4)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3198
    movl(dst, (int) boolconst);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3199
  else
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3200
    // unsupported
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3201
    ShouldNotReachHere();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3202
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3203
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3204
void MacroAssembler::movbool(Address dst, Register src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3205
  if(sizeof(bool) == 1)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3206
    movb(dst, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3207
  else if(sizeof(bool) == 2)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3208
    movw(dst, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3209
  else if(sizeof(bool) == 4)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3210
    movl(dst, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3211
  else
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3212
    // unsupported
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3213
    ShouldNotReachHere();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3214
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3215
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3216
void MacroAssembler::movbyte(ArrayAddress dst, int src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3217
  movb(as_Address(dst), src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3218
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3219
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3220
void MacroAssembler::movdl(XMMRegister dst, AddressLiteral src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3221
  if (reachable(src)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3222
    movdl(dst, as_Address(src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3223
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3224
    lea(rscratch1, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3225
    movdl(dst, Address(rscratch1, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3226
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3227
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3228
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3229
void MacroAssembler::movq(XMMRegister dst, AddressLiteral src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3230
  if (reachable(src)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3231
    movq(dst, as_Address(src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3232
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3233
    lea(rscratch1, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3234
    movq(dst, Address(rscratch1, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3235
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3236
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3237
52003
be4614f04eb6 8211375: Minimal VM build failures after JDK-8211251 (Default mask register for avx512 instructions)
shade
parents: 51996
diff changeset
  3238
#ifdef COMPILER2
38049
e8541793960f 8153998: Masked vector post loops
mcberg
parents: 37251
diff changeset
  3239
void MacroAssembler::setvectmask(Register dst, Register src) {
52003
be4614f04eb6 8211375: Minimal VM build failures after JDK-8211251 (Default mask register for avx512 instructions)
shade
parents: 51996
diff changeset
  3240
  guarantee(PostLoopMultiversioning, "must be");
38049
e8541793960f 8153998: Masked vector post loops
mcberg
parents: 37251
diff changeset
  3241
  Assembler::movl(dst, 1);
e8541793960f 8153998: Masked vector post loops
mcberg
parents: 37251
diff changeset
  3242
  Assembler::shlxl(dst, dst, src);
e8541793960f 8153998: Masked vector post loops
mcberg
parents: 37251
diff changeset
  3243
  Assembler::decl(dst);
e8541793960f 8153998: Masked vector post loops
mcberg
parents: 37251
diff changeset
  3244
  Assembler::kmovdl(k1, dst);
e8541793960f 8153998: Masked vector post loops
mcberg
parents: 37251
diff changeset
  3245
  Assembler::movl(dst, src);
e8541793960f 8153998: Masked vector post loops
mcberg
parents: 37251
diff changeset
  3246
}
e8541793960f 8153998: Masked vector post loops
mcberg
parents: 37251
diff changeset
  3247
e8541793960f 8153998: Masked vector post loops
mcberg
parents: 37251
diff changeset
  3248
void MacroAssembler::restorevectmask() {
52003
be4614f04eb6 8211375: Minimal VM build failures after JDK-8211251 (Default mask register for avx512 instructions)
shade
parents: 51996
diff changeset
  3249
  guarantee(PostLoopMultiversioning, "must be");
38049
e8541793960f 8153998: Masked vector post loops
mcberg
parents: 37251
diff changeset
  3250
  Assembler::knotwl(k1, k0);
e8541793960f 8153998: Masked vector post loops
mcberg
parents: 37251
diff changeset
  3251
}
52003
be4614f04eb6 8211375: Minimal VM build failures after JDK-8211251 (Default mask register for avx512 instructions)
shade
parents: 51996
diff changeset
  3252
#endif // COMPILER2
38049
e8541793960f 8153998: Masked vector post loops
mcberg
parents: 37251
diff changeset
  3253
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3254
void MacroAssembler::movdbl(XMMRegister dst, AddressLiteral src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3255
  if (reachable(src)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3256
    if (UseXmmLoadAndClearUpper) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3257
      movsd (dst, as_Address(src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3258
    } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3259
      movlpd(dst, as_Address(src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3260
    }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3261
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3262
    lea(rscratch1, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3263
    if (UseXmmLoadAndClearUpper) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3264
      movsd (dst, Address(rscratch1, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3265
    } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3266
      movlpd(dst, Address(rscratch1, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3267
    }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3268
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3269
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3270
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3271
void MacroAssembler::movflt(XMMRegister dst, AddressLiteral src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3272
  if (reachable(src)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3273
    movss(dst, as_Address(src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3274
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3275
    lea(rscratch1, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3276
    movss(dst, Address(rscratch1, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3277
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3278
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3279
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3280
void MacroAssembler::movptr(Register dst, Register src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3281
  LP64_ONLY(movq(dst, src)) NOT_LP64(movl(dst, src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3282
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3283
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3284
void MacroAssembler::movptr(Register dst, Address src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3285
  LP64_ONLY(movq(dst, src)) NOT_LP64(movl(dst, src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3286
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3287
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3288
// src should NEVER be a real pointer. Use AddressLiteral for true pointers
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3289
void MacroAssembler::movptr(Register dst, intptr_t src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3290
  LP64_ONLY(mov64(dst, src)) NOT_LP64(movl(dst, src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3291
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3292
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3293
void MacroAssembler::movptr(Address dst, Register src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3294
  LP64_ONLY(movq(dst, src)) NOT_LP64(movl(dst, src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3295
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3296
34162
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3297
void MacroAssembler::movdqu(Address dst, XMMRegister src) {
51857
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3298
    assert(((src->encoding() < 16) || VM_Version::supports_avx512vl()),"XMM register should be 0-15");
34162
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3299
    Assembler::movdqu(dst, src);
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3300
}
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3301
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3302
void MacroAssembler::movdqu(XMMRegister dst, Address src) {
51857
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3303
    assert(((dst->encoding() < 16) || VM_Version::supports_avx512vl()),"XMM register should be 0-15");
34162
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3304
    Assembler::movdqu(dst, src);
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3305
}
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3306
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3307
void MacroAssembler::movdqu(XMMRegister dst, XMMRegister src) {
51857
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3308
    assert(((dst->encoding() < 16  && src->encoding() < 16) || VM_Version::supports_avx512vl()),"XMM register should be 0-15");
34162
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3309
    Assembler::movdqu(dst, src);
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3310
}
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3311
43423
bcaab17f72a5 8171974: Fix for R10 Register clobbering with usage of ExternalAddress
vdeshpande
parents: 42587
diff changeset
  3312
void MacroAssembler::movdqu(XMMRegister dst, AddressLiteral src, Register scratchReg) {
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3313
  if (reachable(src)) {
34162
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3314
    movdqu(dst, as_Address(src));
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3315
  } else {
43423
bcaab17f72a5 8171974: Fix for R10 Register clobbering with usage of ExternalAddress
vdeshpande
parents: 42587
diff changeset
  3316
    lea(scratchReg, src);
bcaab17f72a5 8171974: Fix for R10 Register clobbering with usage of ExternalAddress
vdeshpande
parents: 42587
diff changeset
  3317
    movdqu(dst, Address(scratchReg, 0));
34162
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3318
  }
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3319
}
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3320
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3321
void MacroAssembler::vmovdqu(Address dst, XMMRegister src) {
51857
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3322
    assert(((src->encoding() < 16) || VM_Version::supports_avx512vl()),"XMM register should be 0-15");
34162
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3323
    Assembler::vmovdqu(dst, src);
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3324
}
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3325
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3326
void MacroAssembler::vmovdqu(XMMRegister dst, Address src) {
51857
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3327
    assert(((dst->encoding() < 16) || VM_Version::supports_avx512vl()),"XMM register should be 0-15");
34162
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3328
    Assembler::vmovdqu(dst, src);
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3329
}
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3330
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3331
void MacroAssembler::vmovdqu(XMMRegister dst, XMMRegister src) {
51857
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3332
    assert(((dst->encoding() < 16  && src->encoding() < 16) || VM_Version::supports_avx512vl()),"XMM register should be 0-15");
34162
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3333
    Assembler::vmovdqu(dst, src);
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3334
}
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3335
54750
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  3336
void MacroAssembler::vmovdqu(XMMRegister dst, AddressLiteral src, Register scratch_reg) {
34162
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3337
  if (reachable(src)) {
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3338
    vmovdqu(dst, as_Address(src));
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3339
  }
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3340
  else {
54750
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  3341
    lea(scratch_reg, src);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  3342
    vmovdqu(dst, Address(scratch_reg, 0));
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3343
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3344
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3345
50860
480a96a43b62 8205528: Base64 encoding algorithm using AVX512 instructions
kvn
parents: 50803
diff changeset
  3346
void MacroAssembler::evmovdquq(XMMRegister dst, AddressLiteral src, int vector_len, Register rscratch) {
480a96a43b62 8205528: Base64 encoding algorithm using AVX512 instructions
kvn
parents: 50803
diff changeset
  3347
  if (reachable(src)) {
480a96a43b62 8205528: Base64 encoding algorithm using AVX512 instructions
kvn
parents: 50803
diff changeset
  3348
    Assembler::evmovdquq(dst, as_Address(src), vector_len);
480a96a43b62 8205528: Base64 encoding algorithm using AVX512 instructions
kvn
parents: 50803
diff changeset
  3349
  } else {
480a96a43b62 8205528: Base64 encoding algorithm using AVX512 instructions
kvn
parents: 50803
diff changeset
  3350
    lea(rscratch, src);
480a96a43b62 8205528: Base64 encoding algorithm using AVX512 instructions
kvn
parents: 50803
diff changeset
  3351
    Assembler::evmovdquq(dst, Address(rscratch, 0), vector_len);
480a96a43b62 8205528: Base64 encoding algorithm using AVX512 instructions
kvn
parents: 50803
diff changeset
  3352
  }
480a96a43b62 8205528: Base64 encoding algorithm using AVX512 instructions
kvn
parents: 50803
diff changeset
  3353
}
480a96a43b62 8205528: Base64 encoding algorithm using AVX512 instructions
kvn
parents: 50803
diff changeset
  3354
18507
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  3355
void MacroAssembler::movdqa(XMMRegister dst, AddressLiteral src) {
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  3356
  if (reachable(src)) {
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  3357
    Assembler::movdqa(dst, as_Address(src));
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  3358
  } else {
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  3359
    lea(rscratch1, src);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  3360
    Assembler::movdqa(dst, Address(rscratch1, 0));
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  3361
  }
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  3362
}
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  3363
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3364
void MacroAssembler::movsd(XMMRegister dst, AddressLiteral src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3365
  if (reachable(src)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3366
    Assembler::movsd(dst, as_Address(src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3367
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3368
    lea(rscratch1, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3369
    Assembler::movsd(dst, Address(rscratch1, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3370
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3371
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3372
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3373
void MacroAssembler::movss(XMMRegister dst, AddressLiteral src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3374
  if (reachable(src)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3375
    Assembler::movss(dst, as_Address(src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3376
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3377
    lea(rscratch1, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3378
    Assembler::movss(dst, Address(rscratch1, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3379
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3380
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3381
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3382
void MacroAssembler::mulsd(XMMRegister dst, AddressLiteral src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3383
  if (reachable(src)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3384
    Assembler::mulsd(dst, as_Address(src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3385
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3386
    lea(rscratch1, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3387
    Assembler::mulsd(dst, Address(rscratch1, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3388
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3389
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3390
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3391
void MacroAssembler::mulss(XMMRegister dst, AddressLiteral src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3392
  if (reachable(src)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3393
    Assembler::mulss(dst, as_Address(src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3394
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3395
    lea(rscratch1, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3396
    Assembler::mulss(dst, Address(rscratch1, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3397
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3398
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3399
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3400
void MacroAssembler::null_check(Register reg, int offset) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3401
  if (needs_explicit_null_check(offset)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3402
    // provoke OS NULL exception if reg = NULL by
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3403
    // accessing M[reg] w/o changing any (non-CC) registers
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3404
    // NOTE: cmpl is plenty here to provoke a segv
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3405
    cmpptr(rax, Address(reg, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3406
    // Note: should probably use testl(rax, Address(reg, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3407
    //       may be shorter code (however, this version of
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3408
    //       testl needs to be implemented first)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3409
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3410
    // nothing to do, (later) access of M[reg + offset]
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3411
    // will provoke OS NULL exception if reg = NULL
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3412
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3413
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3414
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3415
void MacroAssembler::os_breakpoint() {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3416
  // instead of directly emitting a breakpoint, call os:breakpoint for better debugability
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3417
  // (e.g., MSVC can't call ps() otherwise)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3418
  call(RuntimeAddress(CAST_FROM_FN_PTR(address, os::breakpoint)));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3419
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3420
46560
388aa8d67c80 8181449: Fix debug.hpp / globalDefinitions.hpp dependency inversion
kbarrett
parents: 46530
diff changeset
  3421
void MacroAssembler::unimplemented(const char* what) {
48968
8c64b94dca9d 8197608: MacroAssembler::unimplemented calls global operator new[]
thartmann
parents: 48826
diff changeset
  3422
  const char* buf = NULL;
8c64b94dca9d 8197608: MacroAssembler::unimplemented calls global operator new[]
thartmann
parents: 48826
diff changeset
  3423
  {
8c64b94dca9d 8197608: MacroAssembler::unimplemented calls global operator new[]
thartmann
parents: 48826
diff changeset
  3424
    ResourceMark rm;
8c64b94dca9d 8197608: MacroAssembler::unimplemented calls global operator new[]
thartmann
parents: 48826
diff changeset
  3425
    stringStream ss;
8c64b94dca9d 8197608: MacroAssembler::unimplemented calls global operator new[]
thartmann
parents: 48826
diff changeset
  3426
    ss.print("unimplemented: %s", what);
8c64b94dca9d 8197608: MacroAssembler::unimplemented calls global operator new[]
thartmann
parents: 48826
diff changeset
  3427
    buf = code_string(ss.as_string());
8c64b94dca9d 8197608: MacroAssembler::unimplemented calls global operator new[]
thartmann
parents: 48826
diff changeset
  3428
  }
8c64b94dca9d 8197608: MacroAssembler::unimplemented calls global operator new[]
thartmann
parents: 48826
diff changeset
  3429
  stop(buf);
46560
388aa8d67c80 8181449: Fix debug.hpp / globalDefinitions.hpp dependency inversion
kbarrett
parents: 46530
diff changeset
  3430
}
388aa8d67c80 8181449: Fix debug.hpp / globalDefinitions.hpp dependency inversion
kbarrett
parents: 46530
diff changeset
  3431
34162
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3432
#ifdef _LP64
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3433
#define XSTATE_BV 0x200
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3434
#endif
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3435
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3436
void MacroAssembler::pop_CPU_state() {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3437
  pop_FPU_state();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3438
  pop_IU_state();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3439
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3440
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3441
void MacroAssembler::pop_FPU_state() {
32727
320855c2baef 8132160: support for AVX 512 call frames and stack management
mcberg
parents: 32599
diff changeset
  3442
#ifndef _LP64
320855c2baef 8132160: support for AVX 512 call frames and stack management
mcberg
parents: 32599
diff changeset
  3443
  frstor(Address(rsp, 0));
320855c2baef 8132160: support for AVX 512 call frames and stack management
mcberg
parents: 32599
diff changeset
  3444
#else
34162
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3445
  fxrstor(Address(rsp, 0));
32727
320855c2baef 8132160: support for AVX 512 call frames and stack management
mcberg
parents: 32599
diff changeset
  3446
#endif
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3447
  addptr(rsp, FPUStateSizeInWords * wordSize);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3448
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3449
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3450
void MacroAssembler::pop_IU_state() {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3451
  popa();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3452
  LP64_ONLY(addq(rsp, 8));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3453
  popf();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3454
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3455
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3456
// Save Integer and Float state
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3457
// Warning: Stack must be 16 byte aligned (64bit)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3458
void MacroAssembler::push_CPU_state() {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3459
  push_IU_state();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3460
  push_FPU_state();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3461
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3462
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3463
void MacroAssembler::push_FPU_state() {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3464
  subptr(rsp, FPUStateSizeInWords * wordSize);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3465
#ifndef _LP64
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3466
  fnsave(Address(rsp, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3467
  fwait();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3468
#else
34162
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3469
  fxsave(Address(rsp, 0));
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3470
#endif // LP64
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3471
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3472
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3473
void MacroAssembler::push_IU_state() {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3474
  // Push flags first because pusha kills them
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3475
  pushf();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3476
  // Make sure rsp stays 16-byte aligned
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3477
  LP64_ONLY(subq(rsp, 8));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3478
  pusha();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3479
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3480
40644
39e631ed7145 8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod
dlong
parents: 39256
diff changeset
  3481
void MacroAssembler::reset_last_Java_frame(Register java_thread, bool clear_fp) { // determine java_thread register
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3482
  if (!java_thread->is_valid()) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3483
    java_thread = rdi;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3484
    get_thread(java_thread);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3485
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3486
  // we must set sp to zero to clear frame
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3487
  movptr(Address(java_thread, JavaThread::last_Java_sp_offset()), NULL_WORD);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3488
  if (clear_fp) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3489
    movptr(Address(java_thread, JavaThread::last_Java_fp_offset()), NULL_WORD);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3490
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3491
40644
39e631ed7145 8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod
dlong
parents: 39256
diff changeset
  3492
  // Always clear the pc because it could have been set by make_walkable()
39e631ed7145 8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod
dlong
parents: 39256
diff changeset
  3493
  movptr(Address(java_thread, JavaThread::last_Java_pc_offset()), NULL_WORD);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3494
46440
61025eecb743 8178811: Minimize the AVX <-> SSE transition penalty through generation of vzeroupper instruction on x86
vdeshpande
parents: 44406
diff changeset
  3495
  vzeroupper();
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3496
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3497
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3498
void MacroAssembler::restore_rax(Register tmp) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3499
  if (tmp == noreg) pop(rax);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3500
  else if (tmp != rax) mov(rax, tmp);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3501
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3502
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3503
void MacroAssembler::round_to(Register reg, int modulus) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3504
  addptr(reg, modulus - 1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3505
  andptr(reg, -modulus);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3506
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3507
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3508
void MacroAssembler::save_rax(Register tmp) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3509
  if (tmp == noreg) push(rax);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3510
  else if (tmp != rax) mov(tmp, rax);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3511
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3512
47881
0ce0ac68ace7 8189941: Implementation JEP 312: Thread-local handshake
rehn
parents: 47765
diff changeset
  3513
void MacroAssembler::safepoint_poll(Label& slow_path, Register thread_reg, Register temp_reg) {
0ce0ac68ace7 8189941: Implementation JEP 312: Thread-local handshake
rehn
parents: 47765
diff changeset
  3514
  if (SafepointMechanism::uses_thread_local_poll()) {
49027
8dc742d9bbab 8195112: x86 (32 bit): implementation for Thread-local handshakes
mdoerr
parents: 49010
diff changeset
  3515
#ifdef _LP64
8dc742d9bbab 8195112: x86 (32 bit): implementation for Thread-local handshakes
mdoerr
parents: 49010
diff changeset
  3516
    assert(thread_reg == r15_thread, "should be");
8dc742d9bbab 8195112: x86 (32 bit): implementation for Thread-local handshakes
mdoerr
parents: 49010
diff changeset
  3517
#else
8dc742d9bbab 8195112: x86 (32 bit): implementation for Thread-local handshakes
mdoerr
parents: 49010
diff changeset
  3518
    if (thread_reg == noreg) {
8dc742d9bbab 8195112: x86 (32 bit): implementation for Thread-local handshakes
mdoerr
parents: 49010
diff changeset
  3519
      thread_reg = temp_reg;
8dc742d9bbab 8195112: x86 (32 bit): implementation for Thread-local handshakes
mdoerr
parents: 49010
diff changeset
  3520
      get_thread(thread_reg);
8dc742d9bbab 8195112: x86 (32 bit): implementation for Thread-local handshakes
mdoerr
parents: 49010
diff changeset
  3521
    }
8dc742d9bbab 8195112: x86 (32 bit): implementation for Thread-local handshakes
mdoerr
parents: 49010
diff changeset
  3522
#endif
8dc742d9bbab 8195112: x86 (32 bit): implementation for Thread-local handshakes
mdoerr
parents: 49010
diff changeset
  3523
    testb(Address(thread_reg, Thread::polling_page_offset()), SafepointMechanism::poll_bit());
47881
0ce0ac68ace7 8189941: Implementation JEP 312: Thread-local handshake
rehn
parents: 47765
diff changeset
  3524
    jcc(Assembler::notZero, slow_path); // handshake bit set implies poll
0ce0ac68ace7 8189941: Implementation JEP 312: Thread-local handshake
rehn
parents: 47765
diff changeset
  3525
  } else {
0ce0ac68ace7 8189941: Implementation JEP 312: Thread-local handshake
rehn
parents: 47765
diff changeset
  3526
    cmp32(ExternalAddress(SafepointSynchronize::address_of_state()),
0ce0ac68ace7 8189941: Implementation JEP 312: Thread-local handshake
rehn
parents: 47765
diff changeset
  3527
        SafepointSynchronize::_not_synchronized);
0ce0ac68ace7 8189941: Implementation JEP 312: Thread-local handshake
rehn
parents: 47765
diff changeset
  3528
    jcc(Assembler::notEqual, slow_path);
0ce0ac68ace7 8189941: Implementation JEP 312: Thread-local handshake
rehn
parents: 47765
diff changeset
  3529
  }
0ce0ac68ace7 8189941: Implementation JEP 312: Thread-local handshake
rehn
parents: 47765
diff changeset
  3530
}
0ce0ac68ace7 8189941: Implementation JEP 312: Thread-local handshake
rehn
parents: 47765
diff changeset
  3531
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3532
// Calls to C land
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3533
//
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3534
// When entering C land, the rbp, & rsp of the last Java frame have to be recorded
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3535
// in the (thread-local) JavaThread object. When leaving C land, the last Java fp
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3536
// has to be reset to 0. This is required to allow proper stack traversal.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3537
void MacroAssembler::set_last_Java_frame(Register java_thread,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3538
                                         Register last_java_sp,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3539
                                         Register last_java_fp,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3540
                                         address  last_java_pc) {
46440
61025eecb743 8178811: Minimize the AVX <-> SSE transition penalty through generation of vzeroupper instruction on x86
vdeshpande
parents: 44406
diff changeset
  3541
  vzeroupper();
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3542
  // determine java_thread register
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3543
  if (!java_thread->is_valid()) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3544
    java_thread = rdi;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3545
    get_thread(java_thread);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3546
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3547
  // determine last_java_sp register
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3548
  if (!last_java_sp->is_valid()) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3549
    last_java_sp = rsp;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3550
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3551
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3552
  // last_java_fp is optional
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3553
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3554
  if (last_java_fp->is_valid()) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3555
    movptr(Address(java_thread, JavaThread::last_Java_fp_offset()), last_java_fp);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3556
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3557
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3558
  // last_java_pc is optional
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3559
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3560
  if (last_java_pc != NULL) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3561
    lea(Address(java_thread,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3562
                 JavaThread::frame_anchor_offset() + JavaFrameAnchor::last_Java_pc_offset()),
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3563
        InternalAddress(last_java_pc));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3564
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3565
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3566
  movptr(Address(java_thread, JavaThread::last_Java_sp_offset()), last_java_sp);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3567
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3568
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3569
void MacroAssembler::shlptr(Register dst, int imm8) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3570
  LP64_ONLY(shlq(dst, imm8)) NOT_LP64(shll(dst, imm8));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3571
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3572
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3573
void MacroAssembler::shrptr(Register dst, int imm8) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3574
  LP64_ONLY(shrq(dst, imm8)) NOT_LP64(shrl(dst, imm8));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3575
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3576
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3577
void MacroAssembler::sign_extend_byte(Register reg) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3578
  if (LP64_ONLY(true ||) (VM_Version::is_P6() && reg->has_byte_register())) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3579
    movsbl(reg, reg); // movsxb
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3580
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3581
    shll(reg, 24);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3582
    sarl(reg, 24);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3583
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3584
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3585
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3586
void MacroAssembler::sign_extend_short(Register reg) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3587
  if (LP64_ONLY(true ||) VM_Version::is_P6()) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3588
    movswl(reg, reg); // movsxw
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3589
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3590
    shll(reg, 16);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3591
    sarl(reg, 16);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3592
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3593
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3594
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3595
void MacroAssembler::testl(Register dst, AddressLiteral src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3596
  assert(reachable(src), "Address should be reachable");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3597
  testl(dst, as_Address(src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3598
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3599
34203
6817dadf6c7e 8142980: SKX SpecJvm2008 - Derby
mcberg
parents: 34185
diff changeset
  3600
void MacroAssembler::pcmpeqb(XMMRegister dst, XMMRegister src) {
51857
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3601
  assert(((dst->encoding() < 16 && src->encoding() < 16) || VM_Version::supports_avx512vlbw()),"XMM register should be 0-15");
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3602
  Assembler::pcmpeqb(dst, src);
34203
6817dadf6c7e 8142980: SKX SpecJvm2008 - Derby
mcberg
parents: 34185
diff changeset
  3603
}
6817dadf6c7e 8142980: SKX SpecJvm2008 - Derby
mcberg
parents: 34185
diff changeset
  3604
6817dadf6c7e 8142980: SKX SpecJvm2008 - Derby
mcberg
parents: 34185
diff changeset
  3605
void MacroAssembler::pcmpeqw(XMMRegister dst, XMMRegister src) {
51857
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3606
  assert(((dst->encoding() < 16 && src->encoding() < 16) || VM_Version::supports_avx512vlbw()),"XMM register should be 0-15");
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3607
  Assembler::pcmpeqw(dst, src);
34203
6817dadf6c7e 8142980: SKX SpecJvm2008 - Derby
mcberg
parents: 34185
diff changeset
  3608
}
6817dadf6c7e 8142980: SKX SpecJvm2008 - Derby
mcberg
parents: 34185
diff changeset
  3609
6817dadf6c7e 8142980: SKX SpecJvm2008 - Derby
mcberg
parents: 34185
diff changeset
  3610
void MacroAssembler::pcmpestri(XMMRegister dst, Address src, int imm8) {
51857
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3611
  assert((dst->encoding() < 16),"XMM register should be 0-15");
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3612
  Assembler::pcmpestri(dst, src, imm8);
34203
6817dadf6c7e 8142980: SKX SpecJvm2008 - Derby
mcberg
parents: 34185
diff changeset
  3613
}
6817dadf6c7e 8142980: SKX SpecJvm2008 - Derby
mcberg
parents: 34185
diff changeset
  3614
6817dadf6c7e 8142980: SKX SpecJvm2008 - Derby
mcberg
parents: 34185
diff changeset
  3615
void MacroAssembler::pcmpestri(XMMRegister dst, XMMRegister src, int imm8) {
51857
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3616
  assert((dst->encoding() < 16 && src->encoding() < 16),"XMM register should be 0-15");
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3617
  Assembler::pcmpestri(dst, src, imm8);
34203
6817dadf6c7e 8142980: SKX SpecJvm2008 - Derby
mcberg
parents: 34185
diff changeset
  3618
}
6817dadf6c7e 8142980: SKX SpecJvm2008 - Derby
mcberg
parents: 34185
diff changeset
  3619
6817dadf6c7e 8142980: SKX SpecJvm2008 - Derby
mcberg
parents: 34185
diff changeset
  3620
void MacroAssembler::pmovzxbw(XMMRegister dst, XMMRegister src) {
51857
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3621
  assert(((dst->encoding() < 16 && src->encoding() < 16) || VM_Version::supports_avx512vlbw()),"XMM register should be 0-15");
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3622
  Assembler::pmovzxbw(dst, src);
34203
6817dadf6c7e 8142980: SKX SpecJvm2008 - Derby
mcberg
parents: 34185
diff changeset
  3623
}
6817dadf6c7e 8142980: SKX SpecJvm2008 - Derby
mcberg
parents: 34185
diff changeset
  3624
6817dadf6c7e 8142980: SKX SpecJvm2008 - Derby
mcberg
parents: 34185
diff changeset
  3625
void MacroAssembler::pmovzxbw(XMMRegister dst, Address src) {
51857
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3626
  assert(((dst->encoding() < 16) || VM_Version::supports_avx512vlbw()),"XMM register should be 0-15");
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3627
  Assembler::pmovzxbw(dst, src);
34203
6817dadf6c7e 8142980: SKX SpecJvm2008 - Derby
mcberg
parents: 34185
diff changeset
  3628
}
6817dadf6c7e 8142980: SKX SpecJvm2008 - Derby
mcberg
parents: 34185
diff changeset
  3629
6817dadf6c7e 8142980: SKX SpecJvm2008 - Derby
mcberg
parents: 34185
diff changeset
  3630
void MacroAssembler::pmovmskb(Register dst, XMMRegister src) {
51857
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3631
  assert((src->encoding() < 16),"XMM register should be 0-15");
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3632
  Assembler::pmovmskb(dst, src);
34203
6817dadf6c7e 8142980: SKX SpecJvm2008 - Derby
mcberg
parents: 34185
diff changeset
  3633
}
6817dadf6c7e 8142980: SKX SpecJvm2008 - Derby
mcberg
parents: 34185
diff changeset
  3634
6817dadf6c7e 8142980: SKX SpecJvm2008 - Derby
mcberg
parents: 34185
diff changeset
  3635
void MacroAssembler::ptest(XMMRegister dst, XMMRegister src) {
51857
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3636
  assert((dst->encoding() < 16 && src->encoding() < 16),"XMM register should be 0-15");
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3637
  Assembler::ptest(dst, src);
34203
6817dadf6c7e 8142980: SKX SpecJvm2008 - Derby
mcberg
parents: 34185
diff changeset
  3638
}
6817dadf6c7e 8142980: SKX SpecJvm2008 - Derby
mcberg
parents: 34185
diff changeset
  3639
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3640
void MacroAssembler::sqrtsd(XMMRegister dst, AddressLiteral src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3641
  if (reachable(src)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3642
    Assembler::sqrtsd(dst, as_Address(src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3643
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3644
    lea(rscratch1, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3645
    Assembler::sqrtsd(dst, Address(rscratch1, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3646
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3647
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3648
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3649
void MacroAssembler::sqrtss(XMMRegister dst, AddressLiteral src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3650
  if (reachable(src)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3651
    Assembler::sqrtss(dst, as_Address(src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3652
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3653
    lea(rscratch1, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3654
    Assembler::sqrtss(dst, Address(rscratch1, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3655
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3656
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3657
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3658
void MacroAssembler::subsd(XMMRegister dst, AddressLiteral src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3659
  if (reachable(src)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3660
    Assembler::subsd(dst, as_Address(src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3661
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3662
    lea(rscratch1, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3663
    Assembler::subsd(dst, Address(rscratch1, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3664
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3665
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3666
58421
6fc57e391539 8226721: Missing intrinsics for Math.ceil, floor, rint
neliasso
parents: 58103
diff changeset
  3667
void MacroAssembler::roundsd(XMMRegister dst, AddressLiteral src, int32_t rmode, Register scratch_reg) {
6fc57e391539 8226721: Missing intrinsics for Math.ceil, floor, rint
neliasso
parents: 58103
diff changeset
  3668
  if (reachable(src)) {
6fc57e391539 8226721: Missing intrinsics for Math.ceil, floor, rint
neliasso
parents: 58103
diff changeset
  3669
    Assembler::roundsd(dst, as_Address(src), rmode);
6fc57e391539 8226721: Missing intrinsics for Math.ceil, floor, rint
neliasso
parents: 58103
diff changeset
  3670
  } else {
6fc57e391539 8226721: Missing intrinsics for Math.ceil, floor, rint
neliasso
parents: 58103
diff changeset
  3671
    lea(scratch_reg, src);
6fc57e391539 8226721: Missing intrinsics for Math.ceil, floor, rint
neliasso
parents: 58103
diff changeset
  3672
    Assembler::roundsd(dst, Address(scratch_reg, 0), rmode);
6fc57e391539 8226721: Missing intrinsics for Math.ceil, floor, rint
neliasso
parents: 58103
diff changeset
  3673
  }
6fc57e391539 8226721: Missing intrinsics for Math.ceil, floor, rint
neliasso
parents: 58103
diff changeset
  3674
}
6fc57e391539 8226721: Missing intrinsics for Math.ceil, floor, rint
neliasso
parents: 58103
diff changeset
  3675
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3676
void MacroAssembler::subss(XMMRegister dst, AddressLiteral src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3677
  if (reachable(src)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3678
    Assembler::subss(dst, as_Address(src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3679
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3680
    lea(rscratch1, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3681
    Assembler::subss(dst, Address(rscratch1, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3682
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3683
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3684
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3685
void MacroAssembler::ucomisd(XMMRegister dst, AddressLiteral src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3686
  if (reachable(src)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3687
    Assembler::ucomisd(dst, as_Address(src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3688
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3689
    lea(rscratch1, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3690
    Assembler::ucomisd(dst, Address(rscratch1, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3691
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3692
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3693
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3694
void MacroAssembler::ucomiss(XMMRegister dst, AddressLiteral src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3695
  if (reachable(src)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3696
    Assembler::ucomiss(dst, as_Address(src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3697
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3698
    lea(rscratch1, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3699
    Assembler::ucomiss(dst, Address(rscratch1, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3700
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3701
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3702
54750
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  3703
void MacroAssembler::xorpd(XMMRegister dst, AddressLiteral src, Register scratch_reg) {
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3704
  // Used in sign-bit flipping with aligned address.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3705
  assert((UseAVX > 0) || (((intptr_t)src.target() & 15) == 0), "SSE mode requires address alignment 16 bytes");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3706
  if (reachable(src)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3707
    Assembler::xorpd(dst, as_Address(src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3708
  } else {
54750
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  3709
    lea(scratch_reg, src);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  3710
    Assembler::xorpd(dst, Address(scratch_reg, 0));
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3711
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3712
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3713
34162
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3714
void MacroAssembler::xorpd(XMMRegister dst, XMMRegister src) {
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3715
  if (UseAVX > 2 && !VM_Version::supports_avx512dq() && (dst->encoding() == src->encoding())) {
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3716
    Assembler::vpxor(dst, dst, src, Assembler::AVX_512bit);
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3717
  }
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3718
  else {
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3719
    Assembler::xorpd(dst, src);
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3720
  }
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3721
}
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3722
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3723
void MacroAssembler::xorps(XMMRegister dst, XMMRegister src) {
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3724
  if (UseAVX > 2 && !VM_Version::supports_avx512dq() && (dst->encoding() == src->encoding())) {
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3725
    Assembler::vpxor(dst, dst, src, Assembler::AVX_512bit);
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3726
  } else {
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3727
    Assembler::xorps(dst, src);
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3728
  }
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3729
}
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3730
54750
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  3731
void MacroAssembler::xorps(XMMRegister dst, AddressLiteral src, Register scratch_reg) {
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3732
  // Used in sign-bit flipping with aligned address.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3733
  assert((UseAVX > 0) || (((intptr_t)src.target() & 15) == 0), "SSE mode requires address alignment 16 bytes");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3734
  if (reachable(src)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3735
    Assembler::xorps(dst, as_Address(src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3736
  } else {
54750
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  3737
    lea(scratch_reg, src);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  3738
    Assembler::xorps(dst, Address(scratch_reg, 0));
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3739
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3740
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3741
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3742
void MacroAssembler::pshufb(XMMRegister dst, AddressLiteral src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3743
  // Used in sign-bit flipping with aligned address.
14834
f29c91f2f22b 8004835: Improve AES intrinsics on x86
kvn
parents: 14631
diff changeset
  3744
  bool aligned_adr = (((intptr_t)src.target() & 15) == 0);
f29c91f2f22b 8004835: Improve AES intrinsics on x86
kvn
parents: 14631
diff changeset
  3745
  assert((UseAVX > 0) || aligned_adr, "SSE mode requires address alignment 16 bytes");
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3746
  if (reachable(src)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3747
    Assembler::pshufb(dst, as_Address(src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3748
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3749
    lea(rscratch1, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3750
    Assembler::pshufb(dst, Address(rscratch1, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3751
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3752
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3753
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3754
// AVX 3-operands instructions
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3755
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3756
void MacroAssembler::vaddsd(XMMRegister dst, XMMRegister nds, AddressLiteral src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3757
  if (reachable(src)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3758
    vaddsd(dst, nds, as_Address(src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3759
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3760
    lea(rscratch1, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3761
    vaddsd(dst, nds, Address(rscratch1, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3762
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3763
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3764
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3765
void MacroAssembler::vaddss(XMMRegister dst, XMMRegister nds, AddressLiteral src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3766
  if (reachable(src)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3767
    vaddss(dst, nds, as_Address(src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3768
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3769
    lea(rscratch1, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3770
    vaddss(dst, nds, Address(rscratch1, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3771
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3772
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3773
58977
c6a789f495fe 8233741: AES Countermode (AES-CTR) optimization using AVX512 + VAES instructions
kvn
parents: 58638
diff changeset
  3774
void MacroAssembler::vpaddd(XMMRegister dst, XMMRegister nds, AddressLiteral src, int vector_len, Register rscratch) {
c6a789f495fe 8233741: AES Countermode (AES-CTR) optimization using AVX512 + VAES instructions
kvn
parents: 58638
diff changeset
  3775
  assert(UseAVX > 0, "requires some form of AVX");
c6a789f495fe 8233741: AES Countermode (AES-CTR) optimization using AVX512 + VAES instructions
kvn
parents: 58638
diff changeset
  3776
  if (reachable(src)) {
c6a789f495fe 8233741: AES Countermode (AES-CTR) optimization using AVX512 + VAES instructions
kvn
parents: 58638
diff changeset
  3777
    Assembler::vpaddd(dst, nds, as_Address(src), vector_len);
c6a789f495fe 8233741: AES Countermode (AES-CTR) optimization using AVX512 + VAES instructions
kvn
parents: 58638
diff changeset
  3778
  } else {
c6a789f495fe 8233741: AES Countermode (AES-CTR) optimization using AVX512 + VAES instructions
kvn
parents: 58638
diff changeset
  3779
    lea(rscratch, src);
c6a789f495fe 8233741: AES Countermode (AES-CTR) optimization using AVX512 + VAES instructions
kvn
parents: 58638
diff changeset
  3780
    Assembler::vpaddd(dst, nds, Address(rscratch, 0), vector_len);
c6a789f495fe 8233741: AES Countermode (AES-CTR) optimization using AVX512 + VAES instructions
kvn
parents: 58638
diff changeset
  3781
  }
c6a789f495fe 8233741: AES Countermode (AES-CTR) optimization using AVX512 + VAES instructions
kvn
parents: 58638
diff changeset
  3782
}
c6a789f495fe 8233741: AES Countermode (AES-CTR) optimization using AVX512 + VAES instructions
kvn
parents: 58638
diff changeset
  3783
34162
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3784
void MacroAssembler::vabsss(XMMRegister dst, XMMRegister nds, XMMRegister src, AddressLiteral negate_field, int vector_len) {
51857
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3785
  assert(((dst->encoding() < 16 && src->encoding() < 16 && nds->encoding() < 16) || VM_Version::supports_avx512vldq()),"XMM register should be 0-15");
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3786
  vandps(dst, nds, negate_field, vector_len);
34162
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3787
}
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3788
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3789
void MacroAssembler::vabssd(XMMRegister dst, XMMRegister nds, XMMRegister src, AddressLiteral negate_field, int vector_len) {
51857
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3790
  assert(((dst->encoding() < 16 && src->encoding() < 16 && nds->encoding() < 16) || VM_Version::supports_avx512vldq()),"XMM register should be 0-15");
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3791
  vandpd(dst, nds, negate_field, vector_len);
34162
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3792
}
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3793
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3794
void MacroAssembler::vpaddb(XMMRegister dst, XMMRegister nds, XMMRegister src, int vector_len) {
51857
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3795
  assert(((dst->encoding() < 16 && src->encoding() < 16 && nds->encoding() < 16) || VM_Version::supports_avx512vlbw()),"XMM register should be 0-15");
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3796
  Assembler::vpaddb(dst, nds, src, vector_len);
34162
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3797
}
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3798
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3799
void MacroAssembler::vpaddb(XMMRegister dst, XMMRegister nds, Address src, int vector_len) {
51857
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3800
  assert(((dst->encoding() < 16 && nds->encoding() < 16) || VM_Version::supports_avx512vlbw()),"XMM register should be 0-15");
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3801
  Assembler::vpaddb(dst, nds, src, vector_len);
34162
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3802
}
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3803
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3804
void MacroAssembler::vpaddw(XMMRegister dst, XMMRegister nds, XMMRegister src, int vector_len) {
51857
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3805
  assert(((dst->encoding() < 16 && src->encoding() < 16 && nds->encoding() < 16) || VM_Version::supports_avx512vlbw()),"XMM register should be 0-15");
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3806
  Assembler::vpaddw(dst, nds, src, vector_len);
34162
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3807
}
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3808
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3809
void MacroAssembler::vpaddw(XMMRegister dst, XMMRegister nds, Address src, int vector_len) {
51857
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3810
  assert(((dst->encoding() < 16 && nds->encoding() < 16) || VM_Version::supports_avx512vlbw()),"XMM register should be 0-15");
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3811
  Assembler::vpaddw(dst, nds, src, vector_len);
34162
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3812
}
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3813
54750
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  3814
void MacroAssembler::vpand(XMMRegister dst, XMMRegister nds, AddressLiteral src, int vector_len, Register scratch_reg) {
42039
db627462f2c9 8165381: Update for x86 SHA512 using AVX2
kvn
parents: 41323
diff changeset
  3815
  if (reachable(src)) {
db627462f2c9 8165381: Update for x86 SHA512 using AVX2
kvn
parents: 41323
diff changeset
  3816
    Assembler::vpand(dst, nds, as_Address(src), vector_len);
db627462f2c9 8165381: Update for x86 SHA512 using AVX2
kvn
parents: 41323
diff changeset
  3817
  } else {
54750
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  3818
    lea(scratch_reg, src);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  3819
    Assembler::vpand(dst, nds, Address(scratch_reg, 0), vector_len);
42039
db627462f2c9 8165381: Update for x86 SHA512 using AVX2
kvn
parents: 41323
diff changeset
  3820
  }
db627462f2c9 8165381: Update for x86 SHA512 using AVX2
kvn
parents: 41323
diff changeset
  3821
}
db627462f2c9 8165381: Update for x86 SHA512 using AVX2
kvn
parents: 41323
diff changeset
  3822
51857
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3823
void MacroAssembler::vpbroadcastw(XMMRegister dst, XMMRegister src, int vector_len) {
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3824
  assert(((dst->encoding() < 16 && src->encoding() < 16) || VM_Version::supports_avx512vlbw()),"XMM register should be 0-15");
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3825
  Assembler::vpbroadcastw(dst, src, vector_len);
34203
6817dadf6c7e 8142980: SKX SpecJvm2008 - Derby
mcberg
parents: 34185
diff changeset
  3826
}
6817dadf6c7e 8142980: SKX SpecJvm2008 - Derby
mcberg
parents: 34185
diff changeset
  3827
6817dadf6c7e 8142980: SKX SpecJvm2008 - Derby
mcberg
parents: 34185
diff changeset
  3828
void MacroAssembler::vpcmpeqb(XMMRegister dst, XMMRegister nds, XMMRegister src, int vector_len) {
51857
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3829
  assert(((dst->encoding() < 16 && src->encoding() < 16 && nds->encoding() < 16) || VM_Version::supports_avx512vlbw()),"XMM register should be 0-15");
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3830
  Assembler::vpcmpeqb(dst, nds, src, vector_len);
34203
6817dadf6c7e 8142980: SKX SpecJvm2008 - Derby
mcberg
parents: 34185
diff changeset
  3831
}
6817dadf6c7e 8142980: SKX SpecJvm2008 - Derby
mcberg
parents: 34185
diff changeset
  3832
6817dadf6c7e 8142980: SKX SpecJvm2008 - Derby
mcberg
parents: 34185
diff changeset
  3833
void MacroAssembler::vpcmpeqw(XMMRegister dst, XMMRegister nds, XMMRegister src, int vector_len) {
51857
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3834
  assert(((dst->encoding() < 16 && src->encoding() < 16 && nds->encoding() < 16) || VM_Version::supports_avx512vlbw()),"XMM register should be 0-15");
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3835
  Assembler::vpcmpeqw(dst, nds, src, vector_len);
34203
6817dadf6c7e 8142980: SKX SpecJvm2008 - Derby
mcberg
parents: 34185
diff changeset
  3836
}
6817dadf6c7e 8142980: SKX SpecJvm2008 - Derby
mcberg
parents: 34185
diff changeset
  3837
6817dadf6c7e 8142980: SKX SpecJvm2008 - Derby
mcberg
parents: 34185
diff changeset
  3838
void MacroAssembler::vpmovzxbw(XMMRegister dst, Address src, int vector_len) {
51857
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3839
  assert(((dst->encoding() < 16) || VM_Version::supports_avx512vlbw()),"XMM register should be 0-15");
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3840
  Assembler::vpmovzxbw(dst, src, vector_len);
34203
6817dadf6c7e 8142980: SKX SpecJvm2008 - Derby
mcberg
parents: 34185
diff changeset
  3841
}
6817dadf6c7e 8142980: SKX SpecJvm2008 - Derby
mcberg
parents: 34185
diff changeset
  3842
6817dadf6c7e 8142980: SKX SpecJvm2008 - Derby
mcberg
parents: 34185
diff changeset
  3843
void MacroAssembler::vpmovmskb(Register dst, XMMRegister src) {
51857
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3844
  assert((src->encoding() < 16),"XMM register should be 0-15");
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3845
  Assembler::vpmovmskb(dst, src);
34203
6817dadf6c7e 8142980: SKX SpecJvm2008 - Derby
mcberg
parents: 34185
diff changeset
  3846
}
6817dadf6c7e 8142980: SKX SpecJvm2008 - Derby
mcberg
parents: 34185
diff changeset
  3847
6817dadf6c7e 8142980: SKX SpecJvm2008 - Derby
mcberg
parents: 34185
diff changeset
  3848
void MacroAssembler::vpmullw(XMMRegister dst, XMMRegister nds, XMMRegister src, int vector_len) {
51857
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3849
  assert(((dst->encoding() < 16 && src->encoding() < 16 && nds->encoding() < 16) || VM_Version::supports_avx512vlbw()),"XMM register should be 0-15");
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3850
  Assembler::vpmullw(dst, nds, src, vector_len);
34203
6817dadf6c7e 8142980: SKX SpecJvm2008 - Derby
mcberg
parents: 34185
diff changeset
  3851
}
6817dadf6c7e 8142980: SKX SpecJvm2008 - Derby
mcberg
parents: 34185
diff changeset
  3852
6817dadf6c7e 8142980: SKX SpecJvm2008 - Derby
mcberg
parents: 34185
diff changeset
  3853
void MacroAssembler::vpmullw(XMMRegister dst, XMMRegister nds, Address src, int vector_len) {
51857
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3854
  assert(((dst->encoding() < 16 && nds->encoding() < 16) || VM_Version::supports_avx512vlbw()),"XMM register should be 0-15");
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3855
  Assembler::vpmullw(dst, nds, src, vector_len);
34203
6817dadf6c7e 8142980: SKX SpecJvm2008 - Derby
mcberg
parents: 34185
diff changeset
  3856
}
6817dadf6c7e 8142980: SKX SpecJvm2008 - Derby
mcberg
parents: 34185
diff changeset
  3857
34162
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3858
void MacroAssembler::vpsubb(XMMRegister dst, XMMRegister nds, XMMRegister src, int vector_len) {
51857
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3859
  assert(((dst->encoding() < 16 && src->encoding() < 16 && nds->encoding() < 16) || VM_Version::supports_avx512vlbw()),"XMM register should be 0-15");
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3860
  Assembler::vpsubb(dst, nds, src, vector_len);
34162
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3861
}
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3862
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3863
void MacroAssembler::vpsubb(XMMRegister dst, XMMRegister nds, Address src, int vector_len) {
51857
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3864
  assert(((dst->encoding() < 16 && nds->encoding() < 16) || VM_Version::supports_avx512vlbw()),"XMM register should be 0-15");
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3865
  Assembler::vpsubb(dst, nds, src, vector_len);
34162
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3866
}
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3867
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3868
void MacroAssembler::vpsubw(XMMRegister dst, XMMRegister nds, XMMRegister src, int vector_len) {
51857
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3869
  assert(((dst->encoding() < 16 && src->encoding() < 16 && nds->encoding() < 16) || VM_Version::supports_avx512vlbw()),"XMM register should be 0-15");
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3870
  Assembler::vpsubw(dst, nds, src, vector_len);
34162
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3871
}
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3872
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3873
void MacroAssembler::vpsubw(XMMRegister dst, XMMRegister nds, Address src, int vector_len) {
51857
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3874
  assert(((dst->encoding() < 16 && nds->encoding() < 16) || VM_Version::supports_avx512vlbw()),"XMM register should be 0-15");
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3875
  Assembler::vpsubw(dst, nds, src, vector_len);
34162
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3876
}
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3877
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3878
void MacroAssembler::vpsraw(XMMRegister dst, XMMRegister nds, XMMRegister shift, int vector_len) {
51857
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3879
  assert(((dst->encoding() < 16 && shift->encoding() < 16 && nds->encoding() < 16) || VM_Version::supports_avx512vlbw()),"XMM register should be 0-15");
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3880
  Assembler::vpsraw(dst, nds, shift, vector_len);
34162
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3881
}
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3882
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3883
void MacroAssembler::vpsraw(XMMRegister dst, XMMRegister nds, int shift, int vector_len) {
51857
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3884
  assert(((dst->encoding() < 16 && nds->encoding() < 16) || VM_Version::supports_avx512vlbw()),"XMM register should be 0-15");
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3885
  Assembler::vpsraw(dst, nds, shift, vector_len);
34162
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3886
}
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3887
54750
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  3888
void MacroAssembler::evpsraq(XMMRegister dst, XMMRegister nds, XMMRegister shift, int vector_len) {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  3889
  assert(UseAVX > 2,"");
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  3890
  if (!VM_Version::supports_avx512vl() && vector_len < 2) {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  3891
     vector_len = 2;
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  3892
  }
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  3893
  Assembler::evpsraq(dst, nds, shift, vector_len);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  3894
}
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  3895
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  3896
void MacroAssembler::evpsraq(XMMRegister dst, XMMRegister nds, int shift, int vector_len) {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  3897
  assert(UseAVX > 2,"");
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  3898
  if (!VM_Version::supports_avx512vl() && vector_len < 2) {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  3899
     vector_len = 2;
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  3900
  }
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  3901
  Assembler::evpsraq(dst, nds, shift, vector_len);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  3902
}
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  3903
34162
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3904
void MacroAssembler::vpsrlw(XMMRegister dst, XMMRegister nds, XMMRegister shift, int vector_len) {
51857
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3905
  assert(((dst->encoding() < 16 && shift->encoding() < 16 && nds->encoding() < 16) || VM_Version::supports_avx512vlbw()),"XMM register should be 0-15");
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3906
  Assembler::vpsrlw(dst, nds, shift, vector_len);
34162
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3907
}
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3908
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3909
void MacroAssembler::vpsrlw(XMMRegister dst, XMMRegister nds, int shift, int vector_len) {
51857
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3910
  assert(((dst->encoding() < 16 && nds->encoding() < 16) || VM_Version::supports_avx512vlbw()),"XMM register should be 0-15");
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3911
  Assembler::vpsrlw(dst, nds, shift, vector_len);
34162
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3912
}
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3913
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3914
void MacroAssembler::vpsllw(XMMRegister dst, XMMRegister nds, XMMRegister shift, int vector_len) {
51857
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3915
  assert(((dst->encoding() < 16 && shift->encoding() < 16 && nds->encoding() < 16) || VM_Version::supports_avx512vlbw()),"XMM register should be 0-15");
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3916
  Assembler::vpsllw(dst, nds, shift, vector_len);
34162
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3917
}
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3918
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3919
void MacroAssembler::vpsllw(XMMRegister dst, XMMRegister nds, int shift, int vector_len) {
51857
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3920
  assert(((dst->encoding() < 16 && nds->encoding() < 16) || VM_Version::supports_avx512vlbw()),"XMM register should be 0-15");
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3921
  Assembler::vpsllw(dst, nds, shift, vector_len);
34162
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3922
}
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3923
34203
6817dadf6c7e 8142980: SKX SpecJvm2008 - Derby
mcberg
parents: 34185
diff changeset
  3924
void MacroAssembler::vptest(XMMRegister dst, XMMRegister src) {
51857
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3925
  assert((dst->encoding() < 16 && src->encoding() < 16),"XMM register should be 0-15");
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3926
  Assembler::vptest(dst, src);
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3927
}
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3928
34162
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3929
void MacroAssembler::punpcklbw(XMMRegister dst, XMMRegister src) {
51857
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3930
  assert(((dst->encoding() < 16 && src->encoding() < 16) || VM_Version::supports_avx512vlbw()),"XMM register should be 0-15");
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3931
  Assembler::punpcklbw(dst, src);
34162
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3932
}
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3933
45236
1b8879e6d9c2 8178800: compiler/c2/PolynomialRoot.java fails on Xeon Phi linux host with UseAVX=3
mcberg
parents: 44406
diff changeset
  3934
void MacroAssembler::pshufd(XMMRegister dst, Address src, int mode) {
51857
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3935
  assert(((dst->encoding() < 16) || VM_Version::supports_avx512vl()),"XMM register should be 0-15");
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3936
  Assembler::pshufd(dst, src, mode);
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3937
}
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3938
34162
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3939
void MacroAssembler::pshuflw(XMMRegister dst, XMMRegister src, int mode) {
51857
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3940
  assert(((dst->encoding() < 16 && src->encoding() < 16) || VM_Version::supports_avx512vlbw()),"XMM register should be 0-15");
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  3941
  Assembler::pshuflw(dst, src, mode);
34162
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3942
}
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  3943
54750
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  3944
void MacroAssembler::vandpd(XMMRegister dst, XMMRegister nds, AddressLiteral src, int vector_len, Register scratch_reg) {
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3945
  if (reachable(src)) {
30624
2e1803c8a26d 8076276: Add support for AVX512
kvn
parents: 30310
diff changeset
  3946
    vandpd(dst, nds, as_Address(src), vector_len);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3947
  } else {
54750
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  3948
    lea(scratch_reg, src);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  3949
    vandpd(dst, nds, Address(scratch_reg, 0), vector_len);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  3950
  }
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  3951
}
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  3952
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  3953
void MacroAssembler::vandps(XMMRegister dst, XMMRegister nds, AddressLiteral src, int vector_len, Register scratch_reg) {
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3954
  if (reachable(src)) {
30624
2e1803c8a26d 8076276: Add support for AVX512
kvn
parents: 30310
diff changeset
  3955
    vandps(dst, nds, as_Address(src), vector_len);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3956
  } else {
54750
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  3957
    lea(scratch_reg, src);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  3958
    vandps(dst, nds, Address(scratch_reg, 0), vector_len);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3959
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3960
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3961
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3962
void MacroAssembler::vdivsd(XMMRegister dst, XMMRegister nds, AddressLiteral src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3963
  if (reachable(src)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3964
    vdivsd(dst, nds, as_Address(src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3965
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3966
    lea(rscratch1, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3967
    vdivsd(dst, nds, Address(rscratch1, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3968
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3969
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3970
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3971
void MacroAssembler::vdivss(XMMRegister dst, XMMRegister nds, AddressLiteral src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3972
  if (reachable(src)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3973
    vdivss(dst, nds, as_Address(src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3974
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3975
    lea(rscratch1, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3976
    vdivss(dst, nds, Address(rscratch1, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3977
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3978
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3979
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3980
void MacroAssembler::vmulsd(XMMRegister dst, XMMRegister nds, AddressLiteral src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3981
  if (reachable(src)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3982
    vmulsd(dst, nds, as_Address(src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3983
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3984
    lea(rscratch1, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3985
    vmulsd(dst, nds, Address(rscratch1, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3986
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3987
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3988
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3989
void MacroAssembler::vmulss(XMMRegister dst, XMMRegister nds, AddressLiteral src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3990
  if (reachable(src)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3991
    vmulss(dst, nds, as_Address(src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3992
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3993
    lea(rscratch1, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3994
    vmulss(dst, nds, Address(rscratch1, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3995
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3996
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3997
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3998
void MacroAssembler::vsubsd(XMMRegister dst, XMMRegister nds, AddressLiteral src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  3999
  if (reachable(src)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4000
    vsubsd(dst, nds, as_Address(src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4001
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4002
    lea(rscratch1, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4003
    vsubsd(dst, nds, Address(rscratch1, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4004
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4005
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4006
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4007
void MacroAssembler::vsubss(XMMRegister dst, XMMRegister nds, AddressLiteral src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4008
  if (reachable(src)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4009
    vsubss(dst, nds, as_Address(src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4010
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4011
    lea(rscratch1, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4012
    vsubss(dst, nds, Address(rscratch1, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4013
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4014
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4015
32727
320855c2baef 8132160: support for AVX 512 call frames and stack management
mcberg
parents: 32599
diff changeset
  4016
void MacroAssembler::vnegatess(XMMRegister dst, XMMRegister nds, AddressLiteral src) {
51857
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  4017
  assert(((dst->encoding() < 16 && nds->encoding() < 16) || VM_Version::supports_avx512vldq()),"XMM register should be 0-15");
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  4018
  vxorps(dst, nds, src, Assembler::AVX_128bit);
32727
320855c2baef 8132160: support for AVX 512 call frames and stack management
mcberg
parents: 32599
diff changeset
  4019
}
320855c2baef 8132160: support for AVX 512 call frames and stack management
mcberg
parents: 32599
diff changeset
  4020
320855c2baef 8132160: support for AVX 512 call frames and stack management
mcberg
parents: 32599
diff changeset
  4021
void MacroAssembler::vnegatesd(XMMRegister dst, XMMRegister nds, AddressLiteral src) {
51857
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  4022
  assert(((dst->encoding() < 16 && nds->encoding() < 16) || VM_Version::supports_avx512vldq()),"XMM register should be 0-15");
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  4023
  vxorpd(dst, nds, src, Assembler::AVX_128bit);
32727
320855c2baef 8132160: support for AVX 512 call frames and stack management
mcberg
parents: 32599
diff changeset
  4024
}
320855c2baef 8132160: support for AVX 512 call frames and stack management
mcberg
parents: 32599
diff changeset
  4025
54750
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4026
void MacroAssembler::vxorpd(XMMRegister dst, XMMRegister nds, AddressLiteral src, int vector_len, Register scratch_reg) {
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4027
  if (reachable(src)) {
30624
2e1803c8a26d 8076276: Add support for AVX512
kvn
parents: 30310
diff changeset
  4028
    vxorpd(dst, nds, as_Address(src), vector_len);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4029
  } else {
54750
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4030
    lea(scratch_reg, src);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4031
    vxorpd(dst, nds, Address(scratch_reg, 0), vector_len);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4032
  }
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4033
}
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4034
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4035
void MacroAssembler::vxorps(XMMRegister dst, XMMRegister nds, AddressLiteral src, int vector_len, Register scratch_reg) {
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4036
  if (reachable(src)) {
30624
2e1803c8a26d 8076276: Add support for AVX512
kvn
parents: 30310
diff changeset
  4037
    vxorps(dst, nds, as_Address(src), vector_len);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4038
  } else {
54750
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4039
    lea(scratch_reg, src);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4040
    vxorps(dst, nds, Address(scratch_reg, 0), vector_len);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4041
  }
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4042
}
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4043
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4044
void MacroAssembler::vpxor(XMMRegister dst, XMMRegister nds, AddressLiteral src, int vector_len, Register scratch_reg) {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4045
  if (UseAVX > 1 || (vector_len < 1)) {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4046
    if (reachable(src)) {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4047
      Assembler::vpxor(dst, nds, as_Address(src), vector_len);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4048
    } else {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4049
      lea(scratch_reg, src);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4050
      Assembler::vpxor(dst, nds, Address(scratch_reg, 0), vector_len);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4051
    }
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4052
  }
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4053
  else {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4054
    MacroAssembler::vxorpd(dst, nds, src, vector_len, scratch_reg);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4055
  }
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4056
}
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4057
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4058
//-------------------------------------------------------------------------------------------
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4059
#ifdef COMPILER2
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4060
// Generic instructions support for use in .ad files C2 code generation
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4061
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4062
void MacroAssembler::vabsnegd(int opcode, XMMRegister dst, Register scr) {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4063
  if (opcode == Op_AbsVD) {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4064
    andpd(dst, ExternalAddress(StubRoutines::x86::vector_double_sign_mask()), scr);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4065
  } else {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4066
    assert((opcode == Op_NegVD),"opcode should be Op_NegD");
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4067
    xorpd(dst, ExternalAddress(StubRoutines::x86::vector_double_sign_flip()), scr);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4068
  }
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4069
}
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4070
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4071
void MacroAssembler::vabsnegd(int opcode, XMMRegister dst, XMMRegister src, int vector_len, Register scr) {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4072
  if (opcode == Op_AbsVD) {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4073
    vandpd(dst, src, ExternalAddress(StubRoutines::x86::vector_double_sign_mask()), vector_len, scr);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4074
  } else {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4075
    assert((opcode == Op_NegVD),"opcode should be Op_NegD");
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4076
    vxorpd(dst, src, ExternalAddress(StubRoutines::x86::vector_double_sign_flip()), vector_len, scr);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4077
  }
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4078
}
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4079
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4080
void MacroAssembler::vabsnegf(int opcode, XMMRegister dst, Register scr) {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4081
  if (opcode == Op_AbsVF) {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4082
    andps(dst, ExternalAddress(StubRoutines::x86::vector_float_sign_mask()), scr);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4083
  } else {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4084
    assert((opcode == Op_NegVF),"opcode should be Op_NegF");
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4085
    xorps(dst, ExternalAddress(StubRoutines::x86::vector_float_sign_flip()), scr);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4086
  }
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4087
}
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4088
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4089
void MacroAssembler::vabsnegf(int opcode, XMMRegister dst, XMMRegister src, int vector_len, Register scr) {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4090
  if (opcode == Op_AbsVF) {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4091
    vandps(dst, src, ExternalAddress(StubRoutines::x86::vector_float_sign_mask()), vector_len, scr);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4092
  } else {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4093
    assert((opcode == Op_NegVF),"opcode should be Op_NegF");
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4094
    vxorps(dst, src, ExternalAddress(StubRoutines::x86::vector_float_sign_flip()), vector_len, scr);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4095
  }
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4096
}
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4097
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4098
void MacroAssembler::vextendbw(bool sign, XMMRegister dst, XMMRegister src) {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4099
  if (sign) {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4100
    pmovsxbw(dst, src);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4101
  } else {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4102
    pmovzxbw(dst, src);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4103
  }
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4104
}
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4105
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4106
void MacroAssembler::vextendbw(bool sign, XMMRegister dst, XMMRegister src, int vector_len) {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4107
  if (sign) {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4108
    vpmovsxbw(dst, src, vector_len);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4109
  } else {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4110
    vpmovzxbw(dst, src, vector_len);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4111
  }
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4112
}
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4113
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4114
void MacroAssembler::vshiftd(int opcode, XMMRegister dst, XMMRegister src) {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4115
  if (opcode == Op_RShiftVI) {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4116
    psrad(dst, src);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4117
  } else if (opcode == Op_LShiftVI) {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4118
    pslld(dst, src);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4119
  } else {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4120
    assert((opcode == Op_URShiftVI),"opcode should be Op_URShiftVI");
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4121
    psrld(dst, src);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4122
  }
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4123
}
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4124
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4125
void MacroAssembler::vshiftd(int opcode, XMMRegister dst, XMMRegister nds, XMMRegister src, int vector_len) {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4126
  if (opcode == Op_RShiftVI) {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4127
    vpsrad(dst, nds, src, vector_len);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4128
  } else if (opcode == Op_LShiftVI) {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4129
    vpslld(dst, nds, src, vector_len);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4130
  } else {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4131
    assert((opcode == Op_URShiftVI),"opcode should be Op_URShiftVI");
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4132
    vpsrld(dst, nds, src, vector_len);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4133
  }
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4134
}
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4135
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4136
void MacroAssembler::vshiftw(int opcode, XMMRegister dst, XMMRegister src) {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4137
  if ((opcode == Op_RShiftVS) || (opcode == Op_RShiftVB)) {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4138
    psraw(dst, src);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4139
  } else if ((opcode == Op_LShiftVS) || (opcode == Op_LShiftVB)) {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4140
    psllw(dst, src);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4141
  } else {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4142
    assert(((opcode == Op_URShiftVS) || (opcode == Op_URShiftVB)),"opcode should be one of Op_URShiftVS or Op_URShiftVB");
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4143
    psrlw(dst, src);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4144
  }
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4145
}
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4146
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4147
void MacroAssembler::vshiftw(int opcode, XMMRegister dst, XMMRegister nds, XMMRegister src, int vector_len) {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4148
  if ((opcode == Op_RShiftVS) || (opcode == Op_RShiftVB)) {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4149
    vpsraw(dst, nds, src, vector_len);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4150
  } else if ((opcode == Op_LShiftVS) || (opcode == Op_LShiftVB)) {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4151
    vpsllw(dst, nds, src, vector_len);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4152
  } else {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4153
    assert(((opcode == Op_URShiftVS) || (opcode == Op_URShiftVB)),"opcode should be one of Op_URShiftVS or Op_URShiftVB");
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4154
    vpsrlw(dst, nds, src, vector_len);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4155
  }
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4156
}
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4157
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4158
void MacroAssembler::vshiftq(int opcode, XMMRegister dst, XMMRegister src) {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4159
  if (opcode == Op_RShiftVL) {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4160
    psrlq(dst, src);  // using srl to implement sra on pre-avs512 systems
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4161
  } else if (opcode == Op_LShiftVL) {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4162
    psllq(dst, src);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4163
  } else {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4164
    assert((opcode == Op_URShiftVL),"opcode should be Op_URShiftVL");
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4165
    psrlq(dst, src);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4166
  }
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4167
}
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4168
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4169
void MacroAssembler::vshiftq(int opcode, XMMRegister dst, XMMRegister nds, XMMRegister src, int vector_len) {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4170
  if (opcode == Op_RShiftVL) {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4171
    evpsraq(dst, nds, src, vector_len);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4172
  } else if (opcode == Op_LShiftVL) {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4173
    vpsllq(dst, nds, src, vector_len);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4174
  } else {
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4175
    assert((opcode == Op_URShiftVL),"opcode should be Op_URShiftVL");
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4176
    vpsrlq(dst, nds, src, vector_len);
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4177
  }
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4178
}
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4179
#endif
1851a532ddfe 8222074: Enhance auto vectorization for x86
sviswanathan
parents: 52460
diff changeset
  4180
//-------------------------------------------------------------------------------------------
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4181
49748
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49734
diff changeset
  4182
void MacroAssembler::clear_jweak_tag(Register possibly_jweak) {
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49734
diff changeset
  4183
  const int32_t inverted_jweak_mask = ~static_cast<int32_t>(JNIHandles::weak_tag_mask);
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49734
diff changeset
  4184
  STATIC_ASSERT(inverted_jweak_mask == -2); // otherwise check this code
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49734
diff changeset
  4185
  // The inverted mask is sign-extended
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49734
diff changeset
  4186
  andptr(possibly_jweak, inverted_jweak_mask);
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49734
diff changeset
  4187
}
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4188
44406
a46a6c4d1dd9 8176100: [REDO][REDO] G1 Needs pre barrier on dereference of weak JNI handles
mgerdin
parents: 44093
diff changeset
  4189
void MacroAssembler::resolve_jobject(Register value,
a46a6c4d1dd9 8176100: [REDO][REDO] G1 Needs pre barrier on dereference of weak JNI handles
mgerdin
parents: 44093
diff changeset
  4190
                                     Register thread,
a46a6c4d1dd9 8176100: [REDO][REDO] G1 Needs pre barrier on dereference of weak JNI handles
mgerdin
parents: 44093
diff changeset
  4191
                                     Register tmp) {
a46a6c4d1dd9 8176100: [REDO][REDO] G1 Needs pre barrier on dereference of weak JNI handles
mgerdin
parents: 44093
diff changeset
  4192
  assert_different_registers(value, thread, tmp);
a46a6c4d1dd9 8176100: [REDO][REDO] G1 Needs pre barrier on dereference of weak JNI handles
mgerdin
parents: 44093
diff changeset
  4193
  Label done, not_weak;
a46a6c4d1dd9 8176100: [REDO][REDO] G1 Needs pre barrier on dereference of weak JNI handles
mgerdin
parents: 44093
diff changeset
  4194
  testptr(value, value);
a46a6c4d1dd9 8176100: [REDO][REDO] G1 Needs pre barrier on dereference of weak JNI handles
mgerdin
parents: 44093
diff changeset
  4195
  jcc(Assembler::zero, done);                // Use NULL as-is.
a46a6c4d1dd9 8176100: [REDO][REDO] G1 Needs pre barrier on dereference of weak JNI handles
mgerdin
parents: 44093
diff changeset
  4196
  testptr(value, JNIHandles::weak_tag_mask); // Test for jweak tag.
a46a6c4d1dd9 8176100: [REDO][REDO] G1 Needs pre barrier on dereference of weak JNI handles
mgerdin
parents: 44093
diff changeset
  4197
  jcc(Assembler::zero, not_weak);
a46a6c4d1dd9 8176100: [REDO][REDO] G1 Needs pre barrier on dereference of weak JNI handles
mgerdin
parents: 44093
diff changeset
  4198
  // Resolve jweak.
50599
ecc2af326b5f 8204939: Change Access nomenclature: root to native
kbarrett
parents: 50536
diff changeset
  4199
  access_load_at(T_OBJECT, IN_NATIVE | ON_PHANTOM_OOP_REF,
49748
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49734
diff changeset
  4200
                 value, Address(value, -JNIHandles::weak_tag_value), tmp, thread);
44406
a46a6c4d1dd9 8176100: [REDO][REDO] G1 Needs pre barrier on dereference of weak JNI handles
mgerdin
parents: 44093
diff changeset
  4201
  verify_oop(value);
a46a6c4d1dd9 8176100: [REDO][REDO] G1 Needs pre barrier on dereference of weak JNI handles
mgerdin
parents: 44093
diff changeset
  4202
  jmp(done);
a46a6c4d1dd9 8176100: [REDO][REDO] G1 Needs pre barrier on dereference of weak JNI handles
mgerdin
parents: 44093
diff changeset
  4203
  bind(not_weak);
a46a6c4d1dd9 8176100: [REDO][REDO] G1 Needs pre barrier on dereference of weak JNI handles
mgerdin
parents: 44093
diff changeset
  4204
  // Resolve (untagged) jobject.
50803
45c1fde86050 8205559: Remove IN_CONCURRENT_ROOT Access decorator
kbarrett
parents: 50728
diff changeset
  4205
  access_load_at(T_OBJECT, IN_NATIVE, value, Address(value, 0), tmp, thread);
44406
a46a6c4d1dd9 8176100: [REDO][REDO] G1 Needs pre barrier on dereference of weak JNI handles
mgerdin
parents: 44093
diff changeset
  4206
  verify_oop(value);
a46a6c4d1dd9 8176100: [REDO][REDO] G1 Needs pre barrier on dereference of weak JNI handles
mgerdin
parents: 44093
diff changeset
  4207
  bind(done);
a46a6c4d1dd9 8176100: [REDO][REDO] G1 Needs pre barrier on dereference of weak JNI handles
mgerdin
parents: 44093
diff changeset
  4208
}
a46a6c4d1dd9 8176100: [REDO][REDO] G1 Needs pre barrier on dereference of weak JNI handles
mgerdin
parents: 44093
diff changeset
  4209
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4210
void MacroAssembler::subptr(Register dst, int32_t imm32) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4211
  LP64_ONLY(subq(dst, imm32)) NOT_LP64(subl(dst, imm32));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4212
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4213
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4214
// Force generation of a 4 byte immediate value even if it fits into 8bit
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4215
void MacroAssembler::subptr_imm32(Register dst, int32_t imm32) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4216
  LP64_ONLY(subq_imm32(dst, imm32)) NOT_LP64(subl_imm32(dst, imm32));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4217
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4218
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4219
void MacroAssembler::subptr(Register dst, Register src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4220
  LP64_ONLY(subq(dst, src)) NOT_LP64(subl(dst, src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4221
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4222
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4223
// C++ bool manipulation
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4224
void MacroAssembler::testbool(Register dst) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4225
  if(sizeof(bool) == 1)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4226
    testb(dst, 0xff);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4227
  else if(sizeof(bool) == 2) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4228
    // testw implementation needed for two byte bools
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4229
    ShouldNotReachHere();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4230
  } else if(sizeof(bool) == 4)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4231
    testl(dst, dst);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4232
  else
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4233
    // unsupported
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4234
    ShouldNotReachHere();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4235
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4236
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4237
void MacroAssembler::testptr(Register dst, Register src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4238
  LP64_ONLY(testq(dst, src)) NOT_LP64(testl(dst, src));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4239
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4240
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4241
// Defines obj, preserves var_size_in_bytes, okay for t2 == var_size_in_bytes.
50693
db0a17475826 8205336: Modularize allocations in assembler
rkennke
parents: 50599
diff changeset
  4242
void MacroAssembler::tlab_allocate(Register thread, Register obj,
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4243
                                   Register var_size_in_bytes,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4244
                                   int con_size_in_bytes,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4245
                                   Register t1,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4246
                                   Register t2,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4247
                                   Label& slow_case) {
50693
db0a17475826 8205336: Modularize allocations in assembler
rkennke
parents: 50599
diff changeset
  4248
  BarrierSetAssembler* bs = BarrierSet::barrier_set()->barrier_set_assembler();
db0a17475826 8205336: Modularize allocations in assembler
rkennke
parents: 50599
diff changeset
  4249
  bs->tlab_allocate(this, thread, obj, var_size_in_bytes, con_size_in_bytes, t1, t2, slow_case);
db0a17475826 8205336: Modularize allocations in assembler
rkennke
parents: 50599
diff changeset
  4250
}
db0a17475826 8205336: Modularize allocations in assembler
rkennke
parents: 50599
diff changeset
  4251
db0a17475826 8205336: Modularize allocations in assembler
rkennke
parents: 50599
diff changeset
  4252
// Defines obj, preserves var_size_in_bytes
db0a17475826 8205336: Modularize allocations in assembler
rkennke
parents: 50599
diff changeset
  4253
void MacroAssembler::eden_allocate(Register thread, Register obj,
db0a17475826 8205336: Modularize allocations in assembler
rkennke
parents: 50599
diff changeset
  4254
                                   Register var_size_in_bytes,
db0a17475826 8205336: Modularize allocations in assembler
rkennke
parents: 50599
diff changeset
  4255
                                   int con_size_in_bytes,
db0a17475826 8205336: Modularize allocations in assembler
rkennke
parents: 50599
diff changeset
  4256
                                   Register t1,
db0a17475826 8205336: Modularize allocations in assembler
rkennke
parents: 50599
diff changeset
  4257
                                   Label& slow_case) {
db0a17475826 8205336: Modularize allocations in assembler
rkennke
parents: 50599
diff changeset
  4258
  BarrierSetAssembler* bs = BarrierSet::barrier_set()->barrier_set_assembler();
db0a17475826 8205336: Modularize allocations in assembler
rkennke
parents: 50599
diff changeset
  4259
  bs->eden_allocate(this, thread, obj, var_size_in_bytes, con_size_in_bytes, t1, slow_case);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4260
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4261
35548
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4262
// Preserves the contents of address, destroys the contents length_in_bytes and temp.
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4263
void MacroAssembler::zero_memory(Register address, Register length_in_bytes, int offset_in_bytes, Register temp) {
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4264
  assert(address != length_in_bytes && address != temp && temp != length_in_bytes, "registers must be different");
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4265
  assert((offset_in_bytes & (BytesPerWord - 1)) == 0, "offset must be a multiple of BytesPerWord");
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4266
  Label done;
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4267
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4268
  testptr(length_in_bytes, length_in_bytes);
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4269
  jcc(Assembler::zero, done);
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4270
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4271
  // initialize topmost word, divide index by 2, check if odd and test if zero
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4272
  // note: for the remaining code to work, index must be a multiple of BytesPerWord
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4273
#ifdef ASSERT
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4274
  {
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4275
    Label L;
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4276
    testptr(length_in_bytes, BytesPerWord - 1);
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4277
    jcc(Assembler::zero, L);
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4278
    stop("length must be a multiple of BytesPerWord");
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4279
    bind(L);
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4280
  }
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4281
#endif
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4282
  Register index = length_in_bytes;
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4283
  xorptr(temp, temp);    // use _zero reg to clear memory (shorter code)
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4284
  if (UseIncDec) {
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4285
    shrptr(index, 3);  // divide by 8/16 and set carry flag if bit 2 was set
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4286
  } else {
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4287
    shrptr(index, 2);  // use 2 instructions to avoid partial flag stall
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4288
    shrptr(index, 1);
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4289
  }
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4290
#ifndef _LP64
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4291
  // index could have not been a multiple of 8 (i.e., bit 2 was set)
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4292
  {
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4293
    Label even;
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4294
    // note: if index was a multiple of 8, then it cannot
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4295
    //       be 0 now otherwise it must have been 0 before
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4296
    //       => if it is even, we don't need to check for 0 again
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4297
    jcc(Assembler::carryClear, even);
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4298
    // clear topmost word (no jump would be needed if conditional assignment worked here)
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4299
    movptr(Address(address, index, Address::times_8, offset_in_bytes - 0*BytesPerWord), temp);
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4300
    // index could be 0 now, must check again
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4301
    jcc(Assembler::zero, done);
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4302
    bind(even);
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4303
  }
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4304
#endif // !_LP64
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4305
  // initialize remaining object fields: index is a multiple of 2 now
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4306
  {
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4307
    Label loop;
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4308
    bind(loop);
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4309
    movptr(Address(address, index, Address::times_8, offset_in_bytes - 1*BytesPerWord), temp);
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4310
    NOT_LP64(movptr(Address(address, index, Address::times_8, offset_in_bytes - 2*BytesPerWord), temp);)
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4311
    decrement(index);
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4312
    jcc(Assembler::notZero, loop);
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4313
  }
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4314
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4315
  bind(done);
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4316
}
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35546
diff changeset
  4317
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4318
// Look up the method for a megamorphic invokeinterface call.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4319
// The target method is determined by <intf_klass, itable_index>.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4320
// The receiver klass is in recv_klass.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4321
// On success, the result will be in method_result, and execution falls through.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4322
// On failure, execution transfers to the given label.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4323
void MacroAssembler::lookup_interface_method(Register recv_klass,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4324
                                             Register intf_klass,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4325
                                             RegisterOrConstant itable_index,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4326
                                             Register method_result,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4327
                                             Register scan_temp,
48557
2e867226b914 8174962: Better interface invocations
vlivanov
parents: 48194
diff changeset
  4328
                                             Label& L_no_such_interface,
2e867226b914 8174962: Better interface invocations
vlivanov
parents: 48194
diff changeset
  4329
                                             bool return_method) {
2e867226b914 8174962: Better interface invocations
vlivanov
parents: 48194
diff changeset
  4330
  assert_different_registers(recv_klass, intf_klass, scan_temp);
2e867226b914 8174962: Better interface invocations
vlivanov
parents: 48194
diff changeset
  4331
  assert_different_registers(method_result, intf_klass, scan_temp);
2e867226b914 8174962: Better interface invocations
vlivanov
parents: 48194
diff changeset
  4332
  assert(recv_klass != method_result || !return_method,
2e867226b914 8174962: Better interface invocations
vlivanov
parents: 48194
diff changeset
  4333
         "recv_klass can be destroyed when method isn't needed");
2e867226b914 8174962: Better interface invocations
vlivanov
parents: 48194
diff changeset
  4334
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4335
  assert(itable_index.is_constant() || itable_index.as_register() == method_result,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4336
         "caller must use same register for non-constant itable index as for method");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4337
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4338
  // Compute start of first itableOffsetEntry (which is at the end of the vtable)
35899
0dbc821628fc 8148047: Move the vtable length field to Klass
mgerdin
parents: 35871
diff changeset
  4339
  int vtable_base = in_bytes(Klass::vtable_start_offset());
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4340
  int itentry_off = itableMethodEntry::method_offset_in_bytes();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4341
  int scan_step   = itableOffsetEntry::size() * wordSize;
35871
607bf949dfb3 8147461: Use byte offsets for vtable start and vtable length offsets
mgerdin
parents: 35847
diff changeset
  4342
  int vte_size    = vtableEntry::size_in_bytes();
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4343
  Address::ScaleFactor times_vte_scale = Address::times_ptr;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4344
  assert(vte_size == wordSize, "else adjust times_vte_scale");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4345
35899
0dbc821628fc 8148047: Move the vtable length field to Klass
mgerdin
parents: 35871
diff changeset
  4346
  movl(scan_temp, Address(recv_klass, Klass::vtable_length_offset()));
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4347
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4348
  // %%% Could store the aligned, prescaled offset in the klassoop.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4349
  lea(scan_temp, Address(recv_klass, scan_temp, times_vte_scale, vtable_base));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4350
48557
2e867226b914 8174962: Better interface invocations
vlivanov
parents: 48194
diff changeset
  4351
  if (return_method) {
2e867226b914 8174962: Better interface invocations
vlivanov
parents: 48194
diff changeset
  4352
    // Adjust recv_klass by scaled itable_index, so we can free itable_index.
2e867226b914 8174962: Better interface invocations
vlivanov
parents: 48194
diff changeset
  4353
    assert(itableMethodEntry::size() * wordSize == wordSize, "adjust the scaling in the code below");
2e867226b914 8174962: Better interface invocations
vlivanov
parents: 48194
diff changeset
  4354
    lea(recv_klass, Address(recv_klass, itable_index, Address::times_ptr, itentry_off));
2e867226b914 8174962: Better interface invocations
vlivanov
parents: 48194
diff changeset
  4355
  }
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4356
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4357
  // for (scan = klass->itable(); scan->interface() != NULL; scan += scan_step) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4358
  //   if (scan->interface() == intf) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4359
  //     result = (klass + scan->offset() + itable_index);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4360
  //   }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4361
  // }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4362
  Label search, found_method;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4363
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4364
  for (int peel = 1; peel >= 0; peel--) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4365
    movptr(method_result, Address(scan_temp, itableOffsetEntry::interface_offset_in_bytes()));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4366
    cmpptr(intf_klass, method_result);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4367
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4368
    if (peel) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4369
      jccb(Assembler::equal, found_method);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4370
    } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4371
      jccb(Assembler::notEqual, search);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4372
      // (invert the test to fall through to found_method...)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4373
    }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4374
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4375
    if (!peel)  break;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4376
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4377
    bind(search);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4378
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4379
    // Check that the previous entry is non-null.  A null entry means that
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4380
    // the receiver class doesn't implement the interface, and wasn't the
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4381
    // same as when the caller was compiled.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4382
    testptr(method_result, method_result);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4383
    jcc(Assembler::zero, L_no_such_interface);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4384
    addptr(scan_temp, scan_step);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4385
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4386
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4387
  bind(found_method);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4388
48557
2e867226b914 8174962: Better interface invocations
vlivanov
parents: 48194
diff changeset
  4389
  if (return_method) {
2e867226b914 8174962: Better interface invocations
vlivanov
parents: 48194
diff changeset
  4390
    // Got a hit.
2e867226b914 8174962: Better interface invocations
vlivanov
parents: 48194
diff changeset
  4391
    movl(scan_temp, Address(scan_temp, itableOffsetEntry::offset_offset_in_bytes()));
2e867226b914 8174962: Better interface invocations
vlivanov
parents: 48194
diff changeset
  4392
    movptr(method_result, Address(recv_klass, scan_temp, Address::times_1));
2e867226b914 8174962: Better interface invocations
vlivanov
parents: 48194
diff changeset
  4393
  }
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4394
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4395
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4396
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4397
// virtual method calling
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4398
void MacroAssembler::lookup_virtual_method(Register recv_klass,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4399
                                           RegisterOrConstant vtable_index,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4400
                                           Register method_result) {
35899
0dbc821628fc 8148047: Move the vtable length field to Klass
mgerdin
parents: 35871
diff changeset
  4401
  const int base = in_bytes(Klass::vtable_start_offset());
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4402
  assert(vtableEntry::size() * wordSize == wordSize, "else adjust the scaling in the code below");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4403
  Address vtable_entry_addr(recv_klass,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4404
                            vtable_index, Address::times_ptr,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4405
                            base + vtableEntry::method_offset_in_bytes());
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4406
  movptr(method_result, vtable_entry_addr);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4407
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4408
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4409
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4410
void MacroAssembler::check_klass_subtype(Register sub_klass,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4411
                           Register super_klass,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4412
                           Register temp_reg,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4413
                           Label& L_success) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4414
  Label L_failure;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4415
  check_klass_subtype_fast_path(sub_klass, super_klass, temp_reg,        &L_success, &L_failure, NULL);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4416
  check_klass_subtype_slow_path(sub_klass, super_klass, temp_reg, noreg, &L_success, NULL);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4417
  bind(L_failure);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4418
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4419
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4420
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4421
void MacroAssembler::check_klass_subtype_fast_path(Register sub_klass,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4422
                                                   Register super_klass,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4423
                                                   Register temp_reg,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4424
                                                   Label* L_success,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4425
                                                   Label* L_failure,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4426
                                                   Label* L_slow_path,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4427
                                        RegisterOrConstant super_check_offset) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4428
  assert_different_registers(sub_klass, super_klass, temp_reg);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4429
  bool must_load_sco = (super_check_offset.constant_or_zero() == -1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4430
  if (super_check_offset.is_register()) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4431
    assert_different_registers(sub_klass, super_klass,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4432
                               super_check_offset.as_register());
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4433
  } else if (must_load_sco) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4434
    assert(temp_reg != noreg, "supply either a temp or a register offset");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4435
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4436
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4437
  Label L_fallthrough;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4438
  int label_nulls = 0;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4439
  if (L_success == NULL)   { L_success   = &L_fallthrough; label_nulls++; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4440
  if (L_failure == NULL)   { L_failure   = &L_fallthrough; label_nulls++; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4441
  if (L_slow_path == NULL) { L_slow_path = &L_fallthrough; label_nulls++; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4442
  assert(label_nulls <= 1, "at most one NULL in the batch");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4443
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4444
  int sc_offset = in_bytes(Klass::secondary_super_cache_offset());
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4445
  int sco_offset = in_bytes(Klass::super_check_offset_offset());
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4446
  Address super_check_offset_addr(super_klass, sco_offset);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4447
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4448
  // Hacked jcc, which "knows" that L_fallthrough, at least, is in
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4449
  // range of a jccb.  If this routine grows larger, reconsider at
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4450
  // least some of these.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4451
#define local_jcc(assembler_cond, label)                                \
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4452
  if (&(label) == &L_fallthrough)  jccb(assembler_cond, label);         \
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4453
  else                             jcc( assembler_cond, label) /*omit semi*/
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4454
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4455
  // Hacked jmp, which may only be used just before L_fallthrough.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4456
#define final_jmp(label)                                                \
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4457
  if (&(label) == &L_fallthrough) { /*do nothing*/ }                    \
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4458
  else                            jmp(label)                /*omit semi*/
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4459
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4460
  // If the pointers are equal, we are done (e.g., String[] elements).
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4461
  // This self-check enables sharing of secondary supertype arrays among
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4462
  // non-primary types such as array-of-interface.  Otherwise, each such
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4463
  // type would need its own customized SSA.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4464
  // We move this check to the front of the fast path because many
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4465
  // type checks are in fact trivially successful in this manner,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4466
  // so we get a nicely predicted branch right at the start of the check.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4467
  cmpptr(sub_klass, super_klass);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4468
  local_jcc(Assembler::equal, *L_success);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4469
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4470
  // Check the supertype display:
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4471
  if (must_load_sco) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4472
    // Positive movl does right thing on LP64.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4473
    movl(temp_reg, super_check_offset_addr);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4474
    super_check_offset = RegisterOrConstant(temp_reg);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4475
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4476
  Address super_check_addr(sub_klass, super_check_offset, Address::times_1, 0);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4477
  cmpptr(super_klass, super_check_addr); // load displayed supertype
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4478
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4479
  // This check has worked decisively for primary supers.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4480
  // Secondary supers are sought in the super_cache ('super_cache_addr').
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4481
  // (Secondary supers are interfaces and very deeply nested subtypes.)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4482
  // This works in the same check above because of a tricky aliasing
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4483
  // between the super_cache and the primary super display elements.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4484
  // (The 'super_check_addr' can address either, as the case requires.)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4485
  // Note that the cache is updated below if it does not help us find
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4486
  // what we need immediately.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4487
  // So if it was a primary super, we can just fail immediately.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4488
  // Otherwise, it's the slow path for us (no success at this point).
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4489
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4490
  if (super_check_offset.is_register()) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4491
    local_jcc(Assembler::equal, *L_success);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4492
    cmpl(super_check_offset.as_register(), sc_offset);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4493
    if (L_failure == &L_fallthrough) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4494
      local_jcc(Assembler::equal, *L_slow_path);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4495
    } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4496
      local_jcc(Assembler::notEqual, *L_failure);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4497
      final_jmp(*L_slow_path);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4498
    }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4499
  } else if (super_check_offset.as_constant() == sc_offset) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4500
    // Need a slow path; fast failure is impossible.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4501
    if (L_slow_path == &L_fallthrough) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4502
      local_jcc(Assembler::equal, *L_success);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4503
    } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4504
      local_jcc(Assembler::notEqual, *L_slow_path);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4505
      final_jmp(*L_success);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4506
    }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4507
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4508
    // No slow path; it's a fast decision.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4509
    if (L_failure == &L_fallthrough) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4510
      local_jcc(Assembler::equal, *L_success);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4511
    } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4512
      local_jcc(Assembler::notEqual, *L_failure);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4513
      final_jmp(*L_success);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4514
    }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4515
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4516
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4517
  bind(L_fallthrough);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4518
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4519
#undef local_jcc
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4520
#undef final_jmp
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4521
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4522
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4523
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4524
void MacroAssembler::check_klass_subtype_slow_path(Register sub_klass,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4525
                                                   Register super_klass,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4526
                                                   Register temp_reg,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4527
                                                   Register temp2_reg,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4528
                                                   Label* L_success,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4529
                                                   Label* L_failure,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4530
                                                   bool set_cond_codes) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4531
  assert_different_registers(sub_klass, super_klass, temp_reg);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4532
  if (temp2_reg != noreg)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4533
    assert_different_registers(sub_klass, super_klass, temp_reg, temp2_reg);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4534
#define IS_A_TEMP(reg) ((reg) == temp_reg || (reg) == temp2_reg)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4535
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4536
  Label L_fallthrough;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4537
  int label_nulls = 0;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4538
  if (L_success == NULL)   { L_success   = &L_fallthrough; label_nulls++; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4539
  if (L_failure == NULL)   { L_failure   = &L_fallthrough; label_nulls++; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4540
  assert(label_nulls <= 1, "at most one NULL in the batch");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4541
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4542
  // a couple of useful fields in sub_klass:
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4543
  int ss_offset = in_bytes(Klass::secondary_supers_offset());
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4544
  int sc_offset = in_bytes(Klass::secondary_super_cache_offset());
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4545
  Address secondary_supers_addr(sub_klass, ss_offset);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4546
  Address super_cache_addr(     sub_klass, sc_offset);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4547
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4548
  // Do a linear scan of the secondary super-klass chain.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4549
  // This code is rarely used, so simplicity is a virtue here.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4550
  // The repne_scan instruction uses fixed registers, which we must spill.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4551
  // Don't worry too much about pre-existing connections with the input regs.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4552
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4553
  assert(sub_klass != rax, "killed reg"); // killed by mov(rax, super)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4554
  assert(sub_klass != rcx, "killed reg"); // killed by lea(rcx, &pst_counter)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4555
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4556
  // Get super_klass value into rax (even if it was in rdi or rcx).
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4557
  bool pushed_rax = false, pushed_rcx = false, pushed_rdi = false;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4558
  if (super_klass != rax || UseCompressedOops) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4559
    if (!IS_A_TEMP(rax)) { push(rax); pushed_rax = true; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4560
    mov(rax, super_klass);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4561
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4562
  if (!IS_A_TEMP(rcx)) { push(rcx); pushed_rcx = true; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4563
  if (!IS_A_TEMP(rdi)) { push(rdi); pushed_rdi = true; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4564
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4565
#ifndef PRODUCT
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4566
  int* pst_counter = &SharedRuntime::_partial_subtype_ctr;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4567
  ExternalAddress pst_counter_addr((address) pst_counter);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4568
  NOT_LP64(  incrementl(pst_counter_addr) );
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4569
  LP64_ONLY( lea(rcx, pst_counter_addr) );
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4570
  LP64_ONLY( incrementl(Address(rcx, 0)) );
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4571
#endif //PRODUCT
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4572
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4573
  // We will consult the secondary-super array.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4574
  movptr(rdi, secondary_supers_addr);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4575
  // Load the array length.  (Positive movl does right thing on LP64.)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4576
  movl(rcx, Address(rdi, Array<Klass*>::length_offset_in_bytes()));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4577
  // Skip to start of data.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4578
  addptr(rdi, Array<Klass*>::base_offset_in_bytes());
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4579
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4580
  // Scan RCX words at [RDI] for an occurrence of RAX.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4581
  // Set NZ/Z based on last compare.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4582
  // Z flag value will not be set by 'repne' if RCX == 0 since 'repne' does
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4583
  // not change flags (only scas instruction which is repeated sets flags).
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4584
  // Set Z = 0 (not equal) before 'repne' to indicate that class was not found.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4585
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4586
    testptr(rax,rax); // Set Z = 0
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4587
    repne_scan();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4588
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4589
  // Unspill the temp. registers:
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4590
  if (pushed_rdi)  pop(rdi);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4591
  if (pushed_rcx)  pop(rcx);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4592
  if (pushed_rax)  pop(rax);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4593
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4594
  if (set_cond_codes) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4595
    // Special hack for the AD files:  rdi is guaranteed non-zero.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4596
    assert(!pushed_rdi, "rdi must be left non-NULL");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4597
    // Also, the condition codes are properly set Z/NZ on succeed/failure.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4598
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4599
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4600
  if (L_failure == &L_fallthrough)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4601
        jccb(Assembler::notEqual, *L_failure);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4602
  else  jcc(Assembler::notEqual, *L_failure);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4603
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4604
  // Success.  Cache the super we found and proceed in triumph.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4605
  movptr(super_cache_addr, super_klass);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4606
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4607
  if (L_success != &L_fallthrough) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4608
    jmp(*L_success);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4609
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4610
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4611
#undef IS_A_TEMP
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4612
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4613
  bind(L_fallthrough);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4614
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4615
55105
9ad765641e8f 8223213: Implement fast class initialization checks on x86-64
vlivanov
parents: 54839
diff changeset
  4616
void MacroAssembler::clinit_barrier(Register klass, Register thread, Label* L_fast_path, Label* L_slow_path) {
9ad765641e8f 8223213: Implement fast class initialization checks on x86-64
vlivanov
parents: 54839
diff changeset
  4617
  assert(L_fast_path != NULL || L_slow_path != NULL, "at least one is required");
9ad765641e8f 8223213: Implement fast class initialization checks on x86-64
vlivanov
parents: 54839
diff changeset
  4618
9ad765641e8f 8223213: Implement fast class initialization checks on x86-64
vlivanov
parents: 54839
diff changeset
  4619
  Label L_fallthrough;
9ad765641e8f 8223213: Implement fast class initialization checks on x86-64
vlivanov
parents: 54839
diff changeset
  4620
  if (L_fast_path == NULL) {
9ad765641e8f 8223213: Implement fast class initialization checks on x86-64
vlivanov
parents: 54839
diff changeset
  4621
    L_fast_path = &L_fallthrough;
55253
3c905e67e380 8225106: C2: Parse::clinit_deopt asserts when holder klass is in error state
vlivanov
parents: 55105
diff changeset
  4622
  } else if (L_slow_path == NULL) {
3c905e67e380 8225106: C2: Parse::clinit_deopt asserts when holder klass is in error state
vlivanov
parents: 55105
diff changeset
  4623
    L_slow_path = &L_fallthrough;
55105
9ad765641e8f 8223213: Implement fast class initialization checks on x86-64
vlivanov
parents: 54839
diff changeset
  4624
  }
9ad765641e8f 8223213: Implement fast class initialization checks on x86-64
vlivanov
parents: 54839
diff changeset
  4625
9ad765641e8f 8223213: Implement fast class initialization checks on x86-64
vlivanov
parents: 54839
diff changeset
  4626
  // Fast path check: class is fully initialized
9ad765641e8f 8223213: Implement fast class initialization checks on x86-64
vlivanov
parents: 54839
diff changeset
  4627
  cmpb(Address(klass, InstanceKlass::init_state_offset()), InstanceKlass::fully_initialized);
9ad765641e8f 8223213: Implement fast class initialization checks on x86-64
vlivanov
parents: 54839
diff changeset
  4628
  jcc(Assembler::equal, *L_fast_path);
9ad765641e8f 8223213: Implement fast class initialization checks on x86-64
vlivanov
parents: 54839
diff changeset
  4629
9ad765641e8f 8223213: Implement fast class initialization checks on x86-64
vlivanov
parents: 54839
diff changeset
  4630
  // Fast path check: current thread is initializer thread
9ad765641e8f 8223213: Implement fast class initialization checks on x86-64
vlivanov
parents: 54839
diff changeset
  4631
  cmpptr(thread, Address(klass, InstanceKlass::init_thread_offset()));
55253
3c905e67e380 8225106: C2: Parse::clinit_deopt asserts when holder klass is in error state
vlivanov
parents: 55105
diff changeset
  4632
  if (L_slow_path == &L_fallthrough) {
55105
9ad765641e8f 8223213: Implement fast class initialization checks on x86-64
vlivanov
parents: 54839
diff changeset
  4633
    jcc(Assembler::equal, *L_fast_path);
55253
3c905e67e380 8225106: C2: Parse::clinit_deopt asserts when holder klass is in error state
vlivanov
parents: 55105
diff changeset
  4634
    bind(*L_slow_path);
3c905e67e380 8225106: C2: Parse::clinit_deopt asserts when holder klass is in error state
vlivanov
parents: 55105
diff changeset
  4635
  } else if (L_fast_path == &L_fallthrough) {
3c905e67e380 8225106: C2: Parse::clinit_deopt asserts when holder klass is in error state
vlivanov
parents: 55105
diff changeset
  4636
    jcc(Assembler::notEqual, *L_slow_path);
3c905e67e380 8225106: C2: Parse::clinit_deopt asserts when holder klass is in error state
vlivanov
parents: 55105
diff changeset
  4637
    bind(*L_fast_path);
3c905e67e380 8225106: C2: Parse::clinit_deopt asserts when holder klass is in error state
vlivanov
parents: 55105
diff changeset
  4638
  } else {
3c905e67e380 8225106: C2: Parse::clinit_deopt asserts when holder klass is in error state
vlivanov
parents: 55105
diff changeset
  4639
    Unimplemented();
3c905e67e380 8225106: C2: Parse::clinit_deopt asserts when holder klass is in error state
vlivanov
parents: 55105
diff changeset
  4640
  }
55105
9ad765641e8f 8223213: Implement fast class initialization checks on x86-64
vlivanov
parents: 54839
diff changeset
  4641
}
9ad765641e8f 8223213: Implement fast class initialization checks on x86-64
vlivanov
parents: 54839
diff changeset
  4642
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4643
void MacroAssembler::cmov32(Condition cc, Register dst, Address src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4644
  if (VM_Version::supports_cmov()) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4645
    cmovl(cc, dst, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4646
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4647
    Label L;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4648
    jccb(negate_condition(cc), L);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4649
    movl(dst, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4650
    bind(L);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4651
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4652
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4653
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4654
void MacroAssembler::cmov32(Condition cc, Register dst, Register src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4655
  if (VM_Version::supports_cmov()) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4656
    cmovl(cc, dst, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4657
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4658
    Label L;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4659
    jccb(negate_condition(cc), L);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4660
    movl(dst, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4661
    bind(L);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4662
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4663
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4664
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4665
void MacroAssembler::verify_oop(Register reg, const char* s) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4666
  if (!VerifyOops) return;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4667
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4668
  // Pass register number to verify_oop_subroutine
16368
713209c45a82 8008555: Debugging code in compiled method sometimes leaks memory
roland
parents: 15612
diff changeset
  4669
  const char* b = NULL;
713209c45a82 8008555: Debugging code in compiled method sometimes leaks memory
roland
parents: 15612
diff changeset
  4670
  {
713209c45a82 8008555: Debugging code in compiled method sometimes leaks memory
roland
parents: 15612
diff changeset
  4671
    ResourceMark rm;
713209c45a82 8008555: Debugging code in compiled method sometimes leaks memory
roland
parents: 15612
diff changeset
  4672
    stringStream ss;
713209c45a82 8008555: Debugging code in compiled method sometimes leaks memory
roland
parents: 15612
diff changeset
  4673
    ss.print("verify_oop: %s: %s", reg->name(), s);
713209c45a82 8008555: Debugging code in compiled method sometimes leaks memory
roland
parents: 15612
diff changeset
  4674
    b = code_string(ss.as_string());
713209c45a82 8008555: Debugging code in compiled method sometimes leaks memory
roland
parents: 15612
diff changeset
  4675
  }
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4676
  BLOCK_COMMENT("verify_oop {");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4677
#ifdef _LP64
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4678
  push(rscratch1);                    // save r10, trashed by movptr()
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4679
#endif
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4680
  push(rax);                          // save rax,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4681
  push(reg);                          // pass register argument
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4682
  ExternalAddress buffer((address) b);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4683
  // avoid using pushptr, as it modifies scratch registers
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4684
  // and our contract is not to modify anything
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4685
  movptr(rax, buffer.addr());
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4686
  push(rax);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4687
  // call indirectly to solve generation ordering problem
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4688
  movptr(rax, ExternalAddress(StubRoutines::verify_oop_subroutine_entry_address()));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4689
  call(rax);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4690
  // Caller pops the arguments (oop, message) and restores rax, r10
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4691
  BLOCK_COMMENT("} verify_oop");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4692
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4693
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4694
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4695
RegisterOrConstant MacroAssembler::delayed_value_impl(intptr_t* delayed_value_addr,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4696
                                                      Register tmp,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4697
                                                      int offset) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4698
  intptr_t value = *delayed_value_addr;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4699
  if (value != 0)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4700
    return RegisterOrConstant(value + offset);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4701
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4702
  // load indirectly to solve generation ordering problem
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4703
  movptr(tmp, ExternalAddress((address) delayed_value_addr));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4704
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4705
#ifdef ASSERT
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4706
  { Label L;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4707
    testptr(tmp, tmp);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4708
    if (WizardMode) {
16368
713209c45a82 8008555: Debugging code in compiled method sometimes leaks memory
roland
parents: 15612
diff changeset
  4709
      const char* buf = NULL;
713209c45a82 8008555: Debugging code in compiled method sometimes leaks memory
roland
parents: 15612
diff changeset
  4710
      {
713209c45a82 8008555: Debugging code in compiled method sometimes leaks memory
roland
parents: 15612
diff changeset
  4711
        ResourceMark rm;
713209c45a82 8008555: Debugging code in compiled method sometimes leaks memory
roland
parents: 15612
diff changeset
  4712
        stringStream ss;
31592
43f48e165466 8081202: Hotspot compile warning: "Invalid suffix on literal; C++11 requires a space between literal and identifier"
bpittore
parents: 31369
diff changeset
  4713
        ss.print("DelayedValue=" INTPTR_FORMAT, delayed_value_addr[1]);
16368
713209c45a82 8008555: Debugging code in compiled method sometimes leaks memory
roland
parents: 15612
diff changeset
  4714
        buf = code_string(ss.as_string());
713209c45a82 8008555: Debugging code in compiled method sometimes leaks memory
roland
parents: 15612
diff changeset
  4715
      }
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4716
      jcc(Assembler::notZero, L);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4717
      STOP(buf);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4718
    } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4719
      jccb(Assembler::notZero, L);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4720
      hlt();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4721
    }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4722
    bind(L);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4723
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4724
#endif
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4725
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4726
  if (offset != 0)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4727
    addptr(tmp, offset);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4728
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4729
  return RegisterOrConstant(tmp);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4730
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4731
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4732
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4733
Address MacroAssembler::argument_address(RegisterOrConstant arg_slot,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4734
                                         int extra_slot_offset) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4735
  // cf. TemplateTable::prepare_invoke(), if (load_receiver).
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4736
  int stackElementSize = Interpreter::stackElementSize;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4737
  int offset = Interpreter::expr_offset_in_bytes(extra_slot_offset+0);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4738
#ifdef ASSERT
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4739
  int offset1 = Interpreter::expr_offset_in_bytes(extra_slot_offset+1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4740
  assert(offset1 - offset == stackElementSize, "correct arithmetic");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4741
#endif
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4742
  Register             scale_reg    = noreg;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4743
  Address::ScaleFactor scale_factor = Address::no_scale;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4744
  if (arg_slot.is_constant()) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4745
    offset += arg_slot.as_constant() * stackElementSize;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4746
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4747
    scale_reg    = arg_slot.as_register();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4748
    scale_factor = Address::times(stackElementSize);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4749
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4750
  offset += wordSize;           // return PC is on stack
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4751
  return Address(rsp, scale_reg, scale_factor, offset);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4752
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4753
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4754
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4755
void MacroAssembler::verify_oop_addr(Address addr, const char* s) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4756
  if (!VerifyOops) return;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4757
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4758
  // Address adjust(addr.base(), addr.index(), addr.scale(), addr.disp() + BytesPerWord);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4759
  // Pass register number to verify_oop_subroutine
16368
713209c45a82 8008555: Debugging code in compiled method sometimes leaks memory
roland
parents: 15612
diff changeset
  4760
  const char* b = NULL;
713209c45a82 8008555: Debugging code in compiled method sometimes leaks memory
roland
parents: 15612
diff changeset
  4761
  {
713209c45a82 8008555: Debugging code in compiled method sometimes leaks memory
roland
parents: 15612
diff changeset
  4762
    ResourceMark rm;
713209c45a82 8008555: Debugging code in compiled method sometimes leaks memory
roland
parents: 15612
diff changeset
  4763
    stringStream ss;
713209c45a82 8008555: Debugging code in compiled method sometimes leaks memory
roland
parents: 15612
diff changeset
  4764
    ss.print("verify_oop_addr: %s", s);
713209c45a82 8008555: Debugging code in compiled method sometimes leaks memory
roland
parents: 15612
diff changeset
  4765
    b = code_string(ss.as_string());
713209c45a82 8008555: Debugging code in compiled method sometimes leaks memory
roland
parents: 15612
diff changeset
  4766
  }
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4767
#ifdef _LP64
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4768
  push(rscratch1);                    // save r10, trashed by movptr()
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4769
#endif
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4770
  push(rax);                          // save rax,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4771
  // addr may contain rsp so we will have to adjust it based on the push
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4772
  // we just did (and on 64 bit we do two pushes)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4773
  // NOTE: 64bit seemed to have had a bug in that it did movq(addr, rax); which
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4774
  // stores rax into addr which is backwards of what was intended.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4775
  if (addr.uses(rsp)) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4776
    lea(rax, addr);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4777
    pushptr(Address(rax, LP64_ONLY(2 *) BytesPerWord));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4778
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4779
    pushptr(addr);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4780
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4781
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4782
  ExternalAddress buffer((address) b);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4783
  // pass msg argument
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4784
  // avoid using pushptr, as it modifies scratch registers
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4785
  // and our contract is not to modify anything
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4786
  movptr(rax, buffer.addr());
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4787
  push(rax);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4788
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4789
  // call indirectly to solve generation ordering problem
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4790
  movptr(rax, ExternalAddress(StubRoutines::verify_oop_subroutine_entry_address()));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4791
  call(rax);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4792
  // Caller pops the arguments (addr, message) and restores rax, r10.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4793
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4794
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4795
void MacroAssembler::verify_tlab() {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4796
#ifdef ASSERT
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4797
  if (UseTLAB && VerifyOops) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4798
    Label next, ok;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4799
    Register t1 = rsi;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4800
    Register thread_reg = NOT_LP64(rbx) LP64_ONLY(r15_thread);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4801
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4802
    push(t1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4803
    NOT_LP64(push(thread_reg));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4804
    NOT_LP64(get_thread(thread_reg));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4805
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4806
    movptr(t1, Address(thread_reg, in_bytes(JavaThread::tlab_top_offset())));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4807
    cmpptr(t1, Address(thread_reg, in_bytes(JavaThread::tlab_start_offset())));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4808
    jcc(Assembler::aboveEqual, next);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4809
    STOP("assert(top >= start)");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4810
    should_not_reach_here();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4811
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4812
    bind(next);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4813
    movptr(t1, Address(thread_reg, in_bytes(JavaThread::tlab_end_offset())));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4814
    cmpptr(t1, Address(thread_reg, in_bytes(JavaThread::tlab_top_offset())));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4815
    jcc(Assembler::aboveEqual, ok);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4816
    STOP("assert(top <= end)");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4817
    should_not_reach_here();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4818
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4819
    bind(ok);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4820
    NOT_LP64(pop(thread_reg));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4821
    pop(t1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4822
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4823
#endif
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4824
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4825
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4826
class ControlWord {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4827
 public:
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4828
  int32_t _value;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4829
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4830
  int  rounding_control() const        { return  (_value >> 10) & 3      ; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4831
  int  precision_control() const       { return  (_value >>  8) & 3      ; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4832
  bool precision() const               { return ((_value >>  5) & 1) != 0; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4833
  bool underflow() const               { return ((_value >>  4) & 1) != 0; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4834
  bool overflow() const                { return ((_value >>  3) & 1) != 0; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4835
  bool zero_divide() const             { return ((_value >>  2) & 1) != 0; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4836
  bool denormalized() const            { return ((_value >>  1) & 1) != 0; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4837
  bool invalid() const                 { return ((_value >>  0) & 1) != 0; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4838
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4839
  void print() const {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4840
    // rounding control
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4841
    const char* rc;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4842
    switch (rounding_control()) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4843
      case 0: rc = "round near"; break;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4844
      case 1: rc = "round down"; break;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4845
      case 2: rc = "round up  "; break;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4846
      case 3: rc = "chop      "; break;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4847
    };
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4848
    // precision control
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4849
    const char* pc;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4850
    switch (precision_control()) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4851
      case 0: pc = "24 bits "; break;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4852
      case 1: pc = "reserved"; break;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4853
      case 2: pc = "53 bits "; break;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4854
      case 3: pc = "64 bits "; break;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4855
    };
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4856
    // flags
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4857
    char f[9];
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4858
    f[0] = ' ';
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4859
    f[1] = ' ';
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4860
    f[2] = (precision   ()) ? 'P' : 'p';
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4861
    f[3] = (underflow   ()) ? 'U' : 'u';
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4862
    f[4] = (overflow    ()) ? 'O' : 'o';
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4863
    f[5] = (zero_divide ()) ? 'Z' : 'z';
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4864
    f[6] = (denormalized()) ? 'D' : 'd';
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4865
    f[7] = (invalid     ()) ? 'I' : 'i';
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4866
    f[8] = '\x0';
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4867
    // output
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4868
    printf("%04x  masks = %s, %s, %s", _value & 0xFFFF, f, rc, pc);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4869
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4870
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4871
};
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4872
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4873
class StatusWord {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4874
 public:
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4875
  int32_t _value;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4876
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4877
  bool busy() const                    { return ((_value >> 15) & 1) != 0; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4878
  bool C3() const                      { return ((_value >> 14) & 1) != 0; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4879
  bool C2() const                      { return ((_value >> 10) & 1) != 0; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4880
  bool C1() const                      { return ((_value >>  9) & 1) != 0; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4881
  bool C0() const                      { return ((_value >>  8) & 1) != 0; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4882
  int  top() const                     { return  (_value >> 11) & 7      ; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4883
  bool error_status() const            { return ((_value >>  7) & 1) != 0; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4884
  bool stack_fault() const             { return ((_value >>  6) & 1) != 0; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4885
  bool precision() const               { return ((_value >>  5) & 1) != 0; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4886
  bool underflow() const               { return ((_value >>  4) & 1) != 0; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4887
  bool overflow() const                { return ((_value >>  3) & 1) != 0; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4888
  bool zero_divide() const             { return ((_value >>  2) & 1) != 0; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4889
  bool denormalized() const            { return ((_value >>  1) & 1) != 0; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4890
  bool invalid() const                 { return ((_value >>  0) & 1) != 0; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4891
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4892
  void print() const {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4893
    // condition codes
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4894
    char c[5];
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4895
    c[0] = (C3()) ? '3' : '-';
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4896
    c[1] = (C2()) ? '2' : '-';
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4897
    c[2] = (C1()) ? '1' : '-';
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4898
    c[3] = (C0()) ? '0' : '-';
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4899
    c[4] = '\x0';
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4900
    // flags
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4901
    char f[9];
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4902
    f[0] = (error_status()) ? 'E' : '-';
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4903
    f[1] = (stack_fault ()) ? 'S' : '-';
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4904
    f[2] = (precision   ()) ? 'P' : '-';
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4905
    f[3] = (underflow   ()) ? 'U' : '-';
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4906
    f[4] = (overflow    ()) ? 'O' : '-';
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4907
    f[5] = (zero_divide ()) ? 'Z' : '-';
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4908
    f[6] = (denormalized()) ? 'D' : '-';
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4909
    f[7] = (invalid     ()) ? 'I' : '-';
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4910
    f[8] = '\x0';
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4911
    // output
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4912
    printf("%04x  flags = %s, cc =  %s, top = %d", _value & 0xFFFF, f, c, top());
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4913
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4914
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4915
};
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4916
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4917
class TagWord {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4918
 public:
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4919
  int32_t _value;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4920
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4921
  int tag_at(int i) const              { return (_value >> (i*2)) & 3; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4922
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4923
  void print() const {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4924
    printf("%04x", _value & 0xFFFF);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4925
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4926
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4927
};
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4928
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4929
class FPU_Register {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4930
 public:
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4931
  int32_t _m0;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4932
  int32_t _m1;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4933
  int16_t _ex;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4934
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4935
  bool is_indefinite() const           {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4936
    return _ex == -1 && _m1 == (int32_t)0xC0000000 && _m0 == 0;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4937
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4938
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4939
  void print() const {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4940
    char  sign = (_ex < 0) ? '-' : '+';
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4941
    const char* kind = (_ex == 0x7FFF || _ex == (int16_t)-1) ? "NaN" : "   ";
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4942
    printf("%c%04hx.%08x%08x  %s", sign, _ex, _m1, _m0, kind);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4943
  };
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4944
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4945
};
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4946
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4947
class FPU_State {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4948
 public:
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4949
  enum {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4950
    register_size       = 10,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4951
    number_of_registers =  8,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4952
    register_mask       =  7
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4953
  };
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4954
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4955
  ControlWord  _control_word;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4956
  StatusWord   _status_word;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4957
  TagWord      _tag_word;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4958
  int32_t      _error_offset;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4959
  int32_t      _error_selector;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4960
  int32_t      _data_offset;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4961
  int32_t      _data_selector;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4962
  int8_t       _register[register_size * number_of_registers];
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4963
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4964
  int tag_for_st(int i) const          { return _tag_word.tag_at((_status_word.top() + i) & register_mask); }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4965
  FPU_Register* st(int i) const        { return (FPU_Register*)&_register[register_size * i]; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4966
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4967
  const char* tag_as_string(int tag) const {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4968
    switch (tag) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4969
      case 0: return "valid";
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4970
      case 1: return "zero";
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4971
      case 2: return "special";
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4972
      case 3: return "empty";
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4973
    }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4974
    ShouldNotReachHere();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4975
    return NULL;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4976
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4977
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4978
  void print() const {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4979
    // print computation registers
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4980
    { int t = _status_word.top();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4981
      for (int i = 0; i < number_of_registers; i++) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4982
        int j = (i - t) & register_mask;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4983
        printf("%c r%d = ST%d = ", (j == 0 ? '*' : ' '), i, j);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4984
        st(j)->print();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4985
        printf(" %s\n", tag_as_string(_tag_word.tag_at(i)));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4986
      }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4987
    }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4988
    printf("\n");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4989
    // print control registers
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4990
    printf("ctrl = "); _control_word.print(); printf("\n");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4991
    printf("stat = "); _status_word .print(); printf("\n");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4992
    printf("tags = "); _tag_word    .print(); printf("\n");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4993
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4994
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4995
};
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4996
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4997
class Flag_Register {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4998
 public:
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  4999
  int32_t _value;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5000
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5001
  bool overflow() const                { return ((_value >> 11) & 1) != 0; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5002
  bool direction() const               { return ((_value >> 10) & 1) != 0; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5003
  bool sign() const                    { return ((_value >>  7) & 1) != 0; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5004
  bool zero() const                    { return ((_value >>  6) & 1) != 0; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5005
  bool auxiliary_carry() const         { return ((_value >>  4) & 1) != 0; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5006
  bool parity() const                  { return ((_value >>  2) & 1) != 0; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5007
  bool carry() const                   { return ((_value >>  0) & 1) != 0; }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5008
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5009
  void print() const {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5010
    // flags
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5011
    char f[8];
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5012
    f[0] = (overflow       ()) ? 'O' : '-';
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5013
    f[1] = (direction      ()) ? 'D' : '-';
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5014
    f[2] = (sign           ()) ? 'S' : '-';
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5015
    f[3] = (zero           ()) ? 'Z' : '-';
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5016
    f[4] = (auxiliary_carry()) ? 'A' : '-';
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5017
    f[5] = (parity         ()) ? 'P' : '-';
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5018
    f[6] = (carry          ()) ? 'C' : '-';
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5019
    f[7] = '\x0';
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5020
    // output
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5021
    printf("%08x  flags = %s", _value, f);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5022
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5023
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5024
};
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5025
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5026
class IU_Register {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5027
 public:
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5028
  int32_t _value;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5029
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5030
  void print() const {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5031
    printf("%08x  %11d", _value, _value);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5032
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5033
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5034
};
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5035
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5036
class IU_State {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5037
 public:
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5038
  Flag_Register _eflags;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5039
  IU_Register   _rdi;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5040
  IU_Register   _rsi;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5041
  IU_Register   _rbp;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5042
  IU_Register   _rsp;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5043
  IU_Register   _rbx;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5044
  IU_Register   _rdx;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5045
  IU_Register   _rcx;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5046
  IU_Register   _rax;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5047
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5048
  void print() const {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5049
    // computation registers
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5050
    printf("rax,  = "); _rax.print(); printf("\n");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5051
    printf("rbx,  = "); _rbx.print(); printf("\n");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5052
    printf("rcx  = "); _rcx.print(); printf("\n");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5053
    printf("rdx  = "); _rdx.print(); printf("\n");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5054
    printf("rdi  = "); _rdi.print(); printf("\n");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5055
    printf("rsi  = "); _rsi.print(); printf("\n");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5056
    printf("rbp,  = "); _rbp.print(); printf("\n");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5057
    printf("rsp  = "); _rsp.print(); printf("\n");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5058
    printf("\n");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5059
    // control registers
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5060
    printf("flgs = "); _eflags.print(); printf("\n");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5061
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5062
};
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5063
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5064
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5065
class CPU_State {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5066
 public:
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5067
  FPU_State _fpu_state;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5068
  IU_State  _iu_state;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5069
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5070
  void print() const {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5071
    printf("--------------------------------------------------\n");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5072
    _iu_state .print();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5073
    printf("\n");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5074
    _fpu_state.print();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5075
    printf("--------------------------------------------------\n");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5076
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5077
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5078
};
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5079
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5080
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5081
static void _print_CPU_state(CPU_State* state) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5082
  state->print();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5083
};
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5084
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5085
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5086
void MacroAssembler::print_CPU_state() {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5087
  push_CPU_state();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5088
  push(rsp);                // pass CPU state
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5089
  call(RuntimeAddress(CAST_FROM_FN_PTR(address, _print_CPU_state)));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5090
  addptr(rsp, wordSize);       // discard argument
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5091
  pop_CPU_state();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5092
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5093
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5094
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5095
static bool _verify_FPU(int stack_depth, char* s, CPU_State* state) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5096
  static int counter = 0;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5097
  FPU_State* fs = &state->_fpu_state;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5098
  counter++;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5099
  // For leaf calls, only verify that the top few elements remain empty.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5100
  // We only need 1 empty at the top for C2 code.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5101
  if( stack_depth < 0 ) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5102
    if( fs->tag_for_st(7) != 3 ) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5103
      printf("FPR7 not empty\n");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5104
      state->print();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5105
      assert(false, "error");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5106
      return false;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5107
    }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5108
    return true;                // All other stack states do not matter
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5109
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5110
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5111
  assert((fs->_control_word._value & 0xffff) == StubRoutines::_fpu_cntrl_wrd_std,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5112
         "bad FPU control word");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5113
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5114
  // compute stack depth
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5115
  int i = 0;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5116
  while (i < FPU_State::number_of_registers && fs->tag_for_st(i)  < 3) i++;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5117
  int d = i;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5118
  while (i < FPU_State::number_of_registers && fs->tag_for_st(i) == 3) i++;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5119
  // verify findings
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5120
  if (i != FPU_State::number_of_registers) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5121
    // stack not contiguous
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5122
    printf("%s: stack not contiguous at ST%d\n", s, i);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5123
    state->print();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5124
    assert(false, "error");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5125
    return false;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5126
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5127
  // check if computed stack depth corresponds to expected stack depth
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5128
  if (stack_depth < 0) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5129
    // expected stack depth is -stack_depth or less
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5130
    if (d > -stack_depth) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5131
      // too many elements on the stack
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5132
      printf("%s: <= %d stack elements expected but found %d\n", s, -stack_depth, d);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5133
      state->print();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5134
      assert(false, "error");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5135
      return false;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5136
    }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5137
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5138
    // expected stack depth is stack_depth
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5139
    if (d != stack_depth) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5140
      // wrong stack depth
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5141
      printf("%s: %d stack elements expected but found %d\n", s, stack_depth, d);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5142
      state->print();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5143
      assert(false, "error");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5144
      return false;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5145
    }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5146
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5147
  // everything is cool
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5148
  return true;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5149
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5150
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5151
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5152
void MacroAssembler::verify_FPU(int stack_depth, const char* s) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5153
  if (!VerifyFPU) return;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5154
  push_CPU_state();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5155
  push(rsp);                // pass CPU state
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5156
  ExternalAddress msg((address) s);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5157
  // pass message string s
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5158
  pushptr(msg.addr());
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5159
  push(stack_depth);        // pass stack depth
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5160
  call(RuntimeAddress(CAST_FROM_FN_PTR(address, _verify_FPU)));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5161
  addptr(rsp, 3 * wordSize);   // discard arguments
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5162
  // check for error
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5163
  { Label L;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5164
    testl(rax, rax);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5165
    jcc(Assembler::notZero, L);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5166
    int3();                  // break if error condition
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5167
    bind(L);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5168
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5169
  pop_CPU_state();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5170
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5171
16624
9dbd4b210bf9 8011102: Clear AVX registers after return from JNI call
kvn
parents: 16368
diff changeset
  5172
void MacroAssembler::restore_cpu_control_state_after_jni() {
9dbd4b210bf9 8011102: Clear AVX registers after return from JNI call
kvn
parents: 16368
diff changeset
  5173
  // Either restore the MXCSR register after returning from the JNI Call
9dbd4b210bf9 8011102: Clear AVX registers after return from JNI call
kvn
parents: 16368
diff changeset
  5174
  // or verify that it wasn't changed (with -Xcheck:jni flag).
9dbd4b210bf9 8011102: Clear AVX registers after return from JNI call
kvn
parents: 16368
diff changeset
  5175
  if (VM_Version::supports_sse()) {
9dbd4b210bf9 8011102: Clear AVX registers after return from JNI call
kvn
parents: 16368
diff changeset
  5176
    if (RestoreMXCSROnJNICalls) {
9dbd4b210bf9 8011102: Clear AVX registers after return from JNI call
kvn
parents: 16368
diff changeset
  5177
      ldmxcsr(ExternalAddress(StubRoutines::addr_mxcsr_std()));
9dbd4b210bf9 8011102: Clear AVX registers after return from JNI call
kvn
parents: 16368
diff changeset
  5178
    } else if (CheckJNICalls) {
9dbd4b210bf9 8011102: Clear AVX registers after return from JNI call
kvn
parents: 16368
diff changeset
  5179
      call(RuntimeAddress(StubRoutines::x86::verify_mxcsr_entry()));
9dbd4b210bf9 8011102: Clear AVX registers after return from JNI call
kvn
parents: 16368
diff changeset
  5180
    }
9dbd4b210bf9 8011102: Clear AVX registers after return from JNI call
kvn
parents: 16368
diff changeset
  5181
  }
46440
61025eecb743 8178811: Minimize the AVX <-> SSE transition penalty through generation of vzeroupper instruction on x86
vdeshpande
parents: 44406
diff changeset
  5182
  // Clear upper bits of YMM registers to avoid SSE <-> AVX transition penalty.
61025eecb743 8178811: Minimize the AVX <-> SSE transition penalty through generation of vzeroupper instruction on x86
vdeshpande
parents: 44406
diff changeset
  5183
  vzeroupper();
48194
09b7b32b244f 8190494: Different results with UseAVX=3 when calling AVX-512 native function via JNI
vdeshpande
parents: 47881
diff changeset
  5184
  // Reset k1 to 0xffff.
52003
be4614f04eb6 8211375: Minimal VM build failures after JDK-8211251 (Default mask register for avx512 instructions)
shade
parents: 51996
diff changeset
  5185
be4614f04eb6 8211375: Minimal VM build failures after JDK-8211251 (Default mask register for avx512 instructions)
shade
parents: 51996
diff changeset
  5186
#ifdef COMPILER2
51976
390f529f4f22 8211251: Default mask register for avx512 instructions
kvn
parents: 51857
diff changeset
  5187
  if (PostLoopMultiversioning && VM_Version::supports_evex()) {
48194
09b7b32b244f 8190494: Different results with UseAVX=3 when calling AVX-512 native function via JNI
vdeshpande
parents: 47881
diff changeset
  5188
    push(rcx);
09b7b32b244f 8190494: Different results with UseAVX=3 when calling AVX-512 native function via JNI
vdeshpande
parents: 47881
diff changeset
  5189
    movl(rcx, 0xffff);
09b7b32b244f 8190494: Different results with UseAVX=3 when calling AVX-512 native function via JNI
vdeshpande
parents: 47881
diff changeset
  5190
    kmovwl(k1, rcx);
09b7b32b244f 8190494: Different results with UseAVX=3 when calling AVX-512 native function via JNI
vdeshpande
parents: 47881
diff changeset
  5191
    pop(rcx);
09b7b32b244f 8190494: Different results with UseAVX=3 when calling AVX-512 native function via JNI
vdeshpande
parents: 47881
diff changeset
  5192
  }
52003
be4614f04eb6 8211375: Minimal VM build failures after JDK-8211251 (Default mask register for avx512 instructions)
shade
parents: 51996
diff changeset
  5193
#endif // COMPILER2
16624
9dbd4b210bf9 8011102: Clear AVX registers after return from JNI call
kvn
parents: 16368
diff changeset
  5194
9dbd4b210bf9 8011102: Clear AVX registers after return from JNI call
kvn
parents: 16368
diff changeset
  5195
#ifndef _LP64
9dbd4b210bf9 8011102: Clear AVX registers after return from JNI call
kvn
parents: 16368
diff changeset
  5196
  // Either restore the x87 floating pointer control word after returning
9dbd4b210bf9 8011102: Clear AVX registers after return from JNI call
kvn
parents: 16368
diff changeset
  5197
  // from the JNI call or verify that it wasn't changed.
9dbd4b210bf9 8011102: Clear AVX registers after return from JNI call
kvn
parents: 16368
diff changeset
  5198
  if (CheckJNICalls) {
9dbd4b210bf9 8011102: Clear AVX registers after return from JNI call
kvn
parents: 16368
diff changeset
  5199
    call(RuntimeAddress(StubRoutines::x86::verify_fpu_cntrl_wrd_entry()));
9dbd4b210bf9 8011102: Clear AVX registers after return from JNI call
kvn
parents: 16368
diff changeset
  5200
  }
9dbd4b210bf9 8011102: Clear AVX registers after return from JNI call
kvn
parents: 16368
diff changeset
  5201
#endif // _LP64
9dbd4b210bf9 8011102: Clear AVX registers after return from JNI call
kvn
parents: 16368
diff changeset
  5202
}
9dbd4b210bf9 8011102: Clear AVX registers after return from JNI call
kvn
parents: 16368
diff changeset
  5203
46961
c9094b1e5f87 8186088: ConstantPoolCache::_resolved_references is not a JNIHandle
coleenp
parents: 46630
diff changeset
  5204
// ((OopHandle)result).resolve();
49816
a3e79f97e86b 8200555: OopHandle should use Access API
coleenp
parents: 49748
diff changeset
  5205
void MacroAssembler::resolve_oop_handle(Register result, Register tmp) {
50157
bd198a98f3c5 8202978: Incorrect tmp register passed to MacroAssembler::load_mirror()
pliden
parents: 49902
diff changeset
  5206
  assert_different_registers(result, tmp);
bd198a98f3c5 8202978: Incorrect tmp register passed to MacroAssembler::load_mirror()
pliden
parents: 49902
diff changeset
  5207
49816
a3e79f97e86b 8200555: OopHandle should use Access API
coleenp
parents: 49748
diff changeset
  5208
  // Only 64 bit platforms support GCs that require a tmp register
a3e79f97e86b 8200555: OopHandle should use Access API
coleenp
parents: 49748
diff changeset
  5209
  // Only IN_HEAP loads require a thread_tmp register
a3e79f97e86b 8200555: OopHandle should use Access API
coleenp
parents: 49748
diff changeset
  5210
  // OopHandle::resolve is an indirection like jobject.
50803
45c1fde86050 8205559: Remove IN_CONCURRENT_ROOT Access decorator
kbarrett
parents: 50728
diff changeset
  5211
  access_load_at(T_OBJECT, IN_NATIVE,
49816
a3e79f97e86b 8200555: OopHandle should use Access API
coleenp
parents: 49748
diff changeset
  5212
                 result, Address(result, 0), tmp, /*tmp_thread*/noreg);
a3e79f97e86b 8200555: OopHandle should use Access API
coleenp
parents: 49748
diff changeset
  5213
}
a3e79f97e86b 8200555: OopHandle should use Access API
coleenp
parents: 49748
diff changeset
  5214
54839
e9db10a375d9 8222841: Incorrect static call stub interactions with class unloading
eosterlund
parents: 54780
diff changeset
  5215
// ((WeakHandle)result).resolve();
e9db10a375d9 8222841: Incorrect static call stub interactions with class unloading
eosterlund
parents: 54780
diff changeset
  5216
void MacroAssembler::resolve_weak_handle(Register rresult, Register rtmp) {
e9db10a375d9 8222841: Incorrect static call stub interactions with class unloading
eosterlund
parents: 54780
diff changeset
  5217
  assert_different_registers(rresult, rtmp);
e9db10a375d9 8222841: Incorrect static call stub interactions with class unloading
eosterlund
parents: 54780
diff changeset
  5218
  Label resolved;
e9db10a375d9 8222841: Incorrect static call stub interactions with class unloading
eosterlund
parents: 54780
diff changeset
  5219
e9db10a375d9 8222841: Incorrect static call stub interactions with class unloading
eosterlund
parents: 54780
diff changeset
  5220
  // A null weak handle resolves to null.
e9db10a375d9 8222841: Incorrect static call stub interactions with class unloading
eosterlund
parents: 54780
diff changeset
  5221
  cmpptr(rresult, 0);
e9db10a375d9 8222841: Incorrect static call stub interactions with class unloading
eosterlund
parents: 54780
diff changeset
  5222
  jcc(Assembler::equal, resolved);
e9db10a375d9 8222841: Incorrect static call stub interactions with class unloading
eosterlund
parents: 54780
diff changeset
  5223
e9db10a375d9 8222841: Incorrect static call stub interactions with class unloading
eosterlund
parents: 54780
diff changeset
  5224
  // Only 64 bit platforms support GCs that require a tmp register
e9db10a375d9 8222841: Incorrect static call stub interactions with class unloading
eosterlund
parents: 54780
diff changeset
  5225
  // Only IN_HEAP loads require a thread_tmp register
e9db10a375d9 8222841: Incorrect static call stub interactions with class unloading
eosterlund
parents: 54780
diff changeset
  5226
  // WeakHandle::resolve is an indirection like jweak.
e9db10a375d9 8222841: Incorrect static call stub interactions with class unloading
eosterlund
parents: 54780
diff changeset
  5227
  access_load_at(T_OBJECT, IN_NATIVE | ON_PHANTOM_OOP_REF,
e9db10a375d9 8222841: Incorrect static call stub interactions with class unloading
eosterlund
parents: 54780
diff changeset
  5228
                 rresult, Address(rresult, 0), rtmp, /*tmp_thread*/noreg);
e9db10a375d9 8222841: Incorrect static call stub interactions with class unloading
eosterlund
parents: 54780
diff changeset
  5229
  bind(resolved);
e9db10a375d9 8222841: Incorrect static call stub interactions with class unloading
eosterlund
parents: 54780
diff changeset
  5230
}
e9db10a375d9 8222841: Incorrect static call stub interactions with class unloading
eosterlund
parents: 54780
diff changeset
  5231
49816
a3e79f97e86b 8200555: OopHandle should use Access API
coleenp
parents: 49748
diff changeset
  5232
void MacroAssembler::load_mirror(Register mirror, Register method, Register tmp) {
38074
8475fdc6dcc3 8154580: Save mirror in interpreter frame to enable cleanups of CLDClosure
coleenp
parents: 38049
diff changeset
  5233
  // get mirror
8475fdc6dcc3 8154580: Save mirror in interpreter frame to enable cleanups of CLDClosure
coleenp
parents: 38049
diff changeset
  5234
  const int mirror_offset = in_bytes(Klass::java_mirror_offset());
55105
9ad765641e8f 8223213: Implement fast class initialization checks on x86-64
vlivanov
parents: 54839
diff changeset
  5235
  load_method_holder(mirror, method);
38074
8475fdc6dcc3 8154580: Save mirror in interpreter frame to enable cleanups of CLDClosure
coleenp
parents: 38049
diff changeset
  5236
  movptr(mirror, Address(mirror, mirror_offset));
49816
a3e79f97e86b 8200555: OopHandle should use Access API
coleenp
parents: 49748
diff changeset
  5237
  resolve_oop_handle(mirror, tmp);
38074
8475fdc6dcc3 8154580: Save mirror in interpreter frame to enable cleanups of CLDClosure
coleenp
parents: 38049
diff changeset
  5238
}
16624
9dbd4b210bf9 8011102: Clear AVX registers after return from JNI call
kvn
parents: 16368
diff changeset
  5239
54839
e9db10a375d9 8222841: Incorrect static call stub interactions with class unloading
eosterlund
parents: 54780
diff changeset
  5240
void MacroAssembler::load_method_holder_cld(Register rresult, Register rmethod) {
55105
9ad765641e8f 8223213: Implement fast class initialization checks on x86-64
vlivanov
parents: 54839
diff changeset
  5241
  load_method_holder(rresult, rmethod);
54839
e9db10a375d9 8222841: Incorrect static call stub interactions with class unloading
eosterlund
parents: 54780
diff changeset
  5242
  movptr(rresult, Address(rresult, InstanceKlass::class_loader_data_offset()));
e9db10a375d9 8222841: Incorrect static call stub interactions with class unloading
eosterlund
parents: 54780
diff changeset
  5243
}
e9db10a375d9 8222841: Incorrect static call stub interactions with class unloading
eosterlund
parents: 54780
diff changeset
  5244
55105
9ad765641e8f 8223213: Implement fast class initialization checks on x86-64
vlivanov
parents: 54839
diff changeset
  5245
void MacroAssembler::load_method_holder(Register holder, Register method) {
9ad765641e8f 8223213: Implement fast class initialization checks on x86-64
vlivanov
parents: 54839
diff changeset
  5246
  movptr(holder, Address(method, Method::const_offset()));                      // ConstMethod*
9ad765641e8f 8223213: Implement fast class initialization checks on x86-64
vlivanov
parents: 54839
diff changeset
  5247
  movptr(holder, Address(holder, ConstMethod::constants_offset()));             // ConstantPool*
9ad765641e8f 8223213: Implement fast class initialization checks on x86-64
vlivanov
parents: 54839
diff changeset
  5248
  movptr(holder, Address(holder, ConstantPool::pool_holder_offset_in_bytes())); // InstanceKlass*
9ad765641e8f 8223213: Implement fast class initialization checks on x86-64
vlivanov
parents: 54839
diff changeset
  5249
}
9ad765641e8f 8223213: Implement fast class initialization checks on x86-64
vlivanov
parents: 54839
diff changeset
  5250
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5251
void MacroAssembler::load_klass(Register dst, Register src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5252
#ifdef _LP64
19979
ebe1dbb6e1aa 8015107: NPG: Use consistent naming for metaspace concepts
ehelin
parents: 19319
diff changeset
  5253
  if (UseCompressedClassPointers) {
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5254
    movl(dst, Address(src, oopDesc::klass_offset_in_bytes()));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5255
    decode_klass_not_null(dst);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5256
  } else
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5257
#endif
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5258
    movptr(dst, Address(src, oopDesc::klass_offset_in_bytes()));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5259
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5260
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5261
void MacroAssembler::load_prototype_header(Register dst, Register src) {
19319
0ad35be0733a 8003424: Enable Class Data Sharing for CompressedOops
hseigel
parents: 18507
diff changeset
  5262
  load_klass(dst, src);
0ad35be0733a 8003424: Enable Class Data Sharing for CompressedOops
hseigel
parents: 18507
diff changeset
  5263
  movptr(dst, Address(dst, Klass::prototype_header_offset()));
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5264
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5265
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5266
void MacroAssembler::store_klass(Register dst, Register src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5267
#ifdef _LP64
19979
ebe1dbb6e1aa 8015107: NPG: Use consistent naming for metaspace concepts
ehelin
parents: 19319
diff changeset
  5268
  if (UseCompressedClassPointers) {
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5269
    encode_klass_not_null(src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5270
    movl(Address(dst, oopDesc::klass_offset_in_bytes()), src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5271
  } else
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5272
#endif
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5273
    movptr(Address(dst, oopDesc::klass_offset_in_bytes()), src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5274
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5275
49748
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49734
diff changeset
  5276
void MacroAssembler::access_load_at(BasicType type, DecoratorSet decorators, Register dst, Address src,
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49734
diff changeset
  5277
                                    Register tmp1, Register thread_tmp) {
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49734
diff changeset
  5278
  BarrierSetAssembler* bs = BarrierSet::barrier_set()->barrier_set_assembler();
50446
39ca7558bc43 8203353: Fixup inferred decorators in the interpreter
eosterlund
parents: 50157
diff changeset
  5279
  decorators = AccessInternal::decorator_fixup(decorators);
49748
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49734
diff changeset
  5280
  bool as_raw = (decorators & AS_RAW) != 0;
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49734
diff changeset
  5281
  if (as_raw) {
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49734
diff changeset
  5282
    bs->BarrierSetAssembler::load_at(this, decorators, type, dst, src, tmp1, thread_tmp);
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49734
diff changeset
  5283
  } else {
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49734
diff changeset
  5284
    bs->load_at(this, decorators, type, dst, src, tmp1, thread_tmp);
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49734
diff changeset
  5285
  }
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49734
diff changeset
  5286
}
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49734
diff changeset
  5287
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49734
diff changeset
  5288
void MacroAssembler::access_store_at(BasicType type, DecoratorSet decorators, Address dst, Register src,
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49734
diff changeset
  5289
                                     Register tmp1, Register tmp2) {
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49734
diff changeset
  5290
  BarrierSetAssembler* bs = BarrierSet::barrier_set()->barrier_set_assembler();
50446
39ca7558bc43 8203353: Fixup inferred decorators in the interpreter
eosterlund
parents: 50157
diff changeset
  5291
  decorators = AccessInternal::decorator_fixup(decorators);
49748
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49734
diff changeset
  5292
  bool as_raw = (decorators & AS_RAW) != 0;
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49734
diff changeset
  5293
  if (as_raw) {
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49734
diff changeset
  5294
    bs->BarrierSetAssembler::store_at(this, decorators, type, dst, src, tmp1, tmp2);
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49734
diff changeset
  5295
  } else {
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49734
diff changeset
  5296
    bs->store_at(this, decorators, type, dst, src, tmp1, tmp2);
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49734
diff changeset
  5297
  }
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49734
diff changeset
  5298
}
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49734
diff changeset
  5299
51350
57565f7dcb2a 8205523: Explicit barriers for interpreter
rkennke
parents: 50860
diff changeset
  5300
void MacroAssembler::resolve(DecoratorSet decorators, Register obj) {
57565f7dcb2a 8205523: Explicit barriers for interpreter
rkennke
parents: 50860
diff changeset
  5301
  // Use stronger ACCESS_WRITE|ACCESS_READ by default.
57565f7dcb2a 8205523: Explicit barriers for interpreter
rkennke
parents: 50860
diff changeset
  5302
  if ((decorators & (ACCESS_READ | ACCESS_WRITE)) == 0) {
57565f7dcb2a 8205523: Explicit barriers for interpreter
rkennke
parents: 50860
diff changeset
  5303
    decorators |= ACCESS_READ | ACCESS_WRITE;
57565f7dcb2a 8205523: Explicit barriers for interpreter
rkennke
parents: 50860
diff changeset
  5304
  }
57565f7dcb2a 8205523: Explicit barriers for interpreter
rkennke
parents: 50860
diff changeset
  5305
  BarrierSetAssembler* bs = BarrierSet::barrier_set()->barrier_set_assembler();
57565f7dcb2a 8205523: Explicit barriers for interpreter
rkennke
parents: 50860
diff changeset
  5306
  return bs->resolve(this, decorators, obj);
57565f7dcb2a 8205523: Explicit barriers for interpreter
rkennke
parents: 50860
diff changeset
  5307
}
57565f7dcb2a 8205523: Explicit barriers for interpreter
rkennke
parents: 50860
diff changeset
  5308
49748
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49734
diff changeset
  5309
void MacroAssembler::load_heap_oop(Register dst, Address src, Register tmp1,
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49734
diff changeset
  5310
                                   Register thread_tmp, DecoratorSet decorators) {
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49734
diff changeset
  5311
  access_load_at(T_OBJECT, IN_HEAP | decorators, dst, src, tmp1, thread_tmp);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5312
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5313
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5314
// Doesn't do verfication, generates fixed size code
49748
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49734
diff changeset
  5315
void MacroAssembler::load_heap_oop_not_null(Register dst, Address src, Register tmp1,
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49734
diff changeset
  5316
                                            Register thread_tmp, DecoratorSet decorators) {
50728
9375184cec98 8205459: Rename Access API flag decorators
kbarrett
parents: 50693
diff changeset
  5317
  access_load_at(T_OBJECT, IN_HEAP | IS_NOT_NULL | decorators, dst, src, tmp1, thread_tmp);
49748
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49734
diff changeset
  5318
}
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49734
diff changeset
  5319
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49734
diff changeset
  5320
void MacroAssembler::store_heap_oop(Address dst, Register src, Register tmp1,
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49734
diff changeset
  5321
                                    Register tmp2, DecoratorSet decorators) {
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49734
diff changeset
  5322
  access_store_at(T_OBJECT, IN_HEAP | decorators, dst, src, tmp1, tmp2);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5323
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5324
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5325
// Used for storing NULLs.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5326
void MacroAssembler::store_heap_oop_null(Address dst) {
49748
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49734
diff changeset
  5327
  access_store_at(T_OBJECT, IN_HEAP, dst, noreg, noreg, noreg);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5328
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5329
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5330
#ifdef _LP64
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5331
void MacroAssembler::store_klass_gap(Register dst, Register src) {
19979
ebe1dbb6e1aa 8015107: NPG: Use consistent naming for metaspace concepts
ehelin
parents: 19319
diff changeset
  5332
  if (UseCompressedClassPointers) {
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5333
    // Store to klass gap in destination
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5334
    movl(Address(dst, oopDesc::klass_gap_offset_in_bytes()), src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5335
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5336
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5337
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5338
#ifdef ASSERT
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5339
void MacroAssembler::verify_heapbase(const char* msg) {
19319
0ad35be0733a 8003424: Enable Class Data Sharing for CompressedOops
hseigel
parents: 18507
diff changeset
  5340
  assert (UseCompressedOops, "should be compressed");
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5341
  assert (Universe::heap() != NULL, "java heap should be initialized");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5342
  if (CheckCompressedOops) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5343
    Label ok;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5344
    push(rscratch1); // cmpptr trashes rscratch1
54780
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 54750
diff changeset
  5345
    cmpptr(r12_heapbase, ExternalAddress((address)CompressedOops::ptrs_base_addr()));
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5346
    jcc(Assembler::equal, ok);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5347
    STOP(msg);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5348
    bind(ok);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5349
    pop(rscratch1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5350
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5351
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5352
#endif
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5353
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5354
// Algorithm must match oop.inline.hpp encode_heap_oop.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5355
void MacroAssembler::encode_heap_oop(Register r) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5356
#ifdef ASSERT
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5357
  verify_heapbase("MacroAssembler::encode_heap_oop: heap base corrupted?");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5358
#endif
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5359
  verify_oop(r, "broken oop in encode_heap_oop");
54780
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 54750
diff changeset
  5360
  if (CompressedOops::base() == NULL) {
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 54750
diff changeset
  5361
    if (CompressedOops::shift() != 0) {
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 54750
diff changeset
  5362
      assert (LogMinObjAlignmentInBytes == CompressedOops::shift(), "decode alg wrong");
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5363
      shrq(r, LogMinObjAlignmentInBytes);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5364
    }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5365
    return;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5366
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5367
  testq(r, r);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5368
  cmovq(Assembler::equal, r, r12_heapbase);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5369
  subq(r, r12_heapbase);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5370
  shrq(r, LogMinObjAlignmentInBytes);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5371
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5372
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5373
void MacroAssembler::encode_heap_oop_not_null(Register r) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5374
#ifdef ASSERT
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5375
  verify_heapbase("MacroAssembler::encode_heap_oop_not_null: heap base corrupted?");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5376
  if (CheckCompressedOops) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5377
    Label ok;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5378
    testq(r, r);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5379
    jcc(Assembler::notEqual, ok);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5380
    STOP("null oop passed to encode_heap_oop_not_null");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5381
    bind(ok);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5382
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5383
#endif
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5384
  verify_oop(r, "broken oop in encode_heap_oop_not_null");
54780
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 54750
diff changeset
  5385
  if (CompressedOops::base() != NULL) {
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5386
    subq(r, r12_heapbase);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5387
  }
54780
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 54750
diff changeset
  5388
  if (CompressedOops::shift() != 0) {
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 54750
diff changeset
  5389
    assert (LogMinObjAlignmentInBytes == CompressedOops::shift(), "decode alg wrong");
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5390
    shrq(r, LogMinObjAlignmentInBytes);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5391
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5392
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5393
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5394
void MacroAssembler::encode_heap_oop_not_null(Register dst, Register src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5395
#ifdef ASSERT
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5396
  verify_heapbase("MacroAssembler::encode_heap_oop_not_null2: heap base corrupted?");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5397
  if (CheckCompressedOops) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5398
    Label ok;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5399
    testq(src, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5400
    jcc(Assembler::notEqual, ok);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5401
    STOP("null oop passed to encode_heap_oop_not_null2");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5402
    bind(ok);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5403
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5404
#endif
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5405
  verify_oop(src, "broken oop in encode_heap_oop_not_null2");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5406
  if (dst != src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5407
    movq(dst, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5408
  }
54780
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 54750
diff changeset
  5409
  if (CompressedOops::base() != NULL) {
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5410
    subq(dst, r12_heapbase);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5411
  }
54780
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 54750
diff changeset
  5412
  if (CompressedOops::shift() != 0) {
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 54750
diff changeset
  5413
    assert (LogMinObjAlignmentInBytes == CompressedOops::shift(), "decode alg wrong");
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5414
    shrq(dst, LogMinObjAlignmentInBytes);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5415
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5416
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5417
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5418
void  MacroAssembler::decode_heap_oop(Register r) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5419
#ifdef ASSERT
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5420
  verify_heapbase("MacroAssembler::decode_heap_oop: heap base corrupted?");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5421
#endif
54780
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 54750
diff changeset
  5422
  if (CompressedOops::base() == NULL) {
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 54750
diff changeset
  5423
    if (CompressedOops::shift() != 0) {
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 54750
diff changeset
  5424
      assert (LogMinObjAlignmentInBytes == CompressedOops::shift(), "decode alg wrong");
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5425
      shlq(r, LogMinObjAlignmentInBytes);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5426
    }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5427
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5428
    Label done;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5429
    shlq(r, LogMinObjAlignmentInBytes);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5430
    jccb(Assembler::equal, done);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5431
    addq(r, r12_heapbase);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5432
    bind(done);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5433
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5434
  verify_oop(r, "broken oop in decode_heap_oop");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5435
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5436
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5437
void  MacroAssembler::decode_heap_oop_not_null(Register r) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5438
  // Note: it will change flags
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5439
  assert (UseCompressedOops, "should only be used for compressed headers");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5440
  assert (Universe::heap() != NULL, "java heap should be initialized");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5441
  // Cannot assert, unverified entry point counts instructions (see .ad file)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5442
  // vtableStubs also counts instructions in pd_code_size_limit.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5443
  // Also do not verify_oop as this is called by verify_oop.
54780
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 54750
diff changeset
  5444
  if (CompressedOops::shift() != 0) {
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 54750
diff changeset
  5445
    assert(LogMinObjAlignmentInBytes == CompressedOops::shift(), "decode alg wrong");
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5446
    shlq(r, LogMinObjAlignmentInBytes);
54780
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 54750
diff changeset
  5447
    if (CompressedOops::base() != NULL) {
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5448
      addq(r, r12_heapbase);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5449
    }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5450
  } else {
54780
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 54750
diff changeset
  5451
    assert (CompressedOops::base() == NULL, "sanity");
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5452
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5453
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5454
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5455
void  MacroAssembler::decode_heap_oop_not_null(Register dst, Register src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5456
  // Note: it will change flags
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5457
  assert (UseCompressedOops, "should only be used for compressed headers");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5458
  assert (Universe::heap() != NULL, "java heap should be initialized");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5459
  // Cannot assert, unverified entry point counts instructions (see .ad file)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5460
  // vtableStubs also counts instructions in pd_code_size_limit.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5461
  // Also do not verify_oop as this is called by verify_oop.
54780
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 54750
diff changeset
  5462
  if (CompressedOops::shift() != 0) {
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 54750
diff changeset
  5463
    assert(LogMinObjAlignmentInBytes == CompressedOops::shift(), "decode alg wrong");
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5464
    if (LogMinObjAlignmentInBytes == Address::times_8) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5465
      leaq(dst, Address(r12_heapbase, src, Address::times_8, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5466
    } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5467
      if (dst != src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5468
        movq(dst, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5469
      }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5470
      shlq(dst, LogMinObjAlignmentInBytes);
54780
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 54750
diff changeset
  5471
      if (CompressedOops::base() != NULL) {
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5472
        addq(dst, r12_heapbase);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5473
      }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5474
    }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5475
  } else {
54780
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 54750
diff changeset
  5476
    assert (CompressedOops::base() == NULL, "sanity");
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5477
    if (dst != src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5478
      movq(dst, src);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5479
    }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5480
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5481
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5482
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5483
void MacroAssembler::encode_klass_not_null(Register r) {
54780
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 54750
diff changeset
  5484
  if (CompressedKlassPointers::base() != NULL) {
21188
d053e4e8f901 8024927: Nashorn performance regression with CompressedOops
coleenp
parents: 20403
diff changeset
  5485
    // Use r12 as a scratch register in which to temporarily load the narrow_klass_base.
d053e4e8f901 8024927: Nashorn performance regression with CompressedOops
coleenp
parents: 20403
diff changeset
  5486
    assert(r != r12_heapbase, "Encoding a klass in r12");
54780
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 54750
diff changeset
  5487
    mov64(r12_heapbase, (int64_t)CompressedKlassPointers::base());
21188
d053e4e8f901 8024927: Nashorn performance regression with CompressedOops
coleenp
parents: 20403
diff changeset
  5488
    subq(r, r12_heapbase);
d053e4e8f901 8024927: Nashorn performance regression with CompressedOops
coleenp
parents: 20403
diff changeset
  5489
  }
54780
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 54750
diff changeset
  5490
  if (CompressedKlassPointers::shift() != 0) {
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 54750
diff changeset
  5491
    assert (LogKlassAlignmentInBytes == CompressedKlassPointers::shift(), "decode alg wrong");
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5492
    shrq(r, LogKlassAlignmentInBytes);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5493
  }
54780
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 54750
diff changeset
  5494
  if (CompressedKlassPointers::base() != NULL) {
21188
d053e4e8f901 8024927: Nashorn performance regression with CompressedOops
coleenp
parents: 20403
diff changeset
  5495
    reinit_heapbase();
d053e4e8f901 8024927: Nashorn performance regression with CompressedOops
coleenp
parents: 20403
diff changeset
  5496
  }
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5497
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5498
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5499
void MacroAssembler::encode_klass_not_null(Register dst, Register src) {
19319
0ad35be0733a 8003424: Enable Class Data Sharing for CompressedOops
hseigel
parents: 18507
diff changeset
  5500
  if (dst == src) {
0ad35be0733a 8003424: Enable Class Data Sharing for CompressedOops
hseigel
parents: 18507
diff changeset
  5501
    encode_klass_not_null(src);
0ad35be0733a 8003424: Enable Class Data Sharing for CompressedOops
hseigel
parents: 18507
diff changeset
  5502
  } else {
54780
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 54750
diff changeset
  5503
    if (CompressedKlassPointers::base() != NULL) {
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 54750
diff changeset
  5504
      mov64(dst, (int64_t)CompressedKlassPointers::base());
21188
d053e4e8f901 8024927: Nashorn performance regression with CompressedOops
coleenp
parents: 20403
diff changeset
  5505
      negq(dst);
d053e4e8f901 8024927: Nashorn performance regression with CompressedOops
coleenp
parents: 20403
diff changeset
  5506
      addq(dst, src);
d053e4e8f901 8024927: Nashorn performance regression with CompressedOops
coleenp
parents: 20403
diff changeset
  5507
    } else {
d053e4e8f901 8024927: Nashorn performance regression with CompressedOops
coleenp
parents: 20403
diff changeset
  5508
      movptr(dst, src);
d053e4e8f901 8024927: Nashorn performance regression with CompressedOops
coleenp
parents: 20403
diff changeset
  5509
    }
54780
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 54750
diff changeset
  5510
    if (CompressedKlassPointers::shift() != 0) {
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 54750
diff changeset
  5511
      assert (LogKlassAlignmentInBytes == CompressedKlassPointers::shift(), "decode alg wrong");
19319
0ad35be0733a 8003424: Enable Class Data Sharing for CompressedOops
hseigel
parents: 18507
diff changeset
  5512
      shrq(dst, LogKlassAlignmentInBytes);
0ad35be0733a 8003424: Enable Class Data Sharing for CompressedOops
hseigel
parents: 18507
diff changeset
  5513
    }
0ad35be0733a 8003424: Enable Class Data Sharing for CompressedOops
hseigel
parents: 18507
diff changeset
  5514
  }
0ad35be0733a 8003424: Enable Class Data Sharing for CompressedOops
hseigel
parents: 18507
diff changeset
  5515
}
0ad35be0733a 8003424: Enable Class Data Sharing for CompressedOops
hseigel
parents: 18507
diff changeset
  5516
0ad35be0733a 8003424: Enable Class Data Sharing for CompressedOops
hseigel
parents: 18507
diff changeset
  5517
// Function instr_size_for_decode_klass_not_null() counts the instructions
0ad35be0733a 8003424: Enable Class Data Sharing for CompressedOops
hseigel
parents: 18507
diff changeset
  5518
// generated by decode_klass_not_null(register r) and reinit_heapbase(),
0ad35be0733a 8003424: Enable Class Data Sharing for CompressedOops
hseigel
parents: 18507
diff changeset
  5519
// when (Universe::heap() != NULL).  Hence, if the instructions they
0ad35be0733a 8003424: Enable Class Data Sharing for CompressedOops
hseigel
parents: 18507
diff changeset
  5520
// generate change, then this method needs to be updated.
0ad35be0733a 8003424: Enable Class Data Sharing for CompressedOops
hseigel
parents: 18507
diff changeset
  5521
int MacroAssembler::instr_size_for_decode_klass_not_null() {
19979
ebe1dbb6e1aa 8015107: NPG: Use consistent naming for metaspace concepts
ehelin
parents: 19319
diff changeset
  5522
  assert (UseCompressedClassPointers, "only for compressed klass ptrs");
54780
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 54750
diff changeset
  5523
  if (CompressedKlassPointers::base() != NULL) {
21188
d053e4e8f901 8024927: Nashorn performance regression with CompressedOops
coleenp
parents: 20403
diff changeset
  5524
    // mov64 + addq + shlq? + mov64  (for reinit_heapbase()).
54780
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 54750
diff changeset
  5525
    return (CompressedKlassPointers::shift() == 0 ? 20 : 24);
21188
d053e4e8f901 8024927: Nashorn performance regression with CompressedOops
coleenp
parents: 20403
diff changeset
  5526
  } else {
d053e4e8f901 8024927: Nashorn performance regression with CompressedOops
coleenp
parents: 20403
diff changeset
  5527
    // longest load decode klass function, mov64, leaq
d053e4e8f901 8024927: Nashorn performance regression with CompressedOops
coleenp
parents: 20403
diff changeset
  5528
    return 16;
d053e4e8f901 8024927: Nashorn performance regression with CompressedOops
coleenp
parents: 20403
diff changeset
  5529
  }
19319
0ad35be0733a 8003424: Enable Class Data Sharing for CompressedOops
hseigel
parents: 18507
diff changeset
  5530
}
0ad35be0733a 8003424: Enable Class Data Sharing for CompressedOops
hseigel
parents: 18507
diff changeset
  5531
0ad35be0733a 8003424: Enable Class Data Sharing for CompressedOops
hseigel
parents: 18507
diff changeset
  5532
// !!! If the instructions that get generated here change then function
0ad35be0733a 8003424: Enable Class Data Sharing for CompressedOops
hseigel
parents: 18507
diff changeset
  5533
// instr_size_for_decode_klass_not_null() needs to get updated.
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5534
void  MacroAssembler::decode_klass_not_null(Register r) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5535
  // Note: it will change flags
19979
ebe1dbb6e1aa 8015107: NPG: Use consistent naming for metaspace concepts
ehelin
parents: 19319
diff changeset
  5536
  assert (UseCompressedClassPointers, "should only be used for compressed headers");
19319
0ad35be0733a 8003424: Enable Class Data Sharing for CompressedOops
hseigel
parents: 18507
diff changeset
  5537
  assert(r != r12_heapbase, "Decoding a klass in r12");
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5538
  // Cannot assert, unverified entry point counts instructions (see .ad file)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5539
  // vtableStubs also counts instructions in pd_code_size_limit.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5540
  // Also do not verify_oop as this is called by verify_oop.
54780
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 54750
diff changeset
  5541
  if (CompressedKlassPointers::shift() != 0) {
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 54750
diff changeset
  5542
    assert(LogKlassAlignmentInBytes == CompressedKlassPointers::shift(), "decode alg wrong");
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5543
    shlq(r, LogKlassAlignmentInBytes);
19319
0ad35be0733a 8003424: Enable Class Data Sharing for CompressedOops
hseigel
parents: 18507
diff changeset
  5544
  }
0ad35be0733a 8003424: Enable Class Data Sharing for CompressedOops
hseigel
parents: 18507
diff changeset
  5545
  // Use r12 as a scratch register in which to temporarily load the narrow_klass_base.
54780
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 54750
diff changeset
  5546
  if (CompressedKlassPointers::base() != NULL) {
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 54750
diff changeset
  5547
    mov64(r12_heapbase, (int64_t)CompressedKlassPointers::base());
21188
d053e4e8f901 8024927: Nashorn performance regression with CompressedOops
coleenp
parents: 20403
diff changeset
  5548
    addq(r, r12_heapbase);
d053e4e8f901 8024927: Nashorn performance regression with CompressedOops
coleenp
parents: 20403
diff changeset
  5549
    reinit_heapbase();
d053e4e8f901 8024927: Nashorn performance regression with CompressedOops
coleenp
parents: 20403
diff changeset
  5550
  }
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5551
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5552
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5553
void  MacroAssembler::decode_klass_not_null(Register dst, Register src) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5554
  // Note: it will change flags
19979
ebe1dbb6e1aa 8015107: NPG: Use consistent naming for metaspace concepts
ehelin
parents: 19319
diff changeset
  5555
  assert (UseCompressedClassPointers, "should only be used for compressed headers");
19319
0ad35be0733a 8003424: Enable Class Data Sharing for CompressedOops
hseigel
parents: 18507
diff changeset
  5556
  if (dst == src) {
0ad35be0733a 8003424: Enable Class Data Sharing for CompressedOops
hseigel
parents: 18507
diff changeset
  5557
    decode_klass_not_null(dst);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5558
  } else {
19319
0ad35be0733a 8003424: Enable Class Data Sharing for CompressedOops
hseigel
parents: 18507
diff changeset
  5559
    // Cannot assert, unverified entry point counts instructions (see .ad file)
0ad35be0733a 8003424: Enable Class Data Sharing for CompressedOops
hseigel
parents: 18507
diff changeset
  5560
    // vtableStubs also counts instructions in pd_code_size_limit.
0ad35be0733a 8003424: Enable Class Data Sharing for CompressedOops
hseigel
parents: 18507
diff changeset
  5561
    // Also do not verify_oop as this is called by verify_oop.
54780
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 54750
diff changeset
  5562
    mov64(dst, (int64_t)CompressedKlassPointers::base());
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 54750
diff changeset
  5563
    if (CompressedKlassPointers::shift() != 0) {
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 54750
diff changeset
  5564
      assert(LogKlassAlignmentInBytes == CompressedKlassPointers::shift(), "decode alg wrong");
19319
0ad35be0733a 8003424: Enable Class Data Sharing for CompressedOops
hseigel
parents: 18507
diff changeset
  5565
      assert(LogKlassAlignmentInBytes == Address::times_8, "klass not aligned on 64bits?");
0ad35be0733a 8003424: Enable Class Data Sharing for CompressedOops
hseigel
parents: 18507
diff changeset
  5566
      leaq(dst, Address(dst, src, Address::times_8, 0));
0ad35be0733a 8003424: Enable Class Data Sharing for CompressedOops
hseigel
parents: 18507
diff changeset
  5567
    } else {
0ad35be0733a 8003424: Enable Class Data Sharing for CompressedOops
hseigel
parents: 18507
diff changeset
  5568
      addq(dst, src);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5569
    }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5570
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5571
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5572
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5573
void  MacroAssembler::set_narrow_oop(Register dst, jobject obj) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5574
  assert (UseCompressedOops, "should only be used for compressed headers");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5575
  assert (Universe::heap() != NULL, "java heap should be initialized");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5576
  assert (oop_recorder() != NULL, "this assembler needs an OopRecorder");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5577
  int oop_index = oop_recorder()->find_index(obj);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5578
  RelocationHolder rspec = oop_Relocation::spec(oop_index);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5579
  mov_narrow_oop(dst, oop_index, rspec);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5580
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5581
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5582
void  MacroAssembler::set_narrow_oop(Address dst, jobject obj) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5583
  assert (UseCompressedOops, "should only be used for compressed headers");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5584
  assert (Universe::heap() != NULL, "java heap should be initialized");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5585
  assert (oop_recorder() != NULL, "this assembler needs an OopRecorder");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5586
  int oop_index = oop_recorder()->find_index(obj);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5587
  RelocationHolder rspec = oop_Relocation::spec(oop_index);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5588
  mov_narrow_oop(dst, oop_index, rspec);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5589
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5590
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5591
void  MacroAssembler::set_narrow_klass(Register dst, Klass* k) {
19979
ebe1dbb6e1aa 8015107: NPG: Use consistent naming for metaspace concepts
ehelin
parents: 19319
diff changeset
  5592
  assert (UseCompressedClassPointers, "should only be used for compressed headers");
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5593
  assert (oop_recorder() != NULL, "this assembler needs an OopRecorder");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5594
  int klass_index = oop_recorder()->find_index(k);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5595
  RelocationHolder rspec = metadata_Relocation::spec(klass_index);
54780
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 54750
diff changeset
  5596
  mov_narrow_oop(dst, CompressedKlassPointers::encode(k), rspec);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5597
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5598
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5599
void  MacroAssembler::set_narrow_klass(Address dst, Klass* k) {
19979
ebe1dbb6e1aa 8015107: NPG: Use consistent naming for metaspace concepts
ehelin
parents: 19319
diff changeset
  5600
  assert (UseCompressedClassPointers, "should only be used for compressed headers");
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5601
  assert (oop_recorder() != NULL, "this assembler needs an OopRecorder");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5602
  int klass_index = oop_recorder()->find_index(k);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5603
  RelocationHolder rspec = metadata_Relocation::spec(klass_index);
54780
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 54750
diff changeset
  5604
  mov_narrow_oop(dst, CompressedKlassPointers::encode(k), rspec);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5605
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5606
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5607
void  MacroAssembler::cmp_narrow_oop(Register dst, jobject obj) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5608
  assert (UseCompressedOops, "should only be used for compressed headers");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5609
  assert (Universe::heap() != NULL, "java heap should be initialized");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5610
  assert (oop_recorder() != NULL, "this assembler needs an OopRecorder");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5611
  int oop_index = oop_recorder()->find_index(obj);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5612
  RelocationHolder rspec = oop_Relocation::spec(oop_index);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5613
  Assembler::cmp_narrow_oop(dst, oop_index, rspec);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5614
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5615
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5616
void  MacroAssembler::cmp_narrow_oop(Address dst, jobject obj) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5617
  assert (UseCompressedOops, "should only be used for compressed headers");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5618
  assert (Universe::heap() != NULL, "java heap should be initialized");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5619
  assert (oop_recorder() != NULL, "this assembler needs an OopRecorder");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5620
  int oop_index = oop_recorder()->find_index(obj);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5621
  RelocationHolder rspec = oop_Relocation::spec(oop_index);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5622
  Assembler::cmp_narrow_oop(dst, oop_index, rspec);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5623
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5624
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5625
void  MacroAssembler::cmp_narrow_klass(Register dst, Klass* k) {
19979
ebe1dbb6e1aa 8015107: NPG: Use consistent naming for metaspace concepts
ehelin
parents: 19319
diff changeset
  5626
  assert (UseCompressedClassPointers, "should only be used for compressed headers");
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5627
  assert (oop_recorder() != NULL, "this assembler needs an OopRecorder");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5628
  int klass_index = oop_recorder()->find_index(k);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5629
  RelocationHolder rspec = metadata_Relocation::spec(klass_index);
54780
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 54750
diff changeset
  5630
  Assembler::cmp_narrow_oop(dst, CompressedKlassPointers::encode(k), rspec);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5631
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5632
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5633
void  MacroAssembler::cmp_narrow_klass(Address dst, Klass* k) {
19979
ebe1dbb6e1aa 8015107: NPG: Use consistent naming for metaspace concepts
ehelin
parents: 19319
diff changeset
  5634
  assert (UseCompressedClassPointers, "should only be used for compressed headers");
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5635
  assert (oop_recorder() != NULL, "this assembler needs an OopRecorder");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5636
  int klass_index = oop_recorder()->find_index(k);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5637
  RelocationHolder rspec = metadata_Relocation::spec(klass_index);
54780
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 54750
diff changeset
  5638
  Assembler::cmp_narrow_oop(dst, CompressedKlassPointers::encode(k), rspec);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5639
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5640
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5641
void MacroAssembler::reinit_heapbase() {
19979
ebe1dbb6e1aa 8015107: NPG: Use consistent naming for metaspace concepts
ehelin
parents: 19319
diff changeset
  5642
  if (UseCompressedOops || UseCompressedClassPointers) {
19319
0ad35be0733a 8003424: Enable Class Data Sharing for CompressedOops
hseigel
parents: 18507
diff changeset
  5643
    if (Universe::heap() != NULL) {
54780
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 54750
diff changeset
  5644
      if (CompressedOops::base() == NULL) {
19319
0ad35be0733a 8003424: Enable Class Data Sharing for CompressedOops
hseigel
parents: 18507
diff changeset
  5645
        MacroAssembler::xorptr(r12_heapbase, r12_heapbase);
0ad35be0733a 8003424: Enable Class Data Sharing for CompressedOops
hseigel
parents: 18507
diff changeset
  5646
      } else {
54780
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 54750
diff changeset
  5647
        mov64(r12_heapbase, (int64_t)CompressedOops::ptrs_base());
19319
0ad35be0733a 8003424: Enable Class Data Sharing for CompressedOops
hseigel
parents: 18507
diff changeset
  5648
      }
0ad35be0733a 8003424: Enable Class Data Sharing for CompressedOops
hseigel
parents: 18507
diff changeset
  5649
    } else {
54780
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 54750
diff changeset
  5650
      movptr(r12_heapbase, ExternalAddress((address)CompressedOops::ptrs_base_addr()));
19319
0ad35be0733a 8003424: Enable Class Data Sharing for CompressedOops
hseigel
parents: 18507
diff changeset
  5651
    }
0ad35be0733a 8003424: Enable Class Data Sharing for CompressedOops
hseigel
parents: 18507
diff changeset
  5652
  }
0ad35be0733a 8003424: Enable Class Data Sharing for CompressedOops
hseigel
parents: 18507
diff changeset
  5653
}
0ad35be0733a 8003424: Enable Class Data Sharing for CompressedOops
hseigel
parents: 18507
diff changeset
  5654
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5655
#endif // _LP64
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5656
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5657
// C2 compiled method's prolog code.
52142
ca0c25e01c5b 8210498: nmethod entry barriers
eosterlund
parents: 52003
diff changeset
  5658
void MacroAssembler::verified_entry(int framesize, int stack_bang_size, bool fp_mode_24b, bool is_stub) {
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5659
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5660
  // WARNING: Initial instruction MUST be 5 bytes or longer so that
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5661
  // NativeJump::patch_verified_entry will be able to patch out the entry
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5662
  // code safely. The push to verify stack depth is ok at 5 bytes,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5663
  // the frame allocation can be either 3 or 6 bytes. So if we don't do
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5664
  // stack bang then we must use the 6 byte frame allocation even if
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5665
  // we have no frame. :-(
24018
77b156916bab 8032410: compiler/uncommontrap/TestStackBangRbp.java times out on Solaris-Sparc V9
roland
parents: 23847
diff changeset
  5666
  assert(stack_bang_size >= framesize || stack_bang_size <= 0, "stack bang size incorrect");
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5667
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5668
  assert((framesize & (StackAlignmentInBytes-1)) == 0, "frame size not aligned");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5669
  // Remove word for return addr
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5670
  framesize -= wordSize;
24018
77b156916bab 8032410: compiler/uncommontrap/TestStackBangRbp.java times out on Solaris-Sparc V9
roland
parents: 23847
diff changeset
  5671
  stack_bang_size -= wordSize;
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5672
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5673
  // Calls to C2R adapters often do not accept exceptional returns.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5674
  // We require that their callers must bang for them.  But be careful, because
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5675
  // some VM calls (such as call site linkage) can use several kilobytes of
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5676
  // stack.  But the stack safety zone should account for that.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5677
  // See bugs 4446381, 4468289, 4497237.
24018
77b156916bab 8032410: compiler/uncommontrap/TestStackBangRbp.java times out on Solaris-Sparc V9
roland
parents: 23847
diff changeset
  5678
  if (stack_bang_size > 0) {
77b156916bab 8032410: compiler/uncommontrap/TestStackBangRbp.java times out on Solaris-Sparc V9
roland
parents: 23847
diff changeset
  5679
    generate_stack_overflow_check(stack_bang_size);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5680
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5681
    // We always push rbp, so that on return to interpreter rbp, will be
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5682
    // restored correctly and we can correct the stack.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5683
    push(rbp);
30305
b92a97e1e9cb 8068945: Use RBP register as proper frame pointer in JIT compiled code on x86
zmajo
parents: 30299
diff changeset
  5684
    // Save caller's stack pointer into RBP if the frame pointer is preserved.
b92a97e1e9cb 8068945: Use RBP register as proper frame pointer in JIT compiled code on x86
zmajo
parents: 30299
diff changeset
  5685
    if (PreserveFramePointer) {
b92a97e1e9cb 8068945: Use RBP register as proper frame pointer in JIT compiled code on x86
zmajo
parents: 30299
diff changeset
  5686
      mov(rbp, rsp);
b92a97e1e9cb 8068945: Use RBP register as proper frame pointer in JIT compiled code on x86
zmajo
parents: 30299
diff changeset
  5687
    }
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5688
    // Remove word for ebp
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5689
    framesize -= wordSize;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5690
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5691
    // Create frame
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5692
    if (framesize) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5693
      subptr(rsp, framesize);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5694
    }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5695
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5696
    // Create frame (force generation of a 4 byte immediate value)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5697
    subptr_imm32(rsp, framesize);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5698
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5699
    // Save RBP register now.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5700
    framesize -= wordSize;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5701
    movptr(Address(rsp, framesize), rbp);
30305
b92a97e1e9cb 8068945: Use RBP register as proper frame pointer in JIT compiled code on x86
zmajo
parents: 30299
diff changeset
  5702
    // Save caller's stack pointer into RBP if the frame pointer is preserved.
b92a97e1e9cb 8068945: Use RBP register as proper frame pointer in JIT compiled code on x86
zmajo
parents: 30299
diff changeset
  5703
    if (PreserveFramePointer) {
b92a97e1e9cb 8068945: Use RBP register as proper frame pointer in JIT compiled code on x86
zmajo
parents: 30299
diff changeset
  5704
      movptr(rbp, rsp);
33188
6d91a3077eca 8080650: Enable stubs to use frame pointers correctly
zmajo
parents: 33160
diff changeset
  5705
      if (framesize > 0) {
6d91a3077eca 8080650: Enable stubs to use frame pointers correctly
zmajo
parents: 33160
diff changeset
  5706
        addptr(rbp, framesize);
6d91a3077eca 8080650: Enable stubs to use frame pointers correctly
zmajo
parents: 33160
diff changeset
  5707
      }
30305
b92a97e1e9cb 8068945: Use RBP register as proper frame pointer in JIT compiled code on x86
zmajo
parents: 30299
diff changeset
  5708
    }
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5709
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5710
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5711
  if (VerifyStackAtCalls) { // Majik cookie to verify stack depth
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5712
    framesize -= wordSize;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5713
    movptr(Address(rsp, framesize), (int32_t)0xbadb100d);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5714
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5715
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5716
#ifndef _LP64
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5717
  // If method sets FPU control word do it now
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5718
  if (fp_mode_24b) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5719
    fldcw(ExternalAddress(StubRoutines::addr_fpu_cntrl_wrd_24()));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5720
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5721
  if (UseSSE >= 2 && VerifyFPU) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5722
    verify_FPU(0, "FPU stack must be clean on entry");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5723
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5724
#endif
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5725
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5726
#ifdef ASSERT
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5727
  if (VerifyStackAtCalls) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5728
    Label L;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5729
    push(rax);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5730
    mov(rax, rsp);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5731
    andptr(rax, StackAlignmentInBytes-1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5732
    cmpptr(rax, StackAlignmentInBytes-wordSize);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5733
    pop(rax);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5734
    jcc(Assembler::equal, L);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5735
    STOP("Stack is not properly aligned!");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5736
    bind(L);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5737
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5738
#endif
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5739
52142
ca0c25e01c5b 8210498: nmethod entry barriers
eosterlund
parents: 52003
diff changeset
  5740
  if (!is_stub) {
ca0c25e01c5b 8210498: nmethod entry barriers
eosterlund
parents: 52003
diff changeset
  5741
    BarrierSetAssembler* bs = BarrierSet::barrier_set()->barrier_set_assembler();
ca0c25e01c5b 8210498: nmethod entry barriers
eosterlund
parents: 52003
diff changeset
  5742
    bs->nmethod_entry_barrier(this);
ca0c25e01c5b 8210498: nmethod entry barriers
eosterlund
parents: 52003
diff changeset
  5743
  }
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5744
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5745
50534
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5746
// clear memory of size 'cnt' qwords, starting at 'base' using XMM/YMM registers
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5747
void MacroAssembler::xmm_clear_mem(Register base, Register cnt, XMMRegister xtmp) {
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5748
  // cnt - number of qwords (8-byte words).
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5749
  // base - start address, qword aligned.
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5750
  Label L_zero_64_bytes, L_loop, L_sloop, L_tail, L_end;
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5751
  if (UseAVX >= 2) {
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5752
    vpxor(xtmp, xtmp, xtmp, AVX_256bit);
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5753
  } else {
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5754
    pxor(xtmp, xtmp);
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5755
  }
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5756
  jmp(L_zero_64_bytes);
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5757
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5758
  BIND(L_loop);
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5759
  if (UseAVX >= 2) {
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5760
    vmovdqu(Address(base,  0), xtmp);
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5761
    vmovdqu(Address(base, 32), xtmp);
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5762
  } else {
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5763
    movdqu(Address(base,  0), xtmp);
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5764
    movdqu(Address(base, 16), xtmp);
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5765
    movdqu(Address(base, 32), xtmp);
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5766
    movdqu(Address(base, 48), xtmp);
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5767
  }
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5768
  addptr(base, 64);
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5769
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5770
  BIND(L_zero_64_bytes);
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5771
  subptr(cnt, 8);
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5772
  jccb(Assembler::greaterEqual, L_loop);
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5773
  addptr(cnt, 4);
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5774
  jccb(Assembler::less, L_tail);
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5775
  // Copy trailing 32 bytes
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5776
  if (UseAVX >= 2) {
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5777
    vmovdqu(Address(base, 0), xtmp);
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5778
  } else {
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5779
    movdqu(Address(base,  0), xtmp);
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5780
    movdqu(Address(base, 16), xtmp);
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5781
  }
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5782
  addptr(base, 32);
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5783
  subptr(cnt, 4);
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5784
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5785
  BIND(L_tail);
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5786
  addptr(cnt, 4);
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5787
  jccb(Assembler::lessEqual, L_end);
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5788
  decrement(cnt);
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5789
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5790
  BIND(L_sloop);
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5791
  movq(Address(base, 0), xtmp);
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5792
  addptr(base, 8);
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5793
  decrement(cnt);
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5794
  jccb(Assembler::greaterEqual, L_sloop);
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5795
  BIND(L_end);
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5796
}
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5797
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5798
void MacroAssembler::clear_mem(Register base, Register cnt, Register tmp, XMMRegister xtmp, bool is_large) {
15114
4074553c678b 8005522: use fast-string instructions on x86 for zeroing
kvn
parents: 14837
diff changeset
  5799
  // cnt - number of qwords (8-byte words).
4074553c678b 8005522: use fast-string instructions on x86 for zeroing
kvn
parents: 14837
diff changeset
  5800
  // base - start address, qword aligned.
36554
a7eb9ee4680c 8146801: Allocating short arrays of non-constant size is slow
shade
parents: 36068
diff changeset
  5801
  // is_large - if optimizers know cnt is larger than InitArrayShortSize
15114
4074553c678b 8005522: use fast-string instructions on x86 for zeroing
kvn
parents: 14837
diff changeset
  5802
  assert(base==rdi, "base register must be edi for rep stos");
4074553c678b 8005522: use fast-string instructions on x86 for zeroing
kvn
parents: 14837
diff changeset
  5803
  assert(tmp==rax,   "tmp register must be eax for rep stos");
4074553c678b 8005522: use fast-string instructions on x86 for zeroing
kvn
parents: 14837
diff changeset
  5804
  assert(cnt==rcx,   "cnt register must be ecx for rep stos");
36554
a7eb9ee4680c 8146801: Allocating short arrays of non-constant size is slow
shade
parents: 36068
diff changeset
  5805
  assert(InitArrayShortSize % BytesPerLong == 0,
a7eb9ee4680c 8146801: Allocating short arrays of non-constant size is slow
shade
parents: 36068
diff changeset
  5806
    "InitArrayShortSize should be the multiple of BytesPerLong");
a7eb9ee4680c 8146801: Allocating short arrays of non-constant size is slow
shade
parents: 36068
diff changeset
  5807
a7eb9ee4680c 8146801: Allocating short arrays of non-constant size is slow
shade
parents: 36068
diff changeset
  5808
  Label DONE;
15114
4074553c678b 8005522: use fast-string instructions on x86 for zeroing
kvn
parents: 14837
diff changeset
  5809
50534
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5810
  if (!is_large || !UseXMMForObjInit) {
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5811
    xorptr(tmp, tmp);
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5812
  }
36554
a7eb9ee4680c 8146801: Allocating short arrays of non-constant size is slow
shade
parents: 36068
diff changeset
  5813
a7eb9ee4680c 8146801: Allocating short arrays of non-constant size is slow
shade
parents: 36068
diff changeset
  5814
  if (!is_large) {
a7eb9ee4680c 8146801: Allocating short arrays of non-constant size is slow
shade
parents: 36068
diff changeset
  5815
    Label LOOP, LONG;
a7eb9ee4680c 8146801: Allocating short arrays of non-constant size is slow
shade
parents: 36068
diff changeset
  5816
    cmpptr(cnt, InitArrayShortSize/BytesPerLong);
a7eb9ee4680c 8146801: Allocating short arrays of non-constant size is slow
shade
parents: 36068
diff changeset
  5817
    jccb(Assembler::greater, LONG);
a7eb9ee4680c 8146801: Allocating short arrays of non-constant size is slow
shade
parents: 36068
diff changeset
  5818
a7eb9ee4680c 8146801: Allocating short arrays of non-constant size is slow
shade
parents: 36068
diff changeset
  5819
    NOT_LP64(shlptr(cnt, 1);) // convert to number of 32-bit words for 32-bit VM
a7eb9ee4680c 8146801: Allocating short arrays of non-constant size is slow
shade
parents: 36068
diff changeset
  5820
a7eb9ee4680c 8146801: Allocating short arrays of non-constant size is slow
shade
parents: 36068
diff changeset
  5821
    decrement(cnt);
a7eb9ee4680c 8146801: Allocating short arrays of non-constant size is slow
shade
parents: 36068
diff changeset
  5822
    jccb(Assembler::negative, DONE); // Zero length
a7eb9ee4680c 8146801: Allocating short arrays of non-constant size is slow
shade
parents: 36068
diff changeset
  5823
a7eb9ee4680c 8146801: Allocating short arrays of non-constant size is slow
shade
parents: 36068
diff changeset
  5824
    // Use individual pointer-sized stores for small counts:
a7eb9ee4680c 8146801: Allocating short arrays of non-constant size is slow
shade
parents: 36068
diff changeset
  5825
    BIND(LOOP);
a7eb9ee4680c 8146801: Allocating short arrays of non-constant size is slow
shade
parents: 36068
diff changeset
  5826
    movptr(Address(base, cnt, Address::times_ptr), tmp);
a7eb9ee4680c 8146801: Allocating short arrays of non-constant size is slow
shade
parents: 36068
diff changeset
  5827
    decrement(cnt);
a7eb9ee4680c 8146801: Allocating short arrays of non-constant size is slow
shade
parents: 36068
diff changeset
  5828
    jccb(Assembler::greaterEqual, LOOP);
a7eb9ee4680c 8146801: Allocating short arrays of non-constant size is slow
shade
parents: 36068
diff changeset
  5829
    jmpb(DONE);
a7eb9ee4680c 8146801: Allocating short arrays of non-constant size is slow
shade
parents: 36068
diff changeset
  5830
a7eb9ee4680c 8146801: Allocating short arrays of non-constant size is slow
shade
parents: 36068
diff changeset
  5831
    BIND(LONG);
a7eb9ee4680c 8146801: Allocating short arrays of non-constant size is slow
shade
parents: 36068
diff changeset
  5832
  }
a7eb9ee4680c 8146801: Allocating short arrays of non-constant size is slow
shade
parents: 36068
diff changeset
  5833
a7eb9ee4680c 8146801: Allocating short arrays of non-constant size is slow
shade
parents: 36068
diff changeset
  5834
  // Use longer rep-prefixed ops for non-small counts:
15114
4074553c678b 8005522: use fast-string instructions on x86 for zeroing
kvn
parents: 14837
diff changeset
  5835
  if (UseFastStosb) {
36554
a7eb9ee4680c 8146801: Allocating short arrays of non-constant size is slow
shade
parents: 36068
diff changeset
  5836
    shlptr(cnt, 3); // convert to number of bytes
15114
4074553c678b 8005522: use fast-string instructions on x86 for zeroing
kvn
parents: 14837
diff changeset
  5837
    rep_stosb();
50534
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5838
  } else if (UseXMMForObjInit) {
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5839
    movptr(tmp, base);
a6a44177f99c 8201193: Use XMM/YMM for objects initialization
kvn
parents: 50446
diff changeset
  5840
    xmm_clear_mem(tmp, cnt, xtmp);
15114
4074553c678b 8005522: use fast-string instructions on x86 for zeroing
kvn
parents: 14837
diff changeset
  5841
  } else {
36554
a7eb9ee4680c 8146801: Allocating short arrays of non-constant size is slow
shade
parents: 36068
diff changeset
  5842
    NOT_LP64(shlptr(cnt, 1);) // convert to number of 32-bit words for 32-bit VM
15114
4074553c678b 8005522: use fast-string instructions on x86 for zeroing
kvn
parents: 14837
diff changeset
  5843
    rep_stos();
4074553c678b 8005522: use fast-string instructions on x86 for zeroing
kvn
parents: 14837
diff changeset
  5844
  }
36554
a7eb9ee4680c 8146801: Allocating short arrays of non-constant size is slow
shade
parents: 36068
diff changeset
  5845
a7eb9ee4680c 8146801: Allocating short arrays of non-constant size is slow
shade
parents: 36068
diff changeset
  5846
  BIND(DONE);
15114
4074553c678b 8005522: use fast-string instructions on x86 for zeroing
kvn
parents: 14837
diff changeset
  5847
}
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5848
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  5849
#ifdef COMPILER2
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  5850
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5851
// IndexOf for constant substrings with size >= 8 chars
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5852
// which don't need to be loaded through stack.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5853
void MacroAssembler::string_indexofC8(Register str1, Register str2,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5854
                                      Register cnt1, Register cnt2,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5855
                                      int int_cnt2,  Register result,
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  5856
                                      XMMRegister vec, Register tmp,
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  5857
                                      int ae) {
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5858
  ShortBranchVerifier sbv(this);
34207
a5f1c458b56e 8143208: compiler/c1/6855215/Test6855215.java supports_sse2() failed
zmajo
parents: 34203
diff changeset
  5859
  assert(UseSSE42Intrinsics, "SSE4.2 intrinsics are required");
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  5860
  assert(ae != StrIntrinsicNode::LU, "Invalid encoding");
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  5861
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  5862
  // This method uses the pcmpestri instruction with bound registers
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5863
  //   inputs:
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5864
  //     xmm - substring
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5865
  //     rax - substring length (elements count)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5866
  //     mem - scanned string
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5867
  //     rdx - string length (elements count)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5868
  //     0xd - mode: 1100 (substring search) + 01 (unsigned shorts)
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  5869
  //     0xc - mode: 1100 (substring search) + 00 (unsigned bytes)
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5870
  //   outputs:
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5871
  //     rcx - matched index in string
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5872
  assert(cnt1 == rdx && cnt2 == rax && tmp == rcx, "pcmpestri");
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  5873
  int mode   = (ae == StrIntrinsicNode::LL) ? 0x0c : 0x0d; // bytes or shorts
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  5874
  int stride = (ae == StrIntrinsicNode::LL) ? 16 : 8; //UU, UL -> 8
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  5875
  Address::ScaleFactor scale1 = (ae == StrIntrinsicNode::LL) ? Address::times_1 : Address::times_2;
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  5876
  Address::ScaleFactor scale2 = (ae == StrIntrinsicNode::UL) ? Address::times_1 : scale1;
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5877
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5878
  Label RELOAD_SUBSTR, SCAN_TO_SUBSTR, SCAN_SUBSTR,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5879
        RET_FOUND, RET_NOT_FOUND, EXIT, FOUND_SUBSTR,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5880
        MATCH_SUBSTR_HEAD, RELOAD_STR, FOUND_CANDIDATE;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5881
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5882
  // Note, inline_string_indexOf() generates checks:
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5883
  // if (substr.count > string.count) return -1;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5884
  // if (substr.count == 0) return 0;
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  5885
  assert(int_cnt2 >= stride, "this code is used only for cnt2 >= 8 chars");
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5886
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5887
  // Load substring.
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  5888
  if (ae == StrIntrinsicNode::UL) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  5889
    pmovzxbw(vec, Address(str2, 0));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  5890
  } else {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  5891
    movdqu(vec, Address(str2, 0));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  5892
  }
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5893
  movl(cnt2, int_cnt2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5894
  movptr(result, str1); // string addr
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5895
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  5896
  if (int_cnt2 > stride) {
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5897
    jmpb(SCAN_TO_SUBSTR);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5898
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5899
    // Reload substr for rescan, this code
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5900
    // is executed only for large substrings (> 8 chars)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5901
    bind(RELOAD_SUBSTR);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  5902
    if (ae == StrIntrinsicNode::UL) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  5903
      pmovzxbw(vec, Address(str2, 0));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  5904
    } else {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  5905
      movdqu(vec, Address(str2, 0));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  5906
    }
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5907
    negptr(cnt2); // Jumped here with negative cnt2, convert to positive
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5908
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5909
    bind(RELOAD_STR);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5910
    // We came here after the beginning of the substring was
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5911
    // matched but the rest of it was not so we need to search
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5912
    // again. Start from the next element after the previous match.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5913
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5914
    // cnt2 is number of substring reminding elements and
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5915
    // cnt1 is number of string reminding elements when cmp failed.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5916
    // Restored cnt1 = cnt1 - cnt2 + int_cnt2
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5917
    subl(cnt1, cnt2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5918
    addl(cnt1, int_cnt2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5919
    movl(cnt2, int_cnt2); // Now restore cnt2
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5920
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5921
    decrementl(cnt1);     // Shift to next element
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5922
    cmpl(cnt1, cnt2);
38134
7435f311b441 8154896: xml.transform fails intermittently on SKX
mcberg
parents: 38049
diff changeset
  5923
    jcc(Assembler::negative, RET_NOT_FOUND);  // Left less then substring
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5924
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  5925
    addptr(result, (1<<scale1));
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5926
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5927
  } // (int_cnt2 > 8)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5928
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5929
  // Scan string for start of substr in 16-byte vectors
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5930
  bind(SCAN_TO_SUBSTR);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  5931
  pcmpestri(vec, Address(result, 0), mode);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5932
  jccb(Assembler::below, FOUND_CANDIDATE);   // CF == 1
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  5933
  subl(cnt1, stride);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5934
  jccb(Assembler::lessEqual, RET_NOT_FOUND); // Scanned full string
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5935
  cmpl(cnt1, cnt2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5936
  jccb(Assembler::negative, RET_NOT_FOUND);  // Left less then substring
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5937
  addptr(result, 16);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5938
  jmpb(SCAN_TO_SUBSTR);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5939
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5940
  // Found a potential substr
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5941
  bind(FOUND_CANDIDATE);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5942
  // Matched whole vector if first element matched (tmp(rcx) == 0).
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  5943
  if (int_cnt2 == stride) {
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5944
    jccb(Assembler::overflow, RET_FOUND);    // OF == 1
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5945
  } else { // int_cnt2 > 8
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5946
    jccb(Assembler::overflow, FOUND_SUBSTR);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5947
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5948
  // After pcmpestri tmp(rcx) contains matched element index
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5949
  // Compute start addr of substr
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  5950
  lea(result, Address(result, tmp, scale1));
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5951
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5952
  // Make sure string is still long enough
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5953
  subl(cnt1, tmp);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5954
  cmpl(cnt1, cnt2);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  5955
  if (int_cnt2 == stride) {
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5956
    jccb(Assembler::greaterEqual, SCAN_TO_SUBSTR);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5957
  } else { // int_cnt2 > 8
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5958
    jccb(Assembler::greaterEqual, MATCH_SUBSTR_HEAD);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5959
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5960
  // Left less then substring.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5961
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5962
  bind(RET_NOT_FOUND);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5963
  movl(result, -1);
38134
7435f311b441 8154896: xml.transform fails intermittently on SKX
mcberg
parents: 38049
diff changeset
  5964
  jmp(EXIT);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5965
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  5966
  if (int_cnt2 > stride) {
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5967
    // This code is optimized for the case when whole substring
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5968
    // is matched if its head is matched.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5969
    bind(MATCH_SUBSTR_HEAD);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  5970
    pcmpestri(vec, Address(result, 0), mode);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5971
    // Reload only string if does not match
38134
7435f311b441 8154896: xml.transform fails intermittently on SKX
mcberg
parents: 38049
diff changeset
  5972
    jcc(Assembler::noOverflow, RELOAD_STR); // OF == 0
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5973
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5974
    Label CONT_SCAN_SUBSTR;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5975
    // Compare the rest of substring (> 8 chars).
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5976
    bind(FOUND_SUBSTR);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5977
    // First 8 chars are already matched.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5978
    negptr(cnt2);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  5979
    addptr(cnt2, stride);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5980
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5981
    bind(SCAN_SUBSTR);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  5982
    subl(cnt1, stride);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  5983
    cmpl(cnt2, -stride); // Do not read beyond substring
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5984
    jccb(Assembler::lessEqual, CONT_SCAN_SUBSTR);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5985
    // Back-up strings to avoid reading beyond substring:
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5986
    // cnt1 = cnt1 - cnt2 + 8
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5987
    addl(cnt1, cnt2); // cnt2 is negative
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  5988
    addl(cnt1, stride);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  5989
    movl(cnt2, stride); negptr(cnt2);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5990
    bind(CONT_SCAN_SUBSTR);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  5991
    if (int_cnt2 < (int)G) {
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  5992
      int tail_off1 = int_cnt2<<scale1;
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  5993
      int tail_off2 = int_cnt2<<scale2;
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  5994
      if (ae == StrIntrinsicNode::UL) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  5995
        pmovzxbw(vec, Address(str2, cnt2, scale2, tail_off2));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  5996
      } else {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  5997
        movdqu(vec, Address(str2, cnt2, scale2, tail_off2));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  5998
      }
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  5999
      pcmpestri(vec, Address(result, cnt2, scale1, tail_off1), mode);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6000
    } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6001
      // calculate index in register to avoid integer overflow (int_cnt2*2)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6002
      movl(tmp, int_cnt2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6003
      addptr(tmp, cnt2);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6004
      if (ae == StrIntrinsicNode::UL) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6005
        pmovzxbw(vec, Address(str2, tmp, scale2, 0));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6006
      } else {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6007
        movdqu(vec, Address(str2, tmp, scale2, 0));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6008
      }
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6009
      pcmpestri(vec, Address(result, tmp, scale1, 0), mode);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6010
    }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6011
    // Need to reload strings pointers if not matched whole vector
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6012
    jcc(Assembler::noOverflow, RELOAD_SUBSTR); // OF == 0
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6013
    addptr(cnt2, stride);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6014
    jcc(Assembler::negative, SCAN_SUBSTR);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6015
    // Fall through if found full substring
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6016
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6017
  } // (int_cnt2 > 8)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6018
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6019
  bind(RET_FOUND);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6020
  // Found result if we matched full small substring.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6021
  // Compute substr offset
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6022
  subptr(result, str1);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6023
  if (ae == StrIntrinsicNode::UU || ae == StrIntrinsicNode::UL) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6024
    shrl(result, 1); // index
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6025
  }
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6026
  bind(EXIT);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6027
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6028
} // string_indexofC8
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6029
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6030
// Small strings are loaded through stack if they cross page boundary.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6031
void MacroAssembler::string_indexof(Register str1, Register str2,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6032
                                    Register cnt1, Register cnt2,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6033
                                    int int_cnt2,  Register result,
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6034
                                    XMMRegister vec, Register tmp,
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6035
                                    int ae) {
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6036
  ShortBranchVerifier sbv(this);
34207
a5f1c458b56e 8143208: compiler/c1/6855215/Test6855215.java supports_sse2() failed
zmajo
parents: 34203
diff changeset
  6037
  assert(UseSSE42Intrinsics, "SSE4.2 intrinsics are required");
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6038
  assert(ae != StrIntrinsicNode::LU, "Invalid encoding");
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6039
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6040
  //
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6041
  // int_cnt2 is length of small (< 8 chars) constant substring
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6042
  // or (-1) for non constant substring in which case its length
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6043
  // is in cnt2 register.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6044
  //
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6045
  // Note, inline_string_indexOf() generates checks:
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6046
  // if (substr.count > string.count) return -1;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6047
  // if (substr.count == 0) return 0;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6048
  //
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6049
  int stride = (ae == StrIntrinsicNode::LL) ? 16 : 8; //UU, UL -> 8
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6050
  assert(int_cnt2 == -1 || (0 < int_cnt2 && int_cnt2 < stride), "should be != 0");
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6051
  // This method uses the pcmpestri instruction with bound registers
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6052
  //   inputs:
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6053
  //     xmm - substring
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6054
  //     rax - substring length (elements count)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6055
  //     mem - scanned string
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6056
  //     rdx - string length (elements count)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6057
  //     0xd - mode: 1100 (substring search) + 01 (unsigned shorts)
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6058
  //     0xc - mode: 1100 (substring search) + 00 (unsigned bytes)
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6059
  //   outputs:
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6060
  //     rcx - matched index in string
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6061
  assert(cnt1 == rdx && cnt2 == rax && tmp == rcx, "pcmpestri");
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6062
  int mode = (ae == StrIntrinsicNode::LL) ? 0x0c : 0x0d; // bytes or shorts
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6063
  Address::ScaleFactor scale1 = (ae == StrIntrinsicNode::LL) ? Address::times_1 : Address::times_2;
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6064
  Address::ScaleFactor scale2 = (ae == StrIntrinsicNode::UL) ? Address::times_1 : scale1;
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6065
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6066
  Label RELOAD_SUBSTR, SCAN_TO_SUBSTR, SCAN_SUBSTR, ADJUST_STR,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6067
        RET_FOUND, RET_NOT_FOUND, CLEANUP, FOUND_SUBSTR,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6068
        FOUND_CANDIDATE;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6069
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6070
  { //========================================================
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6071
    // We don't know where these strings are located
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6072
    // and we can't read beyond them. Load them through stack.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6073
    Label BIG_STRINGS, CHECK_STR, COPY_SUBSTR, COPY_STR;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6074
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6075
    movptr(tmp, rsp); // save old SP
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6076
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6077
    if (int_cnt2 > 0) {     // small (< 8 chars) constant substring
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6078
      if (int_cnt2 == (1>>scale2)) { // One byte
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6079
        assert((ae == StrIntrinsicNode::LL || ae == StrIntrinsicNode::UL), "Only possible for latin1 encoding");
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6080
        load_unsigned_byte(result, Address(str2, 0));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6081
        movdl(vec, result); // move 32 bits
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6082
      } else if (ae == StrIntrinsicNode::LL && int_cnt2 == 3) {  // Three bytes
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6083
        // Not enough header space in 32-bit VM: 12+3 = 15.
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6084
        movl(result, Address(str2, -1));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6085
        shrl(result, 8);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6086
        movdl(vec, result); // move 32 bits
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6087
      } else if (ae != StrIntrinsicNode::UL && int_cnt2 == (2>>scale2)) {  // One char
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6088
        load_unsigned_short(result, Address(str2, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6089
        movdl(vec, result); // move 32 bits
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6090
      } else if (ae != StrIntrinsicNode::UL && int_cnt2 == (4>>scale2)) { // Two chars
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6091
        movdl(vec, Address(str2, 0)); // move 32 bits
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6092
      } else if (ae != StrIntrinsicNode::UL && int_cnt2 == (8>>scale2)) { // Four chars
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6093
        movq(vec, Address(str2, 0));  // move 64 bits
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6094
      } else { // cnt2 = { 3, 5, 6, 7 } || (ae == StrIntrinsicNode::UL && cnt2 ={2, ..., 7})
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6095
        // Array header size is 12 bytes in 32-bit VM
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6096
        // + 6 bytes for 3 chars == 18 bytes,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6097
        // enough space to load vec and shift.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6098
        assert(HeapWordSize*TypeArrayKlass::header_size() >= 12,"sanity");
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6099
        if (ae == StrIntrinsicNode::UL) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6100
          int tail_off = int_cnt2-8;
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6101
          pmovzxbw(vec, Address(str2, tail_off));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6102
          psrldq(vec, -2*tail_off);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6103
        }
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6104
        else {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6105
          int tail_off = int_cnt2*(1<<scale2);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6106
          movdqu(vec, Address(str2, tail_off-16));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6107
          psrldq(vec, 16-tail_off);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6108
        }
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6109
      }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6110
    } else { // not constant substring
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6111
      cmpl(cnt2, stride);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6112
      jccb(Assembler::aboveEqual, BIG_STRINGS); // Both strings are big enough
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6113
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6114
      // We can read beyond string if srt+16 does not cross page boundary
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6115
      // since heaps are aligned and mapped by pages.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6116
      assert(os::vm_page_size() < (int)G, "default page should be small");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6117
      movl(result, str2); // We need only low 32 bits
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6118
      andl(result, (os::vm_page_size()-1));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6119
      cmpl(result, (os::vm_page_size()-16));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6120
      jccb(Assembler::belowEqual, CHECK_STR);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6121
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6122
      // Move small strings to stack to allow load 16 bytes into vec.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6123
      subptr(rsp, 16);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6124
      int stk_offset = wordSize-(1<<scale2);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6125
      push(cnt2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6126
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6127
      bind(COPY_SUBSTR);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6128
      if (ae == StrIntrinsicNode::LL || ae == StrIntrinsicNode::UL) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6129
        load_unsigned_byte(result, Address(str2, cnt2, scale2, -1));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6130
        movb(Address(rsp, cnt2, scale2, stk_offset), result);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6131
      } else if (ae == StrIntrinsicNode::UU) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6132
        load_unsigned_short(result, Address(str2, cnt2, scale2, -2));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6133
        movw(Address(rsp, cnt2, scale2, stk_offset), result);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6134
      }
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6135
      decrement(cnt2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6136
      jccb(Assembler::notZero, COPY_SUBSTR);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6137
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6138
      pop(cnt2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6139
      movptr(str2, rsp);  // New substring address
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6140
    } // non constant
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6141
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6142
    bind(CHECK_STR);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6143
    cmpl(cnt1, stride);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6144
    jccb(Assembler::aboveEqual, BIG_STRINGS);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6145
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6146
    // Check cross page boundary.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6147
    movl(result, str1); // We need only low 32 bits
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6148
    andl(result, (os::vm_page_size()-1));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6149
    cmpl(result, (os::vm_page_size()-16));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6150
    jccb(Assembler::belowEqual, BIG_STRINGS);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6151
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6152
    subptr(rsp, 16);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6153
    int stk_offset = -(1<<scale1);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6154
    if (int_cnt2 < 0) { // not constant
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6155
      push(cnt2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6156
      stk_offset += wordSize;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6157
    }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6158
    movl(cnt2, cnt1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6159
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6160
    bind(COPY_STR);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6161
    if (ae == StrIntrinsicNode::LL) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6162
      load_unsigned_byte(result, Address(str1, cnt2, scale1, -1));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6163
      movb(Address(rsp, cnt2, scale1, stk_offset), result);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6164
    } else {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6165
      load_unsigned_short(result, Address(str1, cnt2, scale1, -2));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6166
      movw(Address(rsp, cnt2, scale1, stk_offset), result);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6167
    }
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6168
    decrement(cnt2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6169
    jccb(Assembler::notZero, COPY_STR);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6170
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6171
    if (int_cnt2 < 0) { // not constant
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6172
      pop(cnt2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6173
    }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6174
    movptr(str1, rsp);  // New string address
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6175
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6176
    bind(BIG_STRINGS);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6177
    // Load substring.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6178
    if (int_cnt2 < 0) { // -1
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6179
      if (ae == StrIntrinsicNode::UL) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6180
        pmovzxbw(vec, Address(str2, 0));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6181
      } else {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6182
        movdqu(vec, Address(str2, 0));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6183
      }
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6184
      push(cnt2);       // substr count
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6185
      push(str2);       // substr addr
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6186
      push(str1);       // string addr
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6187
    } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6188
      // Small (< 8 chars) constant substrings are loaded already.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6189
      movl(cnt2, int_cnt2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6190
    }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6191
    push(tmp);  // original SP
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6192
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6193
  } // Finished loading
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6194
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6195
  //========================================================
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6196
  // Start search
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6197
  //
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6198
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6199
  movptr(result, str1); // string addr
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6200
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6201
  if (int_cnt2  < 0) {  // Only for non constant substring
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6202
    jmpb(SCAN_TO_SUBSTR);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6203
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6204
    // SP saved at sp+0
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6205
    // String saved at sp+1*wordSize
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6206
    // Substr saved at sp+2*wordSize
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6207
    // Substr count saved at sp+3*wordSize
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6208
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6209
    // Reload substr for rescan, this code
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6210
    // is executed only for large substrings (> 8 chars)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6211
    bind(RELOAD_SUBSTR);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6212
    movptr(str2, Address(rsp, 2*wordSize));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6213
    movl(cnt2, Address(rsp, 3*wordSize));
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6214
    if (ae == StrIntrinsicNode::UL) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6215
      pmovzxbw(vec, Address(str2, 0));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6216
    } else {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6217
      movdqu(vec, Address(str2, 0));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6218
    }
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6219
    // We came here after the beginning of the substring was
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6220
    // matched but the rest of it was not so we need to search
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6221
    // again. Start from the next element after the previous match.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6222
    subptr(str1, result); // Restore counter
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6223
    if (ae == StrIntrinsicNode::UU || ae == StrIntrinsicNode::UL) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6224
      shrl(str1, 1);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6225
    }
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6226
    addl(cnt1, str1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6227
    decrementl(cnt1);   // Shift to next element
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6228
    cmpl(cnt1, cnt2);
38134
7435f311b441 8154896: xml.transform fails intermittently on SKX
mcberg
parents: 38049
diff changeset
  6229
    jcc(Assembler::negative, RET_NOT_FOUND);  // Left less then substring
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6230
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6231
    addptr(result, (1<<scale1));
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6232
  } // non constant
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6233
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6234
  // Scan string for start of substr in 16-byte vectors
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6235
  bind(SCAN_TO_SUBSTR);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6236
  assert(cnt1 == rdx && cnt2 == rax && tmp == rcx, "pcmpestri");
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6237
  pcmpestri(vec, Address(result, 0), mode);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6238
  jccb(Assembler::below, FOUND_CANDIDATE);   // CF == 1
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6239
  subl(cnt1, stride);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6240
  jccb(Assembler::lessEqual, RET_NOT_FOUND); // Scanned full string
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6241
  cmpl(cnt1, cnt2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6242
  jccb(Assembler::negative, RET_NOT_FOUND);  // Left less then substring
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6243
  addptr(result, 16);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6244
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6245
  bind(ADJUST_STR);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6246
  cmpl(cnt1, stride); // Do not read beyond string
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6247
  jccb(Assembler::greaterEqual, SCAN_TO_SUBSTR);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6248
  // Back-up string to avoid reading beyond string.
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6249
  lea(result, Address(result, cnt1, scale1, -16));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6250
  movl(cnt1, stride);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6251
  jmpb(SCAN_TO_SUBSTR);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6252
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6253
  // Found a potential substr
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6254
  bind(FOUND_CANDIDATE);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6255
  // After pcmpestri tmp(rcx) contains matched element index
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6256
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6257
  // Make sure string is still long enough
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6258
  subl(cnt1, tmp);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6259
  cmpl(cnt1, cnt2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6260
  jccb(Assembler::greaterEqual, FOUND_SUBSTR);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6261
  // Left less then substring.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6262
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6263
  bind(RET_NOT_FOUND);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6264
  movl(result, -1);
51633
21154cb84d2a 8209594: guarantee(this->is8bit(imm8)) failed: Short forward jump exceeds 8-bit offset
kvn
parents: 51464
diff changeset
  6265
  jmp(CLEANUP);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6266
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6267
  bind(FOUND_SUBSTR);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6268
  // Compute start addr of substr
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6269
  lea(result, Address(result, tmp, scale1));
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6270
  if (int_cnt2 > 0) { // Constant substring
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6271
    // Repeat search for small substring (< 8 chars)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6272
    // from new point without reloading substring.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6273
    // Have to check that we don't read beyond string.
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6274
    cmpl(tmp, stride-int_cnt2);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6275
    jccb(Assembler::greater, ADJUST_STR);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6276
    // Fall through if matched whole substring.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6277
  } else { // non constant
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6278
    assert(int_cnt2 == -1, "should be != 0");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6279
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6280
    addl(tmp, cnt2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6281
    // Found result if we matched whole substring.
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6282
    cmpl(tmp, stride);
51633
21154cb84d2a 8209594: guarantee(this->is8bit(imm8)) failed: Short forward jump exceeds 8-bit offset
kvn
parents: 51464
diff changeset
  6283
    jcc(Assembler::lessEqual, RET_FOUND);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6284
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6285
    // Repeat search for small substring (<= 8 chars)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6286
    // from new point 'str1' without reloading substring.
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6287
    cmpl(cnt2, stride);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6288
    // Have to check that we don't read beyond string.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6289
    jccb(Assembler::lessEqual, ADJUST_STR);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6290
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6291
    Label CHECK_NEXT, CONT_SCAN_SUBSTR, RET_FOUND_LONG;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6292
    // Compare the rest of substring (> 8 chars).
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6293
    movptr(str1, result);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6294
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6295
    cmpl(tmp, cnt2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6296
    // First 8 chars are already matched.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6297
    jccb(Assembler::equal, CHECK_NEXT);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6298
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6299
    bind(SCAN_SUBSTR);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6300
    pcmpestri(vec, Address(str1, 0), mode);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6301
    // Need to reload strings pointers if not matched whole vector
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6302
    jcc(Assembler::noOverflow, RELOAD_SUBSTR); // OF == 0
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6303
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6304
    bind(CHECK_NEXT);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6305
    subl(cnt2, stride);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6306
    jccb(Assembler::lessEqual, RET_FOUND_LONG); // Found full substring
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6307
    addptr(str1, 16);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6308
    if (ae == StrIntrinsicNode::UL) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6309
      addptr(str2, 8);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6310
    } else {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6311
      addptr(str2, 16);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6312
    }
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6313
    subl(cnt1, stride);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6314
    cmpl(cnt2, stride); // Do not read beyond substring
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6315
    jccb(Assembler::greaterEqual, CONT_SCAN_SUBSTR);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6316
    // Back-up strings to avoid reading beyond substring.
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6317
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6318
    if (ae == StrIntrinsicNode::UL) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6319
      lea(str2, Address(str2, cnt2, scale2, -8));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6320
      lea(str1, Address(str1, cnt2, scale1, -16));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6321
    } else {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6322
      lea(str2, Address(str2, cnt2, scale2, -16));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6323
      lea(str1, Address(str1, cnt2, scale1, -16));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6324
    }
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6325
    subl(cnt1, cnt2);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6326
    movl(cnt2, stride);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6327
    addl(cnt1, stride);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6328
    bind(CONT_SCAN_SUBSTR);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6329
    if (ae == StrIntrinsicNode::UL) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6330
      pmovzxbw(vec, Address(str2, 0));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6331
    } else {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6332
      movdqu(vec, Address(str2, 0));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6333
    }
38134
7435f311b441 8154896: xml.transform fails intermittently on SKX
mcberg
parents: 38049
diff changeset
  6334
    jmp(SCAN_SUBSTR);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6335
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6336
    bind(RET_FOUND_LONG);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6337
    movptr(str1, Address(rsp, wordSize));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6338
  } // non constant
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6339
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6340
  bind(RET_FOUND);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6341
  // Compute substr offset
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6342
  subptr(result, str1);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6343
  if (ae == StrIntrinsicNode::UU || ae == StrIntrinsicNode::UL) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6344
    shrl(result, 1); // index
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6345
  }
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6346
  bind(CLEANUP);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6347
  pop(rsp); // restore SP
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6348
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6349
} // string_indexof
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6350
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6351
void MacroAssembler::string_indexof_char(Register str1, Register cnt1, Register ch, Register result,
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6352
                                         XMMRegister vec1, XMMRegister vec2, XMMRegister vec3, Register tmp) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6353
  ShortBranchVerifier sbv(this);
34207
a5f1c458b56e 8143208: compiler/c1/6855215/Test6855215.java supports_sse2() failed
zmajo
parents: 34203
diff changeset
  6354
  assert(UseSSE42Intrinsics, "SSE4.2 intrinsics are required");
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6355
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6356
  int stride = 8;
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6357
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6358
  Label FOUND_CHAR, SCAN_TO_CHAR, SCAN_TO_CHAR_LOOP,
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6359
        SCAN_TO_8_CHAR, SCAN_TO_8_CHAR_LOOP, SCAN_TO_16_CHAR_LOOP,
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6360
        RET_NOT_FOUND, SCAN_TO_8_CHAR_INIT,
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6361
        FOUND_SEQ_CHAR, DONE_LABEL;
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6362
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6363
  movptr(result, str1);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6364
  if (UseAVX >= 2) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6365
    cmpl(cnt1, stride);
58625
9b54aee889b4 8224062: Improve String index handling
thartmann
parents: 58462
diff changeset
  6366
    jcc(Assembler::less, SCAN_TO_CHAR);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6367
    cmpl(cnt1, 2*stride);
38134
7435f311b441 8154896: xml.transform fails intermittently on SKX
mcberg
parents: 38049
diff changeset
  6368
    jcc(Assembler::less, SCAN_TO_8_CHAR_INIT);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6369
    movdl(vec1, ch);
51857
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  6370
    vpbroadcastw(vec1, vec1, Assembler::AVX_256bit);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6371
    vpxor(vec2, vec2);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6372
    movl(tmp, cnt1);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6373
    andl(tmp, 0xFFFFFFF0);  //vector count (in chars)
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6374
    andl(cnt1,0x0000000F);  //tail count (in chars)
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6375
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6376
    bind(SCAN_TO_16_CHAR_LOOP);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6377
    vmovdqu(vec3, Address(result, 0));
34162
16b54851eaf6 8140779: Code generation fixes for avx512
iveresov
parents: 33628
diff changeset
  6378
    vpcmpeqw(vec3, vec3, vec1, 1);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6379
    vptest(vec2, vec3);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6380
    jcc(Assembler::carryClear, FOUND_CHAR);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6381
    addptr(result, 32);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6382
    subl(tmp, 2*stride);
51633
21154cb84d2a 8209594: guarantee(this->is8bit(imm8)) failed: Short forward jump exceeds 8-bit offset
kvn
parents: 51464
diff changeset
  6383
    jcc(Assembler::notZero, SCAN_TO_16_CHAR_LOOP);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6384
    jmp(SCAN_TO_8_CHAR);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6385
    bind(SCAN_TO_8_CHAR_INIT);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6386
    movdl(vec1, ch);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6387
    pshuflw(vec1, vec1, 0x00);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6388
    pshufd(vec1, vec1, 0);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6389
    pxor(vec2, vec2);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6390
  }
34207
a5f1c458b56e 8143208: compiler/c1/6855215/Test6855215.java supports_sse2() failed
zmajo
parents: 34203
diff changeset
  6391
  bind(SCAN_TO_8_CHAR);
a5f1c458b56e 8143208: compiler/c1/6855215/Test6855215.java supports_sse2() failed
zmajo
parents: 34203
diff changeset
  6392
  cmpl(cnt1, stride);
58625
9b54aee889b4 8224062: Improve String index handling
thartmann
parents: 58462
diff changeset
  6393
  jcc(Assembler::less, SCAN_TO_CHAR);
9b54aee889b4 8224062: Improve String index handling
thartmann
parents: 58462
diff changeset
  6394
  if (UseAVX < 2) {
34207
a5f1c458b56e 8143208: compiler/c1/6855215/Test6855215.java supports_sse2() failed
zmajo
parents: 34203
diff changeset
  6395
    movdl(vec1, ch);
a5f1c458b56e 8143208: compiler/c1/6855215/Test6855215.java supports_sse2() failed
zmajo
parents: 34203
diff changeset
  6396
    pshuflw(vec1, vec1, 0x00);
a5f1c458b56e 8143208: compiler/c1/6855215/Test6855215.java supports_sse2() failed
zmajo
parents: 34203
diff changeset
  6397
    pshufd(vec1, vec1, 0);
a5f1c458b56e 8143208: compiler/c1/6855215/Test6855215.java supports_sse2() failed
zmajo
parents: 34203
diff changeset
  6398
    pxor(vec2, vec2);
a5f1c458b56e 8143208: compiler/c1/6855215/Test6855215.java supports_sse2() failed
zmajo
parents: 34203
diff changeset
  6399
  }
a5f1c458b56e 8143208: compiler/c1/6855215/Test6855215.java supports_sse2() failed
zmajo
parents: 34203
diff changeset
  6400
  movl(tmp, cnt1);
a5f1c458b56e 8143208: compiler/c1/6855215/Test6855215.java supports_sse2() failed
zmajo
parents: 34203
diff changeset
  6401
  andl(tmp, 0xFFFFFFF8);  //vector count (in chars)
a5f1c458b56e 8143208: compiler/c1/6855215/Test6855215.java supports_sse2() failed
zmajo
parents: 34203
diff changeset
  6402
  andl(cnt1,0x00000007);  //tail count (in chars)
a5f1c458b56e 8143208: compiler/c1/6855215/Test6855215.java supports_sse2() failed
zmajo
parents: 34203
diff changeset
  6403
a5f1c458b56e 8143208: compiler/c1/6855215/Test6855215.java supports_sse2() failed
zmajo
parents: 34203
diff changeset
  6404
  bind(SCAN_TO_8_CHAR_LOOP);
a5f1c458b56e 8143208: compiler/c1/6855215/Test6855215.java supports_sse2() failed
zmajo
parents: 34203
diff changeset
  6405
  movdqu(vec3, Address(result, 0));
a5f1c458b56e 8143208: compiler/c1/6855215/Test6855215.java supports_sse2() failed
zmajo
parents: 34203
diff changeset
  6406
  pcmpeqw(vec3, vec1);
a5f1c458b56e 8143208: compiler/c1/6855215/Test6855215.java supports_sse2() failed
zmajo
parents: 34203
diff changeset
  6407
  ptest(vec2, vec3);
a5f1c458b56e 8143208: compiler/c1/6855215/Test6855215.java supports_sse2() failed
zmajo
parents: 34203
diff changeset
  6408
  jcc(Assembler::carryClear, FOUND_CHAR);
a5f1c458b56e 8143208: compiler/c1/6855215/Test6855215.java supports_sse2() failed
zmajo
parents: 34203
diff changeset
  6409
  addptr(result, 16);
a5f1c458b56e 8143208: compiler/c1/6855215/Test6855215.java supports_sse2() failed
zmajo
parents: 34203
diff changeset
  6410
  subl(tmp, stride);
51633
21154cb84d2a 8209594: guarantee(this->is8bit(imm8)) failed: Short forward jump exceeds 8-bit offset
kvn
parents: 51464
diff changeset
  6411
  jcc(Assembler::notZero, SCAN_TO_8_CHAR_LOOP);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6412
  bind(SCAN_TO_CHAR);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6413
  testl(cnt1, cnt1);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6414
  jcc(Assembler::zero, RET_NOT_FOUND);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6415
  bind(SCAN_TO_CHAR_LOOP);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6416
  load_unsigned_short(tmp, Address(result, 0));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6417
  cmpl(ch, tmp);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6418
  jccb(Assembler::equal, FOUND_SEQ_CHAR);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6419
  addptr(result, 2);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6420
  subl(cnt1, 1);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6421
  jccb(Assembler::zero, RET_NOT_FOUND);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6422
  jmp(SCAN_TO_CHAR_LOOP);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6423
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6424
  bind(RET_NOT_FOUND);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6425
  movl(result, -1);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6426
  jmpb(DONE_LABEL);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6427
34207
a5f1c458b56e 8143208: compiler/c1/6855215/Test6855215.java supports_sse2() failed
zmajo
parents: 34203
diff changeset
  6428
  bind(FOUND_CHAR);
a5f1c458b56e 8143208: compiler/c1/6855215/Test6855215.java supports_sse2() failed
zmajo
parents: 34203
diff changeset
  6429
  if (UseAVX >= 2) {
a5f1c458b56e 8143208: compiler/c1/6855215/Test6855215.java supports_sse2() failed
zmajo
parents: 34203
diff changeset
  6430
    vpmovmskb(tmp, vec3);
a5f1c458b56e 8143208: compiler/c1/6855215/Test6855215.java supports_sse2() failed
zmajo
parents: 34203
diff changeset
  6431
  } else {
a5f1c458b56e 8143208: compiler/c1/6855215/Test6855215.java supports_sse2() failed
zmajo
parents: 34203
diff changeset
  6432
    pmovmskb(tmp, vec3);
a5f1c458b56e 8143208: compiler/c1/6855215/Test6855215.java supports_sse2() failed
zmajo
parents: 34203
diff changeset
  6433
  }
a5f1c458b56e 8143208: compiler/c1/6855215/Test6855215.java supports_sse2() failed
zmajo
parents: 34203
diff changeset
  6434
  bsfl(ch, tmp);
a5f1c458b56e 8143208: compiler/c1/6855215/Test6855215.java supports_sse2() failed
zmajo
parents: 34203
diff changeset
  6435
  addl(result, ch);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6436
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6437
  bind(FOUND_SEQ_CHAR);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6438
  subptr(result, str1);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6439
  shrl(result, 1);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6440
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6441
  bind(DONE_LABEL);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6442
} // string_indexof_char
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6443
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6444
// helper function for string_compare
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6445
void MacroAssembler::load_next_elements(Register elem1, Register elem2, Register str1, Register str2,
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6446
                                        Address::ScaleFactor scale, Address::ScaleFactor scale1,
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6447
                                        Address::ScaleFactor scale2, Register index, int ae) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6448
  if (ae == StrIntrinsicNode::LL) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6449
    load_unsigned_byte(elem1, Address(str1, index, scale, 0));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6450
    load_unsigned_byte(elem2, Address(str2, index, scale, 0));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6451
  } else if (ae == StrIntrinsicNode::UU) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6452
    load_unsigned_short(elem1, Address(str1, index, scale, 0));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6453
    load_unsigned_short(elem2, Address(str2, index, scale, 0));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6454
  } else {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6455
    load_unsigned_byte(elem1, Address(str1, index, scale1, 0));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6456
    load_unsigned_short(elem2, Address(str2, index, scale2, 0));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6457
  }
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6458
}
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6459
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6460
// Compare strings, used for char[] and byte[].
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6461
void MacroAssembler::string_compare(Register str1, Register str2,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6462
                                    Register cnt1, Register cnt2, Register result,
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6463
                                    XMMRegister vec1, int ae) {
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6464
  ShortBranchVerifier sbv(this);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6465
  Label LENGTH_DIFF_LABEL, POP_LABEL, DONE_LABEL, WHILE_HEAD_LABEL;
35113
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6466
  Label COMPARE_WIDE_VECTORS_LOOP_FAILED;  // used only _LP64 && AVX3
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6467
  int stride, stride2, adr_stride, adr_stride1, adr_stride2;
35113
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6468
  int stride2x2 = 0x40;
36061
baa556050d22 8145700: Uninitialised variable in macroAssembler_x86.cpp:7038
thartmann
parents: 35548
diff changeset
  6469
  Address::ScaleFactor scale = Address::no_scale;
baa556050d22 8145700: Uninitialised variable in macroAssembler_x86.cpp:7038
thartmann
parents: 35548
diff changeset
  6470
  Address::ScaleFactor scale1 = Address::no_scale;
baa556050d22 8145700: Uninitialised variable in macroAssembler_x86.cpp:7038
thartmann
parents: 35548
diff changeset
  6471
  Address::ScaleFactor scale2 = Address::no_scale;
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6472
35113
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6473
  if (ae != StrIntrinsicNode::LL) {
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6474
    stride2x2 = 0x20;
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6475
  }
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6476
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6477
  if (ae == StrIntrinsicNode::LU || ae == StrIntrinsicNode::UL) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6478
    shrl(cnt2, 1);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6479
  }
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6480
  // Compute the minimum of the string lengths and the
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6481
  // difference of the string lengths (stack).
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6482
  // Do the conditional move stuff
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6483
  movl(result, cnt1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6484
  subl(cnt1, cnt2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6485
  push(cnt1);
35113
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6486
  cmov32(Assembler::lessEqual, cnt2, result);    // cnt2 = min(cnt1, cnt2)
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6487
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6488
  // Is the minimum length zero?
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6489
  testl(cnt2, cnt2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6490
  jcc(Assembler::zero, LENGTH_DIFF_LABEL);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6491
  if (ae == StrIntrinsicNode::LL) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6492
    // Load first bytes
35113
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6493
    load_unsigned_byte(result, Address(str1, 0));  // result = str1[0]
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6494
    load_unsigned_byte(cnt1, Address(str2, 0));    // cnt1   = str2[0]
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6495
  } else if (ae == StrIntrinsicNode::UU) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6496
    // Load first characters
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6497
    load_unsigned_short(result, Address(str1, 0));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6498
    load_unsigned_short(cnt1, Address(str2, 0));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6499
  } else {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6500
    load_unsigned_byte(result, Address(str1, 0));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6501
    load_unsigned_short(cnt1, Address(str2, 0));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6502
  }
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6503
  subl(result, cnt1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6504
  jcc(Assembler::notZero,  POP_LABEL);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6505
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6506
  if (ae == StrIntrinsicNode::UU) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6507
    // Divide length by 2 to get number of chars
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6508
    shrl(cnt2, 1);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6509
  }
15117
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6510
  cmpl(cnt2, 1);
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6511
  jcc(Assembler::equal, LENGTH_DIFF_LABEL);
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6512
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6513
  // Check if the strings start at the same location and setup scale and stride
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6514
  if (ae == StrIntrinsicNode::LL || ae == StrIntrinsicNode::UU) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6515
    cmpptr(str1, str2);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6516
    jcc(Assembler::equal, LENGTH_DIFF_LABEL);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6517
    if (ae == StrIntrinsicNode::LL) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6518
      scale = Address::times_1;
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6519
      stride = 16;
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6520
    } else {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6521
      scale = Address::times_2;
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6522
      stride = 8;
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6523
    }
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6524
  } else {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6525
    scale1 = Address::times_1;
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6526
    scale2 = Address::times_2;
36061
baa556050d22 8145700: Uninitialised variable in macroAssembler_x86.cpp:7038
thartmann
parents: 35548
diff changeset
  6527
    // scale not used
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6528
    stride = 8;
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6529
  }
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6530
15612
d4073ad8ce3d 8007708: compiler/6855215 assert(VM_Version::supports_sse4_2())
kvn
parents: 15483
diff changeset
  6531
  if (UseAVX >= 2 && UseSSE42Intrinsics) {
15117
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6532
    Label COMPARE_WIDE_VECTORS, VECTOR_NOT_EQUAL, COMPARE_WIDE_TAIL, COMPARE_SMALL_STR;
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6533
    Label COMPARE_WIDE_VECTORS_LOOP, COMPARE_16_CHARS, COMPARE_INDEX_CHAR;
35113
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6534
    Label COMPARE_WIDE_VECTORS_LOOP_AVX2;
15117
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6535
    Label COMPARE_TAIL_LONG;
35113
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6536
    Label COMPARE_WIDE_VECTORS_LOOP_AVX3;  // used only _LP64 && AVX3
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6537
15117
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6538
    int pcmpmask = 0x19;
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6539
    if (ae == StrIntrinsicNode::LL) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6540
      pcmpmask &= ~0x01;
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6541
    }
15117
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6542
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6543
    // Setup to compare 16-chars (32-bytes) vectors,
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6544
    // start from first character again because it has aligned address.
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6545
    if (ae == StrIntrinsicNode::LL) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6546
      stride2 = 32;
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6547
    } else {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6548
      stride2 = 16;
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6549
    }
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6550
    if (ae == StrIntrinsicNode::LL || ae == StrIntrinsicNode::UU) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6551
      adr_stride = stride << scale;
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6552
    } else {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6553
      adr_stride1 = 8;  //stride << scale1;
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6554
      adr_stride2 = 16; //stride << scale2;
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6555
    }
15117
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6556
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6557
    assert(result == rax && cnt2 == rdx && cnt1 == rcx, "pcmpestri");
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6558
    // rax and rdx are used by pcmpestri as elements counters
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6559
    movl(result, cnt2);
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6560
    andl(cnt2, ~(stride2-1));   // cnt2 holds the vector count
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6561
    jcc(Assembler::zero, COMPARE_TAIL_LONG);
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6562
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6563
    // fast path : compare first 2 8-char vectors.
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6564
    bind(COMPARE_16_CHARS);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6565
    if (ae == StrIntrinsicNode::LL || ae == StrIntrinsicNode::UU) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6566
      movdqu(vec1, Address(str1, 0));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6567
    } else {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6568
      pmovzxbw(vec1, Address(str1, 0));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6569
    }
15117
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6570
    pcmpestri(vec1, Address(str2, 0), pcmpmask);
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6571
    jccb(Assembler::below, COMPARE_INDEX_CHAR);
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6572
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6573
    if (ae == StrIntrinsicNode::LL || ae == StrIntrinsicNode::UU) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6574
      movdqu(vec1, Address(str1, adr_stride));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6575
      pcmpestri(vec1, Address(str2, adr_stride), pcmpmask);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6576
    } else {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6577
      pmovzxbw(vec1, Address(str1, adr_stride1));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6578
      pcmpestri(vec1, Address(str2, adr_stride2), pcmpmask);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6579
    }
15117
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6580
    jccb(Assembler::aboveEqual, COMPARE_WIDE_VECTORS);
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6581
    addl(cnt1, stride);
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6582
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6583
    // Compare the characters at index in cnt1
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6584
    bind(COMPARE_INDEX_CHAR); // cnt1 has the offset of the mismatching character
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6585
    load_next_elements(result, cnt2, str1, str2, scale, scale1, scale2, cnt1, ae);
15117
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6586
    subl(result, cnt2);
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6587
    jmp(POP_LABEL);
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6588
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6589
    // Setup the registers to start vector comparison loop
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6590
    bind(COMPARE_WIDE_VECTORS);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6591
    if (ae == StrIntrinsicNode::LL || ae == StrIntrinsicNode::UU) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6592
      lea(str1, Address(str1, result, scale));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6593
      lea(str2, Address(str2, result, scale));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6594
    } else {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6595
      lea(str1, Address(str1, result, scale1));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6596
      lea(str2, Address(str2, result, scale2));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6597
    }
15117
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6598
    subl(result, stride2);
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6599
    subl(cnt2, stride2);
35113
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6600
    jcc(Assembler::zero, COMPARE_WIDE_TAIL);
15117
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6601
    negptr(result);
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6602
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6603
    //  In a loop, compare 16-chars (32-bytes) at once using (vpxor+vptest)
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6604
    bind(COMPARE_WIDE_VECTORS_LOOP);
35113
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6605
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6606
#ifdef _LP64
58462
c6f1226cfb72 8221092: UseAVX=3 has performance degredation on Skylake (X7) processors
vdeshpande
parents: 58421
diff changeset
  6607
    if ((AVX3Threshold == 0) && VM_Version::supports_avx512vlbw()) { // trying 64 bytes fast loop
35113
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6608
      cmpl(cnt2, stride2x2);
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6609
      jccb(Assembler::below, COMPARE_WIDE_VECTORS_LOOP_AVX2);
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6610
      testl(cnt2, stride2x2-1);   // cnt2 holds the vector count
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6611
      jccb(Assembler::notZero, COMPARE_WIDE_VECTORS_LOOP_AVX2);   // means we cannot subtract by 0x40
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6612
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6613
      bind(COMPARE_WIDE_VECTORS_LOOP_AVX3); // the hottest loop
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6614
      if (ae == StrIntrinsicNode::LL || ae == StrIntrinsicNode::UU) {
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6615
        evmovdquq(vec1, Address(str1, result, scale), Assembler::AVX_512bit);
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6616
        evpcmpeqb(k7, vec1, Address(str2, result, scale), Assembler::AVX_512bit); // k7 == 11..11, if operands equal, otherwise k7 has some 0
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6617
      } else {
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6618
        vpmovzxbw(vec1, Address(str1, result, scale1), Assembler::AVX_512bit);
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6619
        evpcmpeqb(k7, vec1, Address(str2, result, scale2), Assembler::AVX_512bit); // k7 == 11..11, if operands equal, otherwise k7 has some 0
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6620
      }
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6621
      kortestql(k7, k7);
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6622
      jcc(Assembler::aboveEqual, COMPARE_WIDE_VECTORS_LOOP_FAILED);     // miscompare
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6623
      addptr(result, stride2x2);  // update since we already compared at this addr
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6624
      subl(cnt2, stride2x2);      // and sub the size too
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6625
      jccb(Assembler::notZero, COMPARE_WIDE_VECTORS_LOOP_AVX3);
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6626
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6627
      vpxor(vec1, vec1);
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6628
      jmpb(COMPARE_WIDE_TAIL);
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6629
    }//if (VM_Version::supports_avx512vlbw())
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6630
#endif // _LP64
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6631
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6632
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6633
    bind(COMPARE_WIDE_VECTORS_LOOP_AVX2);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6634
    if (ae == StrIntrinsicNode::LL || ae == StrIntrinsicNode::UU) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6635
      vmovdqu(vec1, Address(str1, result, scale));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6636
      vpxor(vec1, Address(str2, result, scale));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6637
    } else {
34203
6817dadf6c7e 8142980: SKX SpecJvm2008 - Derby
mcberg
parents: 34185
diff changeset
  6638
      vpmovzxbw(vec1, Address(str1, result, scale1), Assembler::AVX_256bit);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6639
      vpxor(vec1, Address(str2, result, scale2));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6640
    }
15117
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6641
    vptest(vec1, vec1);
35113
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6642
    jcc(Assembler::notZero, VECTOR_NOT_EQUAL);
15117
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6643
    addptr(result, stride2);
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6644
    subl(cnt2, stride2);
38134
7435f311b441 8154896: xml.transform fails intermittently on SKX
mcberg
parents: 38049
diff changeset
  6645
    jcc(Assembler::notZero, COMPARE_WIDE_VECTORS_LOOP);
16624
9dbd4b210bf9 8011102: Clear AVX registers after return from JNI call
kvn
parents: 16368
diff changeset
  6646
    // clean upper bits of YMM registers
30299
1f6f7d1e0c1e 8078113: 8011102 changes may cause incorrect results
kvn
parents: 29325
diff changeset
  6647
    vpxor(vec1, vec1);
15117
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6648
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6649
    // compare wide vectors tail
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6650
    bind(COMPARE_WIDE_TAIL);
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6651
    testptr(result, result);
38134
7435f311b441 8154896: xml.transform fails intermittently on SKX
mcberg
parents: 38049
diff changeset
  6652
    jcc(Assembler::zero, LENGTH_DIFF_LABEL);
15117
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6653
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6654
    movl(result, stride2);
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6655
    movl(cnt2, result);
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6656
    negptr(result);
35113
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6657
    jmp(COMPARE_WIDE_VECTORS_LOOP_AVX2);
15117
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6658
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6659
    // Identifies the mismatching (higher or lower)16-bytes in the 32-byte vectors.
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6660
    bind(VECTOR_NOT_EQUAL);
16624
9dbd4b210bf9 8011102: Clear AVX registers after return from JNI call
kvn
parents: 16368
diff changeset
  6661
    // clean upper bits of YMM registers
30299
1f6f7d1e0c1e 8078113: 8011102 changes may cause incorrect results
kvn
parents: 29325
diff changeset
  6662
    vpxor(vec1, vec1);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6663
    if (ae == StrIntrinsicNode::LL || ae == StrIntrinsicNode::UU) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6664
      lea(str1, Address(str1, result, scale));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6665
      lea(str2, Address(str2, result, scale));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6666
    } else {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6667
      lea(str1, Address(str1, result, scale1));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6668
      lea(str2, Address(str2, result, scale2));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6669
    }
15117
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6670
    jmp(COMPARE_16_CHARS);
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6671
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6672
    // Compare tail chars, length between 1 to 15 chars
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6673
    bind(COMPARE_TAIL_LONG);
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6674
    movl(cnt2, result);
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6675
    cmpl(cnt2, stride);
38134
7435f311b441 8154896: xml.transform fails intermittently on SKX
mcberg
parents: 38049
diff changeset
  6676
    jcc(Assembler::less, COMPARE_SMALL_STR);
15117
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6677
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6678
    if (ae == StrIntrinsicNode::LL || ae == StrIntrinsicNode::UU) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6679
      movdqu(vec1, Address(str1, 0));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6680
    } else {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6681
      pmovzxbw(vec1, Address(str1, 0));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6682
    }
15117
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6683
    pcmpestri(vec1, Address(str2, 0), pcmpmask);
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6684
    jcc(Assembler::below, COMPARE_INDEX_CHAR);
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6685
    subptr(cnt2, stride);
38134
7435f311b441 8154896: xml.transform fails intermittently on SKX
mcberg
parents: 38049
diff changeset
  6686
    jcc(Assembler::zero, LENGTH_DIFF_LABEL);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6687
    if (ae == StrIntrinsicNode::LL || ae == StrIntrinsicNode::UU) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6688
      lea(str1, Address(str1, result, scale));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6689
      lea(str2, Address(str2, result, scale));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6690
    } else {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6691
      lea(str1, Address(str1, result, scale1));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6692
      lea(str2, Address(str2, result, scale2));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6693
    }
15117
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6694
    negptr(cnt2);
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6695
    jmpb(WHILE_HEAD_LABEL);
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6696
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6697
    bind(COMPARE_SMALL_STR);
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6698
  } else if (UseSSE42Intrinsics) {
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6699
    Label COMPARE_WIDE_VECTORS, VECTOR_NOT_EQUAL, COMPARE_TAIL;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6700
    int pcmpmask = 0x19;
15117
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6701
    // Setup to compare 8-char (16-byte) vectors,
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6702
    // start from first character again because it has aligned address.
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6703
    movl(result, cnt2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6704
    andl(cnt2, ~(stride - 1));   // cnt2 holds the vector count
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6705
    if (ae == StrIntrinsicNode::LL) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6706
      pcmpmask &= ~0x01;
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6707
    }
38134
7435f311b441 8154896: xml.transform fails intermittently on SKX
mcberg
parents: 38049
diff changeset
  6708
    jcc(Assembler::zero, COMPARE_TAIL);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6709
    if (ae == StrIntrinsicNode::LL || ae == StrIntrinsicNode::UU) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6710
      lea(str1, Address(str1, result, scale));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6711
      lea(str2, Address(str2, result, scale));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6712
    } else {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6713
      lea(str1, Address(str1, result, scale1));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6714
      lea(str2, Address(str2, result, scale2));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6715
    }
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6716
    negptr(result);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6717
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6718
    // pcmpestri
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6719
    //   inputs:
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6720
    //     vec1- substring
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6721
    //     rax - negative string length (elements count)
28719
5a9aedf87213 8069580: String intrinsic related cleanups
thartmann
parents: 28494
diff changeset
  6722
    //     mem - scanned string
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6723
    //     rdx - string length (elements count)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6724
    //     pcmpmask - cmp mode: 11000 (string compare with negated result)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6725
    //               + 00 (unsigned bytes) or  + 01 (unsigned shorts)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6726
    //   outputs:
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6727
    //     rcx - first mismatched element index
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6728
    assert(result == rax && cnt2 == rdx && cnt1 == rcx, "pcmpestri");
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6729
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6730
    bind(COMPARE_WIDE_VECTORS);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6731
    if (ae == StrIntrinsicNode::LL || ae == StrIntrinsicNode::UU) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6732
      movdqu(vec1, Address(str1, result, scale));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6733
      pcmpestri(vec1, Address(str2, result, scale), pcmpmask);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6734
    } else {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6735
      pmovzxbw(vec1, Address(str1, result, scale1));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6736
      pcmpestri(vec1, Address(str2, result, scale2), pcmpmask);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6737
    }
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6738
    // After pcmpestri cnt1(rcx) contains mismatched element index
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6739
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6740
    jccb(Assembler::below, VECTOR_NOT_EQUAL);  // CF==1
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6741
    addptr(result, stride);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6742
    subptr(cnt2, stride);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6743
    jccb(Assembler::notZero, COMPARE_WIDE_VECTORS);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6744
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6745
    // compare wide vectors tail
15117
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6746
    testptr(result, result);
38134
7435f311b441 8154896: xml.transform fails intermittently on SKX
mcberg
parents: 38049
diff changeset
  6747
    jcc(Assembler::zero, LENGTH_DIFF_LABEL);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6748
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6749
    movl(cnt2, stride);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6750
    movl(result, stride);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6751
    negptr(result);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6752
    if (ae == StrIntrinsicNode::LL || ae == StrIntrinsicNode::UU) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6753
      movdqu(vec1, Address(str1, result, scale));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6754
      pcmpestri(vec1, Address(str2, result, scale), pcmpmask);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6755
    } else {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6756
      pmovzxbw(vec1, Address(str1, result, scale1));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6757
      pcmpestri(vec1, Address(str2, result, scale2), pcmpmask);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6758
    }
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6759
    jccb(Assembler::aboveEqual, LENGTH_DIFF_LABEL);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6760
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6761
    // Mismatched characters in the vectors
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6762
    bind(VECTOR_NOT_EQUAL);
15117
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6763
    addptr(cnt1, result);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6764
    load_next_elements(result, cnt2, str1, str2, scale, scale1, scale2, cnt1, ae);
15117
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6765
    subl(result, cnt2);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6766
    jmpb(POP_LABEL);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6767
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6768
    bind(COMPARE_TAIL); // limit is zero
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6769
    movl(cnt2, result);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6770
    // Fallthru to tail compare
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6771
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6772
  // Shift str2 and str1 to the end of the arrays, negate min
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6773
  if (ae == StrIntrinsicNode::LL || ae == StrIntrinsicNode::UU) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6774
    lea(str1, Address(str1, cnt2, scale));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6775
    lea(str2, Address(str2, cnt2, scale));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6776
  } else {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6777
    lea(str1, Address(str1, cnt2, scale1));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6778
    lea(str2, Address(str2, cnt2, scale2));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6779
  }
15117
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  6780
  decrementl(cnt2);  // first character was compared already
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6781
  negptr(cnt2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6782
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6783
  // Compare the rest of the elements
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6784
  bind(WHILE_HEAD_LABEL);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6785
  load_next_elements(result, cnt1, str1, str2, scale, scale1, scale2, cnt2, ae);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6786
  subl(result, cnt1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6787
  jccb(Assembler::notZero, POP_LABEL);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6788
  increment(cnt2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6789
  jccb(Assembler::notZero, WHILE_HEAD_LABEL);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6790
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6791
  // Strings are equal up to min length.  Return the length difference.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6792
  bind(LENGTH_DIFF_LABEL);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6793
  pop(result);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6794
  if (ae == StrIntrinsicNode::UU) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6795
    // Divide diff by 2 to get number of chars
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6796
    sarl(result, 1);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6797
  }
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6798
  jmpb(DONE_LABEL);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6799
35113
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6800
#ifdef _LP64
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6801
  if (VM_Version::supports_avx512vlbw()) {
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6802
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6803
    bind(COMPARE_WIDE_VECTORS_LOOP_FAILED);
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6804
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6805
    kmovql(cnt1, k7);
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6806
    notq(cnt1);
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6807
    bsfq(cnt2, cnt1);
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6808
    if (ae != StrIntrinsicNode::LL) {
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6809
      // Divide diff by 2 to get number of chars
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6810
      sarl(cnt2, 1);
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6811
    }
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6812
    addq(result, cnt2);
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6813
    if (ae == StrIntrinsicNode::LL) {
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6814
      load_unsigned_byte(cnt1, Address(str2, result));
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6815
      load_unsigned_byte(result, Address(str1, result));
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6816
    } else if (ae == StrIntrinsicNode::UU) {
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6817
      load_unsigned_short(cnt1, Address(str2, result, scale));
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6818
      load_unsigned_short(result, Address(str1, result, scale));
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6819
    } else {
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6820
      load_unsigned_short(cnt1, Address(str2, result, scale2));
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6821
      load_unsigned_byte(result, Address(str1, result, scale1));
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6822
    }
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6823
    subl(result, cnt1);
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6824
    jmpb(POP_LABEL);
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6825
  }//if (VM_Version::supports_avx512vlbw())
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6826
#endif // _LP64
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6827
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6828
  // Discard the stored length difference
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6829
  bind(POP_LABEL);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6830
  pop(cnt1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6831
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6832
  // That's it
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6833
  bind(DONE_LABEL);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6834
  if(ae == StrIntrinsicNode::UL) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6835
    negl(result);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6836
  }
35113
b11bd150ed8a 8144771: Use AVX3 instructions for string compare
kvn
parents: 35110
diff changeset
  6837
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6838
}
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6839
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6840
// Search for Non-ASCII character (Negative byte value) in a byte array,
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6841
// return true if it has any and false otherwise.
38239
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6842
//   ..\jdk\src\java.base\share\classes\java\lang\StringCoding.java
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6843
//   @HotSpotIntrinsicCandidate
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6844
//   private static boolean hasNegatives(byte[] ba, int off, int len) {
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6845
//     for (int i = off; i < off + len; i++) {
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6846
//       if (ba[i] < 0) {
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6847
//         return true;
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6848
//       }
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6849
//     }
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6850
//     return false;
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6851
//   }
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6852
void MacroAssembler::has_negatives(Register ary1, Register len,
38239
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6853
  Register result, Register tmp1,
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6854
  XMMRegister vec1, XMMRegister vec2) {
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6855
  // rsi: byte array
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6856
  // rcx: len
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6857
  // rax: result
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  6858
  ShortBranchVerifier sbv(this);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6859
  assert_different_registers(ary1, len, result, tmp1);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6860
  assert_different_registers(vec1, vec2);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6861
  Label TRUE_LABEL, FALSE_LABEL, DONE, COMPARE_CHAR, COMPARE_VECTORS, COMPARE_BYTE;
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6862
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6863
  // len == 0
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6864
  testl(len, len);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6865
  jcc(Assembler::zero, FALSE_LABEL);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6866
58462
c6f1226cfb72 8221092: UseAVX=3 has performance degredation on Skylake (X7) processors
vdeshpande
parents: 58421
diff changeset
  6867
  if ((AVX3Threshold == 0) && (UseAVX > 2) && // AVX512
38239
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6868
    VM_Version::supports_avx512vlbw() &&
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6869
    VM_Version::supports_bmi2()) {
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6870
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6871
    Label test_64_loop, test_tail;
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6872
    Register tmp3_aliased = len;
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6873
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6874
    movl(tmp1, len);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6875
    vpxor(vec2, vec2, vec2, Assembler::AVX_512bit);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6876
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6877
    andl(tmp1, 64 - 1);   // tail count (in chars) 0x3F
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6878
    andl(len, ~(64 - 1));    // vector count (in chars)
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6879
    jccb(Assembler::zero, test_tail);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6880
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6881
    lea(ary1, Address(ary1, len, Address::times_1));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6882
    negptr(len);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6883
38239
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6884
    bind(test_64_loop);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6885
    // Check whether our 64 elements of size byte contain negatives
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6886
    evpcmpgtb(k2, vec2, Address(ary1, len, Address::times_1), Assembler::AVX_512bit);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6887
    kortestql(k2, k2);
38134
7435f311b441 8154896: xml.transform fails intermittently on SKX
mcberg
parents: 38049
diff changeset
  6888
    jcc(Assembler::notZero, TRUE_LABEL);
38239
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6889
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6890
    addptr(len, 64);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6891
    jccb(Assembler::notZero, test_64_loop);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6892
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6893
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6894
    bind(test_tail);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6895
    // bail out when there is nothing to be done
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6896
    testl(tmp1, -1);
38134
7435f311b441 8154896: xml.transform fails intermittently on SKX
mcberg
parents: 38049
diff changeset
  6897
    jcc(Assembler::zero, FALSE_LABEL);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  6898
38239
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6899
    // ~(~0 << len) applied up to two times (for 32-bit scenario)
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6900
#ifdef _LP64
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6901
    mov64(tmp3_aliased, 0xFFFFFFFFFFFFFFFF);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6902
    shlxq(tmp3_aliased, tmp3_aliased, tmp1);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6903
    notq(tmp3_aliased);
51976
390f529f4f22 8211251: Default mask register for avx512 instructions
kvn
parents: 51857
diff changeset
  6904
    kmovql(k3, tmp3_aliased);
38239
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6905
#else
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6906
    Label k_init;
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6907
    jmp(k_init);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6908
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6909
    // We could not read 64-bits from a general purpose register thus we move
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6910
    // data required to compose 64 1's to the instruction stream
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6911
    // We emit 64 byte wide series of elements from 0..63 which later on would
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6912
    // be used as a compare targets with tail count contained in tmp1 register.
51976
390f529f4f22 8211251: Default mask register for avx512 instructions
kvn
parents: 51857
diff changeset
  6913
    // Result would be a k register having tmp1 consecutive number or 1
38239
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6914
    // counting from least significant bit.
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6915
    address tmp = pc();
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6916
    emit_int64(0x0706050403020100);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6917
    emit_int64(0x0F0E0D0C0B0A0908);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6918
    emit_int64(0x1716151413121110);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6919
    emit_int64(0x1F1E1D1C1B1A1918);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6920
    emit_int64(0x2726252423222120);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6921
    emit_int64(0x2F2E2D2C2B2A2928);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6922
    emit_int64(0x3736353433323130);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6923
    emit_int64(0x3F3E3D3C3B3A3938);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6924
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6925
    bind(k_init);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6926
    lea(len, InternalAddress(tmp));
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6927
    // create mask to test for negative byte inside a vector
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6928
    evpbroadcastb(vec1, tmp1, Assembler::AVX_512bit);
51976
390f529f4f22 8211251: Default mask register for avx512 instructions
kvn
parents: 51857
diff changeset
  6929
    evpcmpgtb(k3, vec1, Address(len, 0), Assembler::AVX_512bit);
38239
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6930
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6931
#endif
51976
390f529f4f22 8211251: Default mask register for avx512 instructions
kvn
parents: 51857
diff changeset
  6932
    evpcmpgtb(k2, k3, vec2, Address(ary1, 0), Assembler::AVX_512bit);
390f529f4f22 8211251: Default mask register for avx512 instructions
kvn
parents: 51857
diff changeset
  6933
    ktestq(k2, k3);
38134
7435f311b441 8154896: xml.transform fails intermittently on SKX
mcberg
parents: 38049
diff changeset
  6934
    jcc(Assembler::notZero, TRUE_LABEL);
38239
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6935
38134
7435f311b441 8154896: xml.transform fails intermittently on SKX
mcberg
parents: 38049
diff changeset
  6936
    jmp(FALSE_LABEL);
41065
d1b98cc38f04 8164989: Inflate and compress intrinsics produce incorrect results with avx512
mcberg
parents: 40644
diff changeset
  6937
  } else {
38239
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6938
    movl(result, len); // copy
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6939
58462
c6f1226cfb72 8221092: UseAVX=3 has performance degredation on Skylake (X7) processors
vdeshpande
parents: 58421
diff changeset
  6940
    if (UseAVX >= 2 && UseSSE >= 2) {
38239
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6941
      // With AVX2, use 32-byte vector compare
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6942
      Label COMPARE_WIDE_VECTORS, COMPARE_TAIL;
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6943
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6944
      // Compare 32-byte vectors
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6945
      andl(result, 0x0000001f);  //   tail count (in bytes)
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6946
      andl(len, 0xffffffe0);   // vector count (in bytes)
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6947
      jccb(Assembler::zero, COMPARE_TAIL);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6948
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6949
      lea(ary1, Address(ary1, len, Address::times_1));
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6950
      negptr(len);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6951
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6952
      movl(tmp1, 0x80808080);   // create mask to test for Unicode chars in vector
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6953
      movdl(vec2, tmp1);
51857
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  6954
      vpbroadcastd(vec2, vec2, Assembler::AVX_256bit);
38239
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6955
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6956
      bind(COMPARE_WIDE_VECTORS);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6957
      vmovdqu(vec1, Address(ary1, len, Address::times_1));
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6958
      vptest(vec1, vec2);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6959
      jccb(Assembler::notZero, TRUE_LABEL);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6960
      addptr(len, 32);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6961
      jcc(Assembler::notZero, COMPARE_WIDE_VECTORS);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6962
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6963
      testl(result, result);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6964
      jccb(Assembler::zero, FALSE_LABEL);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6965
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6966
      vmovdqu(vec1, Address(ary1, result, Address::times_1, -32));
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6967
      vptest(vec1, vec2);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6968
      jccb(Assembler::notZero, TRUE_LABEL);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6969
      jmpb(FALSE_LABEL);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6970
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6971
      bind(COMPARE_TAIL); // len is zero
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6972
      movl(len, result);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6973
      // Fallthru to tail compare
41065
d1b98cc38f04 8164989: Inflate and compress intrinsics produce incorrect results with avx512
mcberg
parents: 40644
diff changeset
  6974
    } else if (UseSSE42Intrinsics) {
38239
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6975
      // With SSE4.2, use double quad vector compare
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6976
      Label COMPARE_WIDE_VECTORS, COMPARE_TAIL;
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6977
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6978
      // Compare 16-byte vectors
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6979
      andl(result, 0x0000000f);  //   tail count (in bytes)
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6980
      andl(len, 0xfffffff0);   // vector count (in bytes)
51633
21154cb84d2a 8209594: guarantee(this->is8bit(imm8)) failed: Short forward jump exceeds 8-bit offset
kvn
parents: 51464
diff changeset
  6981
      jcc(Assembler::zero, COMPARE_TAIL);
38239
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6982
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6983
      lea(ary1, Address(ary1, len, Address::times_1));
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6984
      negptr(len);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6985
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6986
      movl(tmp1, 0x80808080);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6987
      movdl(vec2, tmp1);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6988
      pshufd(vec2, vec2, 0);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6989
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6990
      bind(COMPARE_WIDE_VECTORS);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6991
      movdqu(vec1, Address(ary1, len, Address::times_1));
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6992
      ptest(vec1, vec2);
51633
21154cb84d2a 8209594: guarantee(this->is8bit(imm8)) failed: Short forward jump exceeds 8-bit offset
kvn
parents: 51464
diff changeset
  6993
      jcc(Assembler::notZero, TRUE_LABEL);
38239
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6994
      addptr(len, 16);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6995
      jcc(Assembler::notZero, COMPARE_WIDE_VECTORS);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6996
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6997
      testl(result, result);
51633
21154cb84d2a 8209594: guarantee(this->is8bit(imm8)) failed: Short forward jump exceeds 8-bit offset
kvn
parents: 51464
diff changeset
  6998
      jcc(Assembler::zero, FALSE_LABEL);
38239
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  6999
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  7000
      movdqu(vec1, Address(ary1, result, Address::times_1, -16));
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  7001
      ptest(vec1, vec2);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  7002
      jccb(Assembler::notZero, TRUE_LABEL);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  7003
      jmpb(FALSE_LABEL);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  7004
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  7005
      bind(COMPARE_TAIL); // len is zero
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  7006
      movl(len, result);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  7007
      // Fallthru to tail compare
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  7008
    }
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  7009
  }
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7010
  // Compare 4-byte vectors
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7011
  andl(len, 0xfffffffc); // vector count (in bytes)
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7012
  jccb(Assembler::zero, COMPARE_CHAR);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7013
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7014
  lea(ary1, Address(ary1, len, Address::times_1));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7015
  negptr(len);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7016
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7017
  bind(COMPARE_VECTORS);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7018
  movl(tmp1, Address(ary1, len, Address::times_1));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7019
  andl(tmp1, 0x80808080);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7020
  jccb(Assembler::notZero, TRUE_LABEL);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7021
  addptr(len, 4);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7022
  jcc(Assembler::notZero, COMPARE_VECTORS);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7023
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7024
  // Compare trailing char (final 2 bytes), if any
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7025
  bind(COMPARE_CHAR);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7026
  testl(result, 0x2);   // tail  char
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7027
  jccb(Assembler::zero, COMPARE_BYTE);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7028
  load_unsigned_short(tmp1, Address(ary1, 0));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7029
  andl(tmp1, 0x00008080);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7030
  jccb(Assembler::notZero, TRUE_LABEL);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7031
  subptr(result, 2);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7032
  lea(ary1, Address(ary1, 2));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7033
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7034
  bind(COMPARE_BYTE);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7035
  testl(result, 0x1);   // tail  byte
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7036
  jccb(Assembler::zero, FALSE_LABEL);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7037
  load_unsigned_byte(tmp1, Address(ary1, 0));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7038
  andl(tmp1, 0x00000080);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7039
  jccb(Assembler::notEqual, TRUE_LABEL);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7040
  jmpb(FALSE_LABEL);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7041
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7042
  bind(TRUE_LABEL);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7043
  movl(result, 1);   // return true
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7044
  jmpb(DONE);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7045
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7046
  bind(FALSE_LABEL);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7047
  xorl(result, result); // return false
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7048
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7049
  // That's it
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7050
  bind(DONE);
34207
a5f1c458b56e 8143208: compiler/c1/6855215/Test6855215.java supports_sse2() failed
zmajo
parents: 34203
diff changeset
  7051
  if (UseAVX >= 2 && UseSSE >= 2) {
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7052
    // clean upper bits of YMM registers
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7053
    vpxor(vec1, vec1);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7054
    vpxor(vec2, vec2);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7055
  }
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7056
}
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7057
// Compare char[] or byte[] arrays aligned to 4 bytes or substrings.
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7058
void MacroAssembler::arrays_equals(bool is_array_equ, Register ary1, Register ary2,
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7059
                                   Register limit, Register result, Register chr,
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7060
                                   XMMRegister vec1, XMMRegister vec2, bool is_char) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7061
  ShortBranchVerifier sbv(this);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7062
  Label TRUE_LABEL, FALSE_LABEL, DONE, COMPARE_VECTORS, COMPARE_CHAR, COMPARE_BYTE;
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7063
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7064
  int length_offset  = arrayOopDesc::length_offset_in_bytes();
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7065
  int base_offset    = arrayOopDesc::base_offset_in_bytes(is_char ? T_CHAR : T_BYTE);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7066
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7067
  if (is_array_equ) {
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7068
    // Check the input args
47683
f433d49aceb4 8184914: Use MacroAssembler::cmpoop() consistently when comparing heap objects
rkennke
parents: 47580
diff changeset
  7069
    cmpoop(ary1, ary2);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7070
    jcc(Assembler::equal, TRUE_LABEL);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7071
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7072
    // Need additional checks for arrays_equals.
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7073
    testptr(ary1, ary1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7074
    jcc(Assembler::zero, FALSE_LABEL);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7075
    testptr(ary2, ary2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7076
    jcc(Assembler::zero, FALSE_LABEL);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7077
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7078
    // Check the lengths
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7079
    movl(limit, Address(ary1, length_offset));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7080
    cmpl(limit, Address(ary2, length_offset));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7081
    jcc(Assembler::notEqual, FALSE_LABEL);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7082
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7083
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7084
  // count == 0
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7085
  testl(limit, limit);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7086
  jcc(Assembler::zero, TRUE_LABEL);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7087
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7088
  if (is_array_equ) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7089
    // Load array address
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7090
    lea(ary1, Address(ary1, base_offset));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7091
    lea(ary2, Address(ary2, base_offset));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7092
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7093
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7094
  if (is_array_equ && is_char) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7095
    // arrays_equals when used for char[].
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7096
    shll(limit, 1);      // byte count != 0
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7097
  }
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7098
  movl(result, limit); // copy
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7099
15117
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  7100
  if (UseAVX >= 2) {
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  7101
    // With AVX2, use 32-byte vector compare
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  7102
    Label COMPARE_WIDE_VECTORS, COMPARE_TAIL;
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  7103
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  7104
    // Compare 32-byte vectors
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7105
    andl(result, 0x0000001f);  //   tail count (in bytes)
15117
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  7106
    andl(limit, 0xffffffe0);   // vector count (in bytes)
35136
f3788128ff3f 8145717: Use AVX3 instructions for Arrays.equals() intrinsic
kvn
parents: 35135
diff changeset
  7107
    jcc(Assembler::zero, COMPARE_TAIL);
15117
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  7108
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  7109
    lea(ary1, Address(ary1, limit, Address::times_1));
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  7110
    lea(ary2, Address(ary2, limit, Address::times_1));
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  7111
    negptr(limit);
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  7112
35136
f3788128ff3f 8145717: Use AVX3 instructions for Arrays.equals() intrinsic
kvn
parents: 35135
diff changeset
  7113
#ifdef _LP64
58462
c6f1226cfb72 8221092: UseAVX=3 has performance degredation on Skylake (X7) processors
vdeshpande
parents: 58421
diff changeset
  7114
    if ((AVX3Threshold == 0) && VM_Version::supports_avx512vlbw()) { // trying 64 bytes fast loop
35136
f3788128ff3f 8145717: Use AVX3 instructions for Arrays.equals() intrinsic
kvn
parents: 35135
diff changeset
  7115
      Label COMPARE_WIDE_VECTORS_LOOP_AVX2, COMPARE_WIDE_VECTORS_LOOP_AVX3;
f3788128ff3f 8145717: Use AVX3 instructions for Arrays.equals() intrinsic
kvn
parents: 35135
diff changeset
  7116
f3788128ff3f 8145717: Use AVX3 instructions for Arrays.equals() intrinsic
kvn
parents: 35135
diff changeset
  7117
      cmpl(limit, -64);
58462
c6f1226cfb72 8221092: UseAVX=3 has performance degredation on Skylake (X7) processors
vdeshpande
parents: 58421
diff changeset
  7118
      jcc(Assembler::greater, COMPARE_WIDE_VECTORS_LOOP_AVX2);
35136
f3788128ff3f 8145717: Use AVX3 instructions for Arrays.equals() intrinsic
kvn
parents: 35135
diff changeset
  7119
f3788128ff3f 8145717: Use AVX3 instructions for Arrays.equals() intrinsic
kvn
parents: 35135
diff changeset
  7120
      bind(COMPARE_WIDE_VECTORS_LOOP_AVX3); // the hottest loop
f3788128ff3f 8145717: Use AVX3 instructions for Arrays.equals() intrinsic
kvn
parents: 35135
diff changeset
  7121
f3788128ff3f 8145717: Use AVX3 instructions for Arrays.equals() intrinsic
kvn
parents: 35135
diff changeset
  7122
      evmovdquq(vec1, Address(ary1, limit, Address::times_1), Assembler::AVX_512bit);
f3788128ff3f 8145717: Use AVX3 instructions for Arrays.equals() intrinsic
kvn
parents: 35135
diff changeset
  7123
      evpcmpeqb(k7, vec1, Address(ary2, limit, Address::times_1), Assembler::AVX_512bit);
f3788128ff3f 8145717: Use AVX3 instructions for Arrays.equals() intrinsic
kvn
parents: 35135
diff changeset
  7124
      kortestql(k7, k7);
f3788128ff3f 8145717: Use AVX3 instructions for Arrays.equals() intrinsic
kvn
parents: 35135
diff changeset
  7125
      jcc(Assembler::aboveEqual, FALSE_LABEL);     // miscompare
f3788128ff3f 8145717: Use AVX3 instructions for Arrays.equals() intrinsic
kvn
parents: 35135
diff changeset
  7126
      addptr(limit, 64);  // update since we already compared at this addr
f3788128ff3f 8145717: Use AVX3 instructions for Arrays.equals() intrinsic
kvn
parents: 35135
diff changeset
  7127
      cmpl(limit, -64);
f3788128ff3f 8145717: Use AVX3 instructions for Arrays.equals() intrinsic
kvn
parents: 35135
diff changeset
  7128
      jccb(Assembler::lessEqual, COMPARE_WIDE_VECTORS_LOOP_AVX3);
f3788128ff3f 8145717: Use AVX3 instructions for Arrays.equals() intrinsic
kvn
parents: 35135
diff changeset
  7129
f3788128ff3f 8145717: Use AVX3 instructions for Arrays.equals() intrinsic
kvn
parents: 35135
diff changeset
  7130
      // At this point we may still need to compare -limit+result bytes.
f3788128ff3f 8145717: Use AVX3 instructions for Arrays.equals() intrinsic
kvn
parents: 35135
diff changeset
  7131
      // We could execute the next two instruction and just continue via non-wide path:
f3788128ff3f 8145717: Use AVX3 instructions for Arrays.equals() intrinsic
kvn
parents: 35135
diff changeset
  7132
      //  cmpl(limit, 0);
f3788128ff3f 8145717: Use AVX3 instructions for Arrays.equals() intrinsic
kvn
parents: 35135
diff changeset
  7133
      //  jcc(Assembler::equal, COMPARE_TAIL);  // true
f3788128ff3f 8145717: Use AVX3 instructions for Arrays.equals() intrinsic
kvn
parents: 35135
diff changeset
  7134
      // But since we stopped at the points ary{1,2}+limit which are
f3788128ff3f 8145717: Use AVX3 instructions for Arrays.equals() intrinsic
kvn
parents: 35135
diff changeset
  7135
      // not farther than 64 bytes from the ends of arrays ary{1,2}+result
f3788128ff3f 8145717: Use AVX3 instructions for Arrays.equals() intrinsic
kvn
parents: 35135
diff changeset
  7136
      // (|limit| <= 32 and result < 32),
f3788128ff3f 8145717: Use AVX3 instructions for Arrays.equals() intrinsic
kvn
parents: 35135
diff changeset
  7137
      // we may just compare the last 64 bytes.
f3788128ff3f 8145717: Use AVX3 instructions for Arrays.equals() intrinsic
kvn
parents: 35135
diff changeset
  7138
      //
f3788128ff3f 8145717: Use AVX3 instructions for Arrays.equals() intrinsic
kvn
parents: 35135
diff changeset
  7139
      addptr(result, -64);   // it is safe, bc we just came from this area
f3788128ff3f 8145717: Use AVX3 instructions for Arrays.equals() intrinsic
kvn
parents: 35135
diff changeset
  7140
      evmovdquq(vec1, Address(ary1, result, Address::times_1), Assembler::AVX_512bit);
f3788128ff3f 8145717: Use AVX3 instructions for Arrays.equals() intrinsic
kvn
parents: 35135
diff changeset
  7141
      evpcmpeqb(k7, vec1, Address(ary2, result, Address::times_1), Assembler::AVX_512bit);
f3788128ff3f 8145717: Use AVX3 instructions for Arrays.equals() intrinsic
kvn
parents: 35135
diff changeset
  7142
      kortestql(k7, k7);
f3788128ff3f 8145717: Use AVX3 instructions for Arrays.equals() intrinsic
kvn
parents: 35135
diff changeset
  7143
      jcc(Assembler::aboveEqual, FALSE_LABEL);     // miscompare
f3788128ff3f 8145717: Use AVX3 instructions for Arrays.equals() intrinsic
kvn
parents: 35135
diff changeset
  7144
f3788128ff3f 8145717: Use AVX3 instructions for Arrays.equals() intrinsic
kvn
parents: 35135
diff changeset
  7145
      jmp(TRUE_LABEL);
f3788128ff3f 8145717: Use AVX3 instructions for Arrays.equals() intrinsic
kvn
parents: 35135
diff changeset
  7146
f3788128ff3f 8145717: Use AVX3 instructions for Arrays.equals() intrinsic
kvn
parents: 35135
diff changeset
  7147
      bind(COMPARE_WIDE_VECTORS_LOOP_AVX2);
f3788128ff3f 8145717: Use AVX3 instructions for Arrays.equals() intrinsic
kvn
parents: 35135
diff changeset
  7148
f3788128ff3f 8145717: Use AVX3 instructions for Arrays.equals() intrinsic
kvn
parents: 35135
diff changeset
  7149
    }//if (VM_Version::supports_avx512vlbw())
f3788128ff3f 8145717: Use AVX3 instructions for Arrays.equals() intrinsic
kvn
parents: 35135
diff changeset
  7150
#endif //_LP64
58462
c6f1226cfb72 8221092: UseAVX=3 has performance degredation on Skylake (X7) processors
vdeshpande
parents: 58421
diff changeset
  7151
    bind(COMPARE_WIDE_VECTORS);
15117
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  7152
    vmovdqu(vec1, Address(ary1, limit, Address::times_1));
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  7153
    vmovdqu(vec2, Address(ary2, limit, Address::times_1));
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  7154
    vpxor(vec1, vec2);
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  7155
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  7156
    vptest(vec1, vec1);
38134
7435f311b441 8154896: xml.transform fails intermittently on SKX
mcberg
parents: 38049
diff changeset
  7157
    jcc(Assembler::notZero, FALSE_LABEL);
15117
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  7158
    addptr(limit, 32);
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  7159
    jcc(Assembler::notZero, COMPARE_WIDE_VECTORS);
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  7160
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  7161
    testl(result, result);
38134
7435f311b441 8154896: xml.transform fails intermittently on SKX
mcberg
parents: 38049
diff changeset
  7162
    jcc(Assembler::zero, TRUE_LABEL);
15117
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  7163
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  7164
    vmovdqu(vec1, Address(ary1, result, Address::times_1, -32));
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  7165
    vmovdqu(vec2, Address(ary2, result, Address::times_1, -32));
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  7166
    vpxor(vec1, vec2);
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  7167
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  7168
    vptest(vec1, vec1);
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  7169
    jccb(Assembler::notZero, FALSE_LABEL);
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  7170
    jmpb(TRUE_LABEL);
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  7171
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  7172
    bind(COMPARE_TAIL); // limit is zero
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  7173
    movl(limit, result);
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  7174
    // Fallthru to tail compare
625397df6f4f 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn
parents: 15116
diff changeset
  7175
  } else if (UseSSE42Intrinsics) {
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7176
    // With SSE4.2, use double quad vector compare
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7177
    Label COMPARE_WIDE_VECTORS, COMPARE_TAIL;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7178
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7179
    // Compare 16-byte vectors
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7180
    andl(result, 0x0000000f);  //   tail count (in bytes)
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7181
    andl(limit, 0xfffffff0);   // vector count (in bytes)
38134
7435f311b441 8154896: xml.transform fails intermittently on SKX
mcberg
parents: 38049
diff changeset
  7182
    jcc(Assembler::zero, COMPARE_TAIL);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7183
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7184
    lea(ary1, Address(ary1, limit, Address::times_1));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7185
    lea(ary2, Address(ary2, limit, Address::times_1));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7186
    negptr(limit);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7187
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7188
    bind(COMPARE_WIDE_VECTORS);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7189
    movdqu(vec1, Address(ary1, limit, Address::times_1));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7190
    movdqu(vec2, Address(ary2, limit, Address::times_1));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7191
    pxor(vec1, vec2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7192
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7193
    ptest(vec1, vec1);
38134
7435f311b441 8154896: xml.transform fails intermittently on SKX
mcberg
parents: 38049
diff changeset
  7194
    jcc(Assembler::notZero, FALSE_LABEL);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7195
    addptr(limit, 16);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7196
    jcc(Assembler::notZero, COMPARE_WIDE_VECTORS);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7197
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7198
    testl(result, result);
38134
7435f311b441 8154896: xml.transform fails intermittently on SKX
mcberg
parents: 38049
diff changeset
  7199
    jcc(Assembler::zero, TRUE_LABEL);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7200
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7201
    movdqu(vec1, Address(ary1, result, Address::times_1, -16));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7202
    movdqu(vec2, Address(ary2, result, Address::times_1, -16));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7203
    pxor(vec1, vec2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7204
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7205
    ptest(vec1, vec1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7206
    jccb(Assembler::notZero, FALSE_LABEL);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7207
    jmpb(TRUE_LABEL);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7208
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7209
    bind(COMPARE_TAIL); // limit is zero
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7210
    movl(limit, result);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7211
    // Fallthru to tail compare
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7212
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7213
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7214
  // Compare 4-byte vectors
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7215
  andl(limit, 0xfffffffc); // vector count (in bytes)
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7216
  jccb(Assembler::zero, COMPARE_CHAR);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7217
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7218
  lea(ary1, Address(ary1, limit, Address::times_1));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7219
  lea(ary2, Address(ary2, limit, Address::times_1));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7220
  negptr(limit);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7221
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7222
  bind(COMPARE_VECTORS);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7223
  movl(chr, Address(ary1, limit, Address::times_1));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7224
  cmpl(chr, Address(ary2, limit, Address::times_1));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7225
  jccb(Assembler::notEqual, FALSE_LABEL);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7226
  addptr(limit, 4);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7227
  jcc(Assembler::notZero, COMPARE_VECTORS);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7228
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7229
  // Compare trailing char (final 2 bytes), if any
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7230
  bind(COMPARE_CHAR);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7231
  testl(result, 0x2);   // tail  char
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7232
  jccb(Assembler::zero, COMPARE_BYTE);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7233
  load_unsigned_short(chr, Address(ary1, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7234
  load_unsigned_short(limit, Address(ary2, 0));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7235
  cmpl(chr, limit);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7236
  jccb(Assembler::notEqual, FALSE_LABEL);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7237
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7238
  if (is_array_equ && is_char) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7239
    bind(COMPARE_BYTE);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7240
  } else {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7241
    lea(ary1, Address(ary1, 2));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7242
    lea(ary2, Address(ary2, 2));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7243
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7244
    bind(COMPARE_BYTE);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7245
    testl(result, 0x1);   // tail  byte
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7246
    jccb(Assembler::zero, TRUE_LABEL);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7247
    load_unsigned_byte(chr, Address(ary1, 0));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7248
    load_unsigned_byte(limit, Address(ary2, 0));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7249
    cmpl(chr, limit);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7250
    jccb(Assembler::notEqual, FALSE_LABEL);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7251
  }
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7252
  bind(TRUE_LABEL);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7253
  movl(result, 1);   // return true
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7254
  jmpb(DONE);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7255
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7256
  bind(FALSE_LABEL);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7257
  xorl(result, result); // return false
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7258
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7259
  // That's it
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7260
  bind(DONE);
16624
9dbd4b210bf9 8011102: Clear AVX registers after return from JNI call
kvn
parents: 16368
diff changeset
  7261
  if (UseAVX >= 2) {
9dbd4b210bf9 8011102: Clear AVX registers after return from JNI call
kvn
parents: 16368
diff changeset
  7262
    // clean upper bits of YMM registers
30299
1f6f7d1e0c1e 8078113: 8011102 changes may cause incorrect results
kvn
parents: 29325
diff changeset
  7263
    vpxor(vec1, vec1);
1f6f7d1e0c1e 8078113: 8011102 changes may cause incorrect results
kvn
parents: 29325
diff changeset
  7264
    vpxor(vec2, vec2);
16624
9dbd4b210bf9 8011102: Clear AVX registers after return from JNI call
kvn
parents: 16368
diff changeset
  7265
  }
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7266
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7267
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7268
#endif
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  7269
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7270
void MacroAssembler::generate_fill(BasicType t, bool aligned,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7271
                                   Register to, Register value, Register count,
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7272
                                   Register rtmp, XMMRegister xtmp) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7273
  ShortBranchVerifier sbv(this);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7274
  assert_different_registers(to, value, count, rtmp);
51756
4bd35a5ec694 8210676: Remove some unused Label variables
mikael
parents: 51663
diff changeset
  7275
  Label L_exit;
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7276
  Label L_fill_2_bytes, L_fill_4_bytes;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7277
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7278
  int shift = -1;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7279
  switch (t) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7280
    case T_BYTE:
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7281
      shift = 2;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7282
      break;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7283
    case T_SHORT:
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7284
      shift = 1;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7285
      break;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7286
    case T_INT:
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7287
      shift = 0;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7288
      break;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7289
    default: ShouldNotReachHere();
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7290
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7291
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7292
  if (t == T_BYTE) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7293
    andl(value, 0xff);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7294
    movl(rtmp, value);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7295
    shll(rtmp, 8);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7296
    orl(value, rtmp);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7297
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7298
  if (t == T_SHORT) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7299
    andl(value, 0xffff);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7300
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7301
  if (t == T_BYTE || t == T_SHORT) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7302
    movl(rtmp, value);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7303
    shll(rtmp, 16);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7304
    orl(value, rtmp);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7305
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7306
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7307
  cmpl(count, 2<<shift); // Short arrays (< 8 bytes) fill by element
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7308
  jcc(Assembler::below, L_fill_4_bytes); // use unsigned cmp
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7309
  if (!UseUnalignedLoadStores && !aligned && (t == T_BYTE || t == T_SHORT)) {
51756
4bd35a5ec694 8210676: Remove some unused Label variables
mikael
parents: 51663
diff changeset
  7310
    Label L_skip_align2;
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7311
    // align source address at 4 bytes address boundary
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7312
    if (t == T_BYTE) {
51756
4bd35a5ec694 8210676: Remove some unused Label variables
mikael
parents: 51663
diff changeset
  7313
      Label L_skip_align1;
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7314
      // One byte misalignment happens only for byte arrays
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7315
      testptr(to, 1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7316
      jccb(Assembler::zero, L_skip_align1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7317
      movb(Address(to, 0), value);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7318
      increment(to);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7319
      decrement(count);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7320
      BIND(L_skip_align1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7321
    }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7322
    // Two bytes misalignment happens only for byte and short (char) arrays
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7323
    testptr(to, 2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7324
    jccb(Assembler::zero, L_skip_align2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7325
    movw(Address(to, 0), value);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7326
    addptr(to, 2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7327
    subl(count, 1<<(shift-1));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7328
    BIND(L_skip_align2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7329
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7330
  if (UseSSE < 2) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7331
    Label L_fill_32_bytes_loop, L_check_fill_8_bytes, L_fill_8_bytes_loop, L_fill_8_bytes;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7332
    // Fill 32-byte chunks
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7333
    subl(count, 8 << shift);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7334
    jcc(Assembler::less, L_check_fill_8_bytes);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7335
    align(16);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7336
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7337
    BIND(L_fill_32_bytes_loop);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7338
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7339
    for (int i = 0; i < 32; i += 4) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7340
      movl(Address(to, i), value);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7341
    }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7342
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7343
    addptr(to, 32);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7344
    subl(count, 8 << shift);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7345
    jcc(Assembler::greaterEqual, L_fill_32_bytes_loop);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7346
    BIND(L_check_fill_8_bytes);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7347
    addl(count, 8 << shift);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7348
    jccb(Assembler::zero, L_exit);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7349
    jmpb(L_fill_8_bytes);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7350
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7351
    //
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7352
    // length is too short, just fill qwords
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7353
    //
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7354
    BIND(L_fill_8_bytes_loop);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7355
    movl(Address(to, 0), value);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7356
    movl(Address(to, 4), value);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7357
    addptr(to, 8);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7358
    BIND(L_fill_8_bytes);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7359
    subl(count, 1 << (shift + 1));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7360
    jcc(Assembler::greaterEqual, L_fill_8_bytes_loop);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7361
    // fall through to fill 4 bytes
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7362
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7363
    Label L_fill_32_bytes;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7364
    if (!UseUnalignedLoadStores) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7365
      // align to 8 bytes, we know we are 4 byte aligned to start
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7366
      testptr(to, 4);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7367
      jccb(Assembler::zero, L_fill_32_bytes);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7368
      movl(Address(to, 0), value);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7369
      addptr(to, 4);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7370
      subl(count, 1<<shift);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7371
    }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7372
    BIND(L_fill_32_bytes);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7373
    {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7374
      assert( UseSSE >= 2, "supported cpu only" );
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7375
      Label L_fill_32_bytes_loop, L_check_fill_8_bytes, L_fill_8_bytes_loop, L_fill_8_bytes;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7376
      movdl(xtmp, value);
58462
c6f1226cfb72 8221092: UseAVX=3 has performance degredation on Skylake (X7) processors
vdeshpande
parents: 58421
diff changeset
  7377
      if (UseAVX >= 2 && UseUnalignedLoadStores) {
c6f1226cfb72 8221092: UseAVX=3 has performance degredation on Skylake (X7) processors
vdeshpande
parents: 58421
diff changeset
  7378
        Label L_check_fill_32_bytes;
c6f1226cfb72 8221092: UseAVX=3 has performance degredation on Skylake (X7) processors
vdeshpande
parents: 58421
diff changeset
  7379
        if (UseAVX > 2) {
c6f1226cfb72 8221092: UseAVX=3 has performance degredation on Skylake (X7) processors
vdeshpande
parents: 58421
diff changeset
  7380
          // Fill 64-byte chunks
c6f1226cfb72 8221092: UseAVX=3 has performance degredation on Skylake (X7) processors
vdeshpande
parents: 58421
diff changeset
  7381
          Label L_fill_64_bytes_loop_avx3, L_check_fill_64_bytes_avx2;
c6f1226cfb72 8221092: UseAVX=3 has performance degredation on Skylake (X7) processors
vdeshpande
parents: 58421
diff changeset
  7382
c6f1226cfb72 8221092: UseAVX=3 has performance degredation on Skylake (X7) processors
vdeshpande
parents: 58421
diff changeset
  7383
          // If number of bytes to fill < AVX3Threshold, perform fill using AVX2
c6f1226cfb72 8221092: UseAVX=3 has performance degredation on Skylake (X7) processors
vdeshpande
parents: 58421
diff changeset
  7384
          cmpl(count, AVX3Threshold);
c6f1226cfb72 8221092: UseAVX=3 has performance degredation on Skylake (X7) processors
vdeshpande
parents: 58421
diff changeset
  7385
          jccb(Assembler::below, L_check_fill_64_bytes_avx2);
c6f1226cfb72 8221092: UseAVX=3 has performance degredation on Skylake (X7) processors
vdeshpande
parents: 58421
diff changeset
  7386
c6f1226cfb72 8221092: UseAVX=3 has performance degredation on Skylake (X7) processors
vdeshpande
parents: 58421
diff changeset
  7387
          vpbroadcastd(xtmp, xtmp, Assembler::AVX_512bit);
c6f1226cfb72 8221092: UseAVX=3 has performance degredation on Skylake (X7) processors
vdeshpande
parents: 58421
diff changeset
  7388
c6f1226cfb72 8221092: UseAVX=3 has performance degredation on Skylake (X7) processors
vdeshpande
parents: 58421
diff changeset
  7389
          subl(count, 16 << shift);
c6f1226cfb72 8221092: UseAVX=3 has performance degredation on Skylake (X7) processors
vdeshpande
parents: 58421
diff changeset
  7390
          jccb(Assembler::less, L_check_fill_32_bytes);
c6f1226cfb72 8221092: UseAVX=3 has performance degredation on Skylake (X7) processors
vdeshpande
parents: 58421
diff changeset
  7391
          align(16);
c6f1226cfb72 8221092: UseAVX=3 has performance degredation on Skylake (X7) processors
vdeshpande
parents: 58421
diff changeset
  7392
c6f1226cfb72 8221092: UseAVX=3 has performance degredation on Skylake (X7) processors
vdeshpande
parents: 58421
diff changeset
  7393
          BIND(L_fill_64_bytes_loop_avx3);
c6f1226cfb72 8221092: UseAVX=3 has performance degredation on Skylake (X7) processors
vdeshpande
parents: 58421
diff changeset
  7394
          evmovdqul(Address(to, 0), xtmp, Assembler::AVX_512bit);
c6f1226cfb72 8221092: UseAVX=3 has performance degredation on Skylake (X7) processors
vdeshpande
parents: 58421
diff changeset
  7395
          addptr(to, 64);
c6f1226cfb72 8221092: UseAVX=3 has performance degredation on Skylake (X7) processors
vdeshpande
parents: 58421
diff changeset
  7396
          subl(count, 16 << shift);
c6f1226cfb72 8221092: UseAVX=3 has performance degredation on Skylake (X7) processors
vdeshpande
parents: 58421
diff changeset
  7397
          jcc(Assembler::greaterEqual, L_fill_64_bytes_loop_avx3);
c6f1226cfb72 8221092: UseAVX=3 has performance degredation on Skylake (X7) processors
vdeshpande
parents: 58421
diff changeset
  7398
          jmpb(L_check_fill_32_bytes);
c6f1226cfb72 8221092: UseAVX=3 has performance degredation on Skylake (X7) processors
vdeshpande
parents: 58421
diff changeset
  7399
c6f1226cfb72 8221092: UseAVX=3 has performance degredation on Skylake (X7) processors
vdeshpande
parents: 58421
diff changeset
  7400
          BIND(L_check_fill_64_bytes_avx2);
c6f1226cfb72 8221092: UseAVX=3 has performance degredation on Skylake (X7) processors
vdeshpande
parents: 58421
diff changeset
  7401
        }
30624
2e1803c8a26d 8076276: Add support for AVX512
kvn
parents: 30310
diff changeset
  7402
        // Fill 64-byte chunks
58462
c6f1226cfb72 8221092: UseAVX=3 has performance degredation on Skylake (X7) processors
vdeshpande
parents: 58421
diff changeset
  7403
        Label L_fill_64_bytes_loop;
51857
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  7404
        vpbroadcastd(xtmp, xtmp, Assembler::AVX_256bit);
15115
f8ef87f6f07f 8005544: Use 256bit YMM registers in arraycopy stubs on x86
kvn
parents: 15114
diff changeset
  7405
f8ef87f6f07f 8005544: Use 256bit YMM registers in arraycopy stubs on x86
kvn
parents: 15114
diff changeset
  7406
        subl(count, 16 << shift);
f8ef87f6f07f 8005544: Use 256bit YMM registers in arraycopy stubs on x86
kvn
parents: 15114
diff changeset
  7407
        jcc(Assembler::less, L_check_fill_32_bytes);
f8ef87f6f07f 8005544: Use 256bit YMM registers in arraycopy stubs on x86
kvn
parents: 15114
diff changeset
  7408
        align(16);
f8ef87f6f07f 8005544: Use 256bit YMM registers in arraycopy stubs on x86
kvn
parents: 15114
diff changeset
  7409
f8ef87f6f07f 8005544: Use 256bit YMM registers in arraycopy stubs on x86
kvn
parents: 15114
diff changeset
  7410
        BIND(L_fill_64_bytes_loop);
f8ef87f6f07f 8005544: Use 256bit YMM registers in arraycopy stubs on x86
kvn
parents: 15114
diff changeset
  7411
        vmovdqu(Address(to, 0), xtmp);
f8ef87f6f07f 8005544: Use 256bit YMM registers in arraycopy stubs on x86
kvn
parents: 15114
diff changeset
  7412
        vmovdqu(Address(to, 32), xtmp);
f8ef87f6f07f 8005544: Use 256bit YMM registers in arraycopy stubs on x86
kvn
parents: 15114
diff changeset
  7413
        addptr(to, 64);
f8ef87f6f07f 8005544: Use 256bit YMM registers in arraycopy stubs on x86
kvn
parents: 15114
diff changeset
  7414
        subl(count, 16 << shift);
f8ef87f6f07f 8005544: Use 256bit YMM registers in arraycopy stubs on x86
kvn
parents: 15114
diff changeset
  7415
        jcc(Assembler::greaterEqual, L_fill_64_bytes_loop);
f8ef87f6f07f 8005544: Use 256bit YMM registers in arraycopy stubs on x86
kvn
parents: 15114
diff changeset
  7416
f8ef87f6f07f 8005544: Use 256bit YMM registers in arraycopy stubs on x86
kvn
parents: 15114
diff changeset
  7417
        BIND(L_check_fill_32_bytes);
f8ef87f6f07f 8005544: Use 256bit YMM registers in arraycopy stubs on x86
kvn
parents: 15114
diff changeset
  7418
        addl(count, 8 << shift);
f8ef87f6f07f 8005544: Use 256bit YMM registers in arraycopy stubs on x86
kvn
parents: 15114
diff changeset
  7419
        jccb(Assembler::less, L_check_fill_8_bytes);
f8ef87f6f07f 8005544: Use 256bit YMM registers in arraycopy stubs on x86
kvn
parents: 15114
diff changeset
  7420
        vmovdqu(Address(to, 0), xtmp);
f8ef87f6f07f 8005544: Use 256bit YMM registers in arraycopy stubs on x86
kvn
parents: 15114
diff changeset
  7421
        addptr(to, 32);
f8ef87f6f07f 8005544: Use 256bit YMM registers in arraycopy stubs on x86
kvn
parents: 15114
diff changeset
  7422
        subl(count, 8 << shift);
16624
9dbd4b210bf9 8011102: Clear AVX registers after return from JNI call
kvn
parents: 16368
diff changeset
  7423
9dbd4b210bf9 8011102: Clear AVX registers after return from JNI call
kvn
parents: 16368
diff changeset
  7424
        BIND(L_check_fill_8_bytes);
9dbd4b210bf9 8011102: Clear AVX registers after return from JNI call
kvn
parents: 16368
diff changeset
  7425
        // clean upper bits of YMM registers
30299
1f6f7d1e0c1e 8078113: 8011102 changes may cause incorrect results
kvn
parents: 29325
diff changeset
  7426
        movdl(xtmp, value);
1f6f7d1e0c1e 8078113: 8011102 changes may cause incorrect results
kvn
parents: 29325
diff changeset
  7427
        pshufd(xtmp, xtmp, 0);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7428
      } else {
15115
f8ef87f6f07f 8005544: Use 256bit YMM registers in arraycopy stubs on x86
kvn
parents: 15114
diff changeset
  7429
        // Fill 32-byte chunks
f8ef87f6f07f 8005544: Use 256bit YMM registers in arraycopy stubs on x86
kvn
parents: 15114
diff changeset
  7430
        pshufd(xtmp, xtmp, 0);
f8ef87f6f07f 8005544: Use 256bit YMM registers in arraycopy stubs on x86
kvn
parents: 15114
diff changeset
  7431
f8ef87f6f07f 8005544: Use 256bit YMM registers in arraycopy stubs on x86
kvn
parents: 15114
diff changeset
  7432
        subl(count, 8 << shift);
f8ef87f6f07f 8005544: Use 256bit YMM registers in arraycopy stubs on x86
kvn
parents: 15114
diff changeset
  7433
        jcc(Assembler::less, L_check_fill_8_bytes);
f8ef87f6f07f 8005544: Use 256bit YMM registers in arraycopy stubs on x86
kvn
parents: 15114
diff changeset
  7434
        align(16);
f8ef87f6f07f 8005544: Use 256bit YMM registers in arraycopy stubs on x86
kvn
parents: 15114
diff changeset
  7435
f8ef87f6f07f 8005544: Use 256bit YMM registers in arraycopy stubs on x86
kvn
parents: 15114
diff changeset
  7436
        BIND(L_fill_32_bytes_loop);
f8ef87f6f07f 8005544: Use 256bit YMM registers in arraycopy stubs on x86
kvn
parents: 15114
diff changeset
  7437
f8ef87f6f07f 8005544: Use 256bit YMM registers in arraycopy stubs on x86
kvn
parents: 15114
diff changeset
  7438
        if (UseUnalignedLoadStores) {
f8ef87f6f07f 8005544: Use 256bit YMM registers in arraycopy stubs on x86
kvn
parents: 15114
diff changeset
  7439
          movdqu(Address(to, 0), xtmp);
f8ef87f6f07f 8005544: Use 256bit YMM registers in arraycopy stubs on x86
kvn
parents: 15114
diff changeset
  7440
          movdqu(Address(to, 16), xtmp);
f8ef87f6f07f 8005544: Use 256bit YMM registers in arraycopy stubs on x86
kvn
parents: 15114
diff changeset
  7441
        } else {
f8ef87f6f07f 8005544: Use 256bit YMM registers in arraycopy stubs on x86
kvn
parents: 15114
diff changeset
  7442
          movq(Address(to, 0), xtmp);
f8ef87f6f07f 8005544: Use 256bit YMM registers in arraycopy stubs on x86
kvn
parents: 15114
diff changeset
  7443
          movq(Address(to, 8), xtmp);
f8ef87f6f07f 8005544: Use 256bit YMM registers in arraycopy stubs on x86
kvn
parents: 15114
diff changeset
  7444
          movq(Address(to, 16), xtmp);
f8ef87f6f07f 8005544: Use 256bit YMM registers in arraycopy stubs on x86
kvn
parents: 15114
diff changeset
  7445
          movq(Address(to, 24), xtmp);
f8ef87f6f07f 8005544: Use 256bit YMM registers in arraycopy stubs on x86
kvn
parents: 15114
diff changeset
  7446
        }
f8ef87f6f07f 8005544: Use 256bit YMM registers in arraycopy stubs on x86
kvn
parents: 15114
diff changeset
  7447
f8ef87f6f07f 8005544: Use 256bit YMM registers in arraycopy stubs on x86
kvn
parents: 15114
diff changeset
  7448
        addptr(to, 32);
f8ef87f6f07f 8005544: Use 256bit YMM registers in arraycopy stubs on x86
kvn
parents: 15114
diff changeset
  7449
        subl(count, 8 << shift);
f8ef87f6f07f 8005544: Use 256bit YMM registers in arraycopy stubs on x86
kvn
parents: 15114
diff changeset
  7450
        jcc(Assembler::greaterEqual, L_fill_32_bytes_loop);
16624
9dbd4b210bf9 8011102: Clear AVX registers after return from JNI call
kvn
parents: 16368
diff changeset
  7451
9dbd4b210bf9 8011102: Clear AVX registers after return from JNI call
kvn
parents: 16368
diff changeset
  7452
        BIND(L_check_fill_8_bytes);
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7453
      }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7454
      addl(count, 8 << shift);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7455
      jccb(Assembler::zero, L_exit);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7456
      jmpb(L_fill_8_bytes);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7457
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7458
      //
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7459
      // length is too short, just fill qwords
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7460
      //
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7461
      BIND(L_fill_8_bytes_loop);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7462
      movq(Address(to, 0), xtmp);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7463
      addptr(to, 8);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7464
      BIND(L_fill_8_bytes);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7465
      subl(count, 1 << (shift + 1));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7466
      jcc(Assembler::greaterEqual, L_fill_8_bytes_loop);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7467
    }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7468
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7469
  // fill trailing 4 bytes
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7470
  BIND(L_fill_4_bytes);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7471
  testl(count, 1<<shift);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7472
  jccb(Assembler::zero, L_fill_2_bytes);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7473
  movl(Address(to, 0), value);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7474
  if (t == T_BYTE || t == T_SHORT) {
51756
4bd35a5ec694 8210676: Remove some unused Label variables
mikael
parents: 51663
diff changeset
  7475
    Label L_fill_byte;
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7476
    addptr(to, 4);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7477
    BIND(L_fill_2_bytes);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7478
    // fill trailing 2 bytes
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7479
    testl(count, 1<<(shift-1));
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7480
    jccb(Assembler::zero, L_fill_byte);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7481
    movw(Address(to, 0), value);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7482
    if (t == T_BYTE) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7483
      addptr(to, 2);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7484
      BIND(L_fill_byte);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7485
      // fill trailing byte
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7486
      testl(count, 1);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7487
      jccb(Assembler::zero, L_exit);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7488
      movb(Address(to, 0), value);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7489
    } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7490
      BIND(L_fill_byte);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7491
    }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7492
  } else {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7493
    BIND(L_fill_2_bytes);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7494
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7495
  BIND(L_exit);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  7496
}
15242
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7497
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7498
// encode char[] to byte[] in ISO_8859_1
38239
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  7499
   //@HotSpotIntrinsicCandidate
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  7500
   //private static int implEncodeISOArray(byte[] sa, int sp,
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  7501
   //byte[] da, int dp, int len) {
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  7502
   //  int i = 0;
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  7503
   //  for (; i < len; i++) {
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  7504
   //    char c = StringUTF16.getChar(sa, sp++);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  7505
   //    if (c > '\u00FF')
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  7506
   //      break;
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  7507
   //    da[dp++] = (byte)c;
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  7508
   //  }
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  7509
   //  return i;
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  7510
   //}
15242
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7511
void MacroAssembler::encode_iso_array(Register src, Register dst, Register len,
38239
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  7512
  XMMRegister tmp1Reg, XMMRegister tmp2Reg,
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  7513
  XMMRegister tmp3Reg, XMMRegister tmp4Reg,
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  7514
  Register tmp5, Register result) {
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  7515
15242
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7516
  // rsi: src
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7517
  // rdi: dst
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7518
  // rdx: len
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7519
  // rcx: tmp5
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7520
  // rax: result
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7521
  ShortBranchVerifier sbv(this);
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7522
  assert_different_registers(src, dst, len, tmp5, result);
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7523
  Label L_done, L_copy_1_char, L_copy_1_char_exit;
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7524
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7525
  // set result
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7526
  xorl(result, result);
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7527
  // check for zero length
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7528
  testl(len, len);
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7529
  jcc(Assembler::zero, L_done);
38239
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  7530
15242
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7531
  movl(result, len);
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7532
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7533
  // Setup pointers
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7534
  lea(src, Address(src, len, Address::times_2)); // char[]
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7535
  lea(dst, Address(dst, len, Address::times_1)); // byte[]
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7536
  negptr(len);
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7537
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7538
  if (UseSSE42Intrinsics || UseAVX >= 2) {
51756
4bd35a5ec694 8210676: Remove some unused Label variables
mikael
parents: 51663
diff changeset
  7539
    Label L_copy_8_chars, L_copy_8_chars_exit;
15242
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7540
    Label L_chars_16_check, L_copy_16_chars, L_copy_16_chars_exit;
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7541
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7542
    if (UseAVX >= 2) {
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7543
      Label L_chars_32_check, L_copy_32_chars, L_copy_32_chars_exit;
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7544
      movl(tmp5, 0xff00ff00);   // create mask to test for Unicode chars in vector
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7545
      movdl(tmp1Reg, tmp5);
51857
9978fea8a371 8210764: Update avx512 implementation
kvn
parents: 51756
diff changeset
  7546
      vpbroadcastd(tmp1Reg, tmp1Reg, Assembler::AVX_256bit);
38134
7435f311b441 8154896: xml.transform fails intermittently on SKX
mcberg
parents: 38049
diff changeset
  7547
      jmp(L_chars_32_check);
15242
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7548
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7549
      bind(L_copy_32_chars);
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7550
      vmovdqu(tmp3Reg, Address(src, len, Address::times_2, -64));
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7551
      vmovdqu(tmp4Reg, Address(src, len, Address::times_2, -32));
30624
2e1803c8a26d 8076276: Add support for AVX512
kvn
parents: 30310
diff changeset
  7552
      vpor(tmp2Reg, tmp3Reg, tmp4Reg, /* vector_len */ 1);
15242
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7553
      vptest(tmp2Reg, tmp1Reg);       // check for Unicode chars in  vector
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7554
      jccb(Assembler::notZero, L_copy_32_chars_exit);
30624
2e1803c8a26d 8076276: Add support for AVX512
kvn
parents: 30310
diff changeset
  7555
      vpackuswb(tmp3Reg, tmp3Reg, tmp4Reg, /* vector_len */ 1);
2e1803c8a26d 8076276: Add support for AVX512
kvn
parents: 30310
diff changeset
  7556
      vpermq(tmp4Reg, tmp3Reg, 0xD8, /* vector_len */ 1);
15242
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7557
      vmovdqu(Address(dst, len, Address::times_1, -32), tmp4Reg);
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7558
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7559
      bind(L_chars_32_check);
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7560
      addptr(len, 32);
38134
7435f311b441 8154896: xml.transform fails intermittently on SKX
mcberg
parents: 38049
diff changeset
  7561
      jcc(Assembler::lessEqual, L_copy_32_chars);
15242
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7562
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7563
      bind(L_copy_32_chars_exit);
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7564
      subptr(len, 16);
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7565
      jccb(Assembler::greater, L_copy_16_chars_exit);
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7566
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7567
    } else if (UseSSE42Intrinsics) {
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7568
      movl(tmp5, 0xff00ff00);   // create mask to test for Unicode chars in vector
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7569
      movdl(tmp1Reg, tmp5);
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7570
      pshufd(tmp1Reg, tmp1Reg, 0);
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7571
      jmpb(L_chars_16_check);
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7572
    }
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7573
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7574
    bind(L_copy_16_chars);
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7575
    if (UseAVX >= 2) {
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7576
      vmovdqu(tmp2Reg, Address(src, len, Address::times_2, -32));
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7577
      vptest(tmp2Reg, tmp1Reg);
38134
7435f311b441 8154896: xml.transform fails intermittently on SKX
mcberg
parents: 38049
diff changeset
  7578
      jcc(Assembler::notZero, L_copy_16_chars_exit);
30624
2e1803c8a26d 8076276: Add support for AVX512
kvn
parents: 30310
diff changeset
  7579
      vpackuswb(tmp2Reg, tmp2Reg, tmp1Reg, /* vector_len */ 1);
2e1803c8a26d 8076276: Add support for AVX512
kvn
parents: 30310
diff changeset
  7580
      vpermq(tmp3Reg, tmp2Reg, 0xD8, /* vector_len */ 1);
15242
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7581
    } else {
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7582
      if (UseAVX > 0) {
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7583
        movdqu(tmp3Reg, Address(src, len, Address::times_2, -32));
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7584
        movdqu(tmp4Reg, Address(src, len, Address::times_2, -16));
30624
2e1803c8a26d 8076276: Add support for AVX512
kvn
parents: 30310
diff changeset
  7585
        vpor(tmp2Reg, tmp3Reg, tmp4Reg, /* vector_len */ 0);
15242
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7586
      } else {
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7587
        movdqu(tmp3Reg, Address(src, len, Address::times_2, -32));
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7588
        por(tmp2Reg, tmp3Reg);
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7589
        movdqu(tmp4Reg, Address(src, len, Address::times_2, -16));
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7590
        por(tmp2Reg, tmp4Reg);
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7591
      }
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7592
      ptest(tmp2Reg, tmp1Reg);       // check for Unicode chars in  vector
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7593
      jccb(Assembler::notZero, L_copy_16_chars_exit);
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7594
      packuswb(tmp3Reg, tmp4Reg);
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7595
    }
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7596
    movdqu(Address(dst, len, Address::times_1, -16), tmp3Reg);
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7597
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7598
    bind(L_chars_16_check);
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7599
    addptr(len, 16);
38134
7435f311b441 8154896: xml.transform fails intermittently on SKX
mcberg
parents: 38049
diff changeset
  7600
    jcc(Assembler::lessEqual, L_copy_16_chars);
15242
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7601
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7602
    bind(L_copy_16_chars_exit);
16624
9dbd4b210bf9 8011102: Clear AVX registers after return from JNI call
kvn
parents: 16368
diff changeset
  7603
    if (UseAVX >= 2) {
9dbd4b210bf9 8011102: Clear AVX registers after return from JNI call
kvn
parents: 16368
diff changeset
  7604
      // clean upper bits of YMM registers
30299
1f6f7d1e0c1e 8078113: 8011102 changes may cause incorrect results
kvn
parents: 29325
diff changeset
  7605
      vpxor(tmp2Reg, tmp2Reg);
1f6f7d1e0c1e 8078113: 8011102 changes may cause incorrect results
kvn
parents: 29325
diff changeset
  7606
      vpxor(tmp3Reg, tmp3Reg);
1f6f7d1e0c1e 8078113: 8011102 changes may cause incorrect results
kvn
parents: 29325
diff changeset
  7607
      vpxor(tmp4Reg, tmp4Reg);
1f6f7d1e0c1e 8078113: 8011102 changes may cause incorrect results
kvn
parents: 29325
diff changeset
  7608
      movdl(tmp1Reg, tmp5);
1f6f7d1e0c1e 8078113: 8011102 changes may cause incorrect results
kvn
parents: 29325
diff changeset
  7609
      pshufd(tmp1Reg, tmp1Reg, 0);
16624
9dbd4b210bf9 8011102: Clear AVX registers after return from JNI call
kvn
parents: 16368
diff changeset
  7610
    }
15242
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7611
    subptr(len, 8);
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7612
    jccb(Assembler::greater, L_copy_8_chars_exit);
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7613
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7614
    bind(L_copy_8_chars);
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7615
    movdqu(tmp3Reg, Address(src, len, Address::times_2, -16));
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7616
    ptest(tmp3Reg, tmp1Reg);
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7617
    jccb(Assembler::notZero, L_copy_8_chars_exit);
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7618
    packuswb(tmp3Reg, tmp1Reg);
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7619
    movq(Address(dst, len, Address::times_1, -8), tmp3Reg);
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7620
    addptr(len, 8);
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7621
    jccb(Assembler::lessEqual, L_copy_8_chars);
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7622
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7623
    bind(L_copy_8_chars_exit);
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7624
    subptr(len, 8);
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7625
    jccb(Assembler::zero, L_done);
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7626
  }
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7627
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7628
  bind(L_copy_1_char);
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7629
  load_unsigned_short(tmp5, Address(src, len, Address::times_2, 0));
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7630
  testl(tmp5, 0xff00);      // check if Unicode char
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7631
  jccb(Assembler::notZero, L_copy_1_char_exit);
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7632
  movb(Address(dst, len, Address::times_1, 0), tmp5);
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7633
  addptr(len, 1);
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7634
  jccb(Assembler::less, L_copy_1_char);
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7635
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7636
  bind(L_copy_1_char_exit);
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7637
  addptr(result, len); // len is negative count of not processed elements
38239
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  7638
15242
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7639
  bind(L_done);
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7640
}
695bb216be99 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents: 15117
diff changeset
  7641
26434
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7642
#ifdef _LP64
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7643
/**
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7644
 * Helper for multiply_to_len().
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7645
 */
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7646
void MacroAssembler::add2_with_carry(Register dest_hi, Register dest_lo, Register src1, Register src2) {
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7647
  addq(dest_lo, src1);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7648
  adcq(dest_hi, 0);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7649
  addq(dest_lo, src2);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7650
  adcq(dest_hi, 0);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7651
}
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7652
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7653
/**
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7654
 * Multiply 64 bit by 64 bit first loop.
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7655
 */
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7656
void MacroAssembler::multiply_64_x_64_loop(Register x, Register xstart, Register x_xstart,
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7657
                                           Register y, Register y_idx, Register z,
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7658
                                           Register carry, Register product,
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7659
                                           Register idx, Register kdx) {
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7660
  //
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7661
  //  jlong carry, x[], y[], z[];
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7662
  //  for (int idx=ystart, kdx=ystart+1+xstart; idx >= 0; idx-, kdx--) {
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7663
  //    huge_128 product = y[idx] * x[xstart] + carry;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7664
  //    z[kdx] = (jlong)product;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7665
  //    carry  = (jlong)(product >>> 64);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7666
  //  }
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7667
  //  z[xstart] = carry;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7668
  //
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7669
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7670
  Label L_first_loop, L_first_loop_exit;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7671
  Label L_one_x, L_one_y, L_multiply;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7672
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7673
  decrementl(xstart);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7674
  jcc(Assembler::negative, L_one_x);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7675
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7676
  movq(x_xstart, Address(x, xstart, Address::times_4,  0));
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7677
  rorq(x_xstart, 32); // convert big-endian to little-endian
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7678
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7679
  bind(L_first_loop);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7680
  decrementl(idx);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7681
  jcc(Assembler::negative, L_first_loop_exit);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7682
  decrementl(idx);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7683
  jcc(Assembler::negative, L_one_y);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7684
  movq(y_idx, Address(y, idx, Address::times_4,  0));
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7685
  rorq(y_idx, 32); // convert big-endian to little-endian
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7686
  bind(L_multiply);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7687
  movq(product, x_xstart);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7688
  mulq(y_idx); // product(rax) * y_idx -> rdx:rax
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7689
  addq(product, carry);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7690
  adcq(rdx, 0);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7691
  subl(kdx, 2);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7692
  movl(Address(z, kdx, Address::times_4,  4), product);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7693
  shrq(product, 32);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7694
  movl(Address(z, kdx, Address::times_4,  0), product);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7695
  movq(carry, rdx);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7696
  jmp(L_first_loop);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7697
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7698
  bind(L_one_y);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7699
  movl(y_idx, Address(y,  0));
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7700
  jmp(L_multiply);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7701
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7702
  bind(L_one_x);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7703
  movl(x_xstart, Address(x,  0));
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7704
  jmp(L_first_loop);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7705
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7706
  bind(L_first_loop_exit);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7707
}
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7708
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7709
/**
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7710
 * Multiply 64 bit by 64 bit and add 128 bit.
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7711
 */
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7712
void MacroAssembler::multiply_add_128_x_128(Register x_xstart, Register y, Register z,
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7713
                                            Register yz_idx, Register idx,
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7714
                                            Register carry, Register product, int offset) {
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7715
  //     huge_128 product = (y[idx] * x_xstart) + z[kdx] + carry;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7716
  //     z[kdx] = (jlong)product;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7717
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7718
  movq(yz_idx, Address(y, idx, Address::times_4,  offset));
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7719
  rorq(yz_idx, 32); // convert big-endian to little-endian
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7720
  movq(product, x_xstart);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7721
  mulq(yz_idx);     // product(rax) * yz_idx -> rdx:product(rax)
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7722
  movq(yz_idx, Address(z, idx, Address::times_4,  offset));
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7723
  rorq(yz_idx, 32); // convert big-endian to little-endian
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7724
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7725
  add2_with_carry(rdx, product, carry, yz_idx);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7726
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7727
  movl(Address(z, idx, Address::times_4,  offset+4), product);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7728
  shrq(product, 32);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7729
  movl(Address(z, idx, Address::times_4,  offset), product);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7730
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7731
}
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7732
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7733
/**
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7734
 * Multiply 128 bit by 128 bit. Unrolled inner loop.
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7735
 */
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7736
void MacroAssembler::multiply_128_x_128_loop(Register x_xstart, Register y, Register z,
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7737
                                             Register yz_idx, Register idx, Register jdx,
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7738
                                             Register carry, Register product,
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7739
                                             Register carry2) {
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7740
  //   jlong carry, x[], y[], z[];
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7741
  //   int kdx = ystart+1;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7742
  //   for (int idx=ystart-2; idx >= 0; idx -= 2) { // Third loop
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7743
  //     huge_128 product = (y[idx+1] * x_xstart) + z[kdx+idx+1] + carry;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7744
  //     z[kdx+idx+1] = (jlong)product;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7745
  //     jlong carry2  = (jlong)(product >>> 64);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7746
  //     product = (y[idx] * x_xstart) + z[kdx+idx] + carry2;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7747
  //     z[kdx+idx] = (jlong)product;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7748
  //     carry  = (jlong)(product >>> 64);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7749
  //   }
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7750
  //   idx += 2;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7751
  //   if (idx > 0) {
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7752
  //     product = (y[idx] * x_xstart) + z[kdx+idx] + carry;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7753
  //     z[kdx+idx] = (jlong)product;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7754
  //     carry  = (jlong)(product >>> 64);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7755
  //   }
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7756
  //
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7757
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7758
  Label L_third_loop, L_third_loop_exit, L_post_third_loop_done;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7759
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7760
  movl(jdx, idx);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7761
  andl(jdx, 0xFFFFFFFC);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7762
  shrl(jdx, 2);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7763
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7764
  bind(L_third_loop);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7765
  subl(jdx, 1);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7766
  jcc(Assembler::negative, L_third_loop_exit);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7767
  subl(idx, 4);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7768
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7769
  multiply_add_128_x_128(x_xstart, y, z, yz_idx, idx, carry, product, 8);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7770
  movq(carry2, rdx);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7771
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7772
  multiply_add_128_x_128(x_xstart, y, z, yz_idx, idx, carry2, product, 0);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7773
  movq(carry, rdx);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7774
  jmp(L_third_loop);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7775
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7776
  bind (L_third_loop_exit);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7777
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7778
  andl (idx, 0x3);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7779
  jcc(Assembler::zero, L_post_third_loop_done);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7780
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7781
  Label L_check_1;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7782
  subl(idx, 2);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7783
  jcc(Assembler::negative, L_check_1);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7784
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7785
  multiply_add_128_x_128(x_xstart, y, z, yz_idx, idx, carry, product, 0);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7786
  movq(carry, rdx);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7787
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7788
  bind (L_check_1);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7789
  addl (idx, 0x2);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7790
  andl (idx, 0x1);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7791
  subl(idx, 1);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7792
  jcc(Assembler::negative, L_post_third_loop_done);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7793
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7794
  movl(yz_idx, Address(y, idx, Address::times_4,  0));
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7795
  movq(product, x_xstart);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7796
  mulq(yz_idx); // product(rax) * yz_idx -> rdx:product(rax)
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7797
  movl(yz_idx, Address(z, idx, Address::times_4,  0));
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7798
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7799
  add2_with_carry(rdx, product, yz_idx, carry);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7800
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7801
  movl(Address(z, idx, Address::times_4,  0), product);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7802
  shrq(product, 32);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7803
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7804
  shlq(rdx, 32);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7805
  orq(product, rdx);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7806
  movq(carry, product);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7807
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7808
  bind(L_post_third_loop_done);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7809
}
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7810
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7811
/**
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7812
 * Multiply 128 bit by 128 bit using BMI2. Unrolled inner loop.
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7813
 *
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7814
 */
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7815
void MacroAssembler::multiply_128_x_128_bmi2_loop(Register y, Register z,
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7816
                                                  Register carry, Register carry2,
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7817
                                                  Register idx, Register jdx,
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7818
                                                  Register yz_idx1, Register yz_idx2,
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7819
                                                  Register tmp, Register tmp3, Register tmp4) {
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7820
  assert(UseBMI2Instructions, "should be used only when BMI2 is available");
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7821
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7822
  //   jlong carry, x[], y[], z[];
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7823
  //   int kdx = ystart+1;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7824
  //   for (int idx=ystart-2; idx >= 0; idx -= 2) { // Third loop
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7825
  //     huge_128 tmp3 = (y[idx+1] * rdx) + z[kdx+idx+1] + carry;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7826
  //     jlong carry2  = (jlong)(tmp3 >>> 64);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7827
  //     huge_128 tmp4 = (y[idx]   * rdx) + z[kdx+idx] + carry2;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7828
  //     carry  = (jlong)(tmp4 >>> 64);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7829
  //     z[kdx+idx+1] = (jlong)tmp3;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7830
  //     z[kdx+idx] = (jlong)tmp4;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7831
  //   }
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7832
  //   idx += 2;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7833
  //   if (idx > 0) {
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7834
  //     yz_idx1 = (y[idx] * rdx) + z[kdx+idx] + carry;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7835
  //     z[kdx+idx] = (jlong)yz_idx1;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7836
  //     carry  = (jlong)(yz_idx1 >>> 64);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7837
  //   }
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7838
  //
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7839
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7840
  Label L_third_loop, L_third_loop_exit, L_post_third_loop_done;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7841
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7842
  movl(jdx, idx);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7843
  andl(jdx, 0xFFFFFFFC);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7844
  shrl(jdx, 2);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7845
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7846
  bind(L_third_loop);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7847
  subl(jdx, 1);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7848
  jcc(Assembler::negative, L_third_loop_exit);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7849
  subl(idx, 4);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7850
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7851
  movq(yz_idx1,  Address(y, idx, Address::times_4,  8));
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7852
  rorxq(yz_idx1, yz_idx1, 32); // convert big-endian to little-endian
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7853
  movq(yz_idx2, Address(y, idx, Address::times_4,  0));
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7854
  rorxq(yz_idx2, yz_idx2, 32);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7855
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7856
  mulxq(tmp4, tmp3, yz_idx1);  //  yz_idx1 * rdx -> tmp4:tmp3
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7857
  mulxq(carry2, tmp, yz_idx2); //  yz_idx2 * rdx -> carry2:tmp
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7858
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7859
  movq(yz_idx1,  Address(z, idx, Address::times_4,  8));
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7860
  rorxq(yz_idx1, yz_idx1, 32);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7861
  movq(yz_idx2, Address(z, idx, Address::times_4,  0));
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7862
  rorxq(yz_idx2, yz_idx2, 32);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7863
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7864
  if (VM_Version::supports_adx()) {
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7865
    adcxq(tmp3, carry);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7866
    adoxq(tmp3, yz_idx1);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7867
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7868
    adcxq(tmp4, tmp);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7869
    adoxq(tmp4, yz_idx2);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7870
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7871
    movl(carry, 0); // does not affect flags
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7872
    adcxq(carry2, carry);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7873
    adoxq(carry2, carry);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7874
  } else {
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7875
    add2_with_carry(tmp4, tmp3, carry, yz_idx1);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7876
    add2_with_carry(carry2, tmp4, tmp, yz_idx2);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7877
  }
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7878
  movq(carry, carry2);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7879
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7880
  movl(Address(z, idx, Address::times_4, 12), tmp3);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7881
  shrq(tmp3, 32);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7882
  movl(Address(z, idx, Address::times_4,  8), tmp3);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7883
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7884
  movl(Address(z, idx, Address::times_4,  4), tmp4);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7885
  shrq(tmp4, 32);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7886
  movl(Address(z, idx, Address::times_4,  0), tmp4);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7887
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7888
  jmp(L_third_loop);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7889
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7890
  bind (L_third_loop_exit);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7891
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7892
  andl (idx, 0x3);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7893
  jcc(Assembler::zero, L_post_third_loop_done);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7894
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7895
  Label L_check_1;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7896
  subl(idx, 2);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7897
  jcc(Assembler::negative, L_check_1);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7898
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7899
  movq(yz_idx1, Address(y, idx, Address::times_4,  0));
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7900
  rorxq(yz_idx1, yz_idx1, 32);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7901
  mulxq(tmp4, tmp3, yz_idx1); //  yz_idx1 * rdx -> tmp4:tmp3
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7902
  movq(yz_idx2, Address(z, idx, Address::times_4,  0));
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7903
  rorxq(yz_idx2, yz_idx2, 32);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7904
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7905
  add2_with_carry(tmp4, tmp3, carry, yz_idx2);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7906
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7907
  movl(Address(z, idx, Address::times_4,  4), tmp3);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7908
  shrq(tmp3, 32);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7909
  movl(Address(z, idx, Address::times_4,  0), tmp3);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7910
  movq(carry, tmp4);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7911
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7912
  bind (L_check_1);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7913
  addl (idx, 0x2);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7914
  andl (idx, 0x1);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7915
  subl(idx, 1);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7916
  jcc(Assembler::negative, L_post_third_loop_done);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7917
  movl(tmp4, Address(y, idx, Address::times_4,  0));
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7918
  mulxq(carry2, tmp3, tmp4);  //  tmp4 * rdx -> carry2:tmp3
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7919
  movl(tmp4, Address(z, idx, Address::times_4,  0));
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7920
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7921
  add2_with_carry(carry2, tmp3, tmp4, carry);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7922
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7923
  movl(Address(z, idx, Address::times_4,  0), tmp3);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7924
  shrq(tmp3, 32);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7925
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7926
  shlq(carry2, 32);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7927
  orq(tmp3, carry2);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7928
  movq(carry, tmp3);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7929
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7930
  bind(L_post_third_loop_done);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7931
}
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7932
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7933
/**
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7934
 * Code for BigInteger::multiplyToLen() instrinsic.
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7935
 *
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7936
 * rdi: x
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7937
 * rax: xlen
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7938
 * rsi: y
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7939
 * rcx: ylen
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7940
 * r8:  z
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7941
 * r11: zlen
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7942
 * r12: tmp1
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7943
 * r13: tmp2
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7944
 * r14: tmp3
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7945
 * r15: tmp4
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7946
 * rbx: tmp5
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7947
 *
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7948
 */
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7949
void MacroAssembler::multiply_to_len(Register x, Register xlen, Register y, Register ylen, Register z, Register zlen,
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7950
                                     Register tmp1, Register tmp2, Register tmp3, Register tmp4, Register tmp5) {
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7951
  ShortBranchVerifier sbv(this);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7952
  assert_different_registers(x, xlen, y, ylen, z, zlen, tmp1, tmp2, tmp3, tmp4, tmp5, rdx);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7953
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7954
  push(tmp1);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7955
  push(tmp2);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7956
  push(tmp3);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7957
  push(tmp4);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7958
  push(tmp5);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7959
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7960
  push(xlen);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7961
  push(zlen);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7962
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7963
  const Register idx = tmp1;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7964
  const Register kdx = tmp2;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7965
  const Register xstart = tmp3;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7966
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7967
  const Register y_idx = tmp4;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7968
  const Register carry = tmp5;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7969
  const Register product  = xlen;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7970
  const Register x_xstart = zlen;  // reuse register
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7971
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7972
  // First Loop.
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7973
  //
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7974
  //  final static long LONG_MASK = 0xffffffffL;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7975
  //  int xstart = xlen - 1;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7976
  //  int ystart = ylen - 1;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7977
  //  long carry = 0;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7978
  //  for (int idx=ystart, kdx=ystart+1+xstart; idx >= 0; idx-, kdx--) {
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7979
  //    long product = (y[idx] & LONG_MASK) * (x[xstart] & LONG_MASK) + carry;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7980
  //    z[kdx] = (int)product;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7981
  //    carry = product >>> 32;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7982
  //  }
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7983
  //  z[xstart] = (int)carry;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7984
  //
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7985
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7986
  movl(idx, ylen);      // idx = ylen;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7987
  movl(kdx, zlen);      // kdx = xlen+ylen;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7988
  xorq(carry, carry);   // carry = 0;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7989
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7990
  Label L_done;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7991
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7992
  movl(xstart, xlen);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7993
  decrementl(xstart);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7994
  jcc(Assembler::negative, L_done);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7995
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7996
  multiply_64_x_64_loop(x, xstart, x_xstart, y, y_idx, z, carry, product, idx, kdx);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7997
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7998
  Label L_second_loop;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  7999
  testl(kdx, kdx);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8000
  jcc(Assembler::zero, L_second_loop);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8001
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8002
  Label L_carry;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8003
  subl(kdx, 1);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8004
  jcc(Assembler::zero, L_carry);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8005
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8006
  movl(Address(z, kdx, Address::times_4,  0), carry);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8007
  shrq(carry, 32);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8008
  subl(kdx, 1);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8009
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8010
  bind(L_carry);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8011
  movl(Address(z, kdx, Address::times_4,  0), carry);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8012
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8013
  // Second and third (nested) loops.
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8014
  //
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8015
  // for (int i = xstart-1; i >= 0; i--) { // Second loop
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8016
  //   carry = 0;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8017
  //   for (int jdx=ystart, k=ystart+1+i; jdx >= 0; jdx--, k--) { // Third loop
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8018
  //     long product = (y[jdx] & LONG_MASK) * (x[i] & LONG_MASK) +
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8019
  //                    (z[k] & LONG_MASK) + carry;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8020
  //     z[k] = (int)product;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8021
  //     carry = product >>> 32;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8022
  //   }
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8023
  //   z[i] = (int)carry;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8024
  // }
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8025
  //
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8026
  // i = xlen, j = tmp1, k = tmp2, carry = tmp5, x[i] = rdx
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8027
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8028
  const Register jdx = tmp1;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8029
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8030
  bind(L_second_loop);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8031
  xorl(carry, carry);    // carry = 0;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8032
  movl(jdx, ylen);       // j = ystart+1
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8033
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8034
  subl(xstart, 1);       // i = xstart-1;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8035
  jcc(Assembler::negative, L_done);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8036
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8037
  push (z);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8038
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8039
  Label L_last_x;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8040
  lea(z, Address(z, xstart, Address::times_4, 4)); // z = z + k - j
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8041
  subl(xstart, 1);       // i = xstart-1;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8042
  jcc(Assembler::negative, L_last_x);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8043
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8044
  if (UseBMI2Instructions) {
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8045
    movq(rdx,  Address(x, xstart, Address::times_4,  0));
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8046
    rorxq(rdx, rdx, 32); // convert big-endian to little-endian
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8047
  } else {
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8048
    movq(x_xstart, Address(x, xstart, Address::times_4,  0));
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8049
    rorq(x_xstart, 32);  // convert big-endian to little-endian
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8050
  }
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8051
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8052
  Label L_third_loop_prologue;
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8053
  bind(L_third_loop_prologue);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8054
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8055
  push (x);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8056
  push (xstart);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8057
  push (ylen);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8058
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8059
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8060
  if (UseBMI2Instructions) {
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8061
    multiply_128_x_128_bmi2_loop(y, z, carry, x, jdx, ylen, product, tmp2, x_xstart, tmp3, tmp4);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8062
  } else { // !UseBMI2Instructions
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8063
    multiply_128_x_128_loop(x_xstart, y, z, y_idx, jdx, ylen, carry, product, x);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8064
  }
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8065
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8066
  pop(ylen);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8067
  pop(xlen);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8068
  pop(x);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8069
  pop(z);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8070
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8071
  movl(tmp3, xlen);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8072
  addl(tmp3, 1);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8073
  movl(Address(z, tmp3, Address::times_4,  0), carry);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8074
  subl(tmp3, 1);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8075
  jccb(Assembler::negative, L_done);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8076
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8077
  shrq(carry, 32);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8078
  movl(Address(z, tmp3, Address::times_4,  0), carry);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8079
  jmp(L_second_loop);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8080
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8081
  // Next infrequent code is moved outside loops.
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8082
  bind(L_last_x);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8083
  if (UseBMI2Instructions) {
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8084
    movl(rdx, Address(x,  0));
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8085
  } else {
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8086
    movl(x_xstart, Address(x,  0));
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8087
  }
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8088
  jmp(L_third_loop_prologue);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8089
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8090
  bind(L_done);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8091
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8092
  pop(zlen);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8093
  pop(xlen);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8094
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8095
  pop(tmp5);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8096
  pop(tmp4);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8097
  pop(tmp3);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8098
  pop(tmp2);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8099
  pop(tmp1);
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8100
}
31129
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8101
35110
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8102
void MacroAssembler::vectorized_mismatch(Register obja, Register objb, Register length, Register log2_array_indxscale,
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8103
  Register result, Register tmp1, Register tmp2, XMMRegister rymm0, XMMRegister rymm1, XMMRegister rymm2){
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8104
  assert(UseSSE42Intrinsics, "SSE4.2 must be enabled.");
51756
4bd35a5ec694 8210676: Remove some unused Label variables
mikael
parents: 51663
diff changeset
  8105
  Label VECTOR16_LOOP, VECTOR8_LOOP, VECTOR4_LOOP;
4bd35a5ec694 8210676: Remove some unused Label variables
mikael
parents: 51663
diff changeset
  8106
  Label VECTOR8_TAIL, VECTOR4_TAIL;
35110
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8107
  Label VECTOR32_NOT_EQUAL, VECTOR16_NOT_EQUAL, VECTOR8_NOT_EQUAL, VECTOR4_NOT_EQUAL;
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8108
  Label SAME_TILL_END, DONE;
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8109
  Label BYTES_LOOP, BYTES_TAIL, BYTES_NOT_EQUAL;
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8110
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8111
  //scale is in rcx in both Win64 and Unix
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8112
  ShortBranchVerifier sbv(this);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8113
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8114
  shlq(length);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8115
  xorq(result, result);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8116
58462
c6f1226cfb72 8221092: UseAVX=3 has performance degredation on Skylake (X7) processors
vdeshpande
parents: 58421
diff changeset
  8117
  if ((AVX3Threshold == 0) && (UseAVX > 2) &&
38138
8514e24123c8 8154975: Update for vectorizedMismatch with AVX512
vdeshpande
parents: 38134
diff changeset
  8118
      VM_Version::supports_avx512vlbw()) {
51756
4bd35a5ec694 8210676: Remove some unused Label variables
mikael
parents: 51663
diff changeset
  8119
    Label VECTOR64_LOOP, VECTOR64_NOT_EQUAL, VECTOR32_TAIL;
4bd35a5ec694 8210676: Remove some unused Label variables
mikael
parents: 51663
diff changeset
  8120
38138
8514e24123c8 8154975: Update for vectorizedMismatch with AVX512
vdeshpande
parents: 38134
diff changeset
  8121
    cmpq(length, 64);
8514e24123c8 8154975: Update for vectorizedMismatch with AVX512
vdeshpande
parents: 38134
diff changeset
  8122
    jcc(Assembler::less, VECTOR32_TAIL);
58462
c6f1226cfb72 8221092: UseAVX=3 has performance degredation on Skylake (X7) processors
vdeshpande
parents: 58421
diff changeset
  8123
38138
8514e24123c8 8154975: Update for vectorizedMismatch with AVX512
vdeshpande
parents: 38134
diff changeset
  8124
    movq(tmp1, length);
8514e24123c8 8154975: Update for vectorizedMismatch with AVX512
vdeshpande
parents: 38134
diff changeset
  8125
    andq(tmp1, 0x3F);      // tail count
8514e24123c8 8154975: Update for vectorizedMismatch with AVX512
vdeshpande
parents: 38134
diff changeset
  8126
    andq(length, ~(0x3F)); //vector count
8514e24123c8 8154975: Update for vectorizedMismatch with AVX512
vdeshpande
parents: 38134
diff changeset
  8127
8514e24123c8 8154975: Update for vectorizedMismatch with AVX512
vdeshpande
parents: 38134
diff changeset
  8128
    bind(VECTOR64_LOOP);
8514e24123c8 8154975: Update for vectorizedMismatch with AVX512
vdeshpande
parents: 38134
diff changeset
  8129
    // AVX512 code to compare 64 byte vectors.
8514e24123c8 8154975: Update for vectorizedMismatch with AVX512
vdeshpande
parents: 38134
diff changeset
  8130
    evmovdqub(rymm0, Address(obja, result), Assembler::AVX_512bit);
8514e24123c8 8154975: Update for vectorizedMismatch with AVX512
vdeshpande
parents: 38134
diff changeset
  8131
    evpcmpeqb(k7, rymm0, Address(objb, result), Assembler::AVX_512bit);
8514e24123c8 8154975: Update for vectorizedMismatch with AVX512
vdeshpande
parents: 38134
diff changeset
  8132
    kortestql(k7, k7);
8514e24123c8 8154975: Update for vectorizedMismatch with AVX512
vdeshpande
parents: 38134
diff changeset
  8133
    jcc(Assembler::aboveEqual, VECTOR64_NOT_EQUAL);     // mismatch
8514e24123c8 8154975: Update for vectorizedMismatch with AVX512
vdeshpande
parents: 38134
diff changeset
  8134
    addq(result, 64);
8514e24123c8 8154975: Update for vectorizedMismatch with AVX512
vdeshpande
parents: 38134
diff changeset
  8135
    subq(length, 64);
8514e24123c8 8154975: Update for vectorizedMismatch with AVX512
vdeshpande
parents: 38134
diff changeset
  8136
    jccb(Assembler::notZero, VECTOR64_LOOP);
8514e24123c8 8154975: Update for vectorizedMismatch with AVX512
vdeshpande
parents: 38134
diff changeset
  8137
8514e24123c8 8154975: Update for vectorizedMismatch with AVX512
vdeshpande
parents: 38134
diff changeset
  8138
    //bind(VECTOR64_TAIL);
8514e24123c8 8154975: Update for vectorizedMismatch with AVX512
vdeshpande
parents: 38134
diff changeset
  8139
    testq(tmp1, tmp1);
8514e24123c8 8154975: Update for vectorizedMismatch with AVX512
vdeshpande
parents: 38134
diff changeset
  8140
    jcc(Assembler::zero, SAME_TILL_END);
8514e24123c8 8154975: Update for vectorizedMismatch with AVX512
vdeshpande
parents: 38134
diff changeset
  8141
51756
4bd35a5ec694 8210676: Remove some unused Label variables
mikael
parents: 51663
diff changeset
  8142
    //bind(VECTOR64_TAIL);
38138
8514e24123c8 8154975: Update for vectorizedMismatch with AVX512
vdeshpande
parents: 38134
diff changeset
  8143
    // AVX512 code to compare upto 63 byte vectors.
8514e24123c8 8154975: Update for vectorizedMismatch with AVX512
vdeshpande
parents: 38134
diff changeset
  8144
    mov64(tmp2, 0xFFFFFFFFFFFFFFFF);
8514e24123c8 8154975: Update for vectorizedMismatch with AVX512
vdeshpande
parents: 38134
diff changeset
  8145
    shlxq(tmp2, tmp2, tmp1);
8514e24123c8 8154975: Update for vectorizedMismatch with AVX512
vdeshpande
parents: 38134
diff changeset
  8146
    notq(tmp2);
51976
390f529f4f22 8211251: Default mask register for avx512 instructions
kvn
parents: 51857
diff changeset
  8147
    kmovql(k3, tmp2);
390f529f4f22 8211251: Default mask register for avx512 instructions
kvn
parents: 51857
diff changeset
  8148
390f529f4f22 8211251: Default mask register for avx512 instructions
kvn
parents: 51857
diff changeset
  8149
    evmovdqub(rymm0, k3, Address(obja, result), Assembler::AVX_512bit);
390f529f4f22 8211251: Default mask register for avx512 instructions
kvn
parents: 51857
diff changeset
  8150
    evpcmpeqb(k7, k3, rymm0, Address(objb, result), Assembler::AVX_512bit);
390f529f4f22 8211251: Default mask register for avx512 instructions
kvn
parents: 51857
diff changeset
  8151
390f529f4f22 8211251: Default mask register for avx512 instructions
kvn
parents: 51857
diff changeset
  8152
    ktestql(k7, k3);
38138
8514e24123c8 8154975: Update for vectorizedMismatch with AVX512
vdeshpande
parents: 38134
diff changeset
  8153
    jcc(Assembler::below, SAME_TILL_END);     // not mismatch
8514e24123c8 8154975: Update for vectorizedMismatch with AVX512
vdeshpande
parents: 38134
diff changeset
  8154
8514e24123c8 8154975: Update for vectorizedMismatch with AVX512
vdeshpande
parents: 38134
diff changeset
  8155
    bind(VECTOR64_NOT_EQUAL);
8514e24123c8 8154975: Update for vectorizedMismatch with AVX512
vdeshpande
parents: 38134
diff changeset
  8156
    kmovql(tmp1, k7);
8514e24123c8 8154975: Update for vectorizedMismatch with AVX512
vdeshpande
parents: 38134
diff changeset
  8157
    notq(tmp1);
8514e24123c8 8154975: Update for vectorizedMismatch with AVX512
vdeshpande
parents: 38134
diff changeset
  8158
    tzcntq(tmp1, tmp1);
8514e24123c8 8154975: Update for vectorizedMismatch with AVX512
vdeshpande
parents: 38134
diff changeset
  8159
    addq(result, tmp1);
8514e24123c8 8154975: Update for vectorizedMismatch with AVX512
vdeshpande
parents: 38134
diff changeset
  8160
    shrq(result);
8514e24123c8 8154975: Update for vectorizedMismatch with AVX512
vdeshpande
parents: 38134
diff changeset
  8161
    jmp(DONE);
8514e24123c8 8154975: Update for vectorizedMismatch with AVX512
vdeshpande
parents: 38134
diff changeset
  8162
    bind(VECTOR32_TAIL);
8514e24123c8 8154975: Update for vectorizedMismatch with AVX512
vdeshpande
parents: 38134
diff changeset
  8163
  }
8514e24123c8 8154975: Update for vectorizedMismatch with AVX512
vdeshpande
parents: 38134
diff changeset
  8164
35110
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8165
  cmpq(length, 8);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8166
  jcc(Assembler::equal, VECTOR8_LOOP);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8167
  jcc(Assembler::less, VECTOR4_TAIL);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8168
38138
8514e24123c8 8154975: Update for vectorizedMismatch with AVX512
vdeshpande
parents: 38134
diff changeset
  8169
  if (UseAVX >= 2) {
51756
4bd35a5ec694 8210676: Remove some unused Label variables
mikael
parents: 51663
diff changeset
  8170
    Label VECTOR16_TAIL, VECTOR32_LOOP;
35110
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8171
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8172
    cmpq(length, 16);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8173
    jcc(Assembler::equal, VECTOR16_LOOP);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8174
    jcc(Assembler::less, VECTOR8_LOOP);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8175
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8176
    cmpq(length, 32);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8177
    jccb(Assembler::less, VECTOR16_TAIL);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8178
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8179
    subq(length, 32);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8180
    bind(VECTOR32_LOOP);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8181
    vmovdqu(rymm0, Address(obja, result));
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8182
    vmovdqu(rymm1, Address(objb, result));
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8183
    vpxor(rymm2, rymm0, rymm1, Assembler::AVX_256bit);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8184
    vptest(rymm2, rymm2);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8185
    jcc(Assembler::notZero, VECTOR32_NOT_EQUAL);//mismatch found
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8186
    addq(result, 32);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8187
    subq(length, 32);
51633
21154cb84d2a 8209594: guarantee(this->is8bit(imm8)) failed: Short forward jump exceeds 8-bit offset
kvn
parents: 51464
diff changeset
  8188
    jcc(Assembler::greaterEqual, VECTOR32_LOOP);
35110
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8189
    addq(length, 32);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8190
    jcc(Assembler::equal, SAME_TILL_END);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8191
    //falling through if less than 32 bytes left //close the branch here.
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8192
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8193
    bind(VECTOR16_TAIL);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8194
    cmpq(length, 16);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8195
    jccb(Assembler::less, VECTOR8_TAIL);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8196
    bind(VECTOR16_LOOP);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8197
    movdqu(rymm0, Address(obja, result));
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8198
    movdqu(rymm1, Address(objb, result));
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8199
    vpxor(rymm2, rymm0, rymm1, Assembler::AVX_128bit);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8200
    ptest(rymm2, rymm2);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8201
    jcc(Assembler::notZero, VECTOR16_NOT_EQUAL);//mismatch found
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8202
    addq(result, 16);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8203
    subq(length, 16);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8204
    jcc(Assembler::equal, SAME_TILL_END);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8205
    //falling through if less than 16 bytes left
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8206
  } else {//regular intrinsics
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8207
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8208
    cmpq(length, 16);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8209
    jccb(Assembler::less, VECTOR8_TAIL);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8210
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8211
    subq(length, 16);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8212
    bind(VECTOR16_LOOP);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8213
    movdqu(rymm0, Address(obja, result));
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8214
    movdqu(rymm1, Address(objb, result));
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8215
    pxor(rymm0, rymm1);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8216
    ptest(rymm0, rymm0);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8217
    jcc(Assembler::notZero, VECTOR16_NOT_EQUAL);//mismatch found
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8218
    addq(result, 16);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8219
    subq(length, 16);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8220
    jccb(Assembler::greaterEqual, VECTOR16_LOOP);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8221
    addq(length, 16);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8222
    jcc(Assembler::equal, SAME_TILL_END);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8223
    //falling through if less than 16 bytes left
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8224
  }
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8225
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8226
  bind(VECTOR8_TAIL);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8227
  cmpq(length, 8);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8228
  jccb(Assembler::less, VECTOR4_TAIL);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8229
  bind(VECTOR8_LOOP);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8230
  movq(tmp1, Address(obja, result));
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8231
  movq(tmp2, Address(objb, result));
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8232
  xorq(tmp1, tmp2);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8233
  testq(tmp1, tmp1);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8234
  jcc(Assembler::notZero, VECTOR8_NOT_EQUAL);//mismatch found
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8235
  addq(result, 8);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8236
  subq(length, 8);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8237
  jcc(Assembler::equal, SAME_TILL_END);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8238
  //falling through if less than 8 bytes left
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8239
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8240
  bind(VECTOR4_TAIL);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8241
  cmpq(length, 4);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8242
  jccb(Assembler::less, BYTES_TAIL);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8243
  bind(VECTOR4_LOOP);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8244
  movl(tmp1, Address(obja, result));
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8245
  xorl(tmp1, Address(objb, result));
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8246
  testl(tmp1, tmp1);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8247
  jcc(Assembler::notZero, VECTOR4_NOT_EQUAL);//mismatch found
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8248
  addq(result, 4);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8249
  subq(length, 4);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8250
  jcc(Assembler::equal, SAME_TILL_END);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8251
  //falling through if less than 4 bytes left
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8252
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8253
  bind(BYTES_TAIL);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8254
  bind(BYTES_LOOP);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8255
  load_unsigned_byte(tmp1, Address(obja, result));
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8256
  load_unsigned_byte(tmp2, Address(objb, result));
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8257
  xorl(tmp1, tmp2);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8258
  testl(tmp1, tmp1);
51633
21154cb84d2a 8209594: guarantee(this->is8bit(imm8)) failed: Short forward jump exceeds 8-bit offset
kvn
parents: 51464
diff changeset
  8259
  jcc(Assembler::notZero, BYTES_NOT_EQUAL);//mismatch found
35110
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8260
  decq(length);
51633
21154cb84d2a 8209594: guarantee(this->is8bit(imm8)) failed: Short forward jump exceeds 8-bit offset
kvn
parents: 51464
diff changeset
  8261
  jcc(Assembler::zero, SAME_TILL_END);
35110
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8262
  incq(result);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8263
  load_unsigned_byte(tmp1, Address(obja, result));
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8264
  load_unsigned_byte(tmp2, Address(objb, result));
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8265
  xorl(tmp1, tmp2);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8266
  testl(tmp1, tmp1);
51633
21154cb84d2a 8209594: guarantee(this->is8bit(imm8)) failed: Short forward jump exceeds 8-bit offset
kvn
parents: 51464
diff changeset
  8267
  jcc(Assembler::notZero, BYTES_NOT_EQUAL);//mismatch found
35110
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8268
  decq(length);
51633
21154cb84d2a 8209594: guarantee(this->is8bit(imm8)) failed: Short forward jump exceeds 8-bit offset
kvn
parents: 51464
diff changeset
  8269
  jcc(Assembler::zero, SAME_TILL_END);
35110
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8270
  incq(result);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8271
  load_unsigned_byte(tmp1, Address(obja, result));
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8272
  load_unsigned_byte(tmp2, Address(objb, result));
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8273
  xorl(tmp1, tmp2);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8274
  testl(tmp1, tmp1);
51633
21154cb84d2a 8209594: guarantee(this->is8bit(imm8)) failed: Short forward jump exceeds 8-bit offset
kvn
parents: 51464
diff changeset
  8275
  jcc(Assembler::notZero, BYTES_NOT_EQUAL);//mismatch found
21154cb84d2a 8209594: guarantee(this->is8bit(imm8)) failed: Short forward jump exceeds 8-bit offset
kvn
parents: 51464
diff changeset
  8276
  jmp(SAME_TILL_END);
35110
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8277
38138
8514e24123c8 8154975: Update for vectorizedMismatch with AVX512
vdeshpande
parents: 38134
diff changeset
  8278
  if (UseAVX >= 2) {
35110
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8279
    bind(VECTOR32_NOT_EQUAL);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8280
    vpcmpeqb(rymm2, rymm2, rymm2, Assembler::AVX_256bit);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8281
    vpcmpeqb(rymm0, rymm0, rymm1, Assembler::AVX_256bit);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8282
    vpxor(rymm0, rymm0, rymm2, Assembler::AVX_256bit);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8283
    vpmovmskb(tmp1, rymm0);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8284
    bsfq(tmp1, tmp1);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8285
    addq(result, tmp1);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8286
    shrq(result);
51633
21154cb84d2a 8209594: guarantee(this->is8bit(imm8)) failed: Short forward jump exceeds 8-bit offset
kvn
parents: 51464
diff changeset
  8287
    jmp(DONE);
35110
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8288
  }
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8289
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8290
  bind(VECTOR16_NOT_EQUAL);
38138
8514e24123c8 8154975: Update for vectorizedMismatch with AVX512
vdeshpande
parents: 38134
diff changeset
  8291
  if (UseAVX >= 2) {
35110
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8292
    vpcmpeqb(rymm2, rymm2, rymm2, Assembler::AVX_128bit);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8293
    vpcmpeqb(rymm0, rymm0, rymm1, Assembler::AVX_128bit);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8294
    pxor(rymm0, rymm2);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8295
  } else {
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8296
    pcmpeqb(rymm2, rymm2);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8297
    pxor(rymm0, rymm1);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8298
    pcmpeqb(rymm0, rymm1);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8299
    pxor(rymm0, rymm2);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8300
  }
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8301
  pmovmskb(tmp1, rymm0);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8302
  bsfq(tmp1, tmp1);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8303
  addq(result, tmp1);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8304
  shrq(result);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8305
  jmpb(DONE);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8306
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8307
  bind(VECTOR8_NOT_EQUAL);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8308
  bind(VECTOR4_NOT_EQUAL);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8309
  bsfq(tmp1, tmp1);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8310
  shrq(tmp1, 3);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8311
  addq(result, tmp1);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8312
  bind(BYTES_NOT_EQUAL);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8313
  shrq(result);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8314
  jmpb(DONE);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8315
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8316
  bind(SAME_TILL_END);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8317
  mov64(result, -1);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8318
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8319
  bind(DONE);
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8320
}
f19bcdf40799 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn
parents: 35086
diff changeset
  8321
31129
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8322
//Helper functions for square_to_len()
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8323
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8324
/**
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8325
 * Store the squares of x[], right shifted one bit (divided by 2) into z[]
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8326
 * Preserves x and z and modifies rest of the registers.
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8327
 */
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8328
void MacroAssembler::square_rshift(Register x, Register xlen, Register z, Register tmp1, Register tmp3, Register tmp4, Register tmp5, Register rdxReg, Register raxReg) {
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8329
  // Perform square and right shift by 1
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8330
  // Handle odd xlen case first, then for even xlen do the following
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8331
  // jlong carry = 0;
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8332
  // for (int j=0, i=0; j < xlen; j+=2, i+=4) {
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8333
  //     huge_128 product = x[j:j+1] * x[j:j+1];
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8334
  //     z[i:i+1] = (carry << 63) | (jlong)(product >>> 65);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8335
  //     z[i+2:i+3] = (jlong)(product >>> 1);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8336
  //     carry = (jlong)product;
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8337
  // }
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8338
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8339
  xorq(tmp5, tmp5);     // carry
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8340
  xorq(rdxReg, rdxReg);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8341
  xorl(tmp1, tmp1);     // index for x
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8342
  xorl(tmp4, tmp4);     // index for z
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8343
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8344
  Label L_first_loop, L_first_loop_exit;
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8345
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8346
  testl(xlen, 1);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8347
  jccb(Assembler::zero, L_first_loop); //jump if xlen is even
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8348
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8349
  // Square and right shift by 1 the odd element using 32 bit multiply
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8350
  movl(raxReg, Address(x, tmp1, Address::times_4, 0));
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8351
  imulq(raxReg, raxReg);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8352
  shrq(raxReg, 1);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8353
  adcq(tmp5, 0);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8354
  movq(Address(z, tmp4, Address::times_4, 0), raxReg);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8355
  incrementl(tmp1);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8356
  addl(tmp4, 2);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8357
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8358
  // Square and  right shift by 1 the rest using 64 bit multiply
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8359
  bind(L_first_loop);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8360
  cmpptr(tmp1, xlen);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8361
  jccb(Assembler::equal, L_first_loop_exit);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8362
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8363
  // Square
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8364
  movq(raxReg, Address(x, tmp1, Address::times_4,  0));
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8365
  rorq(raxReg, 32);    // convert big-endian to little-endian
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8366
  mulq(raxReg);        // 64-bit multiply rax * rax -> rdx:rax
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8367
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8368
  // Right shift by 1 and save carry
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8369
  shrq(tmp5, 1);       // rdx:rax:tmp5 = (tmp5:rdx:rax) >>> 1
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8370
  rcrq(rdxReg, 1);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8371
  rcrq(raxReg, 1);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8372
  adcq(tmp5, 0);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8373
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8374
  // Store result in z
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8375
  movq(Address(z, tmp4, Address::times_4, 0), rdxReg);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8376
  movq(Address(z, tmp4, Address::times_4, 8), raxReg);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8377
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8378
  // Update indices for x and z
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8379
  addl(tmp1, 2);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8380
  addl(tmp4, 4);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8381
  jmp(L_first_loop);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8382
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8383
  bind(L_first_loop_exit);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8384
}
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8385
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8386
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8387
/**
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8388
 * Perform the following multiply add operation using BMI2 instructions
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8389
 * carry:sum = sum + op1*op2 + carry
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8390
 * op2 should be in rdx
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8391
 * op2 is preserved, all other registers are modified
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8392
 */
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8393
void MacroAssembler::multiply_add_64_bmi2(Register sum, Register op1, Register op2, Register carry, Register tmp2) {
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8394
  // assert op2 is rdx
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8395
  mulxq(tmp2, op1, op1);  //  op1 * op2 -> tmp2:op1
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8396
  addq(sum, carry);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8397
  adcq(tmp2, 0);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8398
  addq(sum, op1);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8399
  adcq(tmp2, 0);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8400
  movq(carry, tmp2);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8401
}
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8402
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8403
/**
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8404
 * Perform the following multiply add operation:
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8405
 * carry:sum = sum + op1*op2 + carry
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8406
 * Preserves op1, op2 and modifies rest of registers
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8407
 */
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8408
void MacroAssembler::multiply_add_64(Register sum, Register op1, Register op2, Register carry, Register rdxReg, Register raxReg) {
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8409
  // rdx:rax = op1 * op2
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8410
  movq(raxReg, op2);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8411
  mulq(op1);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8412
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8413
  //  rdx:rax = sum + carry + rdx:rax
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8414
  addq(sum, carry);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8415
  adcq(rdxReg, 0);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8416
  addq(sum, raxReg);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8417
  adcq(rdxReg, 0);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8418
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8419
  // carry:sum = rdx:sum
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8420
  movq(carry, rdxReg);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8421
}
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8422
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8423
/**
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8424
 * Add 64 bit long carry into z[] with carry propogation.
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8425
 * Preserves z and carry register values and modifies rest of registers.
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8426
 *
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8427
 */
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8428
void MacroAssembler::add_one_64(Register z, Register zlen, Register carry, Register tmp1) {
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8429
  Label L_fourth_loop, L_fourth_loop_exit;
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8430
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8431
  movl(tmp1, 1);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8432
  subl(zlen, 2);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8433
  addq(Address(z, zlen, Address::times_4, 0), carry);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8434
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8435
  bind(L_fourth_loop);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8436
  jccb(Assembler::carryClear, L_fourth_loop_exit);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8437
  subl(zlen, 2);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8438
  jccb(Assembler::negative, L_fourth_loop_exit);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8439
  addq(Address(z, zlen, Address::times_4, 0), tmp1);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8440
  jmp(L_fourth_loop);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8441
  bind(L_fourth_loop_exit);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8442
}
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8443
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8444
/**
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8445
 * Shift z[] left by 1 bit.
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8446
 * Preserves x, len, z and zlen registers and modifies rest of the registers.
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8447
 *
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8448
 */
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8449
void MacroAssembler::lshift_by_1(Register x, Register len, Register z, Register zlen, Register tmp1, Register tmp2, Register tmp3, Register tmp4) {
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8450
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8451
  Label L_fifth_loop, L_fifth_loop_exit;
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8452
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8453
  // Fifth loop
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8454
  // Perform primitiveLeftShift(z, zlen, 1)
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8455
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8456
  const Register prev_carry = tmp1;
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8457
  const Register new_carry = tmp4;
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8458
  const Register value = tmp2;
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8459
  const Register zidx = tmp3;
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8460
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8461
  // int zidx, carry;
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8462
  // long value;
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8463
  // carry = 0;
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8464
  // for (zidx = zlen-2; zidx >=0; zidx -= 2) {
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8465
  //    (carry:value)  = (z[i] << 1) | carry ;
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8466
  //    z[i] = value;
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8467
  // }
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8468
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8469
  movl(zidx, zlen);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8470
  xorl(prev_carry, prev_carry); // clear carry flag and prev_carry register
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8471
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8472
  bind(L_fifth_loop);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8473
  decl(zidx);  // Use decl to preserve carry flag
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8474
  decl(zidx);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8475
  jccb(Assembler::negative, L_fifth_loop_exit);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8476
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8477
  if (UseBMI2Instructions) {
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8478
     movq(value, Address(z, zidx, Address::times_4, 0));
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8479
     rclq(value, 1);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8480
     rorxq(value, value, 32);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8481
     movq(Address(z, zidx, Address::times_4,  0), value);  // Store back in big endian form
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8482
  }
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8483
  else {
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8484
    // clear new_carry
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8485
    xorl(new_carry, new_carry);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8486
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8487
    // Shift z[i] by 1, or in previous carry and save new carry
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8488
    movq(value, Address(z, zidx, Address::times_4, 0));
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8489
    shlq(value, 1);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8490
    adcl(new_carry, 0);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8491
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8492
    orq(value, prev_carry);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8493
    rorq(value, 0x20);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8494
    movq(Address(z, zidx, Address::times_4,  0), value);  // Store back in big endian form
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8495
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8496
    // Set previous carry = new carry
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8497
    movl(prev_carry, new_carry);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8498
  }
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8499
  jmp(L_fifth_loop);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8500
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8501
  bind(L_fifth_loop_exit);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8502
}
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8503
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8504
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8505
/**
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8506
 * Code for BigInteger::squareToLen() intrinsic
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8507
 *
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8508
 * rdi: x
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8509
 * rsi: len
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8510
 * r8:  z
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8511
 * rcx: zlen
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8512
 * r12: tmp1
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8513
 * r13: tmp2
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8514
 * r14: tmp3
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8515
 * r15: tmp4
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8516
 * rbx: tmp5
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8517
 *
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8518
 */
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8519
void MacroAssembler::square_to_len(Register x, Register len, Register z, Register zlen, Register tmp1, Register tmp2, Register tmp3, Register tmp4, Register tmp5, Register rdxReg, Register raxReg) {
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8520
51756
4bd35a5ec694 8210676: Remove some unused Label variables
mikael
parents: 51663
diff changeset
  8521
  Label L_second_loop, L_second_loop_exit, L_third_loop, L_third_loop_exit, L_last_x, L_multiply;
31129
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8522
  push(tmp1);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8523
  push(tmp2);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8524
  push(tmp3);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8525
  push(tmp4);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8526
  push(tmp5);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8527
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8528
  // First loop
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8529
  // Store the squares, right shifted one bit (i.e., divided by 2).
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8530
  square_rshift(x, len, z, tmp1, tmp3, tmp4, tmp5, rdxReg, raxReg);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8531
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8532
  // Add in off-diagonal sums.
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8533
  //
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8534
  // Second, third (nested) and fourth loops.
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8535
  // zlen +=2;
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8536
  // for (int xidx=len-2,zidx=zlen-4; xidx > 0; xidx-=2,zidx-=4) {
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8537
  //    carry = 0;
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8538
  //    long op2 = x[xidx:xidx+1];
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8539
  //    for (int j=xidx-2,k=zidx; j >= 0; j-=2) {
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8540
  //       k -= 2;
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8541
  //       long op1 = x[j:j+1];
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8542
  //       long sum = z[k:k+1];
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8543
  //       carry:sum = multiply_add_64(sum, op1, op2, carry, tmp_regs);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8544
  //       z[k:k+1] = sum;
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8545
  //    }
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8546
  //    add_one_64(z, k, carry, tmp_regs);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8547
  // }
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8548
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8549
  const Register carry = tmp5;
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8550
  const Register sum = tmp3;
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8551
  const Register op1 = tmp4;
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8552
  Register op2 = tmp2;
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8553
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8554
  push(zlen);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8555
  push(len);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8556
  addl(zlen,2);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8557
  bind(L_second_loop);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8558
  xorq(carry, carry);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8559
  subl(zlen, 4);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8560
  subl(len, 2);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8561
  push(zlen);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8562
  push(len);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8563
  cmpl(len, 0);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8564
  jccb(Assembler::lessEqual, L_second_loop_exit);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8565
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8566
  // Multiply an array by one 64 bit long.
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8567
  if (UseBMI2Instructions) {
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8568
    op2 = rdxReg;
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8569
    movq(op2, Address(x, len, Address::times_4,  0));
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8570
    rorxq(op2, op2, 32);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8571
  }
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8572
  else {
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8573
    movq(op2, Address(x, len, Address::times_4,  0));
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8574
    rorq(op2, 32);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8575
  }
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8576
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8577
  bind(L_third_loop);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8578
  decrementl(len);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8579
  jccb(Assembler::negative, L_third_loop_exit);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8580
  decrementl(len);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8581
  jccb(Assembler::negative, L_last_x);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8582
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8583
  movq(op1, Address(x, len, Address::times_4,  0));
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8584
  rorq(op1, 32);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8585
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8586
  bind(L_multiply);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8587
  subl(zlen, 2);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8588
  movq(sum, Address(z, zlen, Address::times_4,  0));
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8589
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8590
  // Multiply 64 bit by 64 bit and add 64 bits lower half and upper 64 bits as carry.
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8591
  if (UseBMI2Instructions) {
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8592
    multiply_add_64_bmi2(sum, op1, op2, carry, tmp2);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8593
  }
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8594
  else {
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8595
    multiply_add_64(sum, op1, op2, carry, rdxReg, raxReg);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8596
  }
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8597
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8598
  movq(Address(z, zlen, Address::times_4, 0), sum);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8599
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8600
  jmp(L_third_loop);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8601
  bind(L_third_loop_exit);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8602
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8603
  // Fourth loop
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8604
  // Add 64 bit long carry into z with carry propogation.
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8605
  // Uses offsetted zlen.
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8606
  add_one_64(z, zlen, carry, tmp1);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8607
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8608
  pop(len);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8609
  pop(zlen);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8610
  jmp(L_second_loop);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8611
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8612
  // Next infrequent code is moved outside loops.
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8613
  bind(L_last_x);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8614
  movl(op1, Address(x, 0));
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8615
  jmp(L_multiply);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8616
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8617
  bind(L_second_loop_exit);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8618
  pop(len);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8619
  pop(zlen);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8620
  pop(len);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8621
  pop(zlen);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8622
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8623
  // Fifth loop
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8624
  // Shift z left 1 bit.
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8625
  lshift_by_1(x, len, z, zlen, tmp1, tmp2, tmp3, tmp4);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8626
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8627
  // z[zlen-1] |= x[len-1] & 1;
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8628
  movl(tmp3, Address(x, len, Address::times_4, -4));
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8629
  andl(tmp3, 1);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8630
  orl(Address(z, zlen, Address::times_4,  -4), tmp3);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8631
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8632
  pop(tmp5);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8633
  pop(tmp4);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8634
  pop(tmp3);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8635
  pop(tmp2);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8636
  pop(tmp1);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8637
}
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8638
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8639
/**
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8640
 * Helper function for mul_add()
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8641
 * Multiply the in[] by int k and add to out[] starting at offset offs using
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8642
 * 128 bit by 32 bit multiply and return the carry in tmp5.
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8643
 * Only quad int aligned length of in[] is operated on in this function.
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8644
 * k is in rdxReg for BMI2Instructions, for others it is in tmp2.
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8645
 * This function preserves out, in and k registers.
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8646
 * len and offset point to the appropriate index in "in" & "out" correspondingly
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8647
 * tmp5 has the carry.
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8648
 * other registers are temporary and are modified.
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8649
 *
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8650
 */
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8651
void MacroAssembler::mul_add_128_x_32_loop(Register out, Register in,
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8652
  Register offset, Register len, Register tmp1, Register tmp2, Register tmp3,
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8653
  Register tmp4, Register tmp5, Register rdxReg, Register raxReg) {
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8654
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8655
  Label L_first_loop, L_first_loop_exit;
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8656
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8657
  movl(tmp1, len);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8658
  shrl(tmp1, 2);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8659
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8660
  bind(L_first_loop);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8661
  subl(tmp1, 1);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8662
  jccb(Assembler::negative, L_first_loop_exit);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8663
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8664
  subl(len, 4);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8665
  subl(offset, 4);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8666
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8667
  Register op2 = tmp2;
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8668
  const Register sum = tmp3;
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8669
  const Register op1 = tmp4;
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8670
  const Register carry = tmp5;
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8671
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8672
  if (UseBMI2Instructions) {
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8673
    op2 = rdxReg;
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8674
  }
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8675
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8676
  movq(op1, Address(in, len, Address::times_4,  8));
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8677
  rorq(op1, 32);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8678
  movq(sum, Address(out, offset, Address::times_4,  8));
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8679
  rorq(sum, 32);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8680
  if (UseBMI2Instructions) {
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8681
    multiply_add_64_bmi2(sum, op1, op2, carry, raxReg);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8682
  }
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8683
  else {
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8684
    multiply_add_64(sum, op1, op2, carry, rdxReg, raxReg);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8685
  }
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8686
  // Store back in big endian from little endian
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8687
  rorq(sum, 0x20);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8688
  movq(Address(out, offset, Address::times_4,  8), sum);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8689
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8690
  movq(op1, Address(in, len, Address::times_4,  0));
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8691
  rorq(op1, 32);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8692
  movq(sum, Address(out, offset, Address::times_4,  0));
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8693
  rorq(sum, 32);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8694
  if (UseBMI2Instructions) {
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8695
    multiply_add_64_bmi2(sum, op1, op2, carry, raxReg);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8696
  }
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8697
  else {
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8698
    multiply_add_64(sum, op1, op2, carry, rdxReg, raxReg);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8699
  }
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8700
  // Store back in big endian from little endian
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8701
  rorq(sum, 0x20);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8702
  movq(Address(out, offset, Address::times_4,  0), sum);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8703
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8704
  jmp(L_first_loop);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8705
  bind(L_first_loop_exit);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8706
}
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8707
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8708
/**
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8709
 * Code for BigInteger::mulAdd() intrinsic
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8710
 *
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8711
 * rdi: out
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8712
 * rsi: in
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8713
 * r11: offs (out.length - offset)
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8714
 * rcx: len
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8715
 * r8:  k
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8716
 * r12: tmp1
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8717
 * r13: tmp2
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8718
 * r14: tmp3
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8719
 * r15: tmp4
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8720
 * rbx: tmp5
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8721
 * Multiply the in[] by word k and add to out[], return the carry in rax
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8722
 */
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8723
void MacroAssembler::mul_add(Register out, Register in, Register offs,
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8724
   Register len, Register k, Register tmp1, Register tmp2, Register tmp3,
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8725
   Register tmp4, Register tmp5, Register rdxReg, Register raxReg) {
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8726
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8727
  Label L_carry, L_last_in, L_done;
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8728
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8729
// carry = 0;
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8730
// for (int j=len-1; j >= 0; j--) {
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8731
//    long product = (in[j] & LONG_MASK) * kLong +
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8732
//                   (out[offs] & LONG_MASK) + carry;
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8733
//    out[offs--] = (int)product;
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8734
//    carry = product >>> 32;
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8735
// }
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8736
//
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8737
  push(tmp1);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8738
  push(tmp2);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8739
  push(tmp3);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8740
  push(tmp4);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8741
  push(tmp5);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8742
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8743
  Register op2 = tmp2;
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8744
  const Register sum = tmp3;
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8745
  const Register op1 = tmp4;
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8746
  const Register carry =  tmp5;
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8747
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8748
  if (UseBMI2Instructions) {
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8749
    op2 = rdxReg;
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8750
    movl(op2, k);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8751
  }
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8752
  else {
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8753
    movl(op2, k);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8754
  }
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8755
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8756
  xorq(carry, carry);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8757
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8758
  //First loop
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8759
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8760
  //Multiply in[] by k in a 4 way unrolled loop using 128 bit by 32 bit multiply
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8761
  //The carry is in tmp5
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8762
  mul_add_128_x_32_loop(out, in, offs, len, tmp1, tmp2, tmp3, tmp4, tmp5, rdxReg, raxReg);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8763
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8764
  //Multiply the trailing in[] entry using 64 bit by 32 bit, if any
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8765
  decrementl(len);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8766
  jccb(Assembler::negative, L_carry);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8767
  decrementl(len);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8768
  jccb(Assembler::negative, L_last_in);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8769
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8770
  movq(op1, Address(in, len, Address::times_4,  0));
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8771
  rorq(op1, 32);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8772
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8773
  subl(offs, 2);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8774
  movq(sum, Address(out, offs, Address::times_4,  0));
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8775
  rorq(sum, 32);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8776
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8777
  if (UseBMI2Instructions) {
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8778
    multiply_add_64_bmi2(sum, op1, op2, carry, raxReg);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8779
  }
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8780
  else {
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8781
    multiply_add_64(sum, op1, op2, carry, rdxReg, raxReg);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8782
  }
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8783
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8784
  // Store back in big endian from little endian
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8785
  rorq(sum, 0x20);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8786
  movq(Address(out, offs, Address::times_4,  0), sum);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8787
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8788
  testl(len, len);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8789
  jccb(Assembler::zero, L_carry);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8790
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8791
  //Multiply the last in[] entry, if any
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8792
  bind(L_last_in);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8793
  movl(op1, Address(in, 0));
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8794
  movl(sum, Address(out, offs, Address::times_4,  -4));
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8795
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8796
  movl(raxReg, k);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8797
  mull(op1); //tmp4 * eax -> edx:eax
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8798
  addl(sum, carry);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8799
  adcl(rdxReg, 0);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8800
  addl(sum, raxReg);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8801
  adcl(rdxReg, 0);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8802
  movl(carry, rdxReg);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8803
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8804
  movl(Address(out, offs, Address::times_4,  -4), sum);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8805
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8806
  bind(L_carry);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8807
  //return tmp5/carry as carry in rax
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8808
  movl(rax, carry);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8809
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8810
  bind(L_done);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8811
  pop(tmp5);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8812
  pop(tmp4);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8813
  pop(tmp3);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8814
  pop(tmp2);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8815
  pop(tmp1);
02ee7609f0e1 8081778: Use Intel x64 CPU instructions for RSA acceleration
kvn
parents: 30773
diff changeset
  8816
}
26434
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8817
#endif
09ad55e5f486 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn
parents: 25932
diff changeset
  8818
18507
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8819
/**
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8820
 * Emits code to update CRC-32 with a byte value according to constants in table
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8821
 *
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8822
 * @param [in,out]crc   Register containing the crc.
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8823
 * @param [in]val       Register containing the byte to fold into the CRC.
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8824
 * @param [in]table     Register containing the table of crc constants.
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8825
 *
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8826
 * uint32_t crc;
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8827
 * val = crc_table[(val ^ crc) & 0xFF];
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8828
 * crc = val ^ (crc >> 8);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8829
 *
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8830
 */
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8831
void MacroAssembler::update_byte_crc32(Register crc, Register val, Register table) {
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8832
  xorl(val, crc);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8833
  andl(val, 0xFF);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8834
  shrl(crc, 8); // unsigned shift
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8835
  xorl(crc, Address(table, val, Address::times_4, 0));
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8836
}
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8837
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8838
/**
49614
3b1570be8557 8200067: Add support for vpclmulqdq for crc32
srukmannagar
parents: 49455
diff changeset
  8839
* Fold four 128-bit data chunks
3b1570be8557 8200067: Add support for vpclmulqdq for crc32
srukmannagar
parents: 49455
diff changeset
  8840
*/
3b1570be8557 8200067: Add support for vpclmulqdq for crc32
srukmannagar
parents: 49455
diff changeset
  8841
void MacroAssembler::fold_128bit_crc32_avx512(XMMRegister xcrc, XMMRegister xK, XMMRegister xtmp, Register buf, int offset) {
3b1570be8557 8200067: Add support for vpclmulqdq for crc32
srukmannagar
parents: 49455
diff changeset
  8842
  evpclmulhdq(xtmp, xK, xcrc, Assembler::AVX_512bit); // [123:64]
3b1570be8557 8200067: Add support for vpclmulqdq for crc32
srukmannagar
parents: 49455
diff changeset
  8843
  evpclmulldq(xcrc, xK, xcrc, Assembler::AVX_512bit); // [63:0]
3b1570be8557 8200067: Add support for vpclmulqdq for crc32
srukmannagar
parents: 49455
diff changeset
  8844
  evpxorq(xcrc, xcrc, Address(buf, offset), Assembler::AVX_512bit /* vector_len */);
3b1570be8557 8200067: Add support for vpclmulqdq for crc32
srukmannagar
parents: 49455
diff changeset
  8845
  evpxorq(xcrc, xcrc, xtmp, Assembler::AVX_512bit /* vector_len */);
3b1570be8557 8200067: Add support for vpclmulqdq for crc32
srukmannagar
parents: 49455
diff changeset
  8846
}
3b1570be8557 8200067: Add support for vpclmulqdq for crc32
srukmannagar
parents: 49455
diff changeset
  8847
3b1570be8557 8200067: Add support for vpclmulqdq for crc32
srukmannagar
parents: 49455
diff changeset
  8848
/**
18507
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8849
 * Fold 128-bit data chunk
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8850
 */
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8851
void MacroAssembler::fold_128bit_crc32(XMMRegister xcrc, XMMRegister xK, XMMRegister xtmp, Register buf, int offset) {
25932
15d133edd8f6 8052081: Optimize generated by C2 code for Intel's Atom processor
kvn
parents: 24424
diff changeset
  8852
  if (UseAVX > 0) {
15d133edd8f6 8052081: Optimize generated by C2 code for Intel's Atom processor
kvn
parents: 24424
diff changeset
  8853
    vpclmulhdq(xtmp, xK, xcrc); // [123:64]
15d133edd8f6 8052081: Optimize generated by C2 code for Intel's Atom processor
kvn
parents: 24424
diff changeset
  8854
    vpclmulldq(xcrc, xK, xcrc); // [63:0]
30624
2e1803c8a26d 8076276: Add support for AVX512
kvn
parents: 30310
diff changeset
  8855
    vpxor(xcrc, xcrc, Address(buf, offset), 0 /* vector_len */);
25932
15d133edd8f6 8052081: Optimize generated by C2 code for Intel's Atom processor
kvn
parents: 24424
diff changeset
  8856
    pxor(xcrc, xtmp);
15d133edd8f6 8052081: Optimize generated by C2 code for Intel's Atom processor
kvn
parents: 24424
diff changeset
  8857
  } else {
15d133edd8f6 8052081: Optimize generated by C2 code for Intel's Atom processor
kvn
parents: 24424
diff changeset
  8858
    movdqa(xtmp, xcrc);
15d133edd8f6 8052081: Optimize generated by C2 code for Intel's Atom processor
kvn
parents: 24424
diff changeset
  8859
    pclmulhdq(xtmp, xK);   // [123:64]
15d133edd8f6 8052081: Optimize generated by C2 code for Intel's Atom processor
kvn
parents: 24424
diff changeset
  8860
    pclmulldq(xcrc, xK);   // [63:0]
15d133edd8f6 8052081: Optimize generated by C2 code for Intel's Atom processor
kvn
parents: 24424
diff changeset
  8861
    pxor(xcrc, xtmp);
15d133edd8f6 8052081: Optimize generated by C2 code for Intel's Atom processor
kvn
parents: 24424
diff changeset
  8862
    movdqu(xtmp, Address(buf, offset));
15d133edd8f6 8052081: Optimize generated by C2 code for Intel's Atom processor
kvn
parents: 24424
diff changeset
  8863
    pxor(xcrc, xtmp);
15d133edd8f6 8052081: Optimize generated by C2 code for Intel's Atom processor
kvn
parents: 24424
diff changeset
  8864
  }
18507
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8865
}
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8866
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8867
void MacroAssembler::fold_128bit_crc32(XMMRegister xcrc, XMMRegister xK, XMMRegister xtmp, XMMRegister xbuf) {
25932
15d133edd8f6 8052081: Optimize generated by C2 code for Intel's Atom processor
kvn
parents: 24424
diff changeset
  8868
  if (UseAVX > 0) {
15d133edd8f6 8052081: Optimize generated by C2 code for Intel's Atom processor
kvn
parents: 24424
diff changeset
  8869
    vpclmulhdq(xtmp, xK, xcrc);
15d133edd8f6 8052081: Optimize generated by C2 code for Intel's Atom processor
kvn
parents: 24424
diff changeset
  8870
    vpclmulldq(xcrc, xK, xcrc);
15d133edd8f6 8052081: Optimize generated by C2 code for Intel's Atom processor
kvn
parents: 24424
diff changeset
  8871
    pxor(xcrc, xbuf);
15d133edd8f6 8052081: Optimize generated by C2 code for Intel's Atom processor
kvn
parents: 24424
diff changeset
  8872
    pxor(xcrc, xtmp);
15d133edd8f6 8052081: Optimize generated by C2 code for Intel's Atom processor
kvn
parents: 24424
diff changeset
  8873
  } else {
15d133edd8f6 8052081: Optimize generated by C2 code for Intel's Atom processor
kvn
parents: 24424
diff changeset
  8874
    movdqa(xtmp, xcrc);
15d133edd8f6 8052081: Optimize generated by C2 code for Intel's Atom processor
kvn
parents: 24424
diff changeset
  8875
    pclmulhdq(xtmp, xK);
15d133edd8f6 8052081: Optimize generated by C2 code for Intel's Atom processor
kvn
parents: 24424
diff changeset
  8876
    pclmulldq(xcrc, xK);
15d133edd8f6 8052081: Optimize generated by C2 code for Intel's Atom processor
kvn
parents: 24424
diff changeset
  8877
    pxor(xcrc, xbuf);
15d133edd8f6 8052081: Optimize generated by C2 code for Intel's Atom processor
kvn
parents: 24424
diff changeset
  8878
    pxor(xcrc, xtmp);
15d133edd8f6 8052081: Optimize generated by C2 code for Intel's Atom processor
kvn
parents: 24424
diff changeset
  8879
  }
18507
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8880
}
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8881
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8882
/**
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8883
 * 8-bit folds to compute 32-bit CRC
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8884
 *
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8885
 * uint64_t xcrc;
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8886
 * timesXtoThe32[xcrc & 0xFF] ^ (xcrc >> 8);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8887
 */
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8888
void MacroAssembler::fold_8bit_crc32(XMMRegister xcrc, Register table, XMMRegister xtmp, Register tmp) {
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8889
  movdl(tmp, xcrc);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8890
  andl(tmp, 0xFF);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8891
  movdl(xtmp, Address(table, tmp, Address::times_4, 0));
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8892
  psrldq(xcrc, 1); // unsigned shift one byte
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8893
  pxor(xcrc, xtmp);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8894
}
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8895
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8896
/**
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8897
 * uint32_t crc;
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8898
 * timesXtoThe32[crc & 0xFF] ^ (crc >> 8);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8899
 */
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8900
void MacroAssembler::fold_8bit_crc32(Register crc, Register table, Register tmp) {
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8901
  movl(tmp, crc);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8902
  andl(tmp, 0xFF);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8903
  shrl(crc, 8);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8904
  xorl(crc, Address(table, tmp, Address::times_4, 0));
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8905
}
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8906
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8907
/**
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8908
 * @param crc   register containing existing CRC (32-bit)
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8909
 * @param buf   register pointing to input byte buffer (byte*)
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8910
 * @param len   register containing number of bytes
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8911
 * @param table register that will contain address of CRC table
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8912
 * @param tmp   scratch register
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8913
 */
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8914
void MacroAssembler::kernel_crc32(Register crc, Register buf, Register len, Register table, Register tmp) {
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8915
  assert_different_registers(crc, buf, len, table, tmp, rax);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8916
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8917
  Label L_tail, L_tail_restore, L_tail_loop, L_exit, L_align_loop, L_aligned;
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8918
  Label L_fold_tail, L_fold_128b, L_fold_512b, L_fold_512b_loop, L_fold_tail_loop;
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8919
32727
320855c2baef 8132160: support for AVX 512 call frames and stack management
mcberg
parents: 32599
diff changeset
  8920
  // For EVEX with VL and BW, provide a standard mask, VL = 128 will guide the merge
320855c2baef 8132160: support for AVX 512 call frames and stack management
mcberg
parents: 32599
diff changeset
  8921
  // context for the registers used, where all instructions below are using 128-bit mode
320855c2baef 8132160: support for AVX 512 call frames and stack management
mcberg
parents: 32599
diff changeset
  8922
  // On EVEX without VL and BW, these instructions will all be AVX.
18507
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8923
  lea(table, ExternalAddress(StubRoutines::crc_table_addr()));
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8924
  notl(crc); // ~crc
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8925
  cmpl(len, 16);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8926
  jcc(Assembler::less, L_tail);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8927
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8928
  // Align buffer to 16 bytes
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8929
  movl(tmp, buf);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8930
  andl(tmp, 0xF);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8931
  jccb(Assembler::zero, L_aligned);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8932
  subl(tmp,  16);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8933
  addl(len, tmp);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8934
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8935
  align(4);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8936
  BIND(L_align_loop);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8937
  movsbl(rax, Address(buf, 0)); // load byte with sign extension
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8938
  update_byte_crc32(crc, rax, table);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8939
  increment(buf);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8940
  incrementl(tmp);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8941
  jccb(Assembler::less, L_align_loop);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8942
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8943
  BIND(L_aligned);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8944
  movl(tmp, len); // save
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8945
  shrl(len, 4);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8946
  jcc(Assembler::zero, L_tail_restore);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8947
49614
3b1570be8557 8200067: Add support for vpclmulqdq for crc32
srukmannagar
parents: 49455
diff changeset
  8948
  // Fold total 512 bits of polynomial on each iteration
3b1570be8557 8200067: Add support for vpclmulqdq for crc32
srukmannagar
parents: 49455
diff changeset
  8949
  if (VM_Version::supports_vpclmulqdq()) {
3b1570be8557 8200067: Add support for vpclmulqdq for crc32
srukmannagar
parents: 49455
diff changeset
  8950
    Label Parallel_loop, L_No_Parallel;
3b1570be8557 8200067: Add support for vpclmulqdq for crc32
srukmannagar
parents: 49455
diff changeset
  8951
3b1570be8557 8200067: Add support for vpclmulqdq for crc32
srukmannagar
parents: 49455
diff changeset
  8952
    cmpl(len, 8);
3b1570be8557 8200067: Add support for vpclmulqdq for crc32
srukmannagar
parents: 49455
diff changeset
  8953
    jccb(Assembler::less, L_No_Parallel);
3b1570be8557 8200067: Add support for vpclmulqdq for crc32
srukmannagar
parents: 49455
diff changeset
  8954
3b1570be8557 8200067: Add support for vpclmulqdq for crc32
srukmannagar
parents: 49455
diff changeset
  8955
    movdqu(xmm0, ExternalAddress(StubRoutines::x86::crc_by128_masks_addr() + 32));
3b1570be8557 8200067: Add support for vpclmulqdq for crc32
srukmannagar
parents: 49455
diff changeset
  8956
    evmovdquq(xmm1, Address(buf, 0), Assembler::AVX_512bit);
3b1570be8557 8200067: Add support for vpclmulqdq for crc32
srukmannagar
parents: 49455
diff changeset
  8957
    movdl(xmm5, crc);
3b1570be8557 8200067: Add support for vpclmulqdq for crc32
srukmannagar
parents: 49455
diff changeset
  8958
    evpxorq(xmm1, xmm1, xmm5, Assembler::AVX_512bit);
3b1570be8557 8200067: Add support for vpclmulqdq for crc32
srukmannagar
parents: 49455
diff changeset
  8959
    addptr(buf, 64);
3b1570be8557 8200067: Add support for vpclmulqdq for crc32
srukmannagar
parents: 49455
diff changeset
  8960
    subl(len, 7);
3b1570be8557 8200067: Add support for vpclmulqdq for crc32
srukmannagar
parents: 49455
diff changeset
  8961
    evshufi64x2(xmm0, xmm0, xmm0, 0x00, Assembler::AVX_512bit); //propagate the mask from 128 bits to 512 bits
3b1570be8557 8200067: Add support for vpclmulqdq for crc32
srukmannagar
parents: 49455
diff changeset
  8962
3b1570be8557 8200067: Add support for vpclmulqdq for crc32
srukmannagar
parents: 49455
diff changeset
  8963
    BIND(Parallel_loop);
3b1570be8557 8200067: Add support for vpclmulqdq for crc32
srukmannagar
parents: 49455
diff changeset
  8964
    fold_128bit_crc32_avx512(xmm1, xmm0, xmm5, buf, 0);
3b1570be8557 8200067: Add support for vpclmulqdq for crc32
srukmannagar
parents: 49455
diff changeset
  8965
    addptr(buf, 64);
3b1570be8557 8200067: Add support for vpclmulqdq for crc32
srukmannagar
parents: 49455
diff changeset
  8966
    subl(len, 4);
3b1570be8557 8200067: Add support for vpclmulqdq for crc32
srukmannagar
parents: 49455
diff changeset
  8967
    jcc(Assembler::greater, Parallel_loop);
3b1570be8557 8200067: Add support for vpclmulqdq for crc32
srukmannagar
parents: 49455
diff changeset
  8968
3b1570be8557 8200067: Add support for vpclmulqdq for crc32
srukmannagar
parents: 49455
diff changeset
  8969
    vextracti64x2(xmm2, xmm1, 0x01);
3b1570be8557 8200067: Add support for vpclmulqdq for crc32
srukmannagar
parents: 49455
diff changeset
  8970
    vextracti64x2(xmm3, xmm1, 0x02);
3b1570be8557 8200067: Add support for vpclmulqdq for crc32
srukmannagar
parents: 49455
diff changeset
  8971
    vextracti64x2(xmm4, xmm1, 0x03);
3b1570be8557 8200067: Add support for vpclmulqdq for crc32
srukmannagar
parents: 49455
diff changeset
  8972
    jmp(L_fold_512b);
3b1570be8557 8200067: Add support for vpclmulqdq for crc32
srukmannagar
parents: 49455
diff changeset
  8973
3b1570be8557 8200067: Add support for vpclmulqdq for crc32
srukmannagar
parents: 49455
diff changeset
  8974
    BIND(L_No_Parallel);
3b1570be8557 8200067: Add support for vpclmulqdq for crc32
srukmannagar
parents: 49455
diff changeset
  8975
  }
18507
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8976
  // Fold crc into first bytes of vector
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8977
  movdqa(xmm1, Address(buf, 0));
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8978
  movdl(rax, xmm1);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8979
  xorl(crc, rax);
39256
ac12f57c6d9c 8158214: Crash with "assert(VM_Version::supports_sse4_1()) failed" if UseSSE < 4 is set
thartmann
parents: 39253
diff changeset
  8980
  if (VM_Version::supports_sse4_1()) {
ac12f57c6d9c 8158214: Crash with "assert(VM_Version::supports_sse4_1()) failed" if UseSSE < 4 is set
thartmann
parents: 39253
diff changeset
  8981
    pinsrd(xmm1, crc, 0);
ac12f57c6d9c 8158214: Crash with "assert(VM_Version::supports_sse4_1()) failed" if UseSSE < 4 is set
thartmann
parents: 39253
diff changeset
  8982
  } else {
ac12f57c6d9c 8158214: Crash with "assert(VM_Version::supports_sse4_1()) failed" if UseSSE < 4 is set
thartmann
parents: 39253
diff changeset
  8983
    pinsrw(xmm1, crc, 0);
ac12f57c6d9c 8158214: Crash with "assert(VM_Version::supports_sse4_1()) failed" if UseSSE < 4 is set
thartmann
parents: 39253
diff changeset
  8984
    shrl(crc, 16);
ac12f57c6d9c 8158214: Crash with "assert(VM_Version::supports_sse4_1()) failed" if UseSSE < 4 is set
thartmann
parents: 39253
diff changeset
  8985
    pinsrw(xmm1, crc, 1);
ac12f57c6d9c 8158214: Crash with "assert(VM_Version::supports_sse4_1()) failed" if UseSSE < 4 is set
thartmann
parents: 39253
diff changeset
  8986
  }
18507
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8987
  addptr(buf, 16);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8988
  subl(len, 4); // len > 0
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8989
  jcc(Assembler::less, L_fold_tail);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8990
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8991
  movdqa(xmm2, Address(buf,  0));
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8992
  movdqa(xmm3, Address(buf, 16));
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8993
  movdqa(xmm4, Address(buf, 32));
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8994
  addptr(buf, 48);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8995
  subl(len, 3);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8996
  jcc(Assembler::lessEqual, L_fold_512b);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8997
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8998
  // Fold total 512 bits of polynomial on each iteration,
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  8999
  // 128 bits per each of 4 parallel streams.
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9000
  movdqu(xmm0, ExternalAddress(StubRoutines::x86::crc_by128_masks_addr() + 32));
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9001
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9002
  align(32);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9003
  BIND(L_fold_512b_loop);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9004
  fold_128bit_crc32(xmm1, xmm0, xmm5, buf,  0);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9005
  fold_128bit_crc32(xmm2, xmm0, xmm5, buf, 16);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9006
  fold_128bit_crc32(xmm3, xmm0, xmm5, buf, 32);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9007
  fold_128bit_crc32(xmm4, xmm0, xmm5, buf, 48);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9008
  addptr(buf, 64);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9009
  subl(len, 4);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9010
  jcc(Assembler::greater, L_fold_512b_loop);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9011
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9012
  // Fold 512 bits to 128 bits.
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9013
  BIND(L_fold_512b);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9014
  movdqu(xmm0, ExternalAddress(StubRoutines::x86::crc_by128_masks_addr() + 16));
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9015
  fold_128bit_crc32(xmm1, xmm0, xmm5, xmm2);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9016
  fold_128bit_crc32(xmm1, xmm0, xmm5, xmm3);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9017
  fold_128bit_crc32(xmm1, xmm0, xmm5, xmm4);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9018
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9019
  // Fold the rest of 128 bits data chunks
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9020
  BIND(L_fold_tail);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9021
  addl(len, 3);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9022
  jccb(Assembler::lessEqual, L_fold_128b);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9023
  movdqu(xmm0, ExternalAddress(StubRoutines::x86::crc_by128_masks_addr() + 16));
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9024
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9025
  BIND(L_fold_tail_loop);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9026
  fold_128bit_crc32(xmm1, xmm0, xmm5, buf,  0);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9027
  addptr(buf, 16);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9028
  decrementl(len);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9029
  jccb(Assembler::greater, L_fold_tail_loop);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9030
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9031
  // Fold 128 bits in xmm1 down into 32 bits in crc register.
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9032
  BIND(L_fold_128b);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9033
  movdqu(xmm0, ExternalAddress(StubRoutines::x86::crc_by128_masks_addr()));
25932
15d133edd8f6 8052081: Optimize generated by C2 code for Intel's Atom processor
kvn
parents: 24424
diff changeset
  9034
  if (UseAVX > 0) {
15d133edd8f6 8052081: Optimize generated by C2 code for Intel's Atom processor
kvn
parents: 24424
diff changeset
  9035
    vpclmulqdq(xmm2, xmm0, xmm1, 0x1);
30624
2e1803c8a26d 8076276: Add support for AVX512
kvn
parents: 30310
diff changeset
  9036
    vpand(xmm3, xmm0, xmm2, 0 /* vector_len */);
25932
15d133edd8f6 8052081: Optimize generated by C2 code for Intel's Atom processor
kvn
parents: 24424
diff changeset
  9037
    vpclmulqdq(xmm0, xmm0, xmm3, 0x1);
15d133edd8f6 8052081: Optimize generated by C2 code for Intel's Atom processor
kvn
parents: 24424
diff changeset
  9038
  } else {
15d133edd8f6 8052081: Optimize generated by C2 code for Intel's Atom processor
kvn
parents: 24424
diff changeset
  9039
    movdqa(xmm2, xmm0);
15d133edd8f6 8052081: Optimize generated by C2 code for Intel's Atom processor
kvn
parents: 24424
diff changeset
  9040
    pclmulqdq(xmm2, xmm1, 0x1);
15d133edd8f6 8052081: Optimize generated by C2 code for Intel's Atom processor
kvn
parents: 24424
diff changeset
  9041
    movdqa(xmm3, xmm0);
15d133edd8f6 8052081: Optimize generated by C2 code for Intel's Atom processor
kvn
parents: 24424
diff changeset
  9042
    pand(xmm3, xmm2);
15d133edd8f6 8052081: Optimize generated by C2 code for Intel's Atom processor
kvn
parents: 24424
diff changeset
  9043
    pclmulqdq(xmm0, xmm3, 0x1);
15d133edd8f6 8052081: Optimize generated by C2 code for Intel's Atom processor
kvn
parents: 24424
diff changeset
  9044
  }
18507
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9045
  psrldq(xmm1, 8);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9046
  psrldq(xmm2, 4);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9047
  pxor(xmm0, xmm1);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9048
  pxor(xmm0, xmm2);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9049
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9050
  // 8 8-bit folds to compute 32-bit CRC.
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9051
  for (int j = 0; j < 4; j++) {
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9052
    fold_8bit_crc32(xmm0, table, xmm1, rax);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9053
  }
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9054
  movdl(crc, xmm0); // mov 32 bits to general register
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9055
  for (int j = 0; j < 4; j++) {
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9056
    fold_8bit_crc32(crc, table, rax);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9057
  }
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9058
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9059
  BIND(L_tail_restore);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9060
  movl(len, tmp); // restore
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9061
  BIND(L_tail);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9062
  andl(len, 0xf);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9063
  jccb(Assembler::zero, L_exit);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9064
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9065
  // Fold the rest of bytes
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9066
  align(4);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9067
  BIND(L_tail_loop);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9068
  movsbl(rax, Address(buf, 0)); // load byte with sign extension
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9069
  update_byte_crc32(crc, rax, table);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9070
  increment(buf);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9071
  decrementl(len);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9072
  jccb(Assembler::greater, L_tail_loop);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9073
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9074
  BIND(L_exit);
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9075
  notl(crc); // ~c
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9076
}
61bfc8995bb3 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents: 16624
diff changeset
  9077
33066
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9078
#ifdef _LP64
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9079
// S. Gueron / Information Processing Letters 112 (2012) 184
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9080
// Algorithm 4: Computing carry-less multiplication using a precomputed lookup table.
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9081
// Input: A 32 bit value B = [byte3, byte2, byte1, byte0].
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9082
// Output: the 64-bit carry-less product of B * CONST
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9083
void MacroAssembler::crc32c_ipl_alg4(Register in, uint32_t n,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9084
                                     Register tmp1, Register tmp2, Register tmp3) {
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9085
  lea(tmp3, ExternalAddress(StubRoutines::crc32c_table_addr()));
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9086
  if (n > 0) {
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9087
    addq(tmp3, n * 256 * 8);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9088
  }
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9089
  //    Q1 = TABLEExt[n][B & 0xFF];
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9090
  movl(tmp1, in);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9091
  andl(tmp1, 0x000000FF);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9092
  shll(tmp1, 3);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9093
  addq(tmp1, tmp3);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9094
  movq(tmp1, Address(tmp1, 0));
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9095
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9096
  //    Q2 = TABLEExt[n][B >> 8 & 0xFF];
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9097
  movl(tmp2, in);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9098
  shrl(tmp2, 8);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9099
  andl(tmp2, 0x000000FF);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9100
  shll(tmp2, 3);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9101
  addq(tmp2, tmp3);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9102
  movq(tmp2, Address(tmp2, 0));
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9103
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9104
  shlq(tmp2, 8);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9105
  xorq(tmp1, tmp2);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9106
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9107
  //    Q3 = TABLEExt[n][B >> 16 & 0xFF];
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9108
  movl(tmp2, in);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9109
  shrl(tmp2, 16);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9110
  andl(tmp2, 0x000000FF);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9111
  shll(tmp2, 3);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9112
  addq(tmp2, tmp3);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9113
  movq(tmp2, Address(tmp2, 0));
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9114
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9115
  shlq(tmp2, 16);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9116
  xorq(tmp1, tmp2);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9117
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9118
  //    Q4 = TABLEExt[n][B >> 24 & 0xFF];
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9119
  shrl(in, 24);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9120
  andl(in, 0x000000FF);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9121
  shll(in, 3);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9122
  addq(in, tmp3);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9123
  movq(in, Address(in, 0));
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9124
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9125
  shlq(in, 24);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9126
  xorq(in, tmp1);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9127
  //    return Q1 ^ Q2 << 8 ^ Q3 << 16 ^ Q4 << 24;
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9128
}
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9129
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9130
void MacroAssembler::crc32c_pclmulqdq(XMMRegister w_xtmp1,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9131
                                      Register in_out,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9132
                                      uint32_t const_or_pre_comp_const_index, bool is_pclmulqdq_supported,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9133
                                      XMMRegister w_xtmp2,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9134
                                      Register tmp1,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9135
                                      Register n_tmp2, Register n_tmp3) {
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9136
  if (is_pclmulqdq_supported) {
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9137
    movdl(w_xtmp1, in_out); // modified blindly
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9138
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9139
    movl(tmp1, const_or_pre_comp_const_index);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9140
    movdl(w_xtmp2, tmp1);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9141
    pclmulqdq(w_xtmp1, w_xtmp2, 0);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9142
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9143
    movdq(in_out, w_xtmp1);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9144
  } else {
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9145
    crc32c_ipl_alg4(in_out, const_or_pre_comp_const_index, tmp1, n_tmp2, n_tmp3);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9146
  }
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9147
}
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9148
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9149
// Recombination Alternative 2: No bit-reflections
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9150
// T1 = (CRC_A * U1) << 1
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9151
// T2 = (CRC_B * U2) << 1
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9152
// C1 = T1 >> 32
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9153
// C2 = T2 >> 32
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9154
// T1 = T1 & 0xFFFFFFFF
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9155
// T2 = T2 & 0xFFFFFFFF
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9156
// T1 = CRC32(0, T1)
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9157
// T2 = CRC32(0, T2)
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9158
// C1 = C1 ^ T1
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9159
// C2 = C2 ^ T2
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9160
// CRC = C1 ^ C2 ^ CRC_C
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9161
void MacroAssembler::crc32c_rec_alt2(uint32_t const_or_pre_comp_const_index_u1, uint32_t const_or_pre_comp_const_index_u2, bool is_pclmulqdq_supported, Register in_out, Register in1, Register in2,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9162
                                     XMMRegister w_xtmp1, XMMRegister w_xtmp2, XMMRegister w_xtmp3,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9163
                                     Register tmp1, Register tmp2,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9164
                                     Register n_tmp3) {
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9165
  crc32c_pclmulqdq(w_xtmp1, in_out, const_or_pre_comp_const_index_u1, is_pclmulqdq_supported, w_xtmp3, tmp1, tmp2, n_tmp3);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9166
  crc32c_pclmulqdq(w_xtmp2, in1, const_or_pre_comp_const_index_u2, is_pclmulqdq_supported, w_xtmp3, tmp1, tmp2, n_tmp3);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9167
  shlq(in_out, 1);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9168
  movl(tmp1, in_out);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9169
  shrq(in_out, 32);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9170
  xorl(tmp2, tmp2);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9171
  crc32(tmp2, tmp1, 4);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9172
  xorl(in_out, tmp2); // we don't care about upper 32 bit contents here
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9173
  shlq(in1, 1);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9174
  movl(tmp1, in1);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9175
  shrq(in1, 32);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9176
  xorl(tmp2, tmp2);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9177
  crc32(tmp2, tmp1, 4);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9178
  xorl(in1, tmp2);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9179
  xorl(in_out, in1);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9180
  xorl(in_out, in2);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9181
}
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9182
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9183
// Set N to predefined value
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9184
// Subtract from a lenght of a buffer
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9185
// execute in a loop:
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9186
// CRC_A = 0xFFFFFFFF, CRC_B = 0, CRC_C = 0
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9187
// for i = 1 to N do
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9188
//  CRC_A = CRC32(CRC_A, A[i])
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9189
//  CRC_B = CRC32(CRC_B, B[i])
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9190
//  CRC_C = CRC32(CRC_C, C[i])
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9191
// end for
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9192
// Recombine
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9193
void MacroAssembler::crc32c_proc_chunk(uint32_t size, uint32_t const_or_pre_comp_const_index_u1, uint32_t const_or_pre_comp_const_index_u2, bool is_pclmulqdq_supported,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9194
                                       Register in_out1, Register in_out2, Register in_out3,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9195
                                       Register tmp1, Register tmp2, Register tmp3,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9196
                                       XMMRegister w_xtmp1, XMMRegister w_xtmp2, XMMRegister w_xtmp3,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9197
                                       Register tmp4, Register tmp5,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9198
                                       Register n_tmp6) {
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9199
  Label L_processPartitions;
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9200
  Label L_processPartition;
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9201
  Label L_exit;
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9202
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9203
  bind(L_processPartitions);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9204
  cmpl(in_out1, 3 * size);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9205
  jcc(Assembler::less, L_exit);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9206
    xorl(tmp1, tmp1);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9207
    xorl(tmp2, tmp2);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9208
    movq(tmp3, in_out2);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9209
    addq(tmp3, size);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9210
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9211
    bind(L_processPartition);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9212
      crc32(in_out3, Address(in_out2, 0), 8);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9213
      crc32(tmp1, Address(in_out2, size), 8);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9214
      crc32(tmp2, Address(in_out2, size * 2), 8);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9215
      addq(in_out2, 8);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9216
      cmpq(in_out2, tmp3);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9217
      jcc(Assembler::less, L_processPartition);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9218
    crc32c_rec_alt2(const_or_pre_comp_const_index_u1, const_or_pre_comp_const_index_u2, is_pclmulqdq_supported, in_out3, tmp1, tmp2,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9219
            w_xtmp1, w_xtmp2, w_xtmp3,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9220
            tmp4, tmp5,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9221
            n_tmp6);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9222
    addq(in_out2, 2 * size);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9223
    subl(in_out1, 3 * size);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9224
    jmp(L_processPartitions);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9225
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9226
  bind(L_exit);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9227
}
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9228
#else
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9229
void MacroAssembler::crc32c_ipl_alg4(Register in_out, uint32_t n,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9230
                                     Register tmp1, Register tmp2, Register tmp3,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9231
                                     XMMRegister xtmp1, XMMRegister xtmp2) {
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9232
  lea(tmp3, ExternalAddress(StubRoutines::crc32c_table_addr()));
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9233
  if (n > 0) {
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9234
    addl(tmp3, n * 256 * 8);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9235
  }
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9236
  //    Q1 = TABLEExt[n][B & 0xFF];
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9237
  movl(tmp1, in_out);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9238
  andl(tmp1, 0x000000FF);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9239
  shll(tmp1, 3);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9240
  addl(tmp1, tmp3);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9241
  movq(xtmp1, Address(tmp1, 0));
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9242
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9243
  //    Q2 = TABLEExt[n][B >> 8 & 0xFF];
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9244
  movl(tmp2, in_out);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9245
  shrl(tmp2, 8);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9246
  andl(tmp2, 0x000000FF);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9247
  shll(tmp2, 3);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9248
  addl(tmp2, tmp3);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9249
  movq(xtmp2, Address(tmp2, 0));
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9250
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9251
  psllq(xtmp2, 8);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9252
  pxor(xtmp1, xtmp2);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9253
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9254
  //    Q3 = TABLEExt[n][B >> 16 & 0xFF];
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9255
  movl(tmp2, in_out);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9256
  shrl(tmp2, 16);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9257
  andl(tmp2, 0x000000FF);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9258
  shll(tmp2, 3);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9259
  addl(tmp2, tmp3);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9260
  movq(xtmp2, Address(tmp2, 0));
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9261
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9262
  psllq(xtmp2, 16);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9263
  pxor(xtmp1, xtmp2);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9264
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9265
  //    Q4 = TABLEExt[n][B >> 24 & 0xFF];
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9266
  shrl(in_out, 24);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9267
  andl(in_out, 0x000000FF);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9268
  shll(in_out, 3);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9269
  addl(in_out, tmp3);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9270
  movq(xtmp2, Address(in_out, 0));
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9271
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9272
  psllq(xtmp2, 24);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9273
  pxor(xtmp1, xtmp2); // Result in CXMM
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9274
  //    return Q1 ^ Q2 << 8 ^ Q3 << 16 ^ Q4 << 24;
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9275
}
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9276
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9277
void MacroAssembler::crc32c_pclmulqdq(XMMRegister w_xtmp1,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9278
                                      Register in_out,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9279
                                      uint32_t const_or_pre_comp_const_index, bool is_pclmulqdq_supported,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9280
                                      XMMRegister w_xtmp2,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9281
                                      Register tmp1,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9282
                                      Register n_tmp2, Register n_tmp3) {
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9283
  if (is_pclmulqdq_supported) {
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9284
    movdl(w_xtmp1, in_out);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9285
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9286
    movl(tmp1, const_or_pre_comp_const_index);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9287
    movdl(w_xtmp2, tmp1);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9288
    pclmulqdq(w_xtmp1, w_xtmp2, 0);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9289
    // Keep result in XMM since GPR is 32 bit in length
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9290
  } else {
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9291
    crc32c_ipl_alg4(in_out, const_or_pre_comp_const_index, tmp1, n_tmp2, n_tmp3, w_xtmp1, w_xtmp2);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9292
  }
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9293
}
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9294
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9295
void MacroAssembler::crc32c_rec_alt2(uint32_t const_or_pre_comp_const_index_u1, uint32_t const_or_pre_comp_const_index_u2, bool is_pclmulqdq_supported, Register in_out, Register in1, Register in2,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9296
                                     XMMRegister w_xtmp1, XMMRegister w_xtmp2, XMMRegister w_xtmp3,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9297
                                     Register tmp1, Register tmp2,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9298
                                     Register n_tmp3) {
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9299
  crc32c_pclmulqdq(w_xtmp1, in_out, const_or_pre_comp_const_index_u1, is_pclmulqdq_supported, w_xtmp3, tmp1, tmp2, n_tmp3);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9300
  crc32c_pclmulqdq(w_xtmp2, in1, const_or_pre_comp_const_index_u2, is_pclmulqdq_supported, w_xtmp3, tmp1, tmp2, n_tmp3);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9301
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9302
  psllq(w_xtmp1, 1);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9303
  movdl(tmp1, w_xtmp1);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9304
  psrlq(w_xtmp1, 32);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9305
  movdl(in_out, w_xtmp1);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9306
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9307
  xorl(tmp2, tmp2);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9308
  crc32(tmp2, tmp1, 4);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9309
  xorl(in_out, tmp2);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9310
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9311
  psllq(w_xtmp2, 1);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9312
  movdl(tmp1, w_xtmp2);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9313
  psrlq(w_xtmp2, 32);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9314
  movdl(in1, w_xtmp2);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9315
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9316
  xorl(tmp2, tmp2);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9317
  crc32(tmp2, tmp1, 4);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9318
  xorl(in1, tmp2);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9319
  xorl(in_out, in1);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9320
  xorl(in_out, in2);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9321
}
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9322
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9323
void MacroAssembler::crc32c_proc_chunk(uint32_t size, uint32_t const_or_pre_comp_const_index_u1, uint32_t const_or_pre_comp_const_index_u2, bool is_pclmulqdq_supported,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9324
                                       Register in_out1, Register in_out2, Register in_out3,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9325
                                       Register tmp1, Register tmp2, Register tmp3,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9326
                                       XMMRegister w_xtmp1, XMMRegister w_xtmp2, XMMRegister w_xtmp3,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9327
                                       Register tmp4, Register tmp5,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9328
                                       Register n_tmp6) {
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9329
  Label L_processPartitions;
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9330
  Label L_processPartition;
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9331
  Label L_exit;
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9332
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9333
  bind(L_processPartitions);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9334
  cmpl(in_out1, 3 * size);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9335
  jcc(Assembler::less, L_exit);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9336
    xorl(tmp1, tmp1);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9337
    xorl(tmp2, tmp2);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9338
    movl(tmp3, in_out2);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9339
    addl(tmp3, size);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9340
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9341
    bind(L_processPartition);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9342
      crc32(in_out3, Address(in_out2, 0), 4);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9343
      crc32(tmp1, Address(in_out2, size), 4);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9344
      crc32(tmp2, Address(in_out2, size*2), 4);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9345
      crc32(in_out3, Address(in_out2, 0+4), 4);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9346
      crc32(tmp1, Address(in_out2, size+4), 4);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9347
      crc32(tmp2, Address(in_out2, size*2+4), 4);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9348
      addl(in_out2, 8);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9349
      cmpl(in_out2, tmp3);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9350
      jcc(Assembler::less, L_processPartition);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9351
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9352
        push(tmp3);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9353
        push(in_out1);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9354
        push(in_out2);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9355
        tmp4 = tmp3;
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9356
        tmp5 = in_out1;
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9357
        n_tmp6 = in_out2;
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9358
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9359
      crc32c_rec_alt2(const_or_pre_comp_const_index_u1, const_or_pre_comp_const_index_u2, is_pclmulqdq_supported, in_out3, tmp1, tmp2,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9360
            w_xtmp1, w_xtmp2, w_xtmp3,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9361
            tmp4, tmp5,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9362
            n_tmp6);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9363
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9364
        pop(in_out2);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9365
        pop(in_out1);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9366
        pop(tmp3);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9367
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9368
    addl(in_out2, 2 * size);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9369
    subl(in_out1, 3 * size);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9370
    jmp(L_processPartitions);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9371
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9372
  bind(L_exit);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9373
}
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9374
#endif //LP64
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9375
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9376
#ifdef _LP64
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9377
// Algorithm 2: Pipelined usage of the CRC32 instruction.
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9378
// Input: A buffer I of L bytes.
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9379
// Output: the CRC32C value of the buffer.
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9380
// Notations:
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9381
// Write L = 24N + r, with N = floor (L/24).
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9382
// r = L mod 24 (0 <= r < 24).
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9383
// Consider I as the concatenation of A|B|C|R, where A, B, C, each,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9384
// N quadwords, and R consists of r bytes.
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9385
// A[j] = I [8j+7:8j], j= 0, 1, ..., N-1
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9386
// B[j] = I [N + 8j+7:N + 8j], j= 0, 1, ..., N-1
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9387
// C[j] = I [2N + 8j+7:2N + 8j], j= 0, 1, ..., N-1
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9388
// if r > 0 R[j] = I [3N +j], j= 0, 1, ...,r-1
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9389
void MacroAssembler::crc32c_ipl_alg2_alt2(Register in_out, Register in1, Register in2,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9390
                                          Register tmp1, Register tmp2, Register tmp3,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9391
                                          Register tmp4, Register tmp5, Register tmp6,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9392
                                          XMMRegister w_xtmp1, XMMRegister w_xtmp2, XMMRegister w_xtmp3,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9393
                                          bool is_pclmulqdq_supported) {
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9394
  uint32_t const_or_pre_comp_const_index[CRC32C_NUM_PRECOMPUTED_CONSTANTS];
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9395
  Label L_wordByWord;
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9396
  Label L_byteByByteProlog;
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9397
  Label L_byteByByte;
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9398
  Label L_exit;
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9399
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9400
  if (is_pclmulqdq_supported ) {
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9401
    const_or_pre_comp_const_index[1] = *(uint32_t *)StubRoutines::_crc32c_table_addr;
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9402
    const_or_pre_comp_const_index[0] = *((uint32_t *)StubRoutines::_crc32c_table_addr+1);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9403
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9404
    const_or_pre_comp_const_index[3] = *((uint32_t *)StubRoutines::_crc32c_table_addr + 2);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9405
    const_or_pre_comp_const_index[2] = *((uint32_t *)StubRoutines::_crc32c_table_addr + 3);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9406
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9407
    const_or_pre_comp_const_index[5] = *((uint32_t *)StubRoutines::_crc32c_table_addr + 4);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9408
    const_or_pre_comp_const_index[4] = *((uint32_t *)StubRoutines::_crc32c_table_addr + 5);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9409
    assert((CRC32C_NUM_PRECOMPUTED_CONSTANTS - 1 ) == 5, "Checking whether you declared all of the constants based on the number of \"chunks\"");
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9410
  } else {
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9411
    const_or_pre_comp_const_index[0] = 1;
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9412
    const_or_pre_comp_const_index[1] = 0;
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9413
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9414
    const_or_pre_comp_const_index[2] = 3;
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9415
    const_or_pre_comp_const_index[3] = 2;
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9416
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9417
    const_or_pre_comp_const_index[4] = 5;
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9418
    const_or_pre_comp_const_index[5] = 4;
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9419
   }
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9420
  crc32c_proc_chunk(CRC32C_HIGH, const_or_pre_comp_const_index[0], const_or_pre_comp_const_index[1], is_pclmulqdq_supported,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9421
                    in2, in1, in_out,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9422
                    tmp1, tmp2, tmp3,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9423
                    w_xtmp1, w_xtmp2, w_xtmp3,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9424
                    tmp4, tmp5,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9425
                    tmp6);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9426
  crc32c_proc_chunk(CRC32C_MIDDLE, const_or_pre_comp_const_index[2], const_or_pre_comp_const_index[3], is_pclmulqdq_supported,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9427
                    in2, in1, in_out,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9428
                    tmp1, tmp2, tmp3,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9429
                    w_xtmp1, w_xtmp2, w_xtmp3,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9430
                    tmp4, tmp5,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9431
                    tmp6);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9432
  crc32c_proc_chunk(CRC32C_LOW, const_or_pre_comp_const_index[4], const_or_pre_comp_const_index[5], is_pclmulqdq_supported,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9433
                    in2, in1, in_out,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9434
                    tmp1, tmp2, tmp3,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9435
                    w_xtmp1, w_xtmp2, w_xtmp3,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9436
                    tmp4, tmp5,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9437
                    tmp6);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9438
  movl(tmp1, in2);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9439
  andl(tmp1, 0x00000007);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9440
  negl(tmp1);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9441
  addl(tmp1, in2);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9442
  addq(tmp1, in1);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9443
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9444
  BIND(L_wordByWord);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9445
  cmpq(in1, tmp1);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9446
  jcc(Assembler::greaterEqual, L_byteByByteProlog);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9447
    crc32(in_out, Address(in1, 0), 4);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9448
    addq(in1, 4);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9449
    jmp(L_wordByWord);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9450
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9451
  BIND(L_byteByByteProlog);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9452
  andl(in2, 0x00000007);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9453
  movl(tmp2, 1);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9454
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9455
  BIND(L_byteByByte);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9456
  cmpl(tmp2, in2);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9457
  jccb(Assembler::greater, L_exit);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9458
    crc32(in_out, Address(in1, 0), 1);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9459
    incq(in1);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9460
    incl(tmp2);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9461
    jmp(L_byteByByte);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9462
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9463
  BIND(L_exit);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9464
}
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9465
#else
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9466
void MacroAssembler::crc32c_ipl_alg2_alt2(Register in_out, Register in1, Register in2,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9467
                                          Register tmp1, Register  tmp2, Register tmp3,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9468
                                          Register tmp4, Register  tmp5, Register tmp6,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9469
                                          XMMRegister w_xtmp1, XMMRegister w_xtmp2, XMMRegister w_xtmp3,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9470
                                          bool is_pclmulqdq_supported) {
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9471
  uint32_t const_or_pre_comp_const_index[CRC32C_NUM_PRECOMPUTED_CONSTANTS];
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9472
  Label L_wordByWord;
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9473
  Label L_byteByByteProlog;
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9474
  Label L_byteByByte;
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9475
  Label L_exit;
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9476
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9477
  if (is_pclmulqdq_supported) {
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9478
    const_or_pre_comp_const_index[1] = *(uint32_t *)StubRoutines::_crc32c_table_addr;
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9479
    const_or_pre_comp_const_index[0] = *((uint32_t *)StubRoutines::_crc32c_table_addr + 1);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9480
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9481
    const_or_pre_comp_const_index[3] = *((uint32_t *)StubRoutines::_crc32c_table_addr + 2);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9482
    const_or_pre_comp_const_index[2] = *((uint32_t *)StubRoutines::_crc32c_table_addr + 3);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9483
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9484
    const_or_pre_comp_const_index[5] = *((uint32_t *)StubRoutines::_crc32c_table_addr + 4);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9485
    const_or_pre_comp_const_index[4] = *((uint32_t *)StubRoutines::_crc32c_table_addr + 5);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9486
  } else {
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9487
    const_or_pre_comp_const_index[0] = 1;
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9488
    const_or_pre_comp_const_index[1] = 0;
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9489
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9490
    const_or_pre_comp_const_index[2] = 3;
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9491
    const_or_pre_comp_const_index[3] = 2;
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9492
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9493
    const_or_pre_comp_const_index[4] = 5;
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9494
    const_or_pre_comp_const_index[5] = 4;
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9495
  }
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9496
  crc32c_proc_chunk(CRC32C_HIGH, const_or_pre_comp_const_index[0], const_or_pre_comp_const_index[1], is_pclmulqdq_supported,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9497
                    in2, in1, in_out,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9498
                    tmp1, tmp2, tmp3,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9499
                    w_xtmp1, w_xtmp2, w_xtmp3,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9500
                    tmp4, tmp5,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9501
                    tmp6);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9502
  crc32c_proc_chunk(CRC32C_MIDDLE, const_or_pre_comp_const_index[2], const_or_pre_comp_const_index[3], is_pclmulqdq_supported,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9503
                    in2, in1, in_out,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9504
                    tmp1, tmp2, tmp3,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9505
                    w_xtmp1, w_xtmp2, w_xtmp3,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9506
                    tmp4, tmp5,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9507
                    tmp6);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9508
  crc32c_proc_chunk(CRC32C_LOW, const_or_pre_comp_const_index[4], const_or_pre_comp_const_index[5], is_pclmulqdq_supported,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9509
                    in2, in1, in_out,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9510
                    tmp1, tmp2, tmp3,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9511
                    w_xtmp1, w_xtmp2, w_xtmp3,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9512
                    tmp4, tmp5,
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9513
                    tmp6);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9514
  movl(tmp1, in2);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9515
  andl(tmp1, 0x00000007);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9516
  negl(tmp1);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9517
  addl(tmp1, in2);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9518
  addl(tmp1, in1);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9519
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9520
  BIND(L_wordByWord);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9521
  cmpl(in1, tmp1);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9522
  jcc(Assembler::greaterEqual, L_byteByByteProlog);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9523
    crc32(in_out, Address(in1,0), 4);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9524
    addl(in1, 4);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9525
    jmp(L_wordByWord);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9526
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9527
  BIND(L_byteByByteProlog);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9528
  andl(in2, 0x00000007);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9529
  movl(tmp2, 1);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9530
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9531
  BIND(L_byteByByte);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9532
  cmpl(tmp2, in2);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9533
  jccb(Assembler::greater, L_exit);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9534
    movb(tmp1, Address(in1, 0));
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9535
    crc32(in_out, tmp1, 1);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9536
    incl(in1);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9537
    incl(tmp2);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9538
    jmp(L_byteByByte);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9539
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9540
  BIND(L_exit);
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9541
}
d98eab8215c4 8134553: CRC32C implementations for x86/x64 targets
kvn
parents: 32727
diff changeset
  9542
#endif // LP64
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  9543
#undef BIND
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  9544
#undef BLOCK_COMMENT
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  9545
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9546
// Compress char[] array to byte[].
38239
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9547
//   ..\jdk\src\java.base\share\classes\java\lang\StringUTF16.java
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9548
//   @HotSpotIntrinsicCandidate
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9549
//   private static int compress(char[] src, int srcOff, byte[] dst, int dstOff, int len) {
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9550
//     for (int i = 0; i < len; i++) {
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9551
//       int c = src[srcOff++];
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9552
//       if (c >>> 8 != 0) {
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9553
//         return 0;
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9554
//       }
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9555
//       dst[dstOff++] = (byte)c;
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9556
//     }
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9557
//     return len;
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9558
//   }
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9559
void MacroAssembler::char_array_compress(Register src, Register dst, Register len,
38239
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9560
  XMMRegister tmp1Reg, XMMRegister tmp2Reg,
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9561
  XMMRegister tmp3Reg, XMMRegister tmp4Reg,
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9562
  Register tmp5, Register result) {
51419
c11be049acb8 8209511: C2 asserts with UseSSE < 4 and AVX enabled: "Label was never bound to a location, but it was used as a jmp target'
thartmann
parents: 51350
diff changeset
  9563
  Label copy_chars_loop, return_length, return_zero, done;
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9564
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9565
  // rsi: src
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9566
  // rdi: dst
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9567
  // rdx: len
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9568
  // rcx: tmp5
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9569
  // rax: result
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9570
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9571
  // rsi holds start addr of source char[] to be compressed
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9572
  // rdi holds start addr of destination byte[]
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9573
  // rdx holds length
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9574
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9575
  assert(len != result, "");
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9576
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9577
  // save length for return
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9578
  push(len);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9579
58462
c6f1226cfb72 8221092: UseAVX=3 has performance degredation on Skylake (X7) processors
vdeshpande
parents: 58421
diff changeset
  9580
  if ((AVX3Threshold == 0) && (UseAVX > 2) && // AVX512
38239
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9581
    VM_Version::supports_avx512vlbw() &&
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9582
    VM_Version::supports_bmi2()) {
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9583
51976
390f529f4f22 8211251: Default mask register for avx512 instructions
kvn
parents: 51857
diff changeset
  9584
    Label copy_32_loop, copy_loop_tail, below_threshold;
51419
c11be049acb8 8209511: C2 asserts with UseSSE < 4 and AVX enabled: "Label was never bound to a location, but it was used as a jmp target'
thartmann
parents: 51350
diff changeset
  9585
c11be049acb8 8209511: C2 asserts with UseSSE < 4 and AVX enabled: "Label was never bound to a location, but it was used as a jmp target'
thartmann
parents: 51350
diff changeset
  9586
    // alignment
c11be049acb8 8209511: C2 asserts with UseSSE < 4 and AVX enabled: "Label was never bound to a location, but it was used as a jmp target'
thartmann
parents: 51350
diff changeset
  9587
    Label post_alignment;
c11be049acb8 8209511: C2 asserts with UseSSE < 4 and AVX enabled: "Label was never bound to a location, but it was used as a jmp target'
thartmann
parents: 51350
diff changeset
  9588
c11be049acb8 8209511: C2 asserts with UseSSE < 4 and AVX enabled: "Label was never bound to a location, but it was used as a jmp target'
thartmann
parents: 51350
diff changeset
  9589
    // if length of the string is less than 16, handle it in an old fashioned way
38239
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9590
    testl(len, -32);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9591
    jcc(Assembler::zero, below_threshold);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9592
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9593
    // First check whether a character is compressable ( <= 0xFF).
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9594
    // Create mask to test for Unicode chars inside zmm vector
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9595
    movl(result, 0x00FF);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9596
    evpbroadcastw(tmp2Reg, result, Assembler::AVX_512bit);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9597
42587
80c66fce4b3b 8165287: fix compress intrinsics to produce correct results with avx512
vdeshpande
parents: 42039
diff changeset
  9598
    testl(len, -64);
51419
c11be049acb8 8209511: C2 asserts with UseSSE < 4 and AVX enabled: "Label was never bound to a location, but it was used as a jmp target'
thartmann
parents: 51350
diff changeset
  9599
    jcc(Assembler::zero, post_alignment);
42587
80c66fce4b3b 8165287: fix compress intrinsics to produce correct results with avx512
vdeshpande
parents: 42039
diff changeset
  9600
38239
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9601
    movl(tmp5, dst);
42587
80c66fce4b3b 8165287: fix compress intrinsics to produce correct results with avx512
vdeshpande
parents: 42039
diff changeset
  9602
    andl(tmp5, (32 - 1));
38239
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9603
    negl(tmp5);
42587
80c66fce4b3b 8165287: fix compress intrinsics to produce correct results with avx512
vdeshpande
parents: 42039
diff changeset
  9604
    andl(tmp5, (32 - 1));
38239
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9605
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9606
    // bail out when there is nothing to be done
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9607
    testl(tmp5, 0xFFFFFFFF);
51419
c11be049acb8 8209511: C2 asserts with UseSSE < 4 and AVX enabled: "Label was never bound to a location, but it was used as a jmp target'
thartmann
parents: 51350
diff changeset
  9608
    jcc(Assembler::zero, post_alignment);
38239
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9609
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9610
    // ~(~0 << len), where len is the # of remaining elements to process
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9611
    movl(result, 0xFFFFFFFF);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9612
    shlxl(result, result, tmp5);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9613
    notl(result);
51976
390f529f4f22 8211251: Default mask register for avx512 instructions
kvn
parents: 51857
diff changeset
  9614
    kmovdl(k3, result);
390f529f4f22 8211251: Default mask register for avx512 instructions
kvn
parents: 51857
diff changeset
  9615
390f529f4f22 8211251: Default mask register for avx512 instructions
kvn
parents: 51857
diff changeset
  9616
    evmovdquw(tmp1Reg, k3, Address(src, 0), Assembler::AVX_512bit);
390f529f4f22 8211251: Default mask register for avx512 instructions
kvn
parents: 51857
diff changeset
  9617
    evpcmpuw(k2, k3, tmp1Reg, tmp2Reg, Assembler::le, Assembler::AVX_512bit);
390f529f4f22 8211251: Default mask register for avx512 instructions
kvn
parents: 51857
diff changeset
  9618
    ktestd(k2, k3);
390f529f4f22 8211251: Default mask register for avx512 instructions
kvn
parents: 51857
diff changeset
  9619
    jcc(Assembler::carryClear, return_zero);
390f529f4f22 8211251: Default mask register for avx512 instructions
kvn
parents: 51857
diff changeset
  9620
390f529f4f22 8211251: Default mask register for avx512 instructions
kvn
parents: 51857
diff changeset
  9621
    evpmovwb(Address(dst, 0), k3, tmp1Reg, Assembler::AVX_512bit);
38239
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9622
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9623
    addptr(src, tmp5);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9624
    addptr(src, tmp5);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9625
    addptr(dst, tmp5);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9626
    subl(len, tmp5);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9627
51419
c11be049acb8 8209511: C2 asserts with UseSSE < 4 and AVX enabled: "Label was never bound to a location, but it was used as a jmp target'
thartmann
parents: 51350
diff changeset
  9628
    bind(post_alignment);
c11be049acb8 8209511: C2 asserts with UseSSE < 4 and AVX enabled: "Label was never bound to a location, but it was used as a jmp target'
thartmann
parents: 51350
diff changeset
  9629
    // end of alignment
38239
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9630
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9631
    movl(tmp5, len);
42587
80c66fce4b3b 8165287: fix compress intrinsics to produce correct results with avx512
vdeshpande
parents: 42039
diff changeset
  9632
    andl(tmp5, (32 - 1));    // tail count (in chars)
38239
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9633
    andl(len, ~(32 - 1));    // vector count (in chars)
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9634
    jcc(Assembler::zero, copy_loop_tail);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9635
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9636
    lea(src, Address(src, len, Address::times_2));
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9637
    lea(dst, Address(dst, len, Address::times_1));
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9638
    negptr(len);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9639
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9640
    bind(copy_32_loop);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9641
    evmovdquw(tmp1Reg, Address(src, len, Address::times_2), Assembler::AVX_512bit);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9642
    evpcmpuw(k2, tmp1Reg, tmp2Reg, Assembler::le, Assembler::AVX_512bit);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9643
    kortestdl(k2, k2);
51976
390f529f4f22 8211251: Default mask register for avx512 instructions
kvn
parents: 51857
diff changeset
  9644
    jcc(Assembler::carryClear, return_zero);
38239
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9645
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9646
    // All elements in current processed chunk are valid candidates for
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9647
    // compression. Write a truncated byte elements to the memory.
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9648
    evpmovwb(Address(dst, len, Address::times_1), tmp1Reg, Assembler::AVX_512bit);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9649
    addptr(len, 32);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9650
    jcc(Assembler::notZero, copy_32_loop);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9651
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9652
    bind(copy_loop_tail);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9653
    // bail out when there is nothing to be done
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9654
    testl(tmp5, 0xFFFFFFFF);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9655
    jcc(Assembler::zero, return_length);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9656
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9657
    movl(len, tmp5);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9658
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9659
    // ~(~0 << len), where len is the # of remaining elements to process
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9660
    movl(result, 0xFFFFFFFF);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9661
    shlxl(result, result, len);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9662
    notl(result);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9663
51976
390f529f4f22 8211251: Default mask register for avx512 instructions
kvn
parents: 51857
diff changeset
  9664
    kmovdl(k3, result);
390f529f4f22 8211251: Default mask register for avx512 instructions
kvn
parents: 51857
diff changeset
  9665
390f529f4f22 8211251: Default mask register for avx512 instructions
kvn
parents: 51857
diff changeset
  9666
    evmovdquw(tmp1Reg, k3, Address(src, 0), Assembler::AVX_512bit);
390f529f4f22 8211251: Default mask register for avx512 instructions
kvn
parents: 51857
diff changeset
  9667
    evpcmpuw(k2, k3, tmp1Reg, tmp2Reg, Assembler::le, Assembler::AVX_512bit);
390f529f4f22 8211251: Default mask register for avx512 instructions
kvn
parents: 51857
diff changeset
  9668
    ktestd(k2, k3);
390f529f4f22 8211251: Default mask register for avx512 instructions
kvn
parents: 51857
diff changeset
  9669
    jcc(Assembler::carryClear, return_zero);
390f529f4f22 8211251: Default mask register for avx512 instructions
kvn
parents: 51857
diff changeset
  9670
390f529f4f22 8211251: Default mask register for avx512 instructions
kvn
parents: 51857
diff changeset
  9671
    evpmovwb(Address(dst, 0), k3, tmp1Reg, Assembler::AVX_512bit);
38239
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9672
    jmp(return_length);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9673
51419
c11be049acb8 8209511: C2 asserts with UseSSE < 4 and AVX enabled: "Label was never bound to a location, but it was used as a jmp target'
thartmann
parents: 51350
diff changeset
  9674
    bind(below_threshold);
c11be049acb8 8209511: C2 asserts with UseSSE < 4 and AVX enabled: "Label was never bound to a location, but it was used as a jmp target'
thartmann
parents: 51350
diff changeset
  9675
  }
c11be049acb8 8209511: C2 asserts with UseSSE < 4 and AVX enabled: "Label was never bound to a location, but it was used as a jmp target'
thartmann
parents: 51350
diff changeset
  9676
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9677
  if (UseSSE42Intrinsics) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9678
    Label copy_32_loop, copy_16, copy_tail;
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9679
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9680
    movl(result, len);
38239
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9681
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9682
    movl(tmp5, 0xff00ff00);   // create mask to test for Unicode chars in vectors
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9683
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9684
    // vectored compression
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9685
    andl(len, 0xfffffff0);    // vector count (in chars)
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9686
    andl(result, 0x0000000f);    // tail count (in chars)
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9687
    testl(len, len);
51633
21154cb84d2a 8209594: guarantee(this->is8bit(imm8)) failed: Short forward jump exceeds 8-bit offset
kvn
parents: 51464
diff changeset
  9688
    jcc(Assembler::zero, copy_16);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9689
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9690
    // compress 16 chars per iter
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9691
    movdl(tmp1Reg, tmp5);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9692
    pshufd(tmp1Reg, tmp1Reg, 0);   // store Unicode mask in tmp1Reg
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9693
    pxor(tmp4Reg, tmp4Reg);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9694
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9695
    lea(src, Address(src, len, Address::times_2));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9696
    lea(dst, Address(dst, len, Address::times_1));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9697
    negptr(len);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9698
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9699
    bind(copy_32_loop);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9700
    movdqu(tmp2Reg, Address(src, len, Address::times_2));     // load 1st 8 characters
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9701
    por(tmp4Reg, tmp2Reg);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9702
    movdqu(tmp3Reg, Address(src, len, Address::times_2, 16)); // load next 8 characters
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9703
    por(tmp4Reg, tmp3Reg);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9704
    ptest(tmp4Reg, tmp1Reg);       // check for Unicode chars in next vector
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9705
    jcc(Assembler::notZero, return_zero);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9706
    packuswb(tmp2Reg, tmp3Reg);    // only ASCII chars; compress each to 1 byte
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9707
    movdqu(Address(dst, len, Address::times_1), tmp2Reg);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9708
    addptr(len, 16);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9709
    jcc(Assembler::notZero, copy_32_loop);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9710
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9711
    // compress next vector of 8 chars (if any)
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9712
    bind(copy_16);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9713
    movl(len, result);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9714
    andl(len, 0xfffffff8);    // vector count (in chars)
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9715
    andl(result, 0x00000007);    // tail count (in chars)
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9716
    testl(len, len);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9717
    jccb(Assembler::zero, copy_tail);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9718
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9719
    movdl(tmp1Reg, tmp5);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9720
    pshufd(tmp1Reg, tmp1Reg, 0);   // store Unicode mask in tmp1Reg
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9721
    pxor(tmp3Reg, tmp3Reg);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9722
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9723
    movdqu(tmp2Reg, Address(src, 0));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9724
    ptest(tmp2Reg, tmp1Reg);       // check for Unicode chars in vector
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9725
    jccb(Assembler::notZero, return_zero);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9726
    packuswb(tmp2Reg, tmp3Reg);    // only LATIN1 chars; compress each to 1 byte
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9727
    movq(Address(dst, 0), tmp2Reg);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9728
    addptr(src, 16);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9729
    addptr(dst, 8);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9730
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9731
    bind(copy_tail);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9732
    movl(len, result);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9733
  }
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9734
  // compress 1 char per iter
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9735
  testl(len, len);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9736
  jccb(Assembler::zero, return_length);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9737
  lea(src, Address(src, len, Address::times_2));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9738
  lea(dst, Address(dst, len, Address::times_1));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9739
  negptr(len);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9740
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9741
  bind(copy_chars_loop);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9742
  load_unsigned_short(result, Address(src, len, Address::times_2));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9743
  testl(result, 0xff00);      // check if Unicode char
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9744
  jccb(Assembler::notZero, return_zero);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9745
  movb(Address(dst, len, Address::times_1), result);  // ASCII char; compress to 1 byte
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9746
  increment(len);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9747
  jcc(Assembler::notZero, copy_chars_loop);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9748
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9749
  // if compression succeeded, return length
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9750
  bind(return_length);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9751
  pop(result);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9752
  jmpb(done);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9753
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9754
  // if compression failed, return 0
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9755
  bind(return_zero);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9756
  xorl(result, result);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9757
  addptr(rsp, wordSize);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9758
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9759
  bind(done);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9760
}
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9761
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9762
// Inflate byte[] array to char[].
38239
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9763
//   ..\jdk\src\java.base\share\classes\java\lang\StringLatin1.java
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9764
//   @HotSpotIntrinsicCandidate
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9765
//   private static void inflate(byte[] src, int srcOff, char[] dst, int dstOff, int len) {
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9766
//     for (int i = 0; i < len; i++) {
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9767
//       dst[dstOff++] = (char)(src[srcOff++] & 0xff);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9768
//     }
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9769
//   }
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9770
void MacroAssembler::byte_array_inflate(Register src, Register dst, Register len,
38239
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9771
  XMMRegister tmp1, Register tmp2) {
58462
c6f1226cfb72 8221092: UseAVX=3 has performance degredation on Skylake (X7) processors
vdeshpande
parents: 58421
diff changeset
  9772
  Label copy_chars_loop, done, below_threshold, avx3_threshold;
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9773
  // rsi: src
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9774
  // rdi: dst
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9775
  // rdx: len
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9776
  // rcx: tmp2
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9777
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9778
  // rsi holds start addr of source byte[] to be inflated
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9779
  // rdi holds start addr of destination char[]
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9780
  // rdx holds length
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9781
  assert_different_registers(src, dst, len, tmp2);
58462
c6f1226cfb72 8221092: UseAVX=3 has performance degredation on Skylake (X7) processors
vdeshpande
parents: 58421
diff changeset
  9782
  movl(tmp2, len);
38239
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9783
  if ((UseAVX > 2) && // AVX512
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9784
    VM_Version::supports_avx512vlbw() &&
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9785
    VM_Version::supports_bmi2()) {
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9786
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9787
    Label copy_32_loop, copy_tail;
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9788
    Register tmp3_aliased = len;
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9789
51419
c11be049acb8 8209511: C2 asserts with UseSSE < 4 and AVX enabled: "Label was never bound to a location, but it was used as a jmp target'
thartmann
parents: 51350
diff changeset
  9790
    // if length of the string is less than 16, handle it in an old fashioned way
38239
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9791
    testl(len, -16);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9792
    jcc(Assembler::zero, below_threshold);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9793
58462
c6f1226cfb72 8221092: UseAVX=3 has performance degredation on Skylake (X7) processors
vdeshpande
parents: 58421
diff changeset
  9794
    testl(len, -1 * AVX3Threshold);
c6f1226cfb72 8221092: UseAVX=3 has performance degredation on Skylake (X7) processors
vdeshpande
parents: 58421
diff changeset
  9795
    jcc(Assembler::zero, avx3_threshold);
c6f1226cfb72 8221092: UseAVX=3 has performance degredation on Skylake (X7) processors
vdeshpande
parents: 58421
diff changeset
  9796
38239
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9797
    // In order to use only one arithmetic operation for the main loop we use
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9798
    // this pre-calculation
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9799
    andl(tmp2, (32 - 1)); // tail count (in chars), 32 element wide loop
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9800
    andl(len, -32);     // vector count
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9801
    jccb(Assembler::zero, copy_tail);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9802
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9803
    lea(src, Address(src, len, Address::times_1));
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9804
    lea(dst, Address(dst, len, Address::times_2));
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9805
    negptr(len);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9806
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9807
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9808
    // inflate 32 chars per iter
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9809
    bind(copy_32_loop);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9810
    vpmovzxbw(tmp1, Address(src, len, Address::times_1), Assembler::AVX_512bit);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9811
    evmovdquw(Address(dst, len, Address::times_2), tmp1, Assembler::AVX_512bit);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9812
    addptr(len, 32);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9813
    jcc(Assembler::notZero, copy_32_loop);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9814
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9815
    bind(copy_tail);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9816
    // bail out when there is nothing to be done
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9817
    testl(tmp2, -1); // we don't destroy the contents of tmp2 here
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9818
    jcc(Assembler::zero, done);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9819
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9820
    // ~(~0 << length), where length is the # of remaining elements to process
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9821
    movl(tmp3_aliased, -1);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9822
    shlxl(tmp3_aliased, tmp3_aliased, tmp2);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9823
    notl(tmp3_aliased);
51976
390f529f4f22 8211251: Default mask register for avx512 instructions
kvn
parents: 51857
diff changeset
  9824
    kmovdl(k2, tmp3_aliased);
390f529f4f22 8211251: Default mask register for avx512 instructions
kvn
parents: 51857
diff changeset
  9825
    evpmovzxbw(tmp1, k2, Address(src, 0), Assembler::AVX_512bit);
390f529f4f22 8211251: Default mask register for avx512 instructions
kvn
parents: 51857
diff changeset
  9826
    evmovdquw(Address(dst, 0), k2, tmp1, Assembler::AVX_512bit);
390f529f4f22 8211251: Default mask register for avx512 instructions
kvn
parents: 51857
diff changeset
  9827
38239
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9828
    jmp(done);
58462
c6f1226cfb72 8221092: UseAVX=3 has performance degredation on Skylake (X7) processors
vdeshpande
parents: 58421
diff changeset
  9829
    bind(avx3_threshold);
38239
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9830
  }
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9831
  if (UseSSE42Intrinsics) {
38239
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9832
    Label copy_16_loop, copy_8_loop, copy_bytes, copy_new_tail, copy_tail;
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9833
38239
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9834
    if (UseAVX > 1) {
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9835
      andl(tmp2, (16 - 1));
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9836
      andl(len, -16);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9837
      jccb(Assembler::zero, copy_new_tail);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9838
    } else {
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9839
      andl(tmp2, 0x00000007);   // tail count (in chars)
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9840
      andl(len, 0xfffffff8);    // vector count (in chars)
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9841
      jccb(Assembler::zero, copy_tail);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9842
    }
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9843
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9844
    // vectored inflation
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9845
    lea(src, Address(src, len, Address::times_1));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9846
    lea(dst, Address(dst, len, Address::times_2));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9847
    negptr(len);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9848
38239
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9849
    if (UseAVX > 1) {
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9850
      bind(copy_16_loop);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9851
      vpmovzxbw(tmp1, Address(src, len, Address::times_1), Assembler::AVX_256bit);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9852
      vmovdqu(Address(dst, len, Address::times_2), tmp1);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9853
      addptr(len, 16);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9854
      jcc(Assembler::notZero, copy_16_loop);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9855
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9856
      bind(below_threshold);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9857
      bind(copy_new_tail);
58462
c6f1226cfb72 8221092: UseAVX=3 has performance degredation on Skylake (X7) processors
vdeshpande
parents: 58421
diff changeset
  9858
      movl(len, tmp2);
38239
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9859
      andl(tmp2, 0x00000007);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9860
      andl(len, 0xFFFFFFF8);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9861
      jccb(Assembler::zero, copy_tail);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9862
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9863
      pmovzxbw(tmp1, Address(src, 0));
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9864
      movdqu(Address(dst, 0), tmp1);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9865
      addptr(src, 8);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9866
      addptr(dst, 2 * 8);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9867
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9868
      jmp(copy_tail, true);
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9869
    }
4d8b8ba74fea 8154974: AVX-512 equipped inflate, has_negatives & compress intrinsics
kvn
parents: 38138
diff changeset
  9870
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9871
    // inflate 8 chars per iter
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9872
    bind(copy_8_loop);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9873
    pmovzxbw(tmp1, Address(src, len, Address::times_1));  // unpack to 8 words
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9874
    movdqu(Address(dst, len, Address::times_2), tmp1);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9875
    addptr(len, 8);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9876
    jcc(Assembler::notZero, copy_8_loop);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9877
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9878
    bind(copy_tail);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9879
    movl(len, tmp2);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9880
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9881
    cmpl(len, 4);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9882
    jccb(Assembler::less, copy_bytes);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9883
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9884
    movdl(tmp1, Address(src, 0));  // load 4 byte chars
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9885
    pmovzxbw(tmp1, tmp1);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9886
    movq(Address(dst, 0), tmp1);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9887
    subptr(len, 4);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9888
    addptr(src, 4);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9889
    addptr(dst, 8);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9890
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9891
    bind(copy_bytes);
51419
c11be049acb8 8209511: C2 asserts with UseSSE < 4 and AVX enabled: "Label was never bound to a location, but it was used as a jmp target'
thartmann
parents: 51350
diff changeset
  9892
  } else {
c11be049acb8 8209511: C2 asserts with UseSSE < 4 and AVX enabled: "Label was never bound to a location, but it was used as a jmp target'
thartmann
parents: 51350
diff changeset
  9893
    bind(below_threshold);
c11be049acb8 8209511: C2 asserts with UseSSE < 4 and AVX enabled: "Label was never bound to a location, but it was used as a jmp target'
thartmann
parents: 51350
diff changeset
  9894
  }
c11be049acb8 8209511: C2 asserts with UseSSE < 4 and AVX enabled: "Label was never bound to a location, but it was used as a jmp target'
thartmann
parents: 51350
diff changeset
  9895
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9896
  testl(len, len);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9897
  jccb(Assembler::zero, done);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9898
  lea(src, Address(src, len, Address::times_1));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9899
  lea(dst, Address(dst, len, Address::times_2));
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9900
  negptr(len);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9901
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9902
  // inflate 1 char per iter
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9903
  bind(copy_chars_loop);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9904
  load_unsigned_byte(tmp2, Address(src, len, Address::times_1));  // load byte char
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9905
  movw(Address(dst, len, Address::times_2), tmp2);  // inflate byte char to word
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9906
  increment(len);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9907
  jcc(Assembler::notZero, copy_chars_loop);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9908
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9909
  bind(done);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9910
}
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33198
diff changeset
  9911
57804
9b7b9f16dfd9 8224974: Implement JEP 352
adinn
parents: 57777
diff changeset
  9912
#ifdef _LP64
9b7b9f16dfd9 8224974: Implement JEP 352
adinn
parents: 57777
diff changeset
  9913
void MacroAssembler::cache_wb(Address line)
9b7b9f16dfd9 8224974: Implement JEP 352
adinn
parents: 57777
diff changeset
  9914
{
9b7b9f16dfd9 8224974: Implement JEP 352
adinn
parents: 57777
diff changeset
  9915
  // 64 bit cpus always support clflush
9b7b9f16dfd9 8224974: Implement JEP 352
adinn
parents: 57777
diff changeset
  9916
  assert(VM_Version::supports_clflush(), "clflush should be available");
9b7b9f16dfd9 8224974: Implement JEP 352
adinn
parents: 57777
diff changeset
  9917
  bool optimized = VM_Version::supports_clflushopt();
9b7b9f16dfd9 8224974: Implement JEP 352
adinn
parents: 57777
diff changeset
  9918
  bool no_evict = VM_Version::supports_clwb();
9b7b9f16dfd9 8224974: Implement JEP 352
adinn
parents: 57777
diff changeset
  9919
9b7b9f16dfd9 8224974: Implement JEP 352
adinn
parents: 57777
diff changeset
  9920
  // prefer clwb (writeback without evict) otherwise
9b7b9f16dfd9 8224974: Implement JEP 352
adinn
parents: 57777
diff changeset
  9921
  // prefer clflushopt (potentially parallel writeback with evict)
9b7b9f16dfd9 8224974: Implement JEP 352
adinn
parents: 57777
diff changeset
  9922
  // otherwise fallback on clflush (serial writeback with evict)
9b7b9f16dfd9 8224974: Implement JEP 352
adinn
parents: 57777
diff changeset
  9923
9b7b9f16dfd9 8224974: Implement JEP 352
adinn
parents: 57777
diff changeset
  9924
  if (optimized) {
9b7b9f16dfd9 8224974: Implement JEP 352
adinn
parents: 57777
diff changeset
  9925
    if (no_evict) {
9b7b9f16dfd9 8224974: Implement JEP 352
adinn
parents: 57777
diff changeset
  9926
      clwb(line);
9b7b9f16dfd9 8224974: Implement JEP 352
adinn
parents: 57777
diff changeset
  9927
    } else {
9b7b9f16dfd9 8224974: Implement JEP 352
adinn
parents: 57777
diff changeset
  9928
      clflushopt(line);
9b7b9f16dfd9 8224974: Implement JEP 352
adinn
parents: 57777
diff changeset
  9929
    }
9b7b9f16dfd9 8224974: Implement JEP 352
adinn
parents: 57777
diff changeset
  9930
  } else {
9b7b9f16dfd9 8224974: Implement JEP 352
adinn
parents: 57777
diff changeset
  9931
    // no need for fence when using CLFLUSH
9b7b9f16dfd9 8224974: Implement JEP 352
adinn
parents: 57777
diff changeset
  9932
    clflush(line);
9b7b9f16dfd9 8224974: Implement JEP 352
adinn
parents: 57777
diff changeset
  9933
  }
9b7b9f16dfd9 8224974: Implement JEP 352
adinn
parents: 57777
diff changeset
  9934
}
9b7b9f16dfd9 8224974: Implement JEP 352
adinn
parents: 57777
diff changeset
  9935
9b7b9f16dfd9 8224974: Implement JEP 352
adinn
parents: 57777
diff changeset
  9936
void MacroAssembler::cache_wbsync(bool is_pre)
9b7b9f16dfd9 8224974: Implement JEP 352
adinn
parents: 57777
diff changeset
  9937
{
9b7b9f16dfd9 8224974: Implement JEP 352
adinn
parents: 57777
diff changeset
  9938
  assert(VM_Version::supports_clflush(), "clflush should be available");
9b7b9f16dfd9 8224974: Implement JEP 352
adinn
parents: 57777
diff changeset
  9939
  bool optimized = VM_Version::supports_clflushopt();
9b7b9f16dfd9 8224974: Implement JEP 352
adinn
parents: 57777
diff changeset
  9940
  bool no_evict = VM_Version::supports_clwb();
9b7b9f16dfd9 8224974: Implement JEP 352
adinn
parents: 57777
diff changeset
  9941
9b7b9f16dfd9 8224974: Implement JEP 352
adinn
parents: 57777
diff changeset
  9942
  // pick the correct implementation
9b7b9f16dfd9 8224974: Implement JEP 352
adinn
parents: 57777
diff changeset
  9943
9b7b9f16dfd9 8224974: Implement JEP 352
adinn
parents: 57777
diff changeset
  9944
  if (!is_pre && (optimized || no_evict)) {
9b7b9f16dfd9 8224974: Implement JEP 352
adinn
parents: 57777
diff changeset
  9945
    // need an sfence for post flush when using clflushopt or clwb
9b7b9f16dfd9 8224974: Implement JEP 352
adinn
parents: 57777
diff changeset
  9946
    // otherwise no no need for any synchroniaztion
9b7b9f16dfd9 8224974: Implement JEP 352
adinn
parents: 57777
diff changeset
  9947
9b7b9f16dfd9 8224974: Implement JEP 352
adinn
parents: 57777
diff changeset
  9948
    sfence();
9b7b9f16dfd9 8224974: Implement JEP 352
adinn
parents: 57777
diff changeset
  9949
  }
9b7b9f16dfd9 8224974: Implement JEP 352
adinn
parents: 57777
diff changeset
  9950
}
9b7b9f16dfd9 8224974: Implement JEP 352
adinn
parents: 57777
diff changeset
  9951
#endif // _LP64
9b7b9f16dfd9 8224974: Implement JEP 352
adinn
parents: 57777
diff changeset
  9952
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  9953
Assembler::Condition MacroAssembler::negate_condition(Assembler::Condition cond) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  9954
  switch (cond) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  9955
    // Note some conditions are synonyms for others
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  9956
    case Assembler::zero:         return Assembler::notZero;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  9957
    case Assembler::notZero:      return Assembler::zero;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  9958
    case Assembler::less:         return Assembler::greaterEqual;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  9959
    case Assembler::lessEqual:    return Assembler::greater;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  9960
    case Assembler::greater:      return Assembler::lessEqual;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  9961
    case Assembler::greaterEqual: return Assembler::less;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  9962
    case Assembler::below:        return Assembler::aboveEqual;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  9963
    case Assembler::belowEqual:   return Assembler::above;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  9964
    case Assembler::above:        return Assembler::belowEqual;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  9965
    case Assembler::aboveEqual:   return Assembler::below;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  9966
    case Assembler::overflow:     return Assembler::noOverflow;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  9967
    case Assembler::noOverflow:   return Assembler::overflow;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  9968
    case Assembler::negative:     return Assembler::positive;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  9969
    case Assembler::positive:     return Assembler::negative;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  9970
    case Assembler::parity:       return Assembler::noParity;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  9971
    case Assembler::noParity:     return Assembler::parity;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  9972
  }
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  9973
  ShouldNotReachHere(); return Assembler::overflow;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  9974
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  9975
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  9976
SkipIfEqual::SkipIfEqual(
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  9977
    MacroAssembler* masm, const bool* flag_addr, bool value) {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  9978
  _masm = masm;
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  9979
  _masm->cmp8(ExternalAddress((address)flag_addr), value);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  9980
  _masm->jcc(Assembler::equal, _label);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  9981
}
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  9982
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  9983
SkipIfEqual::~SkipIfEqual() {
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  9984
  _masm->bind(_label);
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents:
diff changeset
  9985
}
34633
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 34211
diff changeset
  9986
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 34211
diff changeset
  9987
// 32-bit Windows has its own fast-path implementation
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 34211
diff changeset
  9988
// of get_thread
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 34211
diff changeset
  9989
#if !defined(WIN32) || defined(_LP64)
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 34211
diff changeset
  9990
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 34211
diff changeset
  9991
// This is simply a call to Thread::current()
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 34211
diff changeset
  9992
void MacroAssembler::get_thread(Register thread) {
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 34211
diff changeset
  9993
  if (thread != rax) {
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 34211
diff changeset
  9994
    push(rax);
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 34211
diff changeset
  9995
  }
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 34211
diff changeset
  9996
  LP64_ONLY(push(rdi);)
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 34211
diff changeset
  9997
  LP64_ONLY(push(rsi);)
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 34211
diff changeset
  9998
  push(rdx);
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 34211
diff changeset
  9999
  push(rcx);
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 34211
diff changeset
 10000
#ifdef _LP64
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 34211
diff changeset
 10001
  push(r8);
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 34211
diff changeset
 10002
  push(r9);
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 34211
diff changeset
 10003
  push(r10);
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 34211
diff changeset
 10004
  push(r11);
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 34211
diff changeset
 10005
#endif
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 34211
diff changeset
 10006
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 34211
diff changeset
 10007
  MacroAssembler::call_VM_leaf_base(CAST_FROM_FN_PTR(address, Thread::current), 0);
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 34211
diff changeset
 10008
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 34211
diff changeset
 10009
#ifdef _LP64
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 34211
diff changeset
 10010
  pop(r11);
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 34211
diff changeset
 10011
  pop(r10);
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 34211
diff changeset
 10012
  pop(r9);
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 34211
diff changeset
 10013
  pop(r8);
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 34211
diff changeset
 10014
#endif
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 34211
diff changeset
 10015
  pop(rcx);
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 34211
diff changeset
 10016
  pop(rdx);
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 34211
diff changeset
 10017
  LP64_ONLY(pop(rsi);)
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 34211
diff changeset
 10018
  LP64_ONLY(pop(rdi);)
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 34211
diff changeset
 10019
  if (thread != rax) {
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 34211
diff changeset
 10020
    mov(thread, rax);
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 34211
diff changeset
 10021
    pop(rax);
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 34211
diff changeset
 10022
  }
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 34211
diff changeset
 10023
}
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 34211
diff changeset
 10024
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 34211
diff changeset
 10025
#endif