8327999: Remove copy of unused registers for cpu features check in x86_64 AVX2 Poly1305 implementation
Reviewed-by: jbhateja, sviswanathan
This commit is contained in:
parent
5cae7d20ad
commit
eb45d5bd64
@ -309,9 +309,6 @@ class VM_Version_StubGenerator: public StubCodeGenerator {
|
|||||||
__ cpuid();
|
__ cpuid();
|
||||||
__ lea(rsi, Address(rbp, in_bytes(VM_Version::sef_cpuid7_ecx1_offset())));
|
__ lea(rsi, Address(rbp, in_bytes(VM_Version::sef_cpuid7_ecx1_offset())));
|
||||||
__ movl(Address(rsi, 0), rax);
|
__ movl(Address(rsi, 0), rax);
|
||||||
__ movl(Address(rsi, 4), rbx);
|
|
||||||
__ movl(Address(rsi, 8), rcx);
|
|
||||||
__ movl(Address(rsi, 12), rdx);
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Extended cpuid(0x80000000)
|
// Extended cpuid(0x80000000)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user