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

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