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

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