aboutsummaryrefslogtreecommitdiff
path: root/ops/sl/sly54.c
blob: 03c50b9831745e706c2b83e2e4449b5adf4ec019 (plain) (blame)
1
2
3
4
5
6
/* SPDX-License-Identifier: copyleft-next-0.3.1 */

#include "../common.h"
DEFINE_OP(sly54) {
	NEXT_OP(sp, a, x, y << 54, o);
}