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

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