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

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