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

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