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

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