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

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