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

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