annotate src/cpu/sparc/vm/macroAssembler_sparc.hpp @ 7420:18d56ca3e901

8004548: remove unused AbstractAssembler::print(Label&) Reviewed-by: kvn, twisti Contributed-by: Bharadwaj Yadavalli <bharadwaj.yadavalli@oracle.com>
author twisti
date Mon, 17 Dec 2012 11:00:22 -0800
parents f0c2369fda5a
children db9981fd3124
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7204
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1 /*
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
2 * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
4 *
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
5 * This code is free software; you can redistribute it and/or modify it
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
6 * under the terms of the GNU General Public License version 2 only, as
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
7 * published by the Free Software Foundation.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
8 *
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
9 * This code is distributed in the hope that it will be useful, but WITHOUT
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
12 * version 2 for more details (a copy is included in the LICENSE file that
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
13 * accompanied this code).
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
14 *
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
15 * You should have received a copy of the GNU General Public License version
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
16 * 2 along with this work; if not, write to the Free Software Foundation,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
18 *
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
20 * or visit www.oracle.com if you need additional information or have any
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
21 * questions.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
22 *
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
23 */
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
24
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
25 #ifndef CPU_SPARC_VM_MACROASSEMBLER_SPARC_HPP
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
26 #define CPU_SPARC_VM_MACROASSEMBLER_SPARC_HPP
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
27
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
28 #include "asm/assembler.hpp"
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
29
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
30 // <sys/trap.h> promises that the system will not use traps 16-31
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
31 #define ST_RESERVED_FOR_USER_0 0x10
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
32
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
33 class BiasedLockingCounters;
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
34
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
35
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
36 // Register aliases for parts of the system:
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
37
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
38 // 64 bit values can be kept in g1-g5, o1-o5 and o7 and all 64 bits are safe
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
39 // across context switches in V8+ ABI. Of course, there are no 64 bit regs
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
40 // in V8 ABI. All 64 bits are preserved in V9 ABI for all registers.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
41
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
42 // g2-g4 are scratch registers called "application globals". Their
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
43 // meaning is reserved to the "compilation system"--which means us!
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
44 // They are are not supposed to be touched by ordinary C code, although
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
45 // highly-optimized C code might steal them for temps. They are safe
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
46 // across thread switches, and the ABI requires that they be safe
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
47 // across function calls.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
48 //
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
49 // g1 and g3 are touched by more modules. V8 allows g1 to be clobbered
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
50 // across func calls, and V8+ also allows g5 to be clobbered across
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
51 // func calls. Also, g1 and g5 can get touched while doing shared
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
52 // library loading.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
53 //
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
54 // We must not touch g7 (it is the thread-self register) and g6 is
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
55 // reserved for certain tools. g0, of course, is always zero.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
56 //
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
57 // (Sources: SunSoft Compilers Group, thread library engineers.)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
58
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
59 // %%%% The interpreter should be revisited to reduce global scratch regs.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
60
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
61 // This global always holds the current JavaThread pointer:
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
62
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
63 REGISTER_DECLARATION(Register, G2_thread , G2);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
64 REGISTER_DECLARATION(Register, G6_heapbase , G6);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
65
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
66 // The following globals are part of the Java calling convention:
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
67
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
68 REGISTER_DECLARATION(Register, G5_method , G5);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
69 REGISTER_DECLARATION(Register, G5_megamorphic_method , G5_method);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
70 REGISTER_DECLARATION(Register, G5_inline_cache_reg , G5_method);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
71
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
72 // The following globals are used for the new C1 & interpreter calling convention:
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
73 REGISTER_DECLARATION(Register, Gargs , G4); // pointing to the last argument
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
74
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
75 // This local is used to preserve G2_thread in the interpreter and in stubs:
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
76 REGISTER_DECLARATION(Register, L7_thread_cache , L7);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
77
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
78 // These globals are used as scratch registers in the interpreter:
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
79
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
80 REGISTER_DECLARATION(Register, Gframe_size , G1); // SAME REG as G1_scratch
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
81 REGISTER_DECLARATION(Register, G1_scratch , G1); // also SAME
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
82 REGISTER_DECLARATION(Register, G3_scratch , G3);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
83 REGISTER_DECLARATION(Register, G4_scratch , G4);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
84
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
85 // These globals are used as short-lived scratch registers in the compiler:
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
86
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
87 REGISTER_DECLARATION(Register, Gtemp , G5);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
88
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
89 // JSR 292 fixed register usages:
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
90 REGISTER_DECLARATION(Register, G5_method_type , G5);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
91 REGISTER_DECLARATION(Register, G3_method_handle , G3);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
92 REGISTER_DECLARATION(Register, L7_mh_SP_save , L7);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
93
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
94 // The compiler requires that G5_megamorphic_method is G5_inline_cache_klass,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
95 // because a single patchable "set" instruction (NativeMovConstReg,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
96 // or NativeMovConstPatching for compiler1) instruction
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
97 // serves to set up either quantity, depending on whether the compiled
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
98 // call site is an inline cache or is megamorphic. See the function
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
99 // CompiledIC::set_to_megamorphic.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
100 //
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
101 // If a inline cache targets an interpreted method, then the
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
102 // G5 register will be used twice during the call. First,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
103 // the call site will be patched to load a compiledICHolder
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
104 // into G5. (This is an ordered pair of ic_klass, method.)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
105 // The c2i adapter will first check the ic_klass, then load
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
106 // G5_method with the method part of the pair just before
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
107 // jumping into the interpreter.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
108 //
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
109 // Note that G5_method is only the method-self for the interpreter,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
110 // and is logically unrelated to G5_megamorphic_method.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
111 //
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
112 // Invariants on G2_thread (the JavaThread pointer):
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
113 // - it should not be used for any other purpose anywhere
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
114 // - it must be re-initialized by StubRoutines::call_stub()
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
115 // - it must be preserved around every use of call_VM
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
116
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
117 // We can consider using g2/g3/g4 to cache more values than the
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
118 // JavaThread, such as the card-marking base or perhaps pointers into
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
119 // Eden. It's something of a waste to use them as scratch temporaries,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
120 // since they are not supposed to be volatile. (Of course, if we find
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
121 // that Java doesn't benefit from application globals, then we can just
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
122 // use them as ordinary temporaries.)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
123 //
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
124 // Since g1 and g5 (and/or g6) are the volatile (caller-save) registers,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
125 // it makes sense to use them routinely for procedure linkage,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
126 // whenever the On registers are not applicable. Examples: G5_method,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
127 // G5_inline_cache_klass, and a double handful of miscellaneous compiler
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
128 // stubs. This means that compiler stubs, etc., should be kept to a
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
129 // maximum of two or three G-register arguments.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
130
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
131
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
132 // stub frames
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
133
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
134 REGISTER_DECLARATION(Register, Lentry_args , L0); // pointer to args passed to callee (interpreter) not stub itself
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
135
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
136 // Interpreter frames
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
137
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
138 #ifdef CC_INTERP
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
139 REGISTER_DECLARATION(Register, Lstate , L0); // interpreter state object pointer
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
140 REGISTER_DECLARATION(Register, L1_scratch , L1); // scratch
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
141 REGISTER_DECLARATION(Register, Lmirror , L1); // mirror (for native methods only)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
142 REGISTER_DECLARATION(Register, L2_scratch , L2);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
143 REGISTER_DECLARATION(Register, L3_scratch , L3);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
144 REGISTER_DECLARATION(Register, L4_scratch , L4);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
145 REGISTER_DECLARATION(Register, Lscratch , L5); // C1 uses
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
146 REGISTER_DECLARATION(Register, Lscratch2 , L6); // C1 uses
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
147 REGISTER_DECLARATION(Register, L7_scratch , L7); // constant pool cache
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
148 REGISTER_DECLARATION(Register, O5_savedSP , O5);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
149 REGISTER_DECLARATION(Register, I5_savedSP , I5); // Saved SP before bumping for locals. This is simply
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
150 // a copy SP, so in 64-bit it's a biased value. The bias
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
151 // is added and removed as needed in the frame code.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
152 // Interface to signature handler
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
153 REGISTER_DECLARATION(Register, Llocals , L7); // pointer to locals for signature handler
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
154 REGISTER_DECLARATION(Register, Lmethod , L6); // Method* when calling signature handler
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
155
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
156 #else
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
157 REGISTER_DECLARATION(Register, Lesp , L0); // expression stack pointer
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
158 REGISTER_DECLARATION(Register, Lbcp , L1); // pointer to next bytecode
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
159 REGISTER_DECLARATION(Register, Lmethod , L2);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
160 REGISTER_DECLARATION(Register, Llocals , L3);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
161 REGISTER_DECLARATION(Register, Largs , L3); // pointer to locals for signature handler
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
162 // must match Llocals in asm interpreter
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
163 REGISTER_DECLARATION(Register, Lmonitors , L4);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
164 REGISTER_DECLARATION(Register, Lbyte_code , L5);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
165 // When calling out from the interpreter we record SP so that we can remove any extra stack
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
166 // space allocated during adapter transitions. This register is only live from the point
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
167 // of the call until we return.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
168 REGISTER_DECLARATION(Register, Llast_SP , L5);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
169 REGISTER_DECLARATION(Register, Lscratch , L5);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
170 REGISTER_DECLARATION(Register, Lscratch2 , L6);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
171 REGISTER_DECLARATION(Register, LcpoolCache , L6); // constant pool cache
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
172
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
173 REGISTER_DECLARATION(Register, O5_savedSP , O5);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
174 REGISTER_DECLARATION(Register, I5_savedSP , I5); // Saved SP before bumping for locals. This is simply
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
175 // a copy SP, so in 64-bit it's a biased value. The bias
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
176 // is added and removed as needed in the frame code.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
177 REGISTER_DECLARATION(Register, IdispatchTables , I4); // Base address of the bytecode dispatch tables
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
178 REGISTER_DECLARATION(Register, IdispatchAddress , I3); // Register which saves the dispatch address for each bytecode
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
179 REGISTER_DECLARATION(Register, ImethodDataPtr , I2); // Pointer to the current method data
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
180 #endif /* CC_INTERP */
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
181
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
182 // NOTE: Lscratch2 and LcpoolCache point to the same registers in
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
183 // the interpreter code. If Lscratch2 needs to be used for some
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
184 // purpose than LcpoolCache should be restore after that for
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
185 // the interpreter to work right
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
186 // (These assignments must be compatible with L7_thread_cache; see above.)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
187
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
188 // Since Lbcp points into the middle of the method object,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
189 // it is temporarily converted into a "bcx" during GC.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
190
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
191 // Exception processing
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
192 // These registers are passed into exception handlers.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
193 // All exception handlers require the exception object being thrown.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
194 // In addition, an nmethod's exception handler must be passed
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
195 // the address of the call site within the nmethod, to allow
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
196 // proper selection of the applicable catch block.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
197 // (Interpreter frames use their own bcp() for this purpose.)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
198 //
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
199 // The Oissuing_pc value is not always needed. When jumping to a
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
200 // handler that is known to be interpreted, the Oissuing_pc value can be
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
201 // omitted. An actual catch block in compiled code receives (from its
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
202 // nmethod's exception handler) the thrown exception in the Oexception,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
203 // but it doesn't need the Oissuing_pc.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
204 //
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
205 // If an exception handler (either interpreted or compiled)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
206 // discovers there is no applicable catch block, it updates
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
207 // the Oissuing_pc to the continuation PC of its own caller,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
208 // pops back to that caller's stack frame, and executes that
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
209 // caller's exception handler. Obviously, this process will
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
210 // iterate until the control stack is popped back to a method
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
211 // containing an applicable catch block. A key invariant is
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
212 // that the Oissuing_pc value is always a value local to
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
213 // the method whose exception handler is currently executing.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
214 //
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
215 // Note: The issuing PC value is __not__ a raw return address (I7 value).
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
216 // It is a "return pc", the address __following__ the call.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
217 // Raw return addresses are converted to issuing PCs by frame::pc(),
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
218 // or by stubs. Issuing PCs can be used directly with PC range tables.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
219 //
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
220 REGISTER_DECLARATION(Register, Oexception , O0); // exception being thrown
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
221 REGISTER_DECLARATION(Register, Oissuing_pc , O1); // where the exception is coming from
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
222
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
223
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
224 // These must occur after the declarations above
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
225 #ifndef DONT_USE_REGISTER_DEFINES
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
226
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
227 #define Gthread AS_REGISTER(Register, Gthread)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
228 #define Gmethod AS_REGISTER(Register, Gmethod)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
229 #define Gmegamorphic_method AS_REGISTER(Register, Gmegamorphic_method)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
230 #define Ginline_cache_reg AS_REGISTER(Register, Ginline_cache_reg)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
231 #define Gargs AS_REGISTER(Register, Gargs)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
232 #define Lthread_cache AS_REGISTER(Register, Lthread_cache)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
233 #define Gframe_size AS_REGISTER(Register, Gframe_size)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
234 #define Gtemp AS_REGISTER(Register, Gtemp)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
235
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
236 #ifdef CC_INTERP
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
237 #define Lstate AS_REGISTER(Register, Lstate)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
238 #define Lesp AS_REGISTER(Register, Lesp)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
239 #define L1_scratch AS_REGISTER(Register, L1_scratch)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
240 #define Lmirror AS_REGISTER(Register, Lmirror)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
241 #define L2_scratch AS_REGISTER(Register, L2_scratch)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
242 #define L3_scratch AS_REGISTER(Register, L3_scratch)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
243 #define L4_scratch AS_REGISTER(Register, L4_scratch)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
244 #define Lscratch AS_REGISTER(Register, Lscratch)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
245 #define Lscratch2 AS_REGISTER(Register, Lscratch2)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
246 #define L7_scratch AS_REGISTER(Register, L7_scratch)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
247 #define Ostate AS_REGISTER(Register, Ostate)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
248 #else
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
249 #define Lesp AS_REGISTER(Register, Lesp)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
250 #define Lbcp AS_REGISTER(Register, Lbcp)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
251 #define Lmethod AS_REGISTER(Register, Lmethod)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
252 #define Llocals AS_REGISTER(Register, Llocals)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
253 #define Lmonitors AS_REGISTER(Register, Lmonitors)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
254 #define Lbyte_code AS_REGISTER(Register, Lbyte_code)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
255 #define Lscratch AS_REGISTER(Register, Lscratch)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
256 #define Lscratch2 AS_REGISTER(Register, Lscratch2)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
257 #define LcpoolCache AS_REGISTER(Register, LcpoolCache)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
258 #endif /* ! CC_INTERP */
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
259
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
260 #define Lentry_args AS_REGISTER(Register, Lentry_args)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
261 #define I5_savedSP AS_REGISTER(Register, I5_savedSP)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
262 #define O5_savedSP AS_REGISTER(Register, O5_savedSP)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
263 #define IdispatchAddress AS_REGISTER(Register, IdispatchAddress)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
264 #define ImethodDataPtr AS_REGISTER(Register, ImethodDataPtr)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
265 #define IdispatchTables AS_REGISTER(Register, IdispatchTables)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
266
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
267 #define Oexception AS_REGISTER(Register, Oexception)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
268 #define Oissuing_pc AS_REGISTER(Register, Oissuing_pc)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
269
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
270 #endif
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
271
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
272
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
273 // Address is an abstraction used to represent a memory location.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
274 //
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
275 // Note: A register location is represented via a Register, not
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
276 // via an address for efficiency & simplicity reasons.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
277
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
278 class Address VALUE_OBJ_CLASS_SPEC {
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
279 private:
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
280 Register _base; // Base register.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
281 RegisterOrConstant _index_or_disp; // Index register or constant displacement.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
282 RelocationHolder _rspec;
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
283
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
284 public:
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
285 Address() : _base(noreg), _index_or_disp(noreg) {}
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
286
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
287 Address(Register base, RegisterOrConstant index_or_disp)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
288 : _base(base),
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
289 _index_or_disp(index_or_disp) {
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
290 }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
291
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
292 Address(Register base, Register index)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
293 : _base(base),
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
294 _index_or_disp(index) {
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
295 }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
296
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
297 Address(Register base, int disp)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
298 : _base(base),
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
299 _index_or_disp(disp) {
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
300 }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
301
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
302 #ifdef ASSERT
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
303 // ByteSize is only a class when ASSERT is defined, otherwise it's an int.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
304 Address(Register base, ByteSize disp)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
305 : _base(base),
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
306 _index_or_disp(in_bytes(disp)) {
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
307 }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
308 #endif
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
309
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
310 // accessors
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
311 Register base() const { return _base; }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
312 Register index() const { return _index_or_disp.as_register(); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
313 int disp() const { return _index_or_disp.as_constant(); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
314
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
315 bool has_index() const { return _index_or_disp.is_register(); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
316 bool has_disp() const { return _index_or_disp.is_constant(); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
317
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
318 bool uses(Register reg) const { return base() == reg || (has_index() && index() == reg); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
319
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
320 const relocInfo::relocType rtype() { return _rspec.type(); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
321 const RelocationHolder& rspec() { return _rspec; }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
322
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
323 RelocationHolder rspec(int offset) const {
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
324 return offset == 0 ? _rspec : _rspec.plus(offset);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
325 }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
326
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
327 inline bool is_simm13(int offset = 0); // check disp+offset for overflow
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
328
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
329 Address plus_disp(int plusdisp) const { // bump disp by a small amount
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
330 assert(_index_or_disp.is_constant(), "must have a displacement");
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
331 Address a(base(), disp() + plusdisp);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
332 return a;
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
333 }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
334 bool is_same_address(Address a) const {
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
335 // disregard _rspec
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
336 return base() == a.base() && (has_index() ? index() == a.index() : disp() == a.disp());
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
337 }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
338
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
339 Address after_save() const {
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
340 Address a = (*this);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
341 a._base = a._base->after_save();
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
342 return a;
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
343 }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
344
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
345 Address after_restore() const {
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
346 Address a = (*this);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
347 a._base = a._base->after_restore();
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
348 return a;
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
349 }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
350
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
351 // Convert the raw encoding form into the form expected by the
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
352 // constructor for Address.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
353 static Address make_raw(int base, int index, int scale, int disp, relocInfo::relocType disp_reloc);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
354
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
355 friend class Assembler;
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
356 };
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
357
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
358
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
359 class AddressLiteral VALUE_OBJ_CLASS_SPEC {
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
360 private:
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
361 address _address;
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
362 RelocationHolder _rspec;
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
363
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
364 RelocationHolder rspec_from_rtype(relocInfo::relocType rtype, address addr) {
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
365 switch (rtype) {
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
366 case relocInfo::external_word_type:
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
367 return external_word_Relocation::spec(addr);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
368 case relocInfo::internal_word_type:
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
369 return internal_word_Relocation::spec(addr);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
370 #ifdef _LP64
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
371 case relocInfo::opt_virtual_call_type:
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
372 return opt_virtual_call_Relocation::spec();
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
373 case relocInfo::static_call_type:
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
374 return static_call_Relocation::spec();
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
375 case relocInfo::runtime_call_type:
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
376 return runtime_call_Relocation::spec();
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
377 #endif
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
378 case relocInfo::none:
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
379 return RelocationHolder();
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
380 default:
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
381 ShouldNotReachHere();
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
382 return RelocationHolder();
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
383 }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
384 }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
385
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
386 protected:
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
387 // creation
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
388 AddressLiteral() : _address(NULL), _rspec(NULL) {}
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
389
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
390 public:
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
391 AddressLiteral(address addr, RelocationHolder const& rspec)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
392 : _address(addr),
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
393 _rspec(rspec) {}
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
394
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
395 // Some constructors to avoid casting at the call site.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
396 AddressLiteral(jobject obj, RelocationHolder const& rspec)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
397 : _address((address) obj),
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
398 _rspec(rspec) {}
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
399
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
400 AddressLiteral(intptr_t value, RelocationHolder const& rspec)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
401 : _address((address) value),
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
402 _rspec(rspec) {}
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
403
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
404 AddressLiteral(address addr, relocInfo::relocType rtype = relocInfo::none)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
405 : _address((address) addr),
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
406 _rspec(rspec_from_rtype(rtype, (address) addr)) {}
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
407
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
408 // Some constructors to avoid casting at the call site.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
409 AddressLiteral(address* addr, relocInfo::relocType rtype = relocInfo::none)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
410 : _address((address) addr),
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
411 _rspec(rspec_from_rtype(rtype, (address) addr)) {}
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
412
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
413 AddressLiteral(bool* addr, relocInfo::relocType rtype = relocInfo::none)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
414 : _address((address) addr),
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
415 _rspec(rspec_from_rtype(rtype, (address) addr)) {}
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
416
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
417 AddressLiteral(const bool* addr, relocInfo::relocType rtype = relocInfo::none)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
418 : _address((address) addr),
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
419 _rspec(rspec_from_rtype(rtype, (address) addr)) {}
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
420
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
421 AddressLiteral(signed char* addr, relocInfo::relocType rtype = relocInfo::none)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
422 : _address((address) addr),
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
423 _rspec(rspec_from_rtype(rtype, (address) addr)) {}
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
424
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
425 AddressLiteral(int* addr, relocInfo::relocType rtype = relocInfo::none)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
426 : _address((address) addr),
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
427 _rspec(rspec_from_rtype(rtype, (address) addr)) {}
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
428
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
429 AddressLiteral(intptr_t addr, relocInfo::relocType rtype = relocInfo::none)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
430 : _address((address) addr),
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
431 _rspec(rspec_from_rtype(rtype, (address) addr)) {}
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
432
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
433 #ifdef _LP64
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
434 // 32-bit complains about a multiple declaration for int*.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
435 AddressLiteral(intptr_t* addr, relocInfo::relocType rtype = relocInfo::none)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
436 : _address((address) addr),
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
437 _rspec(rspec_from_rtype(rtype, (address) addr)) {}
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
438 #endif
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
439
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
440 AddressLiteral(Metadata* addr, relocInfo::relocType rtype = relocInfo::none)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
441 : _address((address) addr),
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
442 _rspec(rspec_from_rtype(rtype, (address) addr)) {}
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
443
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
444 AddressLiteral(Metadata** addr, relocInfo::relocType rtype = relocInfo::none)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
445 : _address((address) addr),
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
446 _rspec(rspec_from_rtype(rtype, (address) addr)) {}
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
447
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
448 AddressLiteral(float* addr, relocInfo::relocType rtype = relocInfo::none)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
449 : _address((address) addr),
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
450 _rspec(rspec_from_rtype(rtype, (address) addr)) {}
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
451
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
452 AddressLiteral(double* addr, relocInfo::relocType rtype = relocInfo::none)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
453 : _address((address) addr),
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
454 _rspec(rspec_from_rtype(rtype, (address) addr)) {}
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
455
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
456 intptr_t value() const { return (intptr_t) _address; }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
457 int low10() const;
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
458
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
459 const relocInfo::relocType rtype() const { return _rspec.type(); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
460 const RelocationHolder& rspec() const { return _rspec; }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
461
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
462 RelocationHolder rspec(int offset) const {
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
463 return offset == 0 ? _rspec : _rspec.plus(offset);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
464 }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
465 };
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
466
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
467 // Convenience classes
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
468 class ExternalAddress: public AddressLiteral {
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
469 private:
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
470 static relocInfo::relocType reloc_for_target(address target) {
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
471 // Sometimes ExternalAddress is used for values which aren't
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
472 // exactly addresses, like the card table base.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
473 // external_word_type can't be used for values in the first page
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
474 // so just skip the reloc in that case.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
475 return external_word_Relocation::can_be_relocated(target) ? relocInfo::external_word_type : relocInfo::none;
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
476 }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
477
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
478 public:
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
479 ExternalAddress(address target) : AddressLiteral(target, reloc_for_target( target)) {}
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
480 ExternalAddress(Metadata** target) : AddressLiteral(target, reloc_for_target((address) target)) {}
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
481 };
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
482
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
483 inline Address RegisterImpl::address_in_saved_window() const {
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
484 return (Address(SP, (sp_offset_in_saved_window() * wordSize) + STACK_BIAS));
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
485 }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
486
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
487
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
488
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
489 // Argument is an abstraction used to represent an outgoing
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
490 // actual argument or an incoming formal parameter, whether
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
491 // it resides in memory or in a register, in a manner consistent
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
492 // with the SPARC Application Binary Interface, or ABI. This is
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
493 // often referred to as the native or C calling convention.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
494
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
495 class Argument VALUE_OBJ_CLASS_SPEC {
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
496 private:
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
497 int _number;
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
498 bool _is_in;
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
499
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
500 public:
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
501 #ifdef _LP64
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
502 enum {
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
503 n_register_parameters = 6, // only 6 registers may contain integer parameters
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
504 n_float_register_parameters = 16 // Can have up to 16 floating registers
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
505 };
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
506 #else
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
507 enum {
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
508 n_register_parameters = 6 // only 6 registers may contain integer parameters
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
509 };
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
510 #endif
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
511
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
512 // creation
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
513 Argument(int number, bool is_in) : _number(number), _is_in(is_in) {}
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
514
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
515 int number() const { return _number; }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
516 bool is_in() const { return _is_in; }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
517 bool is_out() const { return !is_in(); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
518
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
519 Argument successor() const { return Argument(number() + 1, is_in()); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
520 Argument as_in() const { return Argument(number(), true ); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
521 Argument as_out() const { return Argument(number(), false); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
522
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
523 // locating register-based arguments:
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
524 bool is_register() const { return _number < n_register_parameters; }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
525
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
526 #ifdef _LP64
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
527 // locating Floating Point register-based arguments:
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
528 bool is_float_register() const { return _number < n_float_register_parameters; }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
529
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
530 FloatRegister as_float_register() const {
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
531 assert(is_float_register(), "must be a register argument");
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
532 return as_FloatRegister(( number() *2 ) + 1);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
533 }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
534 FloatRegister as_double_register() const {
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
535 assert(is_float_register(), "must be a register argument");
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
536 return as_FloatRegister(( number() *2 ));
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
537 }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
538 #endif
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
539
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
540 Register as_register() const {
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
541 assert(is_register(), "must be a register argument");
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
542 return is_in() ? as_iRegister(number()) : as_oRegister(number());
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
543 }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
544
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
545 // locating memory-based arguments
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
546 Address as_address() const {
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
547 assert(!is_register(), "must be a memory argument");
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
548 return address_in_frame();
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
549 }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
550
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
551 // When applied to a register-based argument, give the corresponding address
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
552 // into the 6-word area "into which callee may store register arguments"
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
553 // (This is a different place than the corresponding register-save area location.)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
554 Address address_in_frame() const;
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
555
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
556 // debugging
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
557 const char* name() const;
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
558
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
559 friend class Assembler;
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
560 };
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
561
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
562
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
563 class RegistersForDebugging : public StackObj {
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
564 public:
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
565 intptr_t i[8], l[8], o[8], g[8];
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
566 float f[32];
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
567 double d[32];
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
568
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
569 void print(outputStream* s);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
570
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
571 static int i_offset(int j) { return offset_of(RegistersForDebugging, i[j]); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
572 static int l_offset(int j) { return offset_of(RegistersForDebugging, l[j]); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
573 static int o_offset(int j) { return offset_of(RegistersForDebugging, o[j]); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
574 static int g_offset(int j) { return offset_of(RegistersForDebugging, g[j]); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
575 static int f_offset(int j) { return offset_of(RegistersForDebugging, f[j]); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
576 static int d_offset(int j) { return offset_of(RegistersForDebugging, d[j / 2]); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
577
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
578 // gen asm code to save regs
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
579 static void save_registers(MacroAssembler* a);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
580
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
581 // restore global registers in case C code disturbed them
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
582 static void restore_registers(MacroAssembler* a, Register r);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
583 };
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
584
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
585
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
586 // MacroAssembler extends Assembler by a few frequently used macros.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
587 //
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
588 // Most of the standard SPARC synthetic ops are defined here.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
589 // Instructions for which a 'better' code sequence exists depending
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
590 // on arguments should also go in here.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
591
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
592 #define JMP2(r1, r2) jmp(r1, r2, __FILE__, __LINE__)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
593 #define JMP(r1, off) jmp(r1, off, __FILE__, __LINE__)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
594 #define JUMP(a, temp, off) jump(a, temp, off, __FILE__, __LINE__)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
595 #define JUMPL(a, temp, d, off) jumpl(a, temp, d, off, __FILE__, __LINE__)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
596
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
597
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
598 class MacroAssembler : public Assembler {
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
599 // code patchers need various routines like inv_wdisp()
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
600 friend class NativeInstruction;
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
601 friend class NativeGeneralJump;
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
602 friend class Relocation;
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
603 friend class Label;
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
604
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
605 protected:
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
606 static int patched_branch(int dest_pos, int inst, int inst_pos);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
607 static int branch_destination(int inst, int pos);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
608
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
609 // Support for VM calls
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
610 // This is the base routine called by the different versions of call_VM_leaf. The interpreter
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
611 // may customize this version by overriding it for its purposes (e.g., to save/restore
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
612 // additional registers when doing a VM call).
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
613 #ifdef CC_INTERP
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
614 #define VIRTUAL
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
615 #else
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
616 #define VIRTUAL virtual
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
617 #endif
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
618
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
619 VIRTUAL void call_VM_leaf_base(Register thread_cache, address entry_point, int number_of_arguments);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
620
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
621 //
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
622 // It is imperative that all calls into the VM are handled via the call_VM macros.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
623 // They make sure that the stack linkage is setup correctly. call_VM's correspond
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
624 // to ENTRY/ENTRY_X entry points while call_VM_leaf's correspond to LEAF entry points.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
625 //
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
626 // This is the base routine called by the different versions of call_VM. The interpreter
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
627 // may customize this version by overriding it for its purposes (e.g., to save/restore
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
628 // additional registers when doing a VM call).
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
629 //
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
630 // A non-volatile java_thread_cache register should be specified so
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
631 // that the G2_thread value can be preserved across the call.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
632 // (If java_thread_cache is noreg, then a slow get_thread call
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
633 // will re-initialize the G2_thread.) call_VM_base returns the register that contains the
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
634 // thread.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
635 //
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
636 // If no last_java_sp is specified (noreg) than SP will be used instead.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
637
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
638 virtual void call_VM_base(
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
639 Register oop_result, // where an oop-result ends up if any; use noreg otherwise
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
640 Register java_thread_cache, // the thread if computed before ; use noreg otherwise
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
641 Register last_java_sp, // to set up last_Java_frame in stubs; use noreg otherwise
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
642 address entry_point, // the entry point
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
643 int number_of_arguments, // the number of arguments (w/o thread) to pop after call
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
644 bool check_exception=true // flag which indicates if exception should be checked
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
645 );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
646
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
647 // This routine should emit JVMTI PopFrame and ForceEarlyReturn handling code.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
648 // The implementation is only non-empty for the InterpreterMacroAssembler,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
649 // as only the interpreter handles and ForceEarlyReturn PopFrame requests.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
650 virtual void check_and_handle_popframe(Register scratch_reg);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
651 virtual void check_and_handle_earlyret(Register scratch_reg);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
652
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
653 public:
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
654 MacroAssembler(CodeBuffer* code) : Assembler(code) {}
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
655
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
656 // Support for NULL-checks
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
657 //
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
658 // Generates code that causes a NULL OS exception if the content of reg is NULL.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
659 // If the accessed location is M[reg + offset] and the offset is known, provide the
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
660 // offset. No explicit code generation is needed if the offset is within a certain
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
661 // range (0 <= offset <= page_size).
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
662 //
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
663 // %%%%%% Currently not done for SPARC
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
664
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
665 void null_check(Register reg, int offset = -1);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
666 static bool needs_explicit_null_check(intptr_t offset);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
667
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
668 // support for delayed instructions
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
669 MacroAssembler* delayed() { Assembler::delayed(); return this; }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
670
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
671 // branches that use right instruction for v8 vs. v9
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
672 inline void br( Condition c, bool a, Predict p, address d, relocInfo::relocType rt = relocInfo::none );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
673 inline void br( Condition c, bool a, Predict p, Label& L );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
674
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
675 inline void fb( Condition c, bool a, Predict p, address d, relocInfo::relocType rt = relocInfo::none );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
676 inline void fb( Condition c, bool a, Predict p, Label& L );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
677
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
678 // compares register with zero (32 bit) and branches (V9 and V8 instructions)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
679 void cmp_zero_and_br( Condition c, Register s1, Label& L, bool a = false, Predict p = pn );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
680 // Compares a pointer register with zero and branches on (not)null.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
681 // Does a test & branch on 32-bit systems and a register-branch on 64-bit.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
682 void br_null ( Register s1, bool a, Predict p, Label& L );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
683 void br_notnull( Register s1, bool a, Predict p, Label& L );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
684
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
685 //
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
686 // Compare registers and branch with nop in delay slot or cbcond without delay slot.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
687 //
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
688 // ATTENTION: use these instructions with caution because cbcond instruction
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
689 // has very short distance: 512 instructions (2Kbyte).
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
690
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
691 // Compare integer (32 bit) values (icc only).
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
692 void cmp_and_br_short(Register s1, Register s2, Condition c, Predict p, Label& L);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
693 void cmp_and_br_short(Register s1, int simm13a, Condition c, Predict p, Label& L);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
694 // Platform depending version for pointer compare (icc on !LP64 and xcc on LP64).
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
695 void cmp_and_brx_short(Register s1, Register s2, Condition c, Predict p, Label& L);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
696 void cmp_and_brx_short(Register s1, int simm13a, Condition c, Predict p, Label& L);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
697
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
698 // Short branch version for compares a pointer pwith zero.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
699 void br_null_short ( Register s1, Predict p, Label& L );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
700 void br_notnull_short( Register s1, Predict p, Label& L );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
701
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
702 // unconditional short branch
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
703 void ba_short(Label& L);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
704
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
705 inline void bp( Condition c, bool a, CC cc, Predict p, address d, relocInfo::relocType rt = relocInfo::none );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
706 inline void bp( Condition c, bool a, CC cc, Predict p, Label& L );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
707
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
708 // Branch that tests xcc in LP64 and icc in !LP64
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
709 inline void brx( Condition c, bool a, Predict p, address d, relocInfo::relocType rt = relocInfo::none );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
710 inline void brx( Condition c, bool a, Predict p, Label& L );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
711
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
712 // unconditional branch
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
713 inline void ba( Label& L );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
714
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
715 // Branch that tests fp condition codes
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
716 inline void fbp( Condition c, bool a, CC cc, Predict p, address d, relocInfo::relocType rt = relocInfo::none );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
717 inline void fbp( Condition c, bool a, CC cc, Predict p, Label& L );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
718
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
719 // get PC the best way
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
720 inline int get_pc( Register d );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
721
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
722 // Sparc shorthands(pp 85, V8 manual, pp 289 V9 manual)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
723 inline void cmp( Register s1, Register s2 ) { subcc( s1, s2, G0 ); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
724 inline void cmp( Register s1, int simm13a ) { subcc( s1, simm13a, G0 ); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
725
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
726 inline void jmp( Register s1, Register s2 );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
727 inline void jmp( Register s1, int simm13a, RelocationHolder const& rspec = RelocationHolder() );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
728
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
729 // Check if the call target is out of wdisp30 range (relative to the code cache)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
730 static inline bool is_far_target(address d);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
731 inline void call( address d, relocInfo::relocType rt = relocInfo::runtime_call_type );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
732 inline void call( Label& L, relocInfo::relocType rt = relocInfo::runtime_call_type );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
733 inline void callr( Register s1, Register s2 );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
734 inline void callr( Register s1, int simm13a, RelocationHolder const& rspec = RelocationHolder() );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
735
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
736 // Emits nothing on V8
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
737 inline void iprefetch( address d, relocInfo::relocType rt = relocInfo::none );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
738 inline void iprefetch( Label& L);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
739
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
740 inline void tst( Register s ) { orcc( G0, s, G0 ); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
741
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
742 #ifdef PRODUCT
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
743 inline void ret( bool trace = TraceJumps ) { if (trace) {
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
744 mov(I7, O7); // traceable register
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
745 JMP(O7, 2 * BytesPerInstWord);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
746 } else {
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
747 jmpl( I7, 2 * BytesPerInstWord, G0 );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
748 }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
749 }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
750
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
751 inline void retl( bool trace = TraceJumps ) { if (trace) JMP(O7, 2 * BytesPerInstWord);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
752 else jmpl( O7, 2 * BytesPerInstWord, G0 ); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
753 #else
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
754 void ret( bool trace = TraceJumps );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
755 void retl( bool trace = TraceJumps );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
756 #endif /* PRODUCT */
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
757
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
758 // Required platform-specific helpers for Label::patch_instructions.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
759 // They _shadow_ the declarations in AbstractAssembler, which are undefined.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
760 void pd_patch_instruction(address branch, address target);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
761
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
762 // sethi Macro handles optimizations and relocations
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
763 private:
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
764 void internal_sethi(const AddressLiteral& addrlit, Register d, bool ForceRelocatable);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
765 public:
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
766 void sethi(const AddressLiteral& addrlit, Register d);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
767 void patchable_sethi(const AddressLiteral& addrlit, Register d);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
768
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
769 // compute the number of instructions for a sethi/set
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
770 static int insts_for_sethi( address a, bool worst_case = false );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
771 static int worst_case_insts_for_set();
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
772
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
773 // set may be either setsw or setuw (high 32 bits may be zero or sign)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
774 private:
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
775 void internal_set(const AddressLiteral& al, Register d, bool ForceRelocatable);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
776 static int insts_for_internal_set(intptr_t value);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
777 public:
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
778 void set(const AddressLiteral& addrlit, Register d);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
779 void set(intptr_t value, Register d);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
780 void set(address addr, Register d, RelocationHolder const& rspec);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
781 static int insts_for_set(intptr_t value) { return insts_for_internal_set(value); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
782
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
783 void patchable_set(const AddressLiteral& addrlit, Register d);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
784 void patchable_set(intptr_t value, Register d);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
785 void set64(jlong value, Register d, Register tmp);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
786 static int insts_for_set64(jlong value);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
787
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
788 // sign-extend 32 to 64
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
789 inline void signx( Register s, Register d ) { sra( s, G0, d); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
790 inline void signx( Register d ) { sra( d, G0, d); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
791
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
792 inline void not1( Register s, Register d ) { xnor( s, G0, d ); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
793 inline void not1( Register d ) { xnor( d, G0, d ); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
794
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
795 inline void neg( Register s, Register d ) { sub( G0, s, d ); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
796 inline void neg( Register d ) { sub( G0, d, d ); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
797
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
798 inline void cas( Register s1, Register s2, Register d) { casa( s1, s2, d, ASI_PRIMARY); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
799 inline void casx( Register s1, Register s2, Register d) { casxa(s1, s2, d, ASI_PRIMARY); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
800 // Functions for isolating 64 bit atomic swaps for LP64
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
801 // cas_ptr will perform cas for 32 bit VM's and casx for 64 bit VM's
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
802 inline void cas_ptr( Register s1, Register s2, Register d) {
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
803 #ifdef _LP64
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
804 casx( s1, s2, d );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
805 #else
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
806 cas( s1, s2, d );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
807 #endif
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
808 }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
809
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
810 // Functions for isolating 64 bit shifts for LP64
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
811 inline void sll_ptr( Register s1, Register s2, Register d );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
812 inline void sll_ptr( Register s1, int imm6a, Register d );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
813 inline void sll_ptr( Register s1, RegisterOrConstant s2, Register d );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
814 inline void srl_ptr( Register s1, Register s2, Register d );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
815 inline void srl_ptr( Register s1, int imm6a, Register d );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
816
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
817 // little-endian
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
818 inline void casl( Register s1, Register s2, Register d) { casa( s1, s2, d, ASI_PRIMARY_LITTLE); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
819 inline void casxl( Register s1, Register s2, Register d) { casxa(s1, s2, d, ASI_PRIMARY_LITTLE); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
820
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
821 inline void inc( Register d, int const13 = 1 ) { add( d, const13, d); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
822 inline void inccc( Register d, int const13 = 1 ) { addcc( d, const13, d); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
823
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
824 inline void dec( Register d, int const13 = 1 ) { sub( d, const13, d); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
825 inline void deccc( Register d, int const13 = 1 ) { subcc( d, const13, d); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
826
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
827 using Assembler::add;
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
828 inline void add(Register s1, int simm13a, Register d, relocInfo::relocType rtype);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
829 inline void add(Register s1, int simm13a, Register d, RelocationHolder const& rspec);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
830 inline void add(Register s1, RegisterOrConstant s2, Register d, int offset = 0);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
831 inline void add(const Address& a, Register d, int offset = 0);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
832
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
833 using Assembler::andn;
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
834 inline void andn( Register s1, RegisterOrConstant s2, Register d);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
835
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
836 inline void btst( Register s1, Register s2 ) { andcc( s1, s2, G0 ); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
837 inline void btst( int simm13a, Register s ) { andcc( s, simm13a, G0 ); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
838
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
839 inline void bset( Register s1, Register s2 ) { or3( s1, s2, s2 ); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
840 inline void bset( int simm13a, Register s ) { or3( s, simm13a, s ); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
841
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
842 inline void bclr( Register s1, Register s2 ) { andn( s1, s2, s2 ); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
843 inline void bclr( int simm13a, Register s ) { andn( s, simm13a, s ); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
844
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
845 inline void btog( Register s1, Register s2 ) { xor3( s1, s2, s2 ); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
846 inline void btog( int simm13a, Register s ) { xor3( s, simm13a, s ); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
847
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
848 inline void clr( Register d ) { or3( G0, G0, d ); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
849
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
850 inline void clrb( Register s1, Register s2);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
851 inline void clrh( Register s1, Register s2);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
852 inline void clr( Register s1, Register s2);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
853 inline void clrx( Register s1, Register s2);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
854
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
855 inline void clrb( Register s1, int simm13a);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
856 inline void clrh( Register s1, int simm13a);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
857 inline void clr( Register s1, int simm13a);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
858 inline void clrx( Register s1, int simm13a);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
859
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
860 // copy & clear upper word
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
861 inline void clruw( Register s, Register d ) { srl( s, G0, d); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
862 // clear upper word
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
863 inline void clruwu( Register d ) { srl( d, G0, d); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
864
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
865 using Assembler::ldsb;
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
866 using Assembler::ldsh;
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
867 using Assembler::ldsw;
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
868 using Assembler::ldub;
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
869 using Assembler::lduh;
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
870 using Assembler::lduw;
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
871 using Assembler::ldx;
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
872 using Assembler::ldd;
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
873
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
874 #ifdef ASSERT
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
875 // ByteSize is only a class when ASSERT is defined, otherwise it's an int.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
876 inline void ld(Register s1, ByteSize simm13a, Register d);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
877 #endif
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
878
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
879 inline void ld(Register s1, Register s2, Register d);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
880 inline void ld(Register s1, int simm13a, Register d);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
881
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
882 inline void ldsb(const Address& a, Register d, int offset = 0);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
883 inline void ldsh(const Address& a, Register d, int offset = 0);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
884 inline void ldsw(const Address& a, Register d, int offset = 0);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
885 inline void ldub(const Address& a, Register d, int offset = 0);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
886 inline void lduh(const Address& a, Register d, int offset = 0);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
887 inline void lduw(const Address& a, Register d, int offset = 0);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
888 inline void ldx( const Address& a, Register d, int offset = 0);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
889 inline void ld( const Address& a, Register d, int offset = 0);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
890 inline void ldd( const Address& a, Register d, int offset = 0);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
891
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
892 inline void ldub(Register s1, RegisterOrConstant s2, Register d );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
893 inline void ldsb(Register s1, RegisterOrConstant s2, Register d );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
894 inline void lduh(Register s1, RegisterOrConstant s2, Register d );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
895 inline void ldsh(Register s1, RegisterOrConstant s2, Register d );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
896 inline void lduw(Register s1, RegisterOrConstant s2, Register d );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
897 inline void ldsw(Register s1, RegisterOrConstant s2, Register d );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
898 inline void ldx( Register s1, RegisterOrConstant s2, Register d );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
899 inline void ld( Register s1, RegisterOrConstant s2, Register d );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
900 inline void ldd( Register s1, RegisterOrConstant s2, Register d );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
901
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
902 using Assembler::ldf;
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
903 inline void ldf(FloatRegisterImpl::Width w, Register s1, RegisterOrConstant s2, FloatRegister d);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
904 inline void ldf(FloatRegisterImpl::Width w, const Address& a, FloatRegister d, int offset = 0);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
905
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
906 // membar psuedo instruction. takes into account target memory model.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
907 inline void membar( Assembler::Membar_mask_bits const7a );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
908
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
909 // returns if membar generates anything.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
910 inline bool membar_has_effect( Assembler::Membar_mask_bits const7a );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
911
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
912 // mov pseudo instructions
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
913 inline void mov( Register s, Register d) {
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
914 if ( s != d ) or3( G0, s, d);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
915 else assert_not_delayed(); // Put something useful in the delay slot!
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
916 }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
917
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
918 inline void mov_or_nop( Register s, Register d) {
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
919 if ( s != d ) or3( G0, s, d);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
920 else nop();
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
921 }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
922
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
923 inline void mov( int simm13a, Register d) { or3( G0, simm13a, d); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
924
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
925 using Assembler::prefetch;
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
926 inline void prefetch(const Address& a, PrefetchFcn F, int offset = 0);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
927
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
928 using Assembler::stb;
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
929 using Assembler::sth;
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
930 using Assembler::stw;
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
931 using Assembler::stx;
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
932 using Assembler::std;
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
933
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
934 #ifdef ASSERT
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
935 // ByteSize is only a class when ASSERT is defined, otherwise it's an int.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
936 inline void st(Register d, Register s1, ByteSize simm13a);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
937 #endif
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
938
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
939 inline void st(Register d, Register s1, Register s2);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
940 inline void st(Register d, Register s1, int simm13a);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
941
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
942 inline void stb(Register d, const Address& a, int offset = 0 );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
943 inline void sth(Register d, const Address& a, int offset = 0 );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
944 inline void stw(Register d, const Address& a, int offset = 0 );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
945 inline void stx(Register d, const Address& a, int offset = 0 );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
946 inline void st( Register d, const Address& a, int offset = 0 );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
947 inline void std(Register d, const Address& a, int offset = 0 );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
948
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
949 inline void stb(Register d, Register s1, RegisterOrConstant s2 );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
950 inline void sth(Register d, Register s1, RegisterOrConstant s2 );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
951 inline void stw(Register d, Register s1, RegisterOrConstant s2 );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
952 inline void stx(Register d, Register s1, RegisterOrConstant s2 );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
953 inline void std(Register d, Register s1, RegisterOrConstant s2 );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
954 inline void st( Register d, Register s1, RegisterOrConstant s2 );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
955
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
956 using Assembler::stf;
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
957 inline void stf(FloatRegisterImpl::Width w, FloatRegister d, Register s1, RegisterOrConstant s2);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
958 inline void stf(FloatRegisterImpl::Width w, FloatRegister d, const Address& a, int offset = 0);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
959
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
960 // Note: offset is added to s2.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
961 using Assembler::sub;
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
962 inline void sub(Register s1, RegisterOrConstant s2, Register d, int offset = 0);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
963
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
964 using Assembler::swap;
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
965 inline void swap(Address& a, Register d, int offset = 0);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
966
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
967 // address pseudos: make these names unlike instruction names to avoid confusion
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
968 inline intptr_t load_pc_address( Register reg, int bytes_to_skip );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
969 inline void load_contents(const AddressLiteral& addrlit, Register d, int offset = 0);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
970 inline void load_bool_contents(const AddressLiteral& addrlit, Register d, int offset = 0);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
971 inline void load_ptr_contents(const AddressLiteral& addrlit, Register d, int offset = 0);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
972 inline void store_contents(Register s, const AddressLiteral& addrlit, Register temp, int offset = 0);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
973 inline void store_ptr_contents(Register s, const AddressLiteral& addrlit, Register temp, int offset = 0);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
974 inline void jumpl_to(const AddressLiteral& addrlit, Register temp, Register d, int offset = 0);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
975 inline void jump_to(const AddressLiteral& addrlit, Register temp, int offset = 0);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
976 inline void jump_indirect_to(Address& a, Register temp, int ld_offset = 0, int jmp_offset = 0);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
977
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
978 // ring buffer traceable jumps
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
979
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
980 void jmp2( Register r1, Register r2, const char* file, int line );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
981 void jmp ( Register r1, int offset, const char* file, int line );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
982
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
983 void jumpl(const AddressLiteral& addrlit, Register temp, Register d, int offset, const char* file, int line);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
984 void jump (const AddressLiteral& addrlit, Register temp, int offset, const char* file, int line);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
985
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
986
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
987 // argument pseudos:
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
988
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
989 inline void load_argument( Argument& a, Register d );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
990 inline void store_argument( Register s, Argument& a );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
991 inline void store_ptr_argument( Register s, Argument& a );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
992 inline void store_float_argument( FloatRegister s, Argument& a );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
993 inline void store_double_argument( FloatRegister s, Argument& a );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
994 inline void store_long_argument( Register s, Argument& a );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
995
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
996 // handy macros:
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
997
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
998 inline void round_to( Register r, int modulus ) {
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
999 assert_not_delayed();
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1000 inc( r, modulus - 1 );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1001 and3( r, -modulus, r );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1002 }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1003
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1004 // --------------------------------------------------
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1005
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1006 // Functions for isolating 64 bit loads for LP64
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1007 // ld_ptr will perform ld for 32 bit VM's and ldx for 64 bit VM's
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1008 // st_ptr will perform st for 32 bit VM's and stx for 64 bit VM's
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1009 inline void ld_ptr(Register s1, Register s2, Register d);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1010 inline void ld_ptr(Register s1, int simm13a, Register d);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1011 inline void ld_ptr(Register s1, RegisterOrConstant s2, Register d);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1012 inline void ld_ptr(const Address& a, Register d, int offset = 0);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1013 inline void st_ptr(Register d, Register s1, Register s2);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1014 inline void st_ptr(Register d, Register s1, int simm13a);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1015 inline void st_ptr(Register d, Register s1, RegisterOrConstant s2);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1016 inline void st_ptr(Register d, const Address& a, int offset = 0);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1017
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1018 #ifdef ASSERT
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1019 // ByteSize is only a class when ASSERT is defined, otherwise it's an int.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1020 inline void ld_ptr(Register s1, ByteSize simm13a, Register d);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1021 inline void st_ptr(Register d, Register s1, ByteSize simm13a);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1022 #endif
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1023
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1024 // ld_long will perform ldd for 32 bit VM's and ldx for 64 bit VM's
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1025 // st_long will perform std for 32 bit VM's and stx for 64 bit VM's
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1026 inline void ld_long(Register s1, Register s2, Register d);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1027 inline void ld_long(Register s1, int simm13a, Register d);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1028 inline void ld_long(Register s1, RegisterOrConstant s2, Register d);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1029 inline void ld_long(const Address& a, Register d, int offset = 0);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1030 inline void st_long(Register d, Register s1, Register s2);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1031 inline void st_long(Register d, Register s1, int simm13a);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1032 inline void st_long(Register d, Register s1, RegisterOrConstant s2);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1033 inline void st_long(Register d, const Address& a, int offset = 0);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1034
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1035 // Helpers for address formation.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1036 // - They emit only a move if s2 is a constant zero.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1037 // - If dest is a constant and either s1 or s2 is a register, the temp argument is required and becomes the result.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1038 // - If dest is a register and either s1 or s2 is a non-simm13 constant, the temp argument is required and used to materialize the constant.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1039 RegisterOrConstant regcon_andn_ptr(RegisterOrConstant s1, RegisterOrConstant s2, RegisterOrConstant d, Register temp = noreg);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1040 RegisterOrConstant regcon_inc_ptr( RegisterOrConstant s1, RegisterOrConstant s2, RegisterOrConstant d, Register temp = noreg);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1041 RegisterOrConstant regcon_sll_ptr( RegisterOrConstant s1, RegisterOrConstant s2, RegisterOrConstant d, Register temp = noreg);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1042
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1043 RegisterOrConstant ensure_simm13_or_reg(RegisterOrConstant src, Register temp) {
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1044 if (is_simm13(src.constant_or_zero()))
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1045 return src; // register or short constant
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1046 guarantee(temp != noreg, "constant offset overflow");
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1047 set(src.as_constant(), temp);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1048 return temp;
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1049 }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1050
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1051 // --------------------------------------------------
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1052
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1053 public:
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1054 // traps as per trap.h (SPARC ABI?)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1055
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1056 void breakpoint_trap();
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1057 void breakpoint_trap(Condition c, CC cc);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1058 void flush_windows_trap();
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1059 void clean_windows_trap();
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1060 void get_psr_trap();
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1061 void set_psr_trap();
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1062
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1063 // V8/V9 flush_windows
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1064 void flush_windows();
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1065
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1066 // Support for serializing memory accesses between threads
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1067 void serialize_memory(Register thread, Register tmp1, Register tmp2);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1068
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1069 // Stack frame creation/removal
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1070 void enter();
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1071 void leave();
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1072
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1073 // V8/V9 integer multiply
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1074 void mult(Register s1, Register s2, Register d);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1075 void mult(Register s1, int simm13a, Register d);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1076
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1077 // V8/V9 read and write of condition codes.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1078 void read_ccr(Register d);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1079 void write_ccr(Register s);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1080
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1081 // Manipulation of C++ bools
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1082 // These are idioms to flag the need for care with accessing bools but on
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1083 // this platform we assume byte size
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1084
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1085 inline void stbool(Register d, const Address& a) { stb(d, a); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1086 inline void ldbool(const Address& a, Register d) { ldub(a, d); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1087 inline void movbool( bool boolconst, Register d) { mov( (int) boolconst, d); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1088
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1089 // klass oop manipulations if compressed
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1090 void load_klass(Register src_oop, Register klass);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1091 void store_klass(Register klass, Register dst_oop);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1092 void store_klass_gap(Register s, Register dst_oop);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1093
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1094 // oop manipulations
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1095 void load_heap_oop(const Address& s, Register d);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1096 void load_heap_oop(Register s1, Register s2, Register d);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1097 void load_heap_oop(Register s1, int simm13a, Register d);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1098 void load_heap_oop(Register s1, RegisterOrConstant s2, Register d);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1099 void store_heap_oop(Register d, Register s1, Register s2);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1100 void store_heap_oop(Register d, Register s1, int simm13a);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1101 void store_heap_oop(Register d, const Address& a, int offset = 0);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1102
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1103 void encode_heap_oop(Register src, Register dst);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1104 void encode_heap_oop(Register r) {
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1105 encode_heap_oop(r, r);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1106 }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1107 void decode_heap_oop(Register src, Register dst);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1108 void decode_heap_oop(Register r) {
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1109 decode_heap_oop(r, r);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1110 }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1111 void encode_heap_oop_not_null(Register r);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1112 void decode_heap_oop_not_null(Register r);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1113 void encode_heap_oop_not_null(Register src, Register dst);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1114 void decode_heap_oop_not_null(Register src, Register dst);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1115
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1116 void encode_klass_not_null(Register r);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1117 void decode_klass_not_null(Register r);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1118 void encode_klass_not_null(Register src, Register dst);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1119 void decode_klass_not_null(Register src, Register dst);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1120
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1121 // Support for managing the JavaThread pointer (i.e.; the reference to
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1122 // thread-local information).
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1123 void get_thread(); // load G2_thread
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1124 void verify_thread(); // verify G2_thread contents
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1125 void save_thread (const Register threache); // save to cache
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1126 void restore_thread(const Register thread_cache); // restore from cache
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1127
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1128 // Support for last Java frame (but use call_VM instead where possible)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1129 void set_last_Java_frame(Register last_java_sp, Register last_Java_pc);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1130 void reset_last_Java_frame(void);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1131
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1132 // Call into the VM.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1133 // Passes the thread pointer (in O0) as a prepended argument.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1134 // Makes sure oop return values are visible to the GC.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1135 void call_VM(Register oop_result, address entry_point, int number_of_arguments = 0, bool check_exceptions = true);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1136 void call_VM(Register oop_result, address entry_point, Register arg_1, bool check_exceptions = true);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1137 void call_VM(Register oop_result, address entry_point, Register arg_1, Register arg_2, bool check_exceptions = true);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1138 void call_VM(Register oop_result, address entry_point, Register arg_1, Register arg_2, Register arg_3, bool check_exceptions = true);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1139
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1140 // these overloadings are not presently used on SPARC:
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1141 void call_VM(Register oop_result, Register last_java_sp, address entry_point, int number_of_arguments = 0, bool check_exceptions = true);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1142 void call_VM(Register oop_result, Register last_java_sp, address entry_point, Register arg_1, bool check_exceptions = true);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1143 void call_VM(Register oop_result, Register last_java_sp, address entry_point, Register arg_1, Register arg_2, bool check_exceptions = true);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1144 void call_VM(Register oop_result, Register last_java_sp, address entry_point, Register arg_1, Register arg_2, Register arg_3, bool check_exceptions = true);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1145
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1146 void call_VM_leaf(Register thread_cache, address entry_point, int number_of_arguments = 0);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1147 void call_VM_leaf(Register thread_cache, address entry_point, Register arg_1);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1148 void call_VM_leaf(Register thread_cache, address entry_point, Register arg_1, Register arg_2);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1149 void call_VM_leaf(Register thread_cache, address entry_point, Register arg_1, Register arg_2, Register arg_3);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1150
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1151 void get_vm_result (Register oop_result);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1152 void get_vm_result_2(Register metadata_result);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1153
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1154 // vm result is currently getting hijacked to for oop preservation
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1155 void set_vm_result(Register oop_result);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1156
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1157 // Emit the CompiledIC call idiom
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1158 void ic_call(address entry, bool emit_delay = true);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1159
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1160 // if call_VM_base was called with check_exceptions=false, then call
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1161 // check_and_forward_exception to handle exceptions when it is safe
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1162 void check_and_forward_exception(Register scratch_reg);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1163
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1164 private:
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1165 // For V8
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1166 void read_ccr_trap(Register ccr_save);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1167 void write_ccr_trap(Register ccr_save1, Register scratch1, Register scratch2);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1168
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1169 #ifdef ASSERT
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1170 // For V8 debugging. Uses V8 instruction sequence and checks
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1171 // result with V9 insturctions rdccr and wrccr.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1172 // Uses Gscatch and Gscatch2
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1173 void read_ccr_v8_assert(Register ccr_save);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1174 void write_ccr_v8_assert(Register ccr_save);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1175 #endif // ASSERT
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1176
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1177 public:
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1178
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1179 // Write to card table for - register is destroyed afterwards.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1180 void card_table_write(jbyte* byte_map_base, Register tmp, Register obj);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1181
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1182 void card_write_barrier_post(Register store_addr, Register new_val, Register tmp);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1183
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1184 #ifndef SERIALGC
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1185 // General G1 pre-barrier generator.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1186 void g1_write_barrier_pre(Register obj, Register index, int offset, Register pre_val, Register tmp, bool preserve_o_regs);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1187
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1188 // General G1 post-barrier generator
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1189 void g1_write_barrier_post(Register store_addr, Register new_val, Register tmp);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1190 #endif // SERIALGC
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1191
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1192 // pushes double TOS element of FPU stack on CPU stack; pops from FPU stack
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1193 void push_fTOS();
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1194
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1195 // pops double TOS element from CPU stack and pushes on FPU stack
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1196 void pop_fTOS();
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1197
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1198 void empty_FPU_stack();
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1199
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1200 void push_IU_state();
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1201 void pop_IU_state();
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1202
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1203 void push_FPU_state();
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1204 void pop_FPU_state();
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1205
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1206 void push_CPU_state();
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1207 void pop_CPU_state();
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1208
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1209 // if heap base register is used - reinit it with the correct value
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1210 void reinit_heapbase();
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1211
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1212 // Debugging
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1213 void _verify_oop(Register reg, const char * msg, const char * file, int line);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1214 void _verify_oop_addr(Address addr, const char * msg, const char * file, int line);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1215
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1216 // TODO: verify_method and klass metadata (compare against vptr?)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1217 void _verify_method_ptr(Register reg, const char * msg, const char * file, int line) {}
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1218 void _verify_klass_ptr(Register reg, const char * msg, const char * file, int line){}
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1219
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1220 #define verify_oop(reg) _verify_oop(reg, "broken oop " #reg, __FILE__, __LINE__)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1221 #define verify_oop_addr(addr) _verify_oop_addr(addr, "broken oop addr ", __FILE__, __LINE__)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1222 #define verify_method_ptr(reg) _verify_method_ptr(reg, "broken method " #reg, __FILE__, __LINE__)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1223 #define verify_klass_ptr(reg) _verify_klass_ptr(reg, "broken klass " #reg, __FILE__, __LINE__)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1224
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1225 // only if +VerifyOops
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1226 void verify_FPU(int stack_depth, const char* s = "illegal FPU state");
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1227 // only if +VerifyFPU
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1228 void stop(const char* msg); // prints msg, dumps registers and stops execution
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1229 void warn(const char* msg); // prints msg, but don't stop
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1230 void untested(const char* what = "");
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1231 void unimplemented(const char* what = "") { char* b = new char[1024]; jio_snprintf(b, 1024, "unimplemented: %s", what); stop(b); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1232 void should_not_reach_here() { stop("should not reach here"); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1233 void print_CPU_state();
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1234
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1235 // oops in code
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1236 AddressLiteral allocate_oop_address(jobject obj); // allocate_index
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1237 AddressLiteral constant_oop_address(jobject obj); // find_index
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1238 inline void set_oop (jobject obj, Register d); // uses allocate_oop_address
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1239 inline void set_oop_constant (jobject obj, Register d); // uses constant_oop_address
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1240 inline void set_oop (const AddressLiteral& obj_addr, Register d); // same as load_address
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1241
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1242 // metadata in code that we have to keep track of
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1243 AddressLiteral allocate_metadata_address(Metadata* obj); // allocate_index
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1244 AddressLiteral constant_metadata_address(Metadata* obj); // find_index
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1245 inline void set_metadata (Metadata* obj, Register d); // uses allocate_metadata_address
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1246 inline void set_metadata_constant (Metadata* obj, Register d); // uses constant_metadata_address
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1247 inline void set_metadata (const AddressLiteral& obj_addr, Register d); // same as load_address
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1248
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1249 void set_narrow_oop( jobject obj, Register d );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1250 void set_narrow_klass( Klass* k, Register d );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1251
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1252 // nop padding
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1253 void align(int modulus);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1254
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1255 // declare a safepoint
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1256 void safepoint();
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1257
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1258 // factor out part of stop into subroutine to save space
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1259 void stop_subroutine();
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1260 // factor out part of verify_oop into subroutine to save space
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1261 void verify_oop_subroutine();
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1262
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1263 // side-door communication with signalHandler in os_solaris.cpp
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1264 static address _verify_oop_implicit_branch[3];
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1265
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1266 int total_frame_size_in_bytes(int extraWords);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1267
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1268 // used when extraWords known statically
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1269 void save_frame(int extraWords = 0);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1270 void save_frame_c1(int size_in_bytes);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1271 // make a frame, and simultaneously pass up one or two register value
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1272 // into the new register window
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1273 void save_frame_and_mov(int extraWords, Register s1, Register d1, Register s2 = Register(), Register d2 = Register());
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1274
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1275 // give no. (outgoing) params, calc # of words will need on frame
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1276 void calc_mem_param_words(Register Rparam_words, Register Rresult);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1277
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1278 // used to calculate frame size dynamically
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1279 // result is in bytes and must be negated for save inst
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1280 void calc_frame_size(Register extraWords, Register resultReg);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1281
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1282 // calc and also save
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1283 void calc_frame_size_and_save(Register extraWords, Register resultReg);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1284
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1285 static void debug(char* msg, RegistersForDebugging* outWindow);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1286
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1287 // implementations of bytecodes used by both interpreter and compiler
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1288
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1289 void lcmp( Register Ra_hi, Register Ra_low,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1290 Register Rb_hi, Register Rb_low,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1291 Register Rresult);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1292
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1293 void lneg( Register Rhi, Register Rlow );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1294
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1295 void lshl( Register Rin_high, Register Rin_low, Register Rcount,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1296 Register Rout_high, Register Rout_low, Register Rtemp );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1297
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1298 void lshr( Register Rin_high, Register Rin_low, Register Rcount,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1299 Register Rout_high, Register Rout_low, Register Rtemp );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1300
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1301 void lushr( Register Rin_high, Register Rin_low, Register Rcount,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1302 Register Rout_high, Register Rout_low, Register Rtemp );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1303
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1304 #ifdef _LP64
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1305 void lcmp( Register Ra, Register Rb, Register Rresult);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1306 #endif
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1307
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1308 // Load and store values by size and signed-ness
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1309 void load_sized_value( Address src, Register dst, size_t size_in_bytes, bool is_signed);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1310 void store_sized_value(Register src, Address dst, size_t size_in_bytes);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1311
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1312 void float_cmp( bool is_float, int unordered_result,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1313 FloatRegister Fa, FloatRegister Fb,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1314 Register Rresult);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1315
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1316 void fneg( FloatRegisterImpl::Width w, FloatRegister s, FloatRegister d);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1317 void fneg( FloatRegisterImpl::Width w, FloatRegister sd ) { Assembler::fneg(w, sd); }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1318 void fmov( FloatRegisterImpl::Width w, FloatRegister s, FloatRegister d);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1319 void fabs( FloatRegisterImpl::Width w, FloatRegister s, FloatRegister d);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1320
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1321 void save_all_globals_into_locals();
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1322 void restore_globals_from_locals();
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1323
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1324 void casx_under_lock(Register top_ptr_reg, Register top_reg, Register ptr_reg,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1325 address lock_addr=0, bool use_call_vm=false);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1326 void cas_under_lock(Register top_ptr_reg, Register top_reg, Register ptr_reg,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1327 address lock_addr=0, bool use_call_vm=false);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1328 void casn (Register addr_reg, Register cmp_reg, Register set_reg) ;
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1329
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1330 // These set the icc condition code to equal if the lock succeeded
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1331 // and notEqual if it failed and requires a slow case
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1332 void compiler_lock_object(Register Roop, Register Rmark, Register Rbox,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1333 Register Rscratch,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1334 BiasedLockingCounters* counters = NULL,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1335 bool try_bias = UseBiasedLocking);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1336 void compiler_unlock_object(Register Roop, Register Rmark, Register Rbox,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1337 Register Rscratch,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1338 bool try_bias = UseBiasedLocking);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1339
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1340 // Biased locking support
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1341 // Upon entry, lock_reg must point to the lock record on the stack,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1342 // obj_reg must contain the target object, and mark_reg must contain
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1343 // the target object's header.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1344 // Destroys mark_reg if an attempt is made to bias an anonymously
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1345 // biased lock. In this case a failure will go either to the slow
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1346 // case or fall through with the notEqual condition code set with
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1347 // the expectation that the slow case in the runtime will be called.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1348 // In the fall-through case where the CAS-based lock is done,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1349 // mark_reg is not destroyed.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1350 void biased_locking_enter(Register obj_reg, Register mark_reg, Register temp_reg,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1351 Label& done, Label* slow_case = NULL,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1352 BiasedLockingCounters* counters = NULL);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1353 // Upon entry, the base register of mark_addr must contain the oop.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1354 // Destroys temp_reg.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1355
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1356 // If allow_delay_slot_filling is set to true, the next instruction
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1357 // emitted after this one will go in an annulled delay slot if the
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1358 // biased locking exit case failed.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1359 void biased_locking_exit(Address mark_addr, Register temp_reg, Label& done, bool allow_delay_slot_filling = false);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1360
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1361 // allocation
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1362 void eden_allocate(
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1363 Register obj, // result: pointer to object after successful allocation
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1364 Register var_size_in_bytes, // object size in bytes if unknown at compile time; invalid otherwise
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1365 int con_size_in_bytes, // object size in bytes if known at compile time
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1366 Register t1, // temp register
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1367 Register t2, // temp register
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1368 Label& slow_case // continuation point if fast allocation fails
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1369 );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1370 void tlab_allocate(
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1371 Register obj, // result: pointer to object after successful allocation
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1372 Register var_size_in_bytes, // object size in bytes if unknown at compile time; invalid otherwise
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1373 int con_size_in_bytes, // object size in bytes if known at compile time
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1374 Register t1, // temp register
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1375 Label& slow_case // continuation point if fast allocation fails
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1376 );
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1377 void tlab_refill(Label& retry_tlab, Label& try_eden, Label& slow_case);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1378 void incr_allocated_bytes(RegisterOrConstant size_in_bytes,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1379 Register t1, Register t2);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1380
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1381 // interface method calling
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1382 void lookup_interface_method(Register recv_klass,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1383 Register intf_klass,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1384 RegisterOrConstant itable_index,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1385 Register method_result,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1386 Register temp_reg, Register temp2_reg,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1387 Label& no_such_interface);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1388
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1389 // virtual method calling
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1390 void lookup_virtual_method(Register recv_klass,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1391 RegisterOrConstant vtable_index,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1392 Register method_result);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1393
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1394 // Test sub_klass against super_klass, with fast and slow paths.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1395
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1396 // The fast path produces a tri-state answer: yes / no / maybe-slow.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1397 // One of the three labels can be NULL, meaning take the fall-through.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1398 // If super_check_offset is -1, the value is loaded up from super_klass.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1399 // No registers are killed, except temp_reg and temp2_reg.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1400 // If super_check_offset is not -1, temp2_reg is not used and can be noreg.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1401 void check_klass_subtype_fast_path(Register sub_klass,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1402 Register super_klass,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1403 Register temp_reg,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1404 Register temp2_reg,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1405 Label* L_success,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1406 Label* L_failure,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1407 Label* L_slow_path,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1408 RegisterOrConstant super_check_offset = RegisterOrConstant(-1));
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1409
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1410 // The rest of the type check; must be wired to a corresponding fast path.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1411 // It does not repeat the fast path logic, so don't use it standalone.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1412 // The temp_reg can be noreg, if no temps are available.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1413 // It can also be sub_klass or super_klass, meaning it's OK to kill that one.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1414 // Updates the sub's secondary super cache as necessary.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1415 void check_klass_subtype_slow_path(Register sub_klass,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1416 Register super_klass,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1417 Register temp_reg,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1418 Register temp2_reg,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1419 Register temp3_reg,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1420 Register temp4_reg,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1421 Label* L_success,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1422 Label* L_failure);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1423
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1424 // Simplified, combined version, good for typical uses.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1425 // Falls through on failure.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1426 void check_klass_subtype(Register sub_klass,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1427 Register super_klass,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1428 Register temp_reg,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1429 Register temp2_reg,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1430 Label& L_success);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1431
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1432 // method handles (JSR 292)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1433 // offset relative to Gargs of argument at tos[arg_slot].
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1434 // (arg_slot == 0 means the last argument, not the first).
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1435 RegisterOrConstant argument_offset(RegisterOrConstant arg_slot,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1436 Register temp_reg,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1437 int extra_slot_offset = 0);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1438 // Address of Gargs and argument_offset.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1439 Address argument_address(RegisterOrConstant arg_slot,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1440 Register temp_reg = noreg,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1441 int extra_slot_offset = 0);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1442
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1443 // Stack overflow checking
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1444
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1445 // Note: this clobbers G3_scratch
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1446 void bang_stack_with_offset(int offset) {
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1447 // stack grows down, caller passes positive offset
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1448 assert(offset > 0, "must bang with negative offset");
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1449 set((-offset)+STACK_BIAS, G3_scratch);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1450 st(G0, SP, G3_scratch);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1451 }
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1452
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1453 // Writes to stack successive pages until offset reached to check for
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1454 // stack overflow + shadow pages. Clobbers tsp and scratch registers.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1455 void bang_stack_size(Register Rsize, Register Rtsp, Register Rscratch);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1456
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1457 virtual RegisterOrConstant delayed_value_impl(intptr_t* delayed_value_addr, Register tmp, int offset);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1458
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1459 void verify_tlab();
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1460
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1461 Condition negate_condition(Condition cond);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1462
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1463 // Helper functions for statistics gathering.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1464 // Conditionally (non-atomically) increments passed counter address, preserving condition codes.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1465 void cond_inc(Condition cond, address counter_addr, Register Rtemp1, Register Rtemp2);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1466 // Unconditional increment.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1467 void inc_counter(address counter_addr, Register Rtmp1, Register Rtmp2);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1468 void inc_counter(int* counter_addr, Register Rtmp1, Register Rtmp2);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1469
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1470 // Compare char[] arrays aligned to 4 bytes.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1471 void char_arrays_equals(Register ary1, Register ary2,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1472 Register limit, Register result,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1473 Register chr1, Register chr2, Label& Ldone);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1474 // Use BIS for zeroing
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1475 void bis_zeroing(Register to, Register count, Register temp, Label& Ldone);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1476
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1477 #undef VIRTUAL
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1478 };
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1479
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1480 /**
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1481 * class SkipIfEqual:
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1482 *
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1483 * Instantiating this class will result in assembly code being output that will
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1484 * jump around any code emitted between the creation of the instance and it's
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1485 * automatic destruction at the end of a scope block, depending on the value of
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1486 * the flag passed to the constructor, which will be checked at run-time.
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1487 */
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1488 class SkipIfEqual : public StackObj {
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1489 private:
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1490 MacroAssembler* _masm;
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1491 Label _label;
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1492
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1493 public:
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1494 // 'temp' is a temp register that this object can use (and trash)
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1495 SkipIfEqual(MacroAssembler*, Register temp,
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1496 const bool* flag_addr, Assembler::Condition condition);
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1497 ~SkipIfEqual();
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1498 };
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1499
f0c2369fda5a 8003250: SPARC: move MacroAssembler into separate file
twisti
parents:
diff changeset
1500 #endif // CPU_SPARC_VM_MACROASSEMBLER_SPARC_HPP