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

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