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

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