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

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