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

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