Searched defs:Log2 (Results 1 – 13 of 13) sorted by relevance
26 static int32_t Log2(int32_t a) { in Log2() function
396 TEST(APIntTest, Log2) { in TEST() argument
623 int32_t Log2 = ImmValue.exactLogBase2(); in selectVSplatUimmPow2() local710 int32_t Log2 = (~ImmValue).exactLogBase2(); in selectVSplatUimmInvPow2() local
577 unsigned Log2 = Log2IfPositive; in performANDCombine() local
444 static inline UINT_32 Log2( in Log2() function
408 static void detectLog2OfHalf(Value *&Op, Value *&Y, IntrinsicInst *&Log2) { in detectLog2OfHalf()640 IntrinsicInst *Log2; in visitFMul() local
90 static void Log2(const char* msg, const Logger& a, const Logger& b) { in Log2() function in rtc::__anon9eaab31f0111::Logger
74 Log2 = 38, enumerator
467 INLINE uptr Log2(uptr x) { in Log2() function
742 TEST(APIntTest, Log2) { in TEST() argument
848 int Log2 = NewMask.exactLogBase2(); in SimplifyDemandedBits() local
2147 class Log2 : public LogFunc { public: Log2 (void) : LogFunc("log2", deLog2) {} }; in Log2() function in deqp::gls::BuiltinPrecisionTests::Functions::Log2
2126 class Log2 : public LogFunc { public: Log2 (void) : LogFunc("log2", deLog2) {} }; in Log2() class