mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8271128: InlineIntrinsics support for 32-bit ARM
Reviewed-by: shade
This commit is contained in:
parent
c2b7facea4
commit
b6a19f173b
4 changed files with 110 additions and 6 deletions
|
@ -114,6 +114,10 @@ class TemplateInterpreterGenerator: public AbstractInterpreterGenerator {
|
|||
void generate_transcendental_entry(AbstractInterpreter::MethodKind kind, int fpargs);
|
||||
#endif // AARCH64
|
||||
|
||||
#ifdef ARM32
|
||||
void generate_math_runtime_call(AbstractInterpreter::MethodKind kind);
|
||||
#endif // ARM32
|
||||
|
||||
#ifdef PPC
|
||||
void lock_method(Register Rflags, Register Rscratch1, Register Rscratch2, bool flags_preloaded=false);
|
||||
void generate_fixed_frame(bool native_call, Register Rsize_of_parameters, Register Rsize_of_locals);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue