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

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