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

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