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

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