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

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