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

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