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

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