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

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