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

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