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

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