| class AM_ASSIGN_STMT < $AM_STMT |
|---|
| **** | Assignment statment. |
| $AM_STMT | $NEXT{_} | $AM | $PROG_ERR | AM_STMT | AM |
| attr dest:$AM_EXPR; |
|---|
| **** | The destination expression. This must be AM_LOCAL_EXPR, AM_GLOBAL_EXPR, AM_ATTR_EXPR, or AM_ARR_EXPR. |
| attr src:$AM_EXPR; |
|---|
| **** | The source expression. |
| attr dest:$AM_EXPR; |
|---|
| **** | The destination expression. This must be AM_LOCAL_EXPR, AM_GLOBAL_EXPR, AM_ATTR_EXPR, or AM_ARR_EXPR. |
| attr src:$AM_EXPR; |
|---|
| **** | The source expression. |
| copy:$AM_STMT |
|---|
| create(c:AM_PREFETCH_STMT):SAME |
|---|