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

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