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

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