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

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