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

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