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

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