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

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