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

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