![]() |
v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|


Go to the source code of this file.
Namespaces | |
| v8 | |
| v8::internal | |
Macros | |
| #define | REGISTER_CODE_LIST(R) |
Functions | |
| STATIC_ASSERT ((static_cast< int32_t >(-1) >> 1)==-1) | |
| STATIC_ASSERT ((static_cast< uint32_t >(-1) >> 1)==0x7FFFFFFF) | |
| int | CountLeadingZeros (uint64_t value, int width) |
| int | CountLeadingSignBits (int64_t value, int width) |
| int | CountTrailingZeros (uint64_t value, int width) |
| int | CountSetBits (uint64_t value, int width) |
| int | MaskToBit (uint64_t mask) |
| bool | IsSignallingNaN (double num) |
| bool | IsSignallingNaN (float num) |
| template<typename T > | |
| bool | IsQuietNaN (T num) |
| double | ToQuietNaN (double num) |
| float | ToQuietNaN (float num) |
| double | FusedMultiplyAdd (double op1, double op2, double a) |
| float | FusedMultiplyAdd (float op1, float op2, float a) |
| #define REGISTER_CODE_LIST | ( | R | ) |
Definition at line 35 of file utils-arm64.h.