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

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