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

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