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

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