Go to the source code of this file.
◆ BITSET_CONSTANT
#define BITSET_CONSTANT |
( |
| type, |
|
|
| value ) |
◆ RETURN_NAMED_TYPE
#define RETURN_NAMED_TYPE |
( |
| type, |
|
|
| value ) |
◆ TYPED_ARRAY_CONSTRUCTORS_SWITCH
#define TYPED_ARRAY_CONSTRUCTORS_SWITCH |
( |
| Type, |
|
|
| type, |
|
|
| TYPE, |
|
|
| Ctype ) |
Value: case TYPE##_TYPED_ARRAY_CONSTRUCTOR_TYPE:
◆ VERIFY_TORQUE_HIGH_BITSET_AGREEMENT
#define VERIFY_TORQUE_HIGH_BITSET_AGREEMENT |
( |
| Name, |
|
|
| _ ) |
Value: static_assert(static_cast<uint32_t>( \
static_cast<uint64_t>(BitsetType::k##Name) >> 32) == \
static_cast<uint32_t>(TurbofanTypeHighBits::k##Name));
Definition at line 1292 of file turbofan-types.cc.
◆ VERIFY_TORQUE_LOW_BITSET_AGREEMENT
#define VERIFY_TORQUE_LOW_BITSET_AGREEMENT |
( |
| Name, |
|
|
| _ ) |
Value: static_assert(static_cast<uint32_t>(BitsetType::k##Name) == \
static_cast<uint32_t>(TurbofanTypeLowBits::k##Name));
Definition at line 1289 of file turbofan-types.cc.