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

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