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

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