mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
7063629: use cbcond in C2 generated code on T4
Use new short branch instruction in C2 generated code. Reviewed-by: never
This commit is contained in:
parent
52f678435a
commit
ac99f413d7
20 changed files with 1298 additions and 500 deletions
|
@ -351,7 +351,7 @@ public:
|
|||
virtual int regnum_to_fpu_offset(int regnum);
|
||||
|
||||
// Is this branch offset small enough to be addressed by a short branch?
|
||||
bool is_short_branch_offset(int rule, int offset);
|
||||
bool is_short_branch_offset(int rule, int br_size, int offset);
|
||||
|
||||
// Optional scaling for the parameter to the ClearArray/CopyArray node.
|
||||
static const bool init_array_count_is_in_bytes;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue