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

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