mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 02:24:40 +02:00
8139575: Update for x86 log in the math lib
Add new java.lang.Math() intrinsics from x86 Reviewed-by: kvn, iveresov
This commit is contained in:
parent
fb687e4ff4
commit
c07f802b14
27 changed files with 789 additions and 147 deletions
|
@ -1504,6 +1504,8 @@ private:
|
|||
void movb(Address dst, int imm8);
|
||||
void movb(Register dst, Address src);
|
||||
|
||||
void movddup(XMMRegister dst, XMMRegister src);
|
||||
|
||||
void kmovql(KRegister dst, KRegister src);
|
||||
void kmovql(KRegister dst, Register src);
|
||||
void kmovdl(KRegister dst, Register src);
|
||||
|
@ -1768,6 +1770,10 @@ private:
|
|||
|
||||
void rcrq(Register dst, int imm8);
|
||||
|
||||
void rcpps(XMMRegister dst, XMMRegister src);
|
||||
|
||||
void rcpss(XMMRegister dst, XMMRegister src);
|
||||
|
||||
void rdtsc();
|
||||
|
||||
void ret(int imm16);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue