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

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