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

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