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

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