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

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