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

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