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

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