comparison src/cpu/sparc/vm/sparc.ad @ 17677:51e1bb81df86 jdk8u20-b03

Merge
author amurillo
date Tue, 25 Feb 2014 13:02:52 -0800
parents 984401824c5e 04d32e7fad07
children 085b304a1cc5 752ba2e5f6d0
comparison
equal deleted inserted replaced
17660:9a93fe1babdc 17677:51e1bb81df86
1844 } 1844 }
1845 1845
1846 // SPARC doesn't support misaligned vectors store/load. 1846 // SPARC doesn't support misaligned vectors store/load.
1847 const bool Matcher::misaligned_vectors_ok() { 1847 const bool Matcher::misaligned_vectors_ok() {
1848 return false; 1848 return false;
1849 }
1850
1851 // Current (2013) SPARC platforms need to read original key
1852 // to construct decryption expanded key
1853 const bool Matcher::pass_original_key_for_aes() {
1854 return true;
1849 } 1855 }
1850 1856
1851 // USII supports fxtof through the whole range of number, USIII doesn't 1857 // USII supports fxtof through the whole range of number, USIII doesn't
1852 const bool Matcher::convL2FSupported(void) { 1858 const bool Matcher::convL2FSupported(void) {
1853 return VM_Version::has_fast_fxtof(); 1859 return VM_Version::has_fast_fxtof();