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

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