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

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