Lines Matching refs:TranscendentalCache
1570 ASSERT(IsPowerOf2(TranscendentalCache::SubCache::kCacheSize)); in Generate()
1571 __ andl(rcx, Immediate(TranscendentalCache::SubCache::kCacheSize - 1)); in Generate()
1589 TranscendentalCache::SubCache::Element test_elem[2]; in Generate()
1687 case TranscendentalCache::SIN: return Runtime::kMath_sin; in RuntimeFunction()
1688 case TranscendentalCache::COS: return Runtime::kMath_cos; in RuntimeFunction()
1689 case TranscendentalCache::TAN: return Runtime::kMath_tan; in RuntimeFunction()
1690 case TranscendentalCache::LOG: return Runtime::kMath_log; in RuntimeFunction()
1699 MacroAssembler* masm, TranscendentalCache::Type type) { in GenerateOperation()
1706 if (type == TranscendentalCache::SIN || in GenerateOperation()
1707 type == TranscendentalCache::COS || in GenerateOperation()
1708 type == TranscendentalCache::TAN) { in GenerateOperation()
1776 case TranscendentalCache::SIN: in GenerateOperation()
1779 case TranscendentalCache::COS: in GenerateOperation()
1782 case TranscendentalCache::TAN: in GenerateOperation()
1793 ASSERT(type == TranscendentalCache::LOG); in GenerateOperation()