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

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