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

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