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

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