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

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