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

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