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

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