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

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