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

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