comparison src/share/vm/opto/type.hpp @ 12972:59e8ad757e19

8026844: Various Math functions needs intrinsification Reviewed-by: kvn, twisti
author rbackman
date Fri, 18 Oct 2013 10:41:56 +0200
parents b2ee5dc63353
children 6c2f07d1495f
comparison
equal deleted inserted replaced
12971:3a04e444da6d 12972:59e8ad757e19
591 static const TypeTuple *STORECONDITIONAL; 591 static const TypeTuple *STORECONDITIONAL;
592 static const TypeTuple *START_I2C; 592 static const TypeTuple *START_I2C;
593 static const TypeTuple *INT_PAIR; 593 static const TypeTuple *INT_PAIR;
594 static const TypeTuple *LONG_PAIR; 594 static const TypeTuple *LONG_PAIR;
595 static const TypeTuple *INT_CC_PAIR; 595 static const TypeTuple *INT_CC_PAIR;
596 static const TypeTuple *LONG_CC_PAIR;
596 #ifndef PRODUCT 597 #ifndef PRODUCT
597 virtual void dump2( Dict &d, uint, outputStream *st ) const; // Specialized per-Type dumping 598 virtual void dump2( Dict &d, uint, outputStream *st ) const; // Specialized per-Type dumping
598 #endif 599 #endif
599 }; 600 };
600 601