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

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