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

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