comparison src/cpu/sparc/vm/sparc.ad @ 17799:752ba2e5f6d0

Merge
author kvn
date Tue, 25 Feb 2014 15:11:18 -0800
parents f040cf9fc9c0 51e1bb81df86
children a433eb716ce1
comparison
equal deleted inserted replaced
17798:f040cf9fc9c0 17799:752ba2e5f6d0
1849 } 1849 }
1850 1850
1851 // SPARC doesn't support misaligned vectors store/load. 1851 // SPARC doesn't support misaligned vectors store/load.
1852 const bool Matcher::misaligned_vectors_ok() { 1852 const bool Matcher::misaligned_vectors_ok() {
1853 return false; 1853 return false;
1854 }
1855
1856 // Current (2013) SPARC platforms need to read original key
1857 // to construct decryption expanded key
1858 const bool Matcher::pass_original_key_for_aes() {
1859 return true;
1854 } 1860 }
1855 1861
1856 // USII supports fxtof through the whole range of number, USIII doesn't 1862 // USII supports fxtof through the whole range of number, USIII doesn't
1857 const bool Matcher::convL2FSupported(void) { 1863 const bool Matcher::convL2FSupported(void) {
1858 return VM_Version::has_fast_fxtof(); 1864 return VM_Version::has_fast_fxtof();