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

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