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

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