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

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