Go to the source code of this file.
◆ DECLARE_METHOD [1/2]
#define DECLARE_METHOD |
( |
| Name | ) |
|
◆ DECLARE_METHOD [2/2]
#define DECLARE_METHOD |
( |
| Name | ) |
|
◆ TYPER_SUPPORTED_MACHINE_BINOP_LIST
#define TYPER_SUPPORTED_MACHINE_BINOP_LIST |
( |
| V | ) |
|
Value:
V(Int32LessThanOrEqual) \
V(Int64Add) \
V(Int32Sub) \
V(Int64Sub) \
V(Load) \
V(Uint32Div) \
V(Uint64Div) \
V(Uint32LessThan) \
V(Uint32LessThanOrEqual) \
V(Uint64LessThan) \
V(Uint64LessThanOrEqual) \
V(Word32And) \
V(Word32Equal) \
V(Word32Or) \
V(Word32Shl) \
V(Word32Shr) \
V(Word64And) \
V(Word64Shl) \
V(Word64Shr)
Definition at line 12 of file operation-typer.h.