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

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