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

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