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

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