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

#include "../common.h"
DEFINE_OP(sla61) {
	NEXT_OP(sp, a >> 61, x, y, o);
}