webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Macros
macros_mipsr1.h File Reference

Go to the source code of this file.

Macros

#define mips_clz(x)   __builtin_clz(x)
 
#define silk_SMLAWB(a32, b32, c32)   ((a32) + silk_SMULWB(b32, c32))
 
#define OVERRIDE_silk_CLZ16
 
#define OVERRIDE_silk_CLZ32
 

Macro Definition Documentation

◆ mips_clz

#define mips_clz (   x)    __builtin_clz(x)

◆ OVERRIDE_silk_CLZ16

#define OVERRIDE_silk_CLZ16

◆ OVERRIDE_silk_CLZ32

#define OVERRIDE_silk_CLZ32

◆ silk_SMLAWB

#define silk_SMLAWB (   a32,
  b32,
  c32 
)    ((a32) + silk_SMULWB(b32, c32))